public interface HomePageView
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getGUIView(AccountBook book)
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.
|
java.lang.String getID()
java.lang.String toString()
toString
in class java.lang.Object
javax.swing.JComponent getGUIView(AccountBook book)
void setActive(boolean active)
void refresh()
void reset()