Class PaletteSeparatorFactory
java.lang.Object
org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory
Factory to create 
PaletteSeparators.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateNewEntry(Shell shell) Create the PaletteEntryprotected ObjectdetermineTypeForNewEntry(PaletteEntry selected) Given the current selection, this method determines the type of the new entry to be created.Methods inherited from class org.eclipse.gef.ui.palette.customize.PaletteEntryFactorycanCreate, createNewEntry, determineContainerForNewEntry, determineIndexForNewEntry, getImageDescriptor, getLabel, setImageDescriptor, setLabel
- 
Constructor Details- 
PaletteSeparatorFactorypublic PaletteSeparatorFactory()Constructor
 
- 
- 
Method Details- 
createNewEntryDescription copied from class:PaletteEntryFactoryCreate the PaletteEntry- Specified by:
- createNewEntryin class- PaletteEntryFactory
- Parameters:
- shell- The- Shellof the- PaletteCustomizerDialog; it can be used to create another warning or information dialog.
- Returns:
- The newly created entry
- See Also:
 
- 
determineTypeForNewEntryDescription copied from class:PaletteEntryFactoryGiven the current selection, this method determines the type of the new entry to be created.Sub-classes may override this method. - Overrides:
- determineTypeForNewEntryin class- PaletteEntryFactory
- Parameters:
- selected- The selected entry
- Returns:
- The type of the new entry to be created
- See Also:
 
 
-