Class TreeFileChooser.Style
java.lang.Object
net.dermetfan.gdx.scenes.scene2d.ui.TreeFileChooser.Style
- All Implemented Interfaces:
com.badlogic.gdx.utils.Json.Serializable
- Enclosing class:
- TreeFileChooser
public static class TreeFileChooser.Style
extends java.lang.Object
implements com.badlogic.gdx.utils.Json.Serializable
defines styles for the widgets of a
TreeFileChooser-
Field Summary
Fields Modifier and Type Field Description com.badlogic.gdx.scenes.scene2d.utils.Drawablebackgroundoptionalcom.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStylecancelButtonStylethe button stylescom.badlogic.gdx.scenes.scene2d.ui.Label.LabelStylelabelStylethe style for the labels in the treecom.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStylescrollPaneStylethe style forTreeFileChooser.treePanecom.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyleselectButtonStylethe button stylescom.badlogic.gdx.scenes.scene2d.ui.Tree.TreeStyletreeStylethe style for thetree -
Constructor Summary
Constructors Constructor Description Style() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
treeStyle
public com.badlogic.gdx.scenes.scene2d.ui.Tree.TreeStyle treeStylethe style for thetree -
scrollPaneStyle
public com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle scrollPaneStylethe style forTreeFileChooser.treePane -
labelStyle
public com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle labelStylethe style for the labels in the tree -
selectButtonStyle
public com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle selectButtonStylethe button styles -
cancelButtonStyle
public com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle cancelButtonStylethe button styles -
background
public com.badlogic.gdx.scenes.scene2d.utils.Drawable backgroundoptional
-
-
Constructor Details
-
Style
public Style()
-
-
Method Details
-
write
public void write(com.badlogic.gdx.utils.Json json)- Specified by:
writein interfacecom.badlogic.gdx.utils.Json.Serializable
-
read
public void read(com.badlogic.gdx.utils.Json json, com.badlogic.gdx.utils.JsonValue jsonData)- Specified by:
readin interfacecom.badlogic.gdx.utils.Json.Serializable
-