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

    Fields
    Modifier and Type
    Field
    Description
    com.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

    Constructors
    Constructor
    Description
     
    OwnSelectBoxStyle(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public OwnSelectBoxStyle(OwnSelectBox.OwnSelectBoxStyle style)