java.lang.Object
com.virtuosotechnologies.asaph.maingui.MainGuiPrefsPane
- All Implemented Interfaces:
- PrefsPaneProvider
- class MainGuiPrefsPane
- extends java.lang.Object
- implements PrefsPaneProvider
Prefs pane for the main gui
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STR_MainGuiPrefs_DetailPrefsPanelLabel
private static final java.lang.String STR_MainGuiPrefs_DetailPrefsPanelLabel
STR_MainGuiPrefs_ShowCommentDetailCheck
private static final java.lang.String STR_MainGuiPrefs_ShowCommentDetailCheck
STR_MainGuiPrefs_ShowAuthorDetailCheck
private static final java.lang.String STR_MainGuiPrefs_ShowAuthorDetailCheck
STR_MainGuiPrefs_ShowCopyrightDetailCheck
private static final java.lang.String STR_MainGuiPrefs_ShowCopyrightDetailCheck
STR_MainGuiPrefs_ShowAltTitlesDetailCheck
private static final java.lang.String STR_MainGuiPrefs_ShowAltTitlesDetailCheck
listsImpl_
private ListsImpl listsImpl_
MainGuiPrefsPane
MainGuiPrefsPane(ListsImpl listsImpl)
- Constructor
createPane
public javax.swing.JComponent createPane(javax.swing.JComponent dialogParent)
- This method is called when the prefs window is opened. The provider
should return a JComponent implementing the prefs pane, and ensure that it
reflects the current settings.
- Specified by:
createPane in interface PrefsPaneProvider
paneFocused
public void paneFocused()
- This method is called when the pane is brought into focus.
- Specified by:
paneFocused in interface PrefsPaneProvider
paneUnfocused
public void paneUnfocused()
- This method is called when the pane is unfocused.
- Specified by:
paneUnfocused in interface PrefsPaneProvider
paneDisposed
public void paneDisposed()
- This method is called when the prefs window is closed. The provider should
generally respond by defuncting the pane.
- Specified by:
paneDisposed in interface PrefsPaneProvider