org.eclipse.gef.ui.palette.customize
Class PaletteCustomizationAction
java.lang.Object
Action
org.eclipse.gef.ui.palette.customize.PaletteCustomizationAction
- public abstract class PaletteCustomizationAction
- extends Action
PaletteCustomizationActions are used to manipulate the
palette model. They can enable and disable themselves when needed.
This class is mainly a result of code-factoring.
- See Also:
- Serialized Form
|
Method Summary |
void |
setImageDescriptor(ImageDescriptor newImage)
|
abstract void |
update()
Call this method to have the action update its state and enable or disable itself. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaletteCustomizationAction
public PaletteCustomizationAction()
update
public abstract void update()
- Call this method to have the action update its state and enable or disable itself.
setImageDescriptor
public void setImageDescriptor(ImageDescriptor newImage)
- See Also:
Action
Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.