Class ObjectsComponent
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
-
- gaia.cu9.ari.gaiaorbit.interfce.components.ObjectsComponent
-
- All Implemented Interfaces:
IObserver
public class ObjectsComponent extends GuiComponent implements IObserver
-
-
Field Summary
Fields Modifier and Type Field Description protected OwnScrollPane
focusListScrollPane
protected com.badlogic.gdx.scenes.scene2d.ui.Cell
infoCell1
protected com.badlogic.gdx.scenes.scene2d.ui.Cell
infoCell2
protected OwnLabel
infoMessage1
protected OwnLabel
infoMessage2
protected com.badlogic.gdx.scenes.scene2d.ui.Table
infoTable
protected com.badlogic.gdx.scenes.scene2d.Actor
objectsList
protected com.badlogic.gdx.scenes.scene2d.ui.TextField
searchBox
protected ISceneGraph
sg
-
Constructor Summary
Constructors Constructor Description ObjectsComponent(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)
void
setSceneGraph(ISceneGraph sg)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.interfce.components.GuiComponent
getActor, vgroup
-
-
-
-
Field Detail
-
sg
protected ISceneGraph sg
-
objectsList
protected com.badlogic.gdx.scenes.scene2d.Actor objectsList
-
searchBox
protected com.badlogic.gdx.scenes.scene2d.ui.TextField searchBox
-
focusListScrollPane
protected OwnScrollPane focusListScrollPane
-
infoTable
protected com.badlogic.gdx.scenes.scene2d.ui.Table infoTable
-
infoCell1
protected com.badlogic.gdx.scenes.scene2d.ui.Cell infoCell1
-
infoCell2
protected com.badlogic.gdx.scenes.scene2d.ui.Cell infoCell2
-
infoMessage1
protected OwnLabel infoMessage1
-
infoMessage2
protected OwnLabel infoMessage2
-
-
Method Detail
-
initialize
public void initialize()
Description copied from class:GuiComponent
Initialises the component- Specified by:
initialize
in classGuiComponent
-
setSceneGraph
public void setSceneGraph(ISceneGraph sg)
-
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
-
-