|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditorPageDescriptor
Containing some static information of an editor page
Method Summary | |
---|---|
java.lang.String |
getContextHelpId()
Returns the context help id |
IEditorDescriptor |
getEditor()
Returns the instance of the editor in which this page is contained |
java.lang.String |
getEditorId()
Returns the id of the editor in which this page is contained |
java.lang.String |
getObjectClassType()
Returns the object class type for which the page is designed |
ISchemaObjectEditorPage |
getPageClass()
Returns the page instance |
java.lang.String |
getPageExtensionId()
Returns the page extension id defined in the extension, can be null |
java.lang.String |
getPageId()
Returns the page id |
java.lang.String |
getPageName()
Returns the page name |
boolean |
isRequired()
Checks if this page is required (Must be visible) |
boolean |
isSelectedToShow()
Checks if this page is visible or not |
boolean |
isVisible()
Checks if the page is selected to be visible |
boolean |
isVisibleByDefault()
Checks if the page is visible by default |
Method Detail |
---|
java.lang.String getPageId()
java.lang.String getPageName()
java.lang.String getEditorId()
boolean isRequired()
boolean isVisibleByDefault()
boolean isSelectedToShow()
ISchemaObjectEditorPage getPageClass()
java.lang.String getPageExtensionId()
null
IEditorDescriptor getEditor()
java.lang.String getContextHelpId()
java.lang.String getObjectClassType()
boolean isVisible()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |