Eclipse GEF
3.0

org.eclipse.gef.ui.palette.customize
Class PaletteCustomizationAction

java.lang.Object
  extended byAction
      extended byorg.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

Constructor Summary
PaletteCustomizationAction()
           
 
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
 

Constructor Detail

PaletteCustomizationAction

public PaletteCustomizationAction()
Method Detail

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

Eclipse GEF
3.0

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