Uses of Interface
com.threerings.opengl.gui.Selectable

Packages that use Selectable
com.threerings.opengl.gui User interface classes. 
 

Uses of Selectable in com.threerings.opengl.gui
 

Classes in com.threerings.opengl.gui that implement Selectable
 class ButtonGroup
          Manages a group of ToggleButtons, ensuring that only one is selected at any given time.
 class ColorPicker
          Allows the selection of a single color from a set of swatches.
 class ComboBox
          Displays a selected value and allows that value to be changed by selecting from a popup menu.
 class List
          Displays a list of selectable entries and fires an ActionEvent when the selected value changes.
 class TabbedPane
          Displays one of a set of components (tabs) depending on which tab is selected.
 



Copyright © 2011. All Rights Reserved.