Eclipse GEF
3.3

org.eclipse.gef.ui.palette
Class SettingsAction

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

public class SettingsAction
extends Action

An action to launch the Settings dialog for the given palette.

See Also:
Serialized Form

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

Constructor Detail

SettingsAction

public SettingsAction(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 Settings dialog

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

Eclipse GEF
3.3

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