|
|||||||||||
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
wt.clients.lifecycle.administrator.CriteriaDialog
A Dialog for creating and updating criterion.
Nested Class Summary | |
(package private) class |
CriteriaDialog.SymWindow
|
Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) Panel |
buttonPanel
|
(package private) Button |
cancelButton
|
(package private) Label |
criteriaLabel
|
(package private) TextField |
criterionTextField
|
(package private) boolean |
fComponentsAdjusted
|
(package private) Button |
okButton
|
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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
CriteriaDialog(Frame parent,
boolean modal)
Constructs a new CriteriaDialog. |
|
CriteriaDialog(Frame parent,
String title,
boolean modal)
Constructs a new CriteriaDialog. |
Method Summary | |
void |
addActionListener(ActionListener listener)
Adds the action listener to the buttons on the dialog. |
void |
addNotify()
Notifies this component that it has been added to a container and if a peer is required, it should be created. |
(package private) void |
Dialog1_WindowClosing(WindowEvent event)
Window close listener. |
protected String |
getAssertion()
Returns the assertion. |
protected void |
localize()
Localizes the dialog. |
void |
removeActionListener(ActionListener listener)
Removes the action listener from the buttons on the dialog. |
protected void |
setAssertion(String assertion)
Sets the assertion. |
void |
setVisible(boolean b)
Shows or hides the component depending on the boolean flag b. |
Methods inherited from class java.awt.Dialog |
dispose, getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated, show |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
boolean fComponentsAdjusted
TextField criterionTextField
Label criteriaLabel
Panel buttonPanel
Button okButton
Button cancelButton
Constructor Detail |
public CriteriaDialog(Frame parent, boolean modal)
parent
- the parent framemodal
- true if model, false if non-modalpublic CriteriaDialog(Frame parent, String title, boolean modal)
parent
- the parent frametitle
- the title of the dialogmodal
- true if model, false if non-modalMethod Detail |
protected void setAssertion(String assertion)
protected String getAssertion()
public void addActionListener(ActionListener listener)
listener
- the action listener to receive button action eventspublic void removeActionListener(ActionListener listener)
listener
- the action listener to be removedprotected void localize()
public void addNotify()
public void setVisible(boolean b)
b
- if true, show the component; otherwise, hide the component.Component.isVisible()
void Dialog1_WindowClosing(WindowEvent event)
event
- the window event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |