|
Eclipse GEF 3.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.ui.views.palette.PaletteView
The GEF palette view
Field Summary | |
static String |
ID
The ID for this view. |
Method Summary | |
protected IPage |
createDefaultPage(PageBook book)
Creates a default page saying that a palette is not available. |
void |
createPartControl(Composite parent)
Add a perspective listener so the palette view can be updated when the perspective is switched. |
void |
dispose()
Remove the perspective listener. |
protected PageRec |
doCreatePage(IWorkbenchPart part)
|
protected void |
doDestroyPage(IWorkbenchPart part,
PageRec rec)
|
protected IWorkbenchPart |
getBootstrapPart()
The view shows the palette associated with the active editor. |
protected boolean |
isImportant(IWorkbenchPart part)
Only editors in the same perspective as the view are important. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String ID
Method Detail |
protected IPage createDefaultPage(PageBook book)
PageBookView.createDefaultPage(org.eclipse.ui.part.PageBook)
public void createPartControl(Composite parent)
IWorkbenchPart.createPartControl(org.eclipse.swt.widgets.Composite)
public void dispose()
IWorkbenchPart.dispose()
protected PageRec doCreatePage(IWorkbenchPart part)
PageBookView.doCreatePage(org.eclipse.ui.IWorkbenchPart)
protected void doDestroyPage(IWorkbenchPart part, PageRec rec)
PageBookView.doDestroyPage(org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.part.PageBookView.PageRec)
protected IWorkbenchPart getBootstrapPart()
PageBookView.getBootstrapPart()
protected boolean isImportant(IWorkbenchPart part)
PageBookView.isImportant(org.eclipse.ui.IWorkbenchPart)
|
Eclipse GEF 3.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |