Eclipse GEF
3.3

org.eclipse.gef.ui.palette
Class ChangeIconSizeAction

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

public class ChangeIconSizeAction
extends Action

This action toggles the "Use Large Icons" option for the current layout mode of the palette.

See Also:
Serialized Form

Constructor Summary
ChangeIconSizeAction(PaletteViewerPreferences prefs)
          Constructor
 
Method Summary
 void run()
          Toggles the "Use Large Icons" option for the current layout mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeIconSizeAction

public ChangeIconSizeAction(PaletteViewerPreferences prefs)
Constructor

Parameters:
prefs - The PaletteViewerPreferences object that this action is manipulating
Method Detail

run

public void run()
Toggles the "Use Large Icons" option for the current layout mode.

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

Eclipse GEF
3.3

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