com.threerings.opengl.gui
Class CommandButton
java.lang.Object
com.threerings.opengl.gui.Component
com.threerings.opengl.gui.TextComponent
com.threerings.opengl.gui.Label
com.threerings.opengl.gui.Button
com.threerings.opengl.gui.CommandButton
- All Implemented Interfaces:
- ConfigUpdateListener<ManagedConfig>, UIConstants
Deprecated. Just use Button.
@Deprecated
public class CommandButton
- extends Button
A button that fires a CommandEvent when clicked.
| Nested classes/interfaces inherited from class com.threerings.opengl.gui.Label |
Label.Fit |
| Fields inherited from class com.threerings.opengl.gui.Button |
DOWN |
| Fields inherited from interface com.threerings.opengl.gui.UIConstants |
BOTTOM, CENTER, DEFAULT_SIZE, DEFAULT_SPACING, GLOW, HORIZONTAL, LEFT, NORMAL, OUTLINE, OVERLAPPING, PLAIN, RIGHT, SHADOW, TOP, VERTICAL |
|
Constructor Summary |
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. |
CommandButton(GlContext ctx,
String text)
Deprecated. Creates a command button with the specified textual label. |
CommandButton(GlContext ctx,
String text,
ActionListener listener,
String action,
Object argument)
Deprecated. Creates a button with the specified label, action, and argument. |
CommandButton(GlContext ctx,
String text,
String action,
Object argument)
Deprecated. Creates a button with the specified label, action, and argument. |
| Methods inherited from class com.threerings.opengl.gui.Label |
getFit, getIcon, getIconTextGap, getLabelRenderer, getText, setFit, setIcon, setIconTextGap, setOrientation, setPreferredWidth, setText, setTextRotation |
| Methods inherited from class com.threerings.opengl.gui.Component |
acceptsFocus, addListener, boundsToString, configUpdated, contains, createDefaultTooltipComponent, createDefaultTooltipComponent, getAbsoluteX, getAbsoluteY, getAlpha, getBackground, getBorder, getBounds, getColor, getContext, getCursor, getFocusTarget, getHeight, getHitComponent, getInsets, getParent, getPreferredSize, getProperty, getStyleConfigs, getTooltipText, getTooltipTimeout, getTooltipWindowStyle, getTransferHandler, getWidth, getX, getY, hasFocus, invalidate, isAdded, isEnabled, isHoverable, isShowing, isTooltipRelativeToMouse, isValid, isVisible, removeAllListeners, removeAllListeners, removeListener, render, requestFocus, scrollRectToVisible, setAlpha, setBackground, setBounds, setCursor, setEnabled, setHoverable, setLocation, setParent, setPreferredSize, setPreferredSize, setProperty, setSize, setStyleConfig, setStyleConfig, setStyleConfig, setStyleConfigs, setTooltipRelativeToMouse, setTooltipText, setTransferHandler, setVisible, validate |
CommandButton
public CommandButton(GlContext ctx,
String text)
- Deprecated.
- Creates a command button with the specified textual label.
CommandButton
public CommandButton(GlContext ctx,
String text,
String action,
Object argument)
- Deprecated.
- Creates a button with the specified label, action, and argument. The action will be
dispatched via a
CommandEvent when the button is clicked.
CommandButton
public CommandButton(GlContext ctx,
String text,
ActionListener listener,
String action,
Object argument)
- Deprecated.
- Creates a button with the specified label, action, and argument. The action will be
dispatched via a
CommandEvent to the specified ActionListener when the
button is clicked.
CommandButton
public CommandButton(GlContext ctx,
Icon icon,
String action,
Object argument)
- Deprecated.
- Creates a button with the specified icon, action, and argument. The action will be
dispatched via a
CommandEvent when the button is clicked.
CommandButton
public CommandButton(GlContext ctx,
Icon icon,
ActionListener listener,
String action,
Object argument)
- Deprecated.
- Creates a button with the specified icon, action, and argument. The action will be
dispatched via a
CommandEvent to the specified ActionListener when the
button is clicked.
Copyright © 2011. All Rights Reserved.