|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.compiere.swing.CDialog
public class CDialog
Conveniance Dialog Class. Compiere Background + Dispose on Close Implementing empty Action and Mouse Listener
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected static String |
ACTION_DISPOSE
Dispose Action Name |
protected static org.compiere.swing.CDialog.DialogAction |
s_dialogAction
Action |
protected static KeyStroke |
s_disposeKeyStroke
ALT-EXCAPE |
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| 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 | |
|---|---|
CDialog()
CDialog |
|
CDialog(Dialog owner)
CDialog |
|
CDialog(Dialog owner,
boolean modal)
CDialog |
|
CDialog(Dialog owner,
String title)
CDialog |
|
CDialog(Dialog owner,
String title,
boolean modal)
CDialog |
|
CDialog(Dialog owner,
String title,
boolean modal,
GraphicsConfiguration gc)
CDialog |
|
CDialog(Frame owner)
CDialog |
|
CDialog(Frame owner,
boolean modal)
CDialog |
|
CDialog(Frame owner,
String title)
CDialog |
|
CDialog(Frame owner,
String title,
boolean modal)
CDialog |
|
CDialog(Frame owner,
String title,
boolean modal,
GraphicsConfiguration gc)
CDialog |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
|
protected void |
dialogInit()
Initialize. |
void |
mouseClicked(MouseEvent e)
|
void |
mouseEntered(MouseEvent e)
|
void |
mouseExited(MouseEvent e)
|
void |
mousePressed(MouseEvent e)
|
void |
mouseReleased(MouseEvent e)
|
void |
setTitle(String title)
Set Title |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setUndecorated, setVisible, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static String ACTION_DISPOSE
protected static org.compiere.swing.CDialog.DialogAction s_dialogAction
protected static KeyStroke s_disposeKeyStroke
| Constructor Detail |
|---|
public CDialog()
throws HeadlessException
HeadlessException
public CDialog(Frame owner)
throws HeadlessException
owner -
HeadlessException
public CDialog(Frame owner,
boolean modal)
throws HeadlessException
owner - modal -
HeadlessException
public CDialog(Frame owner,
String title)
throws HeadlessException
owner - title -
HeadlessException
public CDialog(Frame owner,
String title,
boolean modal)
throws HeadlessException
owner - title - modal -
HeadlessException
public CDialog(Frame owner,
String title,
boolean modal,
GraphicsConfiguration gc)
owner - title - modal - gc -
public CDialog(Dialog owner)
throws HeadlessException
owner -
HeadlessException
public CDialog(Dialog owner,
boolean modal)
throws HeadlessException
owner - modal -
HeadlessException
public CDialog(Dialog owner,
String title)
throws HeadlessException
owner - title -
HeadlessException
public CDialog(Dialog owner,
String title,
boolean modal)
throws HeadlessException
owner - title - modal -
HeadlessException
public CDialog(Dialog owner,
String title,
boolean modal,
GraphicsConfiguration gc)
throws HeadlessException
owner - title - modal - gc -
HeadlessException| Method Detail |
|---|
protected void dialogInit()
dialogInit in class JDialogpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - ActionListener.actionPerformed(java.awt.event.ActionEvent)public void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenere - MouseListener.mouseClicked(java.awt.event.MouseEvent)public void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenere - MouseListener.mouseEntered(java.awt.event.MouseEvent)public void mouseExited(MouseEvent e)
mouseExited in interface MouseListenere - MouseListener.mouseExited(java.awt.event.MouseEvent)public void mousePressed(MouseEvent e)
mousePressed in interface MouseListenere - MouseListener.mousePressed(java.awt.event.MouseEvent)public void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenere - MouseListener.mouseReleased(java.awt.event.MouseEvent)public void setTitle(String title)
setTitle in class Dialogtitle - title
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||