com.threerings.opengl.gui.config
Class ComponentConfig.ToggleButton

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.ComponentConfig
          extended by com.threerings.opengl.gui.config.ComponentConfig.Label
              extended by com.threerings.opengl.gui.config.ComponentConfig.Button
                  extended by com.threerings.opengl.gui.config.ComponentConfig.ToggleButton
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
ComponentConfig.CheckBox
Enclosing class:
ComponentConfig

public static class ComponentConfig.ToggleButton
extends ComponentConfig.Button

A toggle button.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.ComponentConfig
ComponentConfig.Button, ComponentConfig.ChatOverlay, ComponentConfig.CheckBox, ComponentConfig.ColorPicker, ComponentConfig.ComboBox, ComponentConfig.Container, ComponentConfig.HTMLView, ComponentConfig.Label, ComponentConfig.List, ComponentConfig.Orientation, ComponentConfig.PasswordField, ComponentConfig.RenderableView, ComponentConfig.ScrollBar, ComponentConfig.ScrollPane, ComponentConfig.Slider, ComponentConfig.Spacer, ComponentConfig.Spinner, ComponentConfig.StatusLabel, ComponentConfig.TabbedPane, ComponentConfig.TextArea, ComponentConfig.TextComponent, ComponentConfig.TextEditor, ComponentConfig.TextField, ComponentConfig.ToggleButton, ComponentConfig.UserInterface, ComponentConfig.ViewModel
 
Field Summary
 boolean selected
          Whether or not the button is selected.
 
Fields inherited from class com.threerings.opengl.gui.config.ComponentConfig.Button
action, argument
 
Fields inherited from class com.threerings.opengl.gui.config.ComponentConfig.Label
fit, icon, iconTextGap, orientation, preferredWidth, text, textRotation
 
Fields inherited from class com.threerings.opengl.gui.config.ComponentConfig
alpha, enabled, hoverable, preferredSize, style, tag, tooltipRelativeToMouse, tooltipText, visible
 
Constructor Summary
ComponentConfig.ToggleButton()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.gui.config.ComponentConfig.Label
invalidate
 
Methods inherited from class com.threerings.opengl.gui.config.ComponentConfig
getComponent
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

selected

@Editable(hgroup="a")
public boolean selected
Whether or not the button is selected.

Constructor Detail

ComponentConfig.ToggleButton

public ComponentConfig.ToggleButton()


Copyright © 2011. All Rights Reserved.