Venice 0.7beta

org.mov.prefs
Interface PreferencesPage

All Known Implementing Classes:
ChartPreferencesPage, EquationPage, LanguagePage, MacrosPage, ProxyPage, QuoteSourcePage, TuningPage, UserInterfacePage

public interface PreferencesPage

Common interface for all preference pages displayed by the Preferences Module.

See Also:
PreferencesModule

Method Summary
 javax.swing.JComponent getComponent()
          Return displayed component for this page.
 java.lang.String getTitle()
          Return the window title.
 void save()
          Update the preferences file.
 

Method Detail

getTitle

java.lang.String getTitle()
Return the window title.

Returns:
the window title.

save

void save()
Update the preferences file.


getComponent

javax.swing.JComponent getComponent()
Return displayed component for this page.

Returns:
the component to display.

Venice 0.7beta