Class TimeComponent
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
-
- gaia.cu9.ari.gaiaorbit.interfce.components.TimeComponent
-
- All Implemented Interfaces:
IObserver
public class TimeComponent extends GuiComponent implements IObserver
-
-
Field Summary
Fields Modifier and Type Field Description protected OwnLabel
date
protected DateDialog
dateDialog
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton
dateEdit
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton
minus
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton
plus
protected OwnLabel
time
protected com.badlogic.gdx.scenes.scene2d.ui.Label
timeWarp
-
Constructor Summary
Constructors Constructor Description TimeComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Disposes the componentvoid
initialize()
Initialises the componentvoid
notify(Events event, java.lang.Object... data)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
getActor, vgroup
-
-
-
-
Field Detail
-
date
protected OwnLabel date
-
time
protected OwnLabel time
-
plus
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton plus
-
minus
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton minus
-
timeWarp
protected com.badlogic.gdx.scenes.scene2d.ui.Label timeWarp
-
dateEdit
protected com.badlogic.gdx.scenes.scene2d.ui.ImageButton dateEdit
-
dateDialog
protected DateDialog dateDialog
-
-
Method Detail
-
initialize
public void initialize()
Description copied from class:GuiComponent
Initialises the component- Specified by:
initialize
in classGuiComponent
-
notify
public void notify(Events event, java.lang.Object... data)
-
dispose
public void dispose()
Description copied from class:GuiComponent
Disposes the component- Specified by:
dispose
in classGuiComponent
-
-