|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TView
This is a view of a tracker panel that can be added to a TViewChooser. Classes that implement TView must descend from JComponent.
| Method Summary | |
|---|---|
void |
cleanup()
Cleans up the view |
java.util.ArrayList<java.awt.Component> |
getToolBarComponents()
Gets the toolbar components for this view |
TrackerPanel |
getTrackerPanel()
Gets the TrackerPanel containing the track data |
javax.swing.Icon |
getViewIcon()
Gets the icon for this view |
java.lang.String |
getViewName()
Gets the name of the view |
void |
init()
Initializes the view |
boolean |
isCustomState()
Returns true if this view is in a custom state. |
void |
refresh()
Refreshes the view |
| Methods inherited from interface java.beans.PropertyChangeListener |
|---|
propertyChange |
| Method Detail |
|---|
void init()
void refresh()
void cleanup()
TrackerPanel getTrackerPanel()
java.lang.String getViewName()
javax.swing.Icon getViewIcon()
java.util.ArrayList<java.awt.Component> getToolBarComponents()
boolean isCustomState()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||