Package gaia.cu9.ari.gaiaorbit.interfce
Class FullGui
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
-
- gaia.cu9.ari.gaiaorbit.interfce.FullGui
-
public class FullGui extends AbstractGui
Full OpenGL GUI with all the controls and whistles.
-
-
Field Summary
Fields Modifier and Type Field Description protected ControlsWindow
controlsWindow
protected CustomInterface
customInterface
protected com.badlogic.gdx.scenes.scene2d.ui.Container<FocusInfoInterface>
fi
protected FocusInfoInterface
focusInterface
protected LogWindow
logWindow
protected MemInfoWindow
memInfoWindow
protected MessagesInterface
messagesInterface
protected INumberFormat
nf
protected NotificationsInterface
notificationsInterface
protected com.badlogic.gdx.scenes.scene2d.ui.Label
pointerXCoord
protected com.badlogic.gdx.scenes.scene2d.ui.Label
pointerYCoord
protected RunCameraWindow
runcameraWindow
protected RunStateInterface
runStateInterface
protected SearchDialog
searchDialog
protected ISceneGraph
sg
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
interfaces, lock, name, skin, ui
-
-
Constructor Summary
Constructors Constructor Description FullGui()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addControlsWindow()
protected void
buildGui()
boolean
cancelTouchFocus()
Removes the focus from this Gui and returns true if the focus was in the GUI, false otherwise.void
doneLoading(com.badlogic.gdx.assets.AssetManager assetManager)
Hook that runs after the assets have been loaded.void
initialize(com.badlogic.gdx.assets.AssetManager assetManager)
Initializes the GUI, adding all the resources to the asset manager queue for loadingvoid
notify(Events event, java.lang.Object... data)
protected void
rebuildGui()
Adds the already created GUI objects to the stage.void
recalculateOptionsSize()
void
removeControlsWindow()
void
setSceneGraph(ISceneGraph sg)
Sets the scene graph to this GUIvoid
setVisibilityToggles(ComponentTypes.ComponentType[] entities, ComponentTypes visible)
Sets the visibility state of the component entitiesvoid
update(double dt)
Updates the GUI-
Methods inherited from class gaia.cu9.ari.gaiaorbit.interfce.AbstractGui
dispose, findActor, getGuiStage, getName, render, resize, resizeImmediate
-
-
-
-
Field Detail
-
controlsWindow
protected ControlsWindow controlsWindow
-
fi
protected com.badlogic.gdx.scenes.scene2d.ui.Container<FocusInfoInterface> fi
-
focusInterface
protected FocusInfoInterface focusInterface
-
notificationsInterface
protected NotificationsInterface notificationsInterface
-
messagesInterface
protected MessagesInterface messagesInterface
-
customInterface
protected CustomInterface customInterface
-
runStateInterface
protected RunStateInterface runStateInterface
-
searchDialog
protected SearchDialog searchDialog
-
runcameraWindow
protected RunCameraWindow runcameraWindow
-
memInfoWindow
protected MemInfoWindow memInfoWindow
-
logWindow
protected LogWindow logWindow
-
nf
protected INumberFormat nf
-
pointerXCoord
protected com.badlogic.gdx.scenes.scene2d.ui.Label pointerXCoord
-
pointerYCoord
protected com.badlogic.gdx.scenes.scene2d.ui.Label pointerYCoord
-
sg
protected ISceneGraph sg
-
-
Method Detail
-
initialize
public void initialize(com.badlogic.gdx.assets.AssetManager assetManager)
Description copied from interface:IGui
Initializes the GUI, adding all the resources to the asset manager queue for loading- Parameters:
assetManager
- The asset manager to load the resources with
-
doneLoading
public void doneLoading(com.badlogic.gdx.assets.AssetManager assetManager)
Description copied from interface:IGui
Hook that runs after the assets have been loaded. Completes the initialization process- Parameters:
assetManager
- The asset manager
-
buildGui
protected void buildGui()
-
recalculateOptionsSize
public void recalculateOptionsSize()
-
rebuildGui
protected void rebuildGui()
Description copied from class:AbstractGui
Adds the already created GUI objects to the stage.- Specified by:
rebuildGui
in classAbstractGui
-
cancelTouchFocus
public boolean cancelTouchFocus()
Removes the focus from this Gui and returns true if the focus was in the GUI, false otherwise.- Specified by:
cancelTouchFocus
in interfaceIGui
- Overrides:
cancelTouchFocus
in classAbstractGui
- Returns:
- true if the focus was in the GUI, false otherwise.
-
update
public void update(double dt)
Description copied from interface:IGui
Updates the GUI- Specified by:
update
in interfaceIGui
- Overrides:
update
in classAbstractGui
- Parameters:
dt
- Time in seconds since the last frame
-
notify
public void notify(Events event, java.lang.Object... data)
- Specified by:
notify
in interfaceIObserver
- Overrides:
notify
in classAbstractGui
-
setSceneGraph
public void setSceneGraph(ISceneGraph sg)
Description copied from interface:IGui
Sets the scene graph to this GUI- Specified by:
setSceneGraph
in interfaceIGui
- Overrides:
setSceneGraph
in classAbstractGui
- Parameters:
sg
- The scene graph
-
setVisibilityToggles
public void setVisibilityToggles(ComponentTypes.ComponentType[] entities, ComponentTypes visible)
Description copied from interface:IGui
Sets the visibility state of the component entities- Specified by:
setVisibilityToggles
in interfaceIGui
- Overrides:
setVisibilityToggles
in classAbstractGui
- Parameters:
entities
- The entitiesvisible
- The states
-
removeControlsWindow
public void removeControlsWindow()
-
addControlsWindow
public void addControlsWindow()
-
-