|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.gui.config.ComponentConfig.TabbedPane.Tab
public static class ComponentConfig.TabbedPane.Tab
A single tab.
| Field Summary | |
|---|---|
ComponentConfig |
component
The tab component. |
boolean |
hasClose
Whether or not the tab has a close button. |
ConfigReference<StyleConfig> |
styleOverride
An optional override style for the tab button. |
String |
title
The tab title. |
| Constructor Summary | |
|---|---|
ComponentConfig.TabbedPane.Tab()
|
|
| Method Summary |
|---|
| 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 |
|---|
@Editable(hgroup="t") public String title
@Editable(hgroup="t") public boolean hasClose
@Editable(nullable=true) public ConfigReference<StyleConfig> styleOverride
@Editable public ComponentConfig component
| Constructor Detail |
|---|
public ComponentConfig.TabbedPane.Tab()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||