triptracker.client.map.ui
Class TabbedForm
java.lang.Object
triptracker.client.map.ui.TabbedForm
- All Implemented Interfaces:
- Form
public class TabbedForm
- extends Object
- implements Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nameCount
protected static int nameCount
name
protected final String name
TabbedForm
public TabbedForm(MapClientGui view,
MapSocket model)
TabbedForm
public TabbedForm(MapClientGui view,
String name,
MapSocket model)
gotoMap
public void gotoMap(boolean realtime,
Route route)
setInfo
public void setInfo(Route route,
User user)
setInfo
public void setInfo()
setRoute
public void setRoute(List<Coordinate> coordList)
setMapView
public void setMapView(boolean nr,
boolean dot,
boolean map,
int thick)
getFormComponent
public JComponent getFormComponent()
- Description copied from interface:
Form
- Returns the root
JComponent
object that this form operates on.
- Specified by:
getFormComponent
in interface Form
- Returns:
- root JComponent object
- See Also:
FormManager
getName
public String getName()
- Description copied from interface:
Form
- Returns the name of this form. This name should be unique for each form
for a given instance of
FormManager
.
- Specified by:
getName
in interface Form
- Returns:
- form name
- See Also:
FormManager
refreshView
public void refreshView()
- Description copied from interface:
Form
- Invoked by
FormManager
right before this form is displayed.
- Specified by:
refreshView
in interface Form
- See Also:
FormManager
Copyright © 2006 Team Trip Tracker. All Rights Reserved.