Uses of Class
com.threerings.opengl.gui.icon.Icon

Packages that use Icon
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.gui.icon   
 

Uses of Icon in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return Icon
 Icon LabelRenderer.getIcon()
          Returns the icon being displayed by this label.
 Icon Label.getIcon()
          Returns the icon being displayed by this label.
 Icon TransferHandler.getVisualRepresentation(Transferable data)
          Returns the visual representation for the specified transferable, or null to use the default.
 Icon LocalTransferHandler.getVisualRepresentation(Transferable data)
           
 

Methods in com.threerings.opengl.gui with parameters of type Icon
 void LabelRenderer.setIcon(Icon icon)
          Configures the label to display the specified icon.
 void Label.setIcon(Icon icon)
          Configures the label to display the specified icon.
 

Constructors in com.threerings.opengl.gui with parameters of type Icon
Button(GlContext ctx, Icon icon, ActionListener listener, String action)
          Creates a button with the specified icon and action.
Button(GlContext ctx, Icon icon, ActionListener listener, String action, Object argument)
          Creates a button with the specified icon, action, and argument.
Button(GlContext ctx, Icon icon, String action)
          Creates a button with the specified icon and action.
Button(GlContext ctx, Icon icon, String action, Object argument)
          Creates a button with the specified icon, action, and argument.
CommandButton(GlContext ctx, Icon icon, ActionListener listener, String action, Object argument)
          Deprecated. Creates a button with the specified icon, action, and argument.
CommandButton(GlContext ctx, Icon icon, String action, Object argument)
          Deprecated. Creates a button with the specified icon, action, and argument.
Label(GlContext ctx, Icon icon)
          Creates a label that will display the supplied icon.
Label(GlContext ctx, Icon icon, String text)
          Creates a label that will display the supplied text and icon using the specified style config.
MenuItem(GlContext ctx, Icon icon, String action)
          Creates a menu item with the specified icon that will generate an ActionEvent with the specified action when selected.
MenuItem(GlContext ctx, String text, Icon icon, String action)
          Creates a menu item with the specified text and icon that will generate an ActionEvent with the specified action when selected.
MenuItem(GlContext ctx, String text, Icon icon, String action, Object argument)
          Creates a menu item with the specified text and icon that will generate an ActionEvent with the specified action and argument when selected.
ToggleButton(GlContext ctx, Icon icon, String action)
          Creates a button with the specified icon and action.
 

Uses of Icon in com.threerings.opengl.gui.config
 

Methods in com.threerings.opengl.gui.config that return Icon
 Icon IconConfig.getIcon(GlContext ctx)
          Returns the icon corresponding to this config.
 

Uses of Icon in com.threerings.opengl.gui.icon
 

Subclasses of Icon in com.threerings.opengl.gui.icon
 class BlankIcon
          Takes up space.
 class ImageIcon
          Displays an image as an icon.
 class MergedIcon
          An icon which is combination of multiple icons.
 class RotatedIcon
          Rotates a sub-icon.
 class ScaledImageIcon
          Displays a scaled region of an image as an icon.
 class SubimageIcon
          Displays a region of an image as an icon.
 

Constructors in com.threerings.opengl.gui.icon with parameters of type Icon
MergedIcon(Icon... icons)
          Create a merged icon.
RotatedIcon(Icon icon, float rotation)
          Creates a new rotated icon.
 



Copyright © 2011. All Rights Reserved.