Eclipse GEF
3.3

org.eclipse.gef.ui.palette
Class CustomizeAction

java.lang.Object
  extended byAction
      extended byorg.eclipse.gef.ui.palette.CustomizeAction

public class CustomizeAction
extends Action

This action launches the PaletteCustomizerDialog for the given palette.

See Also:
Serialized Form

Constructor Summary
CustomizeAction(PaletteViewer palette)
          Constructor
 
Method Summary
 void run()
          Opens the Customizer Dialog for the palette
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizeAction

public CustomizeAction(PaletteViewer palette)
Constructor

Parameters:
palette - the palette which has to be customized when this action is run
Method Detail

run

public void run()
Opens the Customizer Dialog for the palette

See Also:
org.eclipse.jface.action.IAction#run()

Eclipse GEF
3.3

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