Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.maingui
Class MainGuiPrefsPane  view MainGuiPrefsPane download MainGuiPrefsPane.java

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.maingui.MainGuiPrefsPane
All Implemented Interfaces:
PrefsPaneProvider

class MainGuiPrefsPane
extends java.lang.Object
implements PrefsPaneProvider

Prefs pane for the main gui


Field Summary
private  ListsImpl listsImpl_
           
private static java.lang.String STR_MainGuiPrefs_DetailPrefsPanelLabel
           
private static java.lang.String STR_MainGuiPrefs_ShowAltTitlesDetailCheck
           
private static java.lang.String STR_MainGuiPrefs_ShowAuthorDetailCheck
           
private static java.lang.String STR_MainGuiPrefs_ShowCommentDetailCheck
           
private static java.lang.String STR_MainGuiPrefs_ShowCopyrightDetailCheck
           
 
Constructor Summary
(package private) MainGuiPrefsPane(ListsImpl listsImpl)
          Constructor
 
Method Summary
 javax.swing.JComponent createPane(javax.swing.JComponent dialogParent)
          This method is called when the prefs window is opened.
 void paneDisposed()
          This method is called when the prefs window is closed.
 void paneFocused()
          This method is called when the pane is brought into focus.
 void paneUnfocused()
          This method is called when the pane is unfocused.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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_
Constructor Detail

MainGuiPrefsPane

MainGuiPrefsPane(ListsImpl listsImpl)
Constructor

Method Detail

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