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 Object
implements com.badlogic.gdx.utils.Json.Serializable
defines styles for the widgets of a
TreeFileChooser-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawableoptionalcom.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStylethe button stylescom.badlogic.gdx.scenes.scene2d.ui.Label.LabelStylethe style for the labels in the treecom.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStylethe style forTreeFileChooser.treePanecom.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStylethe button stylescom.badlogic.gdx.scenes.scene2d.ui.Tree.TreeStylethe style for thetree -
Constructor Summary
Constructors -
Method Summary
-
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
-