org.eclipse.gef.ui.palette.customize
Class PaletteSeparatorFactory
java.lang.Object
|
+--org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
|
+--org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory
- public class PaletteSeparatorFactory
- extends PaletteEntryFactory
Factory to create PaletteSeparators
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaletteSeparatorFactory
public PaletteSeparatorFactory()
- Constructor
createNewEntry
public PaletteEntry createNewEntry(Shell shell)
- Description copied from class:
PaletteEntryFactory
- Create the PaletteEntry
- Specified by:
createNewEntry
in class PaletteEntryFactory
- Parameters:
shell
- The Shell
of the PaletteCustomizerDialog
; it
can be used to create another warning or information dialog.
- Returns:
- The newly created entry
- See Also:
PaletteEntryFactory.createNewEntry(Shell)
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.