Uses of Class
com.threerings.opengl.gui.config.StyleConfig

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

Uses of StyleConfig in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return StyleConfig
 StyleConfig[] Component.getStyleConfigs()
          Returns a reference to the component's array of style configs.
 

Methods in com.threerings.opengl.gui with parameters of type StyleConfig
 void Component.setStyleConfigs(StyleConfig... styleConfigs)
          Sets the style configurations.
 

Method parameters in com.threerings.opengl.gui with type arguments of type StyleConfig
 void TabbedPane.addTab(String title, Component tab, boolean hasClose, ConfigReference<StyleConfig> style)
          Adds a tab to the pane using the specified title.
static Component Component.createDefaultTooltipComponent(GlContext ctx, String tiptext, ConfigReference<StyleConfig> tipstyle)
          Creates a tooltip component of the default form.
 void Spinner.setEditorStyleConfig(ConfigReference<StyleConfig> ref)
          Configures the style of the editor.
 void Spinner.setNextStyleConfig(ConfigReference<StyleConfig> ref)
          Configures the style of the next button.
 void Spinner.setPreviousStyleConfig(ConfigReference<StyleConfig> ref)
          Configures the style of the previous button.
 void Component.setStyleConfig(ConfigReference<StyleConfig> ref)
          Sets the style configuration.
 void ScrollPane.setViewportStyleConfig(ConfigReference<StyleConfig> ref)
          Configures the style of the viewport (the non-scrolling container that will hold the scrolling contents).
 

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

Fields in com.threerings.opengl.gui.config with type parameters of type StyleConfig
 ConfigReference<StyleConfig> ComponentConfig.Spinner.editorStyle
          The style for the editor, if non-default.
 ConfigReference<StyleConfig> ComponentConfig.Spinner.nextStyle
          The style for the next button, if non-default.
 ConfigReference<StyleConfig> ComponentConfig.Spinner.previousStyle
          The style for the previous button, if non-default.
 ConfigReference<StyleConfig> StyleConfig.Derived.style
          The style reference.
 ConfigReference<StyleConfig> ComponentConfig.style
          The component's style, if non-default.
 ConfigReference<StyleConfig> ComponentConfig.TabbedPane.Tab.styleOverride
          An optional override style for the tab button.
 ConfigReference<StyleConfig> ComponentConfig.TabbedPane.tabStyle
          The style for the tabs, if non-default.
 ConfigReference<StyleConfig> StyleConfig.Original.tooltipStyle
          The tooltip style.
 ConfigReference<StyleConfig> ComponentConfig.ScrollPane.viewportStyle
          The style for the viewport, if non-default.
 



Copyright © 2011. All Rights Reserved.