|
|||||||||
| Home >> All >> org >> fudaa >> fudaa >> [ vag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fudaa.fudaa.vag
Class VagFilleGraphe

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
com.memoire.bu.BuInternalFrame
org.fudaa.ebli.impression.EbliFilleImprimable
org.fudaa.ebli.graphe.EbliFilleGraphe
org.fudaa.fudaa.vag.VagFilleGraphe
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, org.fudaa.ebli.impression.EbliPageable, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.awt.print.Pageable, java.beans.PropertyChangeListener, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class VagFilleGraphe
- extends org.fudaa.ebli.graphe.EbliFilleGraphe
- implements java.awt.event.ActionListener, java.beans.PropertyChangeListener
- extends org.fudaa.ebli.graphe.EbliFilleGraphe
Une fenetre fille pour les graphes.
- Version:
- $Revision: 1.16 $ $Date: 2001/11/22 16:02:50 $ by $Author: deniger $
| 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 com.memoire.bu.BuToggleButton |
btPerso_
|
private javax.swing.JInternalFrame |
popup_
|
| Fields inherited from class org.fudaa.ebli.graphe.EbliFilleGraphe |
graphe_ |
| Fields inherited from class org.fudaa.ebli.impression.EbliFilleImprimable |
|
| 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 org.fudaa.ebli.impression.EbliPageable |
DEFAULT_PAGE_FORMAT |
| Fields inherited from interface java.awt.print.Pageable |
UNKNOWN_NUMBER_OF_PAGES |
| 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 | |
VagFilleGraphe(com.memoire.bu.BuCommonInterface _app,
com.memoire.bu.BuInformationsDocument _id)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method is invoked when an action occurs. |
java.lang.String[] |
getEnabledActions()
|
org.fudaa.ebli.graphe.BGraphe |
getGraphe()
|
javax.swing.JComponent[] |
getSpecificTools()
|
void |
propertyChange(java.beans.PropertyChangeEvent e)
Fired after a Bean's property has changed. |
void |
setGraphe(org.fudaa.ebli.graphe.BGraphe _graphe)
|
| Methods inherited from class org.fudaa.ebli.graphe.EbliFilleGraphe |
getNumberOfPages, print |
| Methods inherited from class org.fudaa.ebli.impression.EbliFilleImprimable |
getDefaultEbliPageFormat, getInformationsDocument, getInformationsSoftware, getPageFormat, getPrintable, setInformationsDocument, setInformationsSoftware |
| Methods inherited from class com.memoire.bu.BuInternalFrame |
adjustActions, getDisabledActions, getShortcut, getShortcut, getSpecificMenus, 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 |
btPerso_
private com.memoire.bu.BuToggleButton btPerso_
popup_
private javax.swing.JInternalFrame popup_
| Constructor Detail |
VagFilleGraphe
public VagFilleGraphe(com.memoire.bu.BuCommonInterface _app, com.memoire.bu.BuInformationsDocument _id)
| Method Detail |
getGraphe
public org.fudaa.ebli.graphe.BGraphe getGraphe()
setGraphe
public void setGraphe(org.fudaa.ebli.graphe.BGraphe _graphe)
getEnabledActions
public java.lang.String[] getEnabledActions()
getSpecificTools
public javax.swing.JComponent[] getSpecificTools()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent e)
- Description copied from interface:
java.beans.PropertyChangeListener - Fired after a Bean's property has changed.
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
|
|||||||||
| Home >> All >> org >> fudaa >> fudaa >> [ vag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC