|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HomePageView
Interface for a component that is displayed on the home page. Objects that implement this interface should be very lightweight, at least until one of the get*View() methods are called.
Method Summary | |
---|---|
javax.swing.JComponent |
getGUIView(RootAccount rootAccount)
Returns a GUI component that provides a view of the info panel for the given data file. |
java.lang.String |
getID()
Returns a unique identifier for this view. |
void |
refresh()
Forces a refresh of the information in the view. |
void |
reset()
Called when the view should clean up everything. |
void |
setActive(boolean active)
Sets the view as active or inactive. |
java.lang.String |
toString()
Returns a short descriptive name of this view. |
Method Detail |
---|
java.lang.String getID()
java.lang.String toString()
toString
in class java.lang.Object
javax.swing.JComponent getGUIView(RootAccount rootAccount)
void setActive(boolean active)
void refresh()
void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |