Package com.prineside.tdi2.scene2d.ui
Class SelectBox.SelectBoxStyle
java.lang.Object
com.prineside.tdi2.scene2d.ui.SelectBox.SelectBoxStyle
The style for a select box, see 
SelectBox.- Author:
 - mzechner, Nathan Sweet
 
- 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
ConstructorsConstructorDescriptionSelectBoxStyle(BitmapFont font, Color fontColor, Drawable background, ScrollPane.ScrollPaneStyle scrollStyle, List.ListStyle listStyle)  - 
Method Summary
 
- 
Field Details
- 
font
 - 
fontColor
 - 
overFontColor
 - 
disabledFontColor
 - 
background
 - 
scrollStyle
 - 
listStyle
 - 
backgroundOver
 - 
backgroundOpen
 - 
backgroundDisabled
 
 - 
 - 
Constructor Details
- 
SelectBoxStyle
public SelectBoxStyle() - 
SelectBoxStyle
public SelectBoxStyle(BitmapFont font, Color fontColor, @Null Drawable background, ScrollPane.ScrollPaneStyle scrollStyle, List.ListStyle listStyle)  - 
SelectBoxStyle
 
 -