Package gaiasky.gui

Class IndividualVisibilityWindow

java.lang.Object
com.badlogic.gdx.scenes.scene2d.Actor
com.badlogic.gdx.scenes.scene2d.Group
com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup
com.badlogic.gdx.scenes.scene2d.ui.Table
All Implemented Interfaces:
com.badlogic.gdx.scenes.scene2d.utils.Cullable, com.badlogic.gdx.scenes.scene2d.utils.Layout, IObserver

public class IndividualVisibilityWindow extends GenericDialog implements IObserver
  • Field Details Link icon

    • scene Link icon

      protected final Scene scene
    • space8 Link icon

      protected float space8
    • space4 Link icon

      protected float space4
    • space2 Link icon

      protected float space2
    • elementsCell Link icon

      protected com.badlogic.gdx.scenes.scene2d.ui.Cell<?> elementsCell
    • currentComponentType Link icon

      protected String currentComponentType
    • currentCt Link icon

      protected ComponentTypes.ComponentType currentCt
    • cbMap Link icon

      protected Map<String,com.badlogic.gdx.scenes.scene2d.ui.CheckBox> cbMap
  • Constructor Details Link icon

    • IndividualVisibilityWindow Link icon

      public IndividualVisibilityWindow(Scene scene, com.badlogic.gdx.scenes.scene2d.Stage stage, com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
  • Method Details Link icon

    • build Link icon

      protected void build()
      Description copied from class: GenericDialog
      Build the content here.
      Specified by:
      build in class GenericDialog
    • accept Link icon

      protected boolean accept()
      Description copied from class: GenericDialog
      The accept function, if any.
      Specified by:
      accept in class GenericDialog
      Returns:
      True if the dialog must close after the call, false otherwise.
    • cancel Link icon

      protected void cancel()
      Description copied from class: GenericDialog
      The cancel function, if any.
      Specified by:
      cancel in class GenericDialog
    • dispose Link icon

      public void dispose()
      Specified by:
      dispose in class GenericDialog
    • notify Link icon

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.