Package gaiasky.interfce.components
Class TimeComponent
- java.lang.Object
-
- gaiasky.interfce.components.GuiComponent
-
- gaiasky.interfce.components.TimeComponent
-
- All Implemented Interfaces:
IObserver
public class TimeComponent extends GuiComponent implements IObserver
-
-
Field Summary
Fields Modifier and Type Field Description protected OwnLabeldateprotected DateDialogdateDialogprotected OwnTextIconButtondateEditprotected com.badlogic.gdx.scenes.scene2d.ui.ImageButtonminusprotected com.badlogic.gdx.scenes.scene2d.ui.ImageButtonplusprotected OwnLabeltimeprotected com.badlogic.gdx.scenes.scene2d.ui.LabeltimeWarp
-
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 voiddispose()Disposes the componentvoidinitialize()Initialises the componentvoidnotify(Events event, java.lang.Object... data)-
Methods inherited from class gaiasky.interfce.components.GuiComponent
getActor, group
-
-
-
-
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 OwnTextIconButton dateEdit
-
dateDialog
protected DateDialog dateDialog
-
-
Method Detail
-
initialize
public void initialize()
Description copied from class:GuiComponentInitialises the component- Specified by:
initializein classGuiComponent
-
notify
public void notify(Events event, java.lang.Object... data)
-
dispose
public void dispose()
Description copied from class:GuiComponentDisposes the component- Specified by:
disposein classGuiComponent
-
-