Constructors in triptracker.client.map.ui with parameters of type MapSocket |
ConfigController(MapSocket model,
ConfigPanel view)
|
ConfigPanel(MapSocket model,
TabbedForm form)
|
ConfigPanel(String name,
MapSocket model,
TabbedForm form)
|
InfoPanel(MapSocket model,
TabbedForm form)
|
LoginController(MapSocket model,
LoginForm view)
|
LoginForm(MapClientGui view,
MapSocket model)
The constructor creates a JPanel for the login information, and registers
as a form on the view . |
LoginForm(MapClientGui view,
String name,
MapSocket model)
The constructor creates a JPanel for the login information, and registers
as a form on the manager . |
Map(MapSocket model,
MapViewPanel view)
|
MapClientGui(MapSocket model)
Default constructor. |
MapViewController(MapSocket model,
MapViewPanel view)
|
MapViewPanel(MapSocket model,
TabbedForm view)
The constructor creates a JPanel for the map view |
TabbedForm(MapClientGui view,
MapSocket model)
|
TabbedForm(MapClientGui view,
String name,
MapSocket model)
|