Serialized Form


Package nl.tudelft.goal.ut2004.visualizer.data

Class nl.tudelft.goal.ut2004.visualizer.data.EnvironmentData.RegistrationHandler extends UnicastRemoteObject implements Serializable


Package nl.tudelft.goal.ut2004.visualizer.gui

Class nl.tudelft.goal.ut2004.visualizer.gui.UnrealVisualizerGUI extends JFrame implements Serializable

Serialized Fields

mapPanel

MapPanel mapPanel
The MapPanel in use by the UnrealVisualizerGUI.


persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.


Package nl.tudelft.goal.ut2004.visualizer.gui.action

Class nl.tudelft.goal.ut2004.visualizer.gui.action.ChangeMapAction extends AbstractAction implements Serializable

Serialized Fields

mapSelection

MapBox mapSelection

Class nl.tudelft.goal.ut2004.visualizer.gui.action.KickAction extends AbstractAction implements Serializable

Serialized Fields

player

cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer player

Class nl.tudelft.goal.ut2004.visualizer.gui.action.PauseResumeAction extends AbstractAction implements Serializable

Class nl.tudelft.goal.ut2004.visualizer.gui.action.RespawnRandomAction extends AbstractAction implements Serializable

Serialized Fields

player

cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer player

Class nl.tudelft.goal.ut2004.visualizer.gui.action.ShowDialogueAction extends AbstractAction implements Serializable

Serialized Fields

dialog

JDialog dialog

Class nl.tudelft.goal.ut2004.visualizer.gui.action.ShowServerDependentDialogueAction extends ShowDialogueAction implements Serializable

Class nl.tudelft.goal.ut2004.visualizer.gui.action.ShowServerEnvironmentDependentDialogueAction extends ShowDialogueAction implements Serializable

Serialized Fields

environmentsAvailable

boolean environmentsAvailable

serverAvailable

boolean serverAvailable

Package nl.tudelft.goal.ut2004.visualizer.gui.dialogs

Class nl.tudelft.goal.ut2004.visualizer.gui.dialogs.AddNativeBotDialog extends JDialog implements Serializable

Serialized Fields

nameField

JTextField nameField
Field for the name of the bot.


levelSpinner

JSpinner levelSpinner
JSpinner for the difficulty level of the bot.


teamList

JComboBox teamList
JList which contains a choice between red or blue team.


location

WaypointBox location
WaypointBox for choosing the location where the bot should spawn.


addButton

JButton addButton
Button which adds a bot when clicked.


closeButton

JButton closeButton
Button which closes this dialog when clicked.


persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.

Class nl.tudelft.goal.ut2004.visualizer.gui.dialogs.AddUnrealGoalBotDialog extends JDialog implements Serializable

Serialized Fields

nameField

JTextField nameField
Field for the name of the bot.


levelSpinner

JSpinner levelSpinner
JSpinner for the difficulty level of the bot.


teamList

JComboBox teamList
JList which contains a choice between red or blue team.


location

WaypointBox location
WaypointBox for choosing the location where the bot should spawn.


addButton

JButton addButton
Button which adds a bot when clicked.


closeButton

JButton closeButton
Button which closes this dialog when clicked.


environmentList

JComboBox environmentList

persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.

Class nl.tudelft.goal.ut2004.visualizer.gui.dialogs.ChangeGameSpeedDialog extends JDialog implements Serializable

Serialized Fields

speedSelection

JSpinner speedSelection

setSpeed

JLabel setSpeed

pauseResume

JButton pauseResume

persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.

Class nl.tudelft.goal.ut2004.visualizer.gui.dialogs.ChangeMapDialog extends JDialog implements Serializable

Serialized Fields

mapSelection

MapBox mapSelection

changeMap

JButton changeMap

persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.

Class nl.tudelft.goal.ut2004.visualizer.gui.dialogs.ListEnvironmentsDialog extends JDialog implements Serializable

Serialized Fields

environmentList

JList environmentList

persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.

Class nl.tudelft.goal.ut2004.visualizer.gui.dialogs.ListPlayerDialog extends JDialog implements Serializable

Serialized Fields

persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.

Class nl.tudelft.goal.ut2004.visualizer.gui.dialogs.ServerConnectionDialog extends JDialog implements Serializable

Serialized Fields

persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.

Class nl.tudelft.goal.ut2004.visualizer.gui.dialogs.SettingsDialog extends JDialog implements Serializable

Serialized Fields

persistenceHelper

WindowPersistenceHelper persistenceHelper
Helper class to persist this window.


Package nl.tudelft.goal.ut2004.visualizer.gui.panels

Class nl.tudelft.goal.ut2004.visualizer.gui.panels.EnvironmentPanel extends JPanel implements Serializable

Serialized Fields

connected

JList connected

Class nl.tudelft.goal.ut2004.visualizer.gui.panels.MapPanel extends JPanel implements Serializable

Serialized Fields

popupMenuSelectionHandler

nl.tudelft.goal.ut2004.visualizer.gui.panels.MapPanel.PopupMenuSelectionHandler popupMenuSelectionHandler

mapVisualization

nl.tudelft.goal.ut2004.visualizer.map.PureMapTopPanel mapVisualization

Class nl.tudelft.goal.ut2004.visualizer.gui.panels.ServerPanel extends JPanel implements Serializable

Serialized Fields

pause

JButton pause

speedSelection

JSpinner speedSelection

setSpeed

JLabel setSpeed

mapSelection

MapBox mapSelection

changeMap

JButton changeMap

Package nl.tudelft.goal.ut2004.visualizer.gui.widgets

Class nl.tudelft.goal.ut2004.visualizer.gui.widgets.MapBox extends JPanel implements Serializable

Serialized Fields

suggestionField

SuggestionField suggestionField

listener

nl.tudelft.goal.ut2004.visualizer.gui.widgets.MapBox.Listener listener

maps

cz.cuni.amis.utils.collections.ObservableCollection<E> maps

suggestionModel

SuggestionModel suggestionModel

Class nl.tudelft.goal.ut2004.visualizer.gui.widgets.SuggestionField extends JPanel implements Serializable

Serialized Fields

combobox

JComboBox combobox

model

SuggestionModel model

editor

nl.tudelft.goal.ut2004.visualizer.gui.widgets.SuggestionFieldEditor editor

Class nl.tudelft.goal.ut2004.visualizer.gui.widgets.WaypointBox extends JPanel implements Serializable

Serialized Fields

suggestionField

SuggestionField suggestionField

listener

nl.tudelft.goal.ut2004.visualizer.gui.widgets.WaypointBox.Listener listener

waypoints

cz.cuni.amis.utils.collections.ObservableCollection<E> waypoints

suggestionModel

SuggestionModel suggestionModel



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.