Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.ui.palette.customize.EntryPage

Packages that use EntryPage
org.eclipse.gef.ui.palette   
org.eclipse.gef.ui.palette.customize   
 

Uses of EntryPage in org.eclipse.gef.ui.palette
 

Methods in org.eclipse.gef.ui.palette that return EntryPage
 EntryPage PaletteCustomizer.getPropertiesPage(PaletteEntry entry)
          Returns an EntryPage that will display the custom properties of the given entry.
 

Uses of EntryPage in org.eclipse.gef.ui.palette.customize
 

Classes in org.eclipse.gef.ui.palette.customize that implement EntryPage
 class DefaultEntryPage
          This is a default implementation of the EntryPage interface.
 class DrawerEntryPage
          The default entry page for drawers.
 

Methods in org.eclipse.gef.ui.palette.customize that return EntryPage
protected  EntryPage PaletteCustomizerDialog.getEntryPage(PaletteEntry entry)
          Returns the EntryPage for the given PaletteEntry.
 

Methods in org.eclipse.gef.ui.palette.customize with parameters of type EntryPage
protected  void PaletteCustomizerDialog.setActiveEntryPage(EntryPage page)
          Sets the given EntryPage as the top page in the PageBook that shows the properties of the item selected in the Outline.
 


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.