|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.bu
Class BuDirWinPreferencesPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.memoire.bu.BuPanel
com.memoire.bu.BuAbstractPreferencesPanel
com.memoire.bu.BuDirWinPreferencesPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class BuDirWinPreferencesPanel
- extends BuAbstractPreferencesPanel
- implements java.awt.event.ActionListener
- extends BuAbstractPreferencesPanel
directory.open directory.save window.size
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
protected BuCommonInterface |
appli_
|
protected javax.swing.JButton |
btDirOpen_
|
protected javax.swing.JButton |
btDirSave_
|
protected javax.swing.JComboBox |
chWinSize_
|
protected BuPreferences |
options_
|
protected javax.swing.JTextField |
tfDirOpen_
|
protected javax.swing.JTextField |
tfDirSave_
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
BuDirWinPreferencesPanel(BuCommonInterface _appli)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent _evt)
This method is invoked when an action occurs. |
void |
applyPreferences()
|
void |
cancelPreferences()
|
private void |
fillTable()
|
private java.lang.String |
getDirectory(java.lang.String _default)
|
private static javax.swing.Icon |
getDirectoryIcon()
|
java.lang.String |
getTitle()
|
boolean |
isPreferencesApplyable()
|
boolean |
isPreferencesCancelable()
|
boolean |
isPreferencesValidable()
|
private void |
updateComponents()
|
void |
validatePreferences()
|
| Methods inherited from class com.memoire.bu.BuPanel |
paint, paintComponent |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
appli_
protected BuCommonInterface appli_
options_
protected BuPreferences options_
tfDirOpen_
protected javax.swing.JTextField tfDirOpen_
tfDirSave_
protected javax.swing.JTextField tfDirSave_
btDirOpen_
protected javax.swing.JButton btDirOpen_
btDirSave_
protected javax.swing.JButton btDirSave_
chWinSize_
protected javax.swing.JComboBox chWinSize_
| Constructor Detail |
BuDirWinPreferencesPanel
public BuDirWinPreferencesPanel(BuCommonInterface _appli)
| Method Detail |
getTitle
public java.lang.String getTitle()
- Specified by:
getTitlein classBuAbstractPreferencesPanel
getDirectoryIcon
private static final javax.swing.Icon getDirectoryIcon()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent _evt)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
isPreferencesValidable
public boolean isPreferencesValidable()
- Overrides:
isPreferencesValidablein classBuAbstractPreferencesPanel
validatePreferences
public void validatePreferences()
- Overrides:
validatePreferencesin classBuAbstractPreferencesPanel
isPreferencesApplyable
public boolean isPreferencesApplyable()
- Overrides:
isPreferencesApplyablein classBuAbstractPreferencesPanel
applyPreferences
public void applyPreferences()
- Overrides:
applyPreferencesin classBuAbstractPreferencesPanel
isPreferencesCancelable
public boolean isPreferencesCancelable()
- Overrides:
isPreferencesCancelablein classBuAbstractPreferencesPanel
cancelPreferences
public void cancelPreferences()
- Overrides:
cancelPreferencesin classBuAbstractPreferencesPanel
fillTable
private void fillTable()
updateComponents
private void updateComponents()
getDirectory
private java.lang.String getDirectory(java.lang.String _default)
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC