|
|||||||||||
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.workflow.manager.ChooserDialog
Nested Class Summary | |
(package private) class |
ChooserDialog.SymAction
|
(package private) class |
ChooserDialog.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) Panel |
checkboxPanel
|
private boolean |
choosing
|
private boolean |
exclusive
|
(package private) boolean |
fComponentsAdjusted
|
(package private) Label |
instructionsLabel
|
(package private) Button |
okButton
|
private static ResourceBundle |
rb
|
private static String |
RESOURCE
Resources for localizing message text |
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 | |
ChooserDialog(Frame parent)
|
|
ChooserDialog(Frame parent,
boolean modal)
|
|
ChooserDialog(Frame parent,
String title,
boolean modal)
|
Method Summary | |
void |
addNotify()
|
(package private) void |
cancelButton_ActionPerformed(ActionEvent event)
Performed when the Cancel button is pressed. |
(package private) void |
ChooserDialog_WindowClosing(WindowEvent event)
|
boolean |
getExclusive()
Returns the exclusive flag. |
String |
getInstructions()
Gets the instructions. |
Vector |
getSelected()
Gets the selected choices. |
boolean |
isChoosing()
Returns true if the user has choosen something and has hit OK. |
static void |
main(String[] args)
Test driver |
(package private) void |
okButton_ActionPerformed(ActionEvent event)
Performed when the OK button is pressed. |
void |
setChoices(Vector choices)
Sets the choices. |
void |
setExclusive(boolean exclusive)
Sets the exclusive flag. |
void |
setInstructions(String instructions)
Sets the instructions. |
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 |
private boolean exclusive
private boolean choosing
private static final String RESOURCE
private static ResourceBundle rb
boolean fComponentsAdjusted
Label instructionsLabel
Panel checkboxPanel
Panel buttonPanel
Button okButton
Button cancelButton
Constructor Detail |
public ChooserDialog(Frame parent)
public ChooserDialog(Frame parent, boolean modal)
public ChooserDialog(Frame parent, String title, boolean modal)
Method Detail |
public static void main(String[] args)
public void setInstructions(String instructions)
public String getInstructions()
public void setExclusive(boolean exclusive)
public boolean getExclusive()
public void setChoices(Vector choices)
public Vector getSelected()
public boolean isChoosing()
void okButton_ActionPerformed(ActionEvent event)
void cancelButton_ActionPerformed(ActionEvent event)
public void addNotify()
public void setVisible(boolean b)
b
- if true, show the component; otherwise, hide the component.Component.isVisible()
void ChooserDialog_WindowClosing(WindowEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |