|
||||||||||
| 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
com.threerings.opengl.gui.config.ComponentConfig.ScrollPane
public static class ComponentConfig.ScrollPane
A scroll pane.
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
boolean |
buttons
If we show only buttons. |
ComponentConfig |
child
The child component. |
boolean |
horizontal
Whether or not to allow horizontal scrolling. |
boolean |
showScrollbarAlways
Whether or not to always show the scrollbar. |
int |
snap
The snap value. |
boolean |
vertical
Whether or not to allow vertical scrolling. |
ConfigReference<StyleConfig> |
viewportStyle
The style for the viewport, if non-default. |
| Fields inherited from class com.threerings.opengl.gui.config.ComponentConfig |
|---|
alpha, enabled, hoverable, preferredSize, style, tag, tooltipRelativeToMouse, tooltipText, visible |
| Constructor Summary | |
|---|---|
ComponentConfig.ScrollPane()
|
|
| Method Summary | |
|---|---|
void |
invalidate()
Invalidates any cached data. |
| 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 |
|---|
@Editable(hgroup="v") public boolean vertical
@Editable(hgroup="v") public boolean horizontal
@Editable(hgroup="v") public boolean buttons
@Editable(hgroup="s") public int snap
@Editable(hgroup="s") public boolean showScrollbarAlways
@Editable(nullable=true) public ConfigReference<StyleConfig> viewportStyle
@Editable public ComponentConfig child
| Constructor Detail |
|---|
public ComponentConfig.ScrollPane()
| Method Detail |
|---|
public void invalidate()
ComponentConfig
invalidate in class ComponentConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||