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

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.memoire.bu.BuDialog
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- Direct Known Subclasses:
- BuDialogChoice, BuDialogConfirmation, BuDialogFind, BuDialogInput, BuDialogList, BuDialogMessage, BuDialogMulti, BuDialogReplace, BuFontChooser
- public abstract class BuDialog
- extends javax.swing.JDialog
- implements java.awt.event.ActionListener
- extends javax.swing.JDialog
An abstract class for dialogs. Better to use than JOptionPane.
| Nested Class Summary | |
private class |
BuDialog.WAD
|
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| 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 javax.swing.JComponent |
content_
|
protected java.awt.Frame |
frame_
|
protected BuBorderLayout |
layout_
|
protected java.lang.Object |
message_
|
protected int |
reponse_
|
protected BuScrollPane |
scrollpane_
|
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.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 | |
BuDialog(BuCommonInterface _parent,
BuInformationsSoftware _isoft,
java.lang.String _titre)
|
|
BuDialog(BuCommonInterface _parent,
BuInformationsSoftware _isoft,
java.lang.String _titre,
java.lang.Object _message)
|
|
| Method Summary | |
abstract void |
actionPerformed(java.awt.event.ActionEvent _evt)
This method is invoked when an action occurs. |
int |
activate()
|
abstract javax.swing.JComponent |
getComponent()
|
boolean |
needsScrollPane()
|
void |
paint(java.awt.Graphics _g)
Paints this container. |
void |
show()
Makes this dialog visible and brings it to the front. |
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
frame_
protected java.awt.Frame frame_
content_
protected javax.swing.JComponent content_
scrollpane_
protected BuScrollPane scrollpane_
layout_
protected BuBorderLayout layout_
reponse_
protected int reponse_
message_
protected java.lang.Object message_
| Constructor Detail |
BuDialog
public BuDialog(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _titre)
BuDialog
public BuDialog(BuCommonInterface _parent, BuInformationsSoftware _isoft, java.lang.String _titre, java.lang.Object _message)
| Method Detail |
paint
public final void paint(java.awt.Graphics _g)
- Description copied from class:
java.awt.Container - Paints this container. The implementation of this method in this
class forwards to any lightweight components in this container. If
this method is subclassed, this method should still be invoked as
a superclass method so that lightweight components are properly
drawn.
getComponent
public abstract javax.swing.JComponent getComponent()
actionPerformed
public abstract 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
needsScrollPane
public boolean needsScrollPane()
activate
public final int activate()
show
public void show()
- Description copied from class:
java.awt.Dialog - Makes this dialog visible and brings it to the front. If the dialog is
modal and is not already visible, this call will not return until the
dialog is hidden by someone calling hide or dispose. If this is the event
dispatching thread we must ensure that another event thread runs while the
one which invoked this method is blocked.
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC