triptracker.client.ui
Interface Form

All Known Implementing Classes:
GPSSettingsForm, LoginForm, LoginForm, MainForm, RoutesForm, TabbedForm

public interface Form

Form inteface for managing forms in a GUI by a FormManager.


Method Summary
 JComponent getFormComponent()
          Returns the root JComponent object that this form operates on.
 String getName()
          Returns the name of this form.
 void refreshView()
          Invoked by FormManager right before this form is displayed.
 

Method Detail

getFormComponent

JComponent getFormComponent()
Returns the root JComponent object that this form operates on.

Returns:
root JComponent object
See Also:
FormManager

getName

String getName()
Returns the name of this form. This name should be unique for each form for a given instance of FormManager.

Returns:
form name
See Also:
FormManager

refreshView

void refreshView()
Invoked by FormManager right before this form is displayed.

See Also:
FormManager


Copyright © 2006 Team Trip Tracker. All Rights Reserved.