Package gaiasky.util.scene2d
Class OwnSelectBox.OwnSelectBoxStyle
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle
gaiasky.util.scene2d.OwnSelectBox.OwnSelectBoxStyle
- Enclosing class:
- OwnSelectBox<T>
public static class OwnSelectBox.OwnSelectBoxStyle
extends com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawable
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle
background, backgroundDisabled, backgroundOpen, backgroundOver, disabledFontColor, font, fontColor, listStyle, overFontColor, scrollStyle
-
Constructor Summary
ConstructorDescriptionOwnSelectBoxStyle
(com.badlogic.gdx.graphics.g2d.BitmapFont font, com.badlogic.gdx.graphics.Color fontColor, com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle scrollStyle, com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle listStyle) -
Method Summary
-
Field Details
-
backgroundFocused
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable backgroundFocused
-
-
Constructor Details
-
OwnSelectBoxStyle
public OwnSelectBoxStyle() -
OwnSelectBoxStyle
public OwnSelectBoxStyle(com.badlogic.gdx.graphics.g2d.BitmapFont font, com.badlogic.gdx.graphics.Color fontColor, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle scrollStyle, com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle listStyle) -
OwnSelectBoxStyle
-