|
org.eclipse.gef.ui.palette.customize
Class PaletteGroupFactory
java.lang.Object
org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
org.eclipse.gef.ui.palette.customize.PaletteGroupFactory
- public class PaletteGroupFactory
- extends
PaletteContainerFactory
Factory to create
groups
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
PaletteGroupFactory
public PaletteGroupFactory()
- Constructor
createNewEntry
protected
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, 2007. All Rights Reserved.
|
|