|
|||||||||
| 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 BuPreferencesFrame

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
com.memoire.bu.BuInternalFrame
com.memoire.bu.BuPreferencesFrame
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, javax.swing.event.ChangeListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class BuPreferencesFrame
- extends BuInternalFrame
- implements java.awt.event.ActionListener, javax.swing.event.ChangeListener
- extends BuInternalFrame
An internal frame which groups all the panels to set user preferences.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JInternalFrame |
javax.swing.JInternalFrame.AccessibleJInternalFrame, javax.swing.JInternalFrame.JDesktopIcon |
| 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 | |
private BuButton |
btAnnuler_
|
private BuButton |
btAppliquer_
|
private BuButton |
btFermer_
|
private BuButton |
btValider_
|
private BuPanel |
pnButtons_
|
private BuTabbedPane |
tpMain_
|
| Fields inherited from class com.memoire.bu.BuInternalFrame |
SHORTCUT |
| Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| 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 javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
BuPreferencesFrame()
|
|
BuPreferencesFrame(BuCommonImplementation _app)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent _evt)
This method is invoked when an action occurs. |
void |
addTab(BuAbstractPreferencesPanel _nouveau)
|
private void |
annuler()
|
private void |
appliquer()
|
void |
selectTab(int _index)
|
void |
setSelected(boolean _state)
This method sets whether this JInternalFrame is the selected frame in the JDesktopPane (or other container). |
void |
stateChanged(javax.swing.event.ChangeEvent _evt)
Called by an object to notify the listener that the object's state has changed. |
private void |
updateButtons()
|
private void |
valider()
|
| Methods inherited from class com.memoire.bu.BuInternalFrame |
adjustActions, getDisabledActions, getEnabledActions, getShortcut, getShortcut, getSpecificMenus, getSpecificTools, setClosed, setRootPane, setRootPaneCheckingEnabled, setShortcut, setVisible, simplifyTop, toString, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
tpMain_
private BuTabbedPane tpMain_
pnButtons_
private BuPanel pnButtons_
btValider_
private BuButton btValider_
btAppliquer_
private BuButton btAppliquer_
btAnnuler_
private BuButton btAnnuler_
btFermer_
private BuButton btFermer_
| Constructor Detail |
BuPreferencesFrame
public BuPreferencesFrame()
BuPreferencesFrame
public BuPreferencesFrame(BuCommonImplementation _app)
| Method Detail |
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- Overrides:
actionPerformedin classBuInternalFrame
setSelected
public void setSelected(boolean _state)
throws java.beans.PropertyVetoException
- Description copied from class:
javax.swing.JInternalFrame - This method sets whether this JInternalFrame is the selected frame in the
JDesktopPane (or other container). When selected, a JInternalFrame will
have focus and paint its TitlePane differently (usually a different
colour). If this method selects the frame, this JInternalFrame will fire
an INTERNAL_FRAME_ACTIVATED event. If it deselects this frame, it will
fire an INTERNAL_FRAME_DEACTIVATED event.
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent _evt)
- Description copied from interface:
javax.swing.event.ChangeListener - Called by an object to notify the listener that the object's state has
changed. The incoming
eventidentifies thesourceof the event, allowing the listener to differentiate when it is listening for changes in multiple sources.- Specified by:
stateChangedin interfacejavax.swing.event.ChangeListener
updateButtons
private void updateButtons()
selectTab
public void selectTab(int _index)
addTab
public void addTab(BuAbstractPreferencesPanel _nouveau)
valider
private void valider()
appliquer
private void appliquer()
annuler
private void annuler()
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC