|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IEditorPageDescriptor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui |
---|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui that return IEditorPageDescriptor | |
---|---|
IEditorPageDescriptor |
ISchemaObjectEditorPage.getPageDescriptor()
Returns an instance of IEditorPageDescriptor which is used to describe some static information of
this page |
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui with parameters of type IEditorPageDescriptor | |
---|---|
void |
ISchemaObjectEditorPage.setPageDescriptor(IEditorPageDescriptor page)
Sets the page descriptor for this page |
Uses of IEditorPageDescriptor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core |
---|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core that return IEditorPageDescriptor | |
---|---|
IEditorPageDescriptor |
SchemaObjectEditorPage.getPageDescriptor()
|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.core with parameters of type IEditorPageDescriptor | |
---|---|
void |
SchemaObjectEditorPage.setPageDescriptor(IEditorPageDescriptor page)
|
Uses of IEditorPageDescriptor in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions |
---|
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions that return IEditorPageDescriptor | |
---|---|
IEditorPageDescriptor[] |
IEditorDescriptor.getDefaultSortedPages()
Returns the pages of this editor with default order |
IEditorPageDescriptor |
IEditorDescriptor.getMandatoryFirstPage()
Returns the page which is specified as the first page when it's visible |
IEditorPageDescriptor |
IEditorDescriptor.getMandatoryLastPage()
Returns the page which is specified as the last page when it's visible |
IEditorPageDescriptor[] |
IEditorDescriptor.getPageDescriptors()
Returns the pages list of this editor |
IEditorPageDescriptor[] |
IEditorDescriptor.getSortedPages()
Returns the pages of this editor with the order set by end-user |
IEditorPageDescriptor[] |
IEditorDescriptor.getVisibleSortedPages()
Returns the visible pages of this editor with the order set by end-user |
IEditorPageDescriptor[] |
IEditorDescriptor.getVisibleSortedPagesDefault()
Returns the visible pages of this editor with default order |
Methods in org.eclipse.datatools.sqltools.schemaobjecteditor.ui.extensions with parameters of type IEditorPageDescriptor | |
---|---|
void |
IEditorDescriptor.setMandatoryFirstPage(IEditorPageDescriptor mandatoryFirstPage)
|
void |
IEditorDescriptor.setMandatoryLastPage(IEditorPageDescriptor mandatoryLastPage)
|
void |
IEditorDescriptor.setPageDescriptors(IEditorPageDescriptor[] pages)
Sets the pages of this editor, should NOT called by consumer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |