|
|||||||||||
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.prodmgmt.ConfigSpecDialog
ConfigSpecDialog is used to set the config spec for a user.
Supported API: false
Extendable: false
ConfigSpecItem
,
ConfigSpec
,
Serialized FormNested Class Summary | |
(package private) class |
ConfigSpecDialog.SymAction
|
(package private) class |
ConfigSpecDialog.SymContainer
|
(package private) class |
ConfigSpecDialog.SymKey
|
(package private) class |
ConfigSpecDialog.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 | |
protected Applet |
applet
|
(package private) Button |
btnCancel
|
(package private) Button |
btnHelp
|
(package private) Button |
btnOK
|
static String |
CANCEL
|
protected ContainerColorUtility |
colorUtility
|
(package private) boolean |
fComponentsAdjusted
|
private Frame |
frame
|
private static String |
HELP_TARGET
|
protected HelpContext |
helpContext
|
protected HelpSystem |
helpSystem
|
protected ActionListener |
listeners
This field will hold a list of registered ActionListeners |
static String |
OK
|
(package private) Panel |
panButtons
|
(package private) ConfigSpecPanel |
panConfigSpecPanel
|
(package private) Panel |
panSelection
|
protected ResourceBundle |
RB
|
static String |
RESOURCE
|
private ThreadGroup |
threadGroup
|
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 | |
ConfigSpecDialog(Frame parent,
boolean modal)
Construct a ConfigSpecDialog with the specified parent and modality. |
|
ConfigSpecDialog(Frame parent,
String title,
boolean modal)
Construct a ConfigSpecDialog with the specified parent frame, title, and modality. |
Method Summary | |
void |
addActionListener(ActionListener l)
Register an action listener to be notified when a button is pressed |
void |
addNotify()
Override parent implementation to record the size of the window prior to calling parents addNotify. |
(package private) void |
btnCancel_Action(ActionEvent event)
|
(package private) void |
btnCancel_KeyPressed(KeyEvent event)
|
(package private) void |
btnHelp_Action(ActionEvent event)
|
(package private) void |
btnHelp_KeyPressed(KeyEvent event)
|
(package private) void |
btnOK_Action(ActionEvent event)
|
(package private) void |
btnOK_KeyPressed(KeyEvent event)
|
(package private) void |
ConfigSpecDialog_ComponentAdded(ContainerEvent event)
|
(package private) void |
Dialog1_WindowClosing(WindowEvent event)
|
void |
dispose()
|
protected void |
enableButtons(boolean enable)
|
Applet |
getApplet()
Get the parent applet for this dialog. |
protected ContainerColorUtility |
getColorUtility()
|
ConfigSpecItem |
getConfigSpecItem()
Return the ConfigSpecItem displayed in this dialog. |
WTPartConfigSpec |
getConfigurationSpec()
|
WTContext |
getContext()
Get the WTContext for use by threads. |
private Frame |
getFrame()
|
protected Frame |
getParentFrame()
Get the parent frame of this Part Explorer component. |
protected void |
handleCancelAction(AWTEvent event)
|
protected void |
handleHelpAction()
|
protected void |
handleOKAction(AWTEvent event)
|
(package private) void |
initializeHelp()
Initialize the help system for this dialog. |
protected void |
localize()
|
static void |
main(String[] args)
A main method that demonstrates how to use this class and allows testing |
(package private) void |
panConfigSpecPanel_Action(ActionEvent event)
|
void |
propertyChange(PropertyChangeEvent event)
Update the status area with online help. |
void |
removeActionListener(ActionListener l)
Remove an action listener from our list of interested listeners |
void |
setApplet(Applet a)
Set the parent applet for this dialog. |
void |
setConfigSpecItem(ConfigSpecItem configSpecItem)
Set the ConfigSpecItem displayed in this dialog. |
void |
setConfigurationSpec(WTPartConfigSpec config_spec)
|
private void |
setFrame(Frame f)
|
void |
show()
Override the generated show method to fix synchronization problems in Cafe generated code. |
protected void |
showMessageDialog(String message,
boolean modal)
Display a Message Dialog |
Methods inherited from class java.awt.Dialog |
getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String CANCEL
public static final String OK
public static String RESOURCE
private static final String HELP_TARGET
private ThreadGroup threadGroup
protected Applet applet
protected HelpSystem helpSystem
protected HelpContext helpContext
protected ResourceBundle RB
protected ContainerColorUtility colorUtility
boolean fComponentsAdjusted
Panel panButtons
Button btnOK
Button btnCancel
Button btnHelp
Panel panSelection
private Frame frame
protected ActionListener listeners
ConfigSpecPanel panConfigSpecPanel
Constructor Detail |
public ConfigSpecDialog(Frame parent, boolean modal)
parent
- the parent frame for this dialogpublic ConfigSpecDialog(Frame parent, String title, boolean modal)
parent
- the parent frame for this dialogtitle
- the title for this dialogmodal
- if true, display as a modal dialogMethod Detail |
public Applet getApplet()
public void setApplet(Applet a)
a
- the parent applet for this dialogpublic void addNotify()
public void show()
private void setFrame(Frame f)
private Frame getFrame()
public void addActionListener(ActionListener l)
public void removeActionListener(ActionListener l)
void Dialog1_WindowClosing(WindowEvent event)
void btnCancel_Action(ActionEvent event)
protected void handleCancelAction(AWTEvent event)
void btnOK_Action(ActionEvent event)
protected void handleOKAction(AWTEvent event)
protected void enableButtons(boolean enable)
protected void showMessageDialog(String message, boolean modal)
message
- the message to displaymodal
- the modality of the dialog used to display the messagevoid panConfigSpecPanel_Action(ActionEvent event)
protected void localize()
public ConfigSpecItem getConfigSpecItem()
public WTPartConfigSpec getConfigurationSpec()
public void setConfigSpecItem(ConfigSpecItem configSpecItem) throws WTException
configSpecItem
- the ConfigSpecItem displayed in this dialog
WTException
public void setConfigurationSpec(WTPartConfigSpec config_spec) throws WTException
WTException
void initializeHelp()
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface PropertyChangeListener
public WTContext getContext()
protected Frame getParentFrame()
public static void main(String[] args)
void btnHelp_Action(ActionEvent event)
protected void handleHelpAction()
void ConfigSpecDialog_ComponentAdded(ContainerEvent event)
protected ContainerColorUtility getColorUtility()
void btnOK_KeyPressed(KeyEvent event)
void btnCancel_KeyPressed(KeyEvent event)
void btnHelp_KeyPressed(KeyEvent event)
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |