|
|||||||||||
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.Panel
wt.clients.prodmgmt.HelperPanel
wt.clients.prodmgmt.ConfigurationTaskPanel
Nested Class Summary | |
(package private) class |
ConfigurationTaskPanel.MSymAction
|
Nested classes inherited from class wt.clients.prodmgmt.HelperPanel |
HelperPanel.WorkThread |
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
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 |
attributesPanel
|
(package private) PartAttributesPanel |
beanAttributesPanel
|
(package private) Panel |
buttonPanel
|
(package private) Button |
cancelButton
|
static int |
CREATE_MODE
|
private static boolean |
DEBUG
Flag used to provide debugging messages. |
protected boolean |
disposeWindow
|
(package private) Label |
header
|
(package private) Button |
helpButton
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine1
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine2
|
private static String |
IBA_RESOURCE
|
private static ResourceBundle |
ibaResource
|
(package private) LifeCycleInfo |
lifeCycleInfoPanel
|
protected int |
mode
|
private MessageDialog |
msgbox
|
(package private) Button |
okButton
|
(package private) Checkbox |
populateCheckBox
|
static int |
UPDATE_MODE
|
protected boolean |
updateMode
|
static int |
VIEW_MODE
|
Fields inherited from class wt.clients.prodmgmt.HelperPanel |
resource, RESOURCE, SAVE, SET_CONFIGURATION_ITEM, SET_INSTANCE_ITEM, SET_PART_ITEM, threadGroup |
Fields inherited from class java.awt.Panel |
|
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 | |
ConfigurationTaskPanel()
Create a PartTaskPanel. |
Method Summary | |
void |
addNotify()
Override default behavior to initialize the help system when this method is invoked. |
protected void |
cancelButton_Action(ActionEvent event)
|
protected boolean |
checkRequiredFields()
Check if required fields have valid values. |
protected void |
enableCreateFields()
Enable appropriate fields for creating a part. |
static String |
getDisplayLabel(Class class_name,
String attribute,
WTContext context)
|
int |
getUpdateMode()
Get the update mode. |
protected void |
helpButton_Action(ActionEvent event)
|
protected void |
initialize()
|
protected void |
localize()
|
protected void |
okButton_Action(ActionEvent event)
|
void |
save()
Start a new thread to save the modified part. |
protected void |
saveInThread()
Perform the actions to the modified part. |
void |
setConfigurationItem()
Set the ConfigurationItem to display and manipulate. |
void |
setConfigurationItem(ConfigurationItem item)
Set the ConfigurationItem to display and manipulate. |
protected void |
setMaxLengths()
|
void |
setUpdateMode(int aMode)
Set the update mode. |
protected void |
trace(String message)
|
protected void |
updateColors(Color color)
|
Methods inherited from class wt.clients.prodmgmt.HelperPanel |
getApplet, getConfigurationItem, getContext, getHelpBundleName, getHelpContext, getHelpSystem, getInstanceItem, getLabelsRB, getLocalizedMessage, getLocalizedValue, getParentFrame, getPartItem, getThreadGroup, initializeHelp, initResources, setApplet, setContext, setHelpContext, setHelpSystem, setInstanceItem, setInstanceItem, setPartItem, setPartItem, setUpdateMode, showMessageDialog |
Methods inherited from class java.awt.Panel |
getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int UPDATE_MODE
public static final int CREATE_MODE
public static final int VIEW_MODE
protected boolean disposeWindow
protected boolean updateMode
protected int mode
private static boolean DEBUG
private static final String IBA_RESOURCE
private static ResourceBundle ibaResource
private MessageDialog msgbox
Panel attributesPanel
PartAttributesPanel beanAttributesPanel
LifeCycleInfo lifeCycleInfoPanel
symantec.itools.awt.shape.HorizontalLine horizontalLine1
Panel buttonPanel
Button okButton
Button cancelButton
Button helpButton
Checkbox populateCheckBox
Label header
symantec.itools.awt.shape.HorizontalLine horizontalLine2
Constructor Detail |
public ConfigurationTaskPanel()
Method Detail |
public int getUpdateMode()
public void setUpdateMode(int aMode) throws PropertyVetoException
aMode
- the new update mode
PropertyVetoException
- if the mode is invalid.public void addNotify()
protected boolean checkRequiredFields()
protected void enableCreateFields()
public void setConfigurationItem()
setConfigurationItem
in class HelperPanel
public void setConfigurationItem(ConfigurationItem item)
setConfigurationItem
in class HelperPanel
item
- the ConfigurationItem to containpublic void save()
protected void saveInThread()
saveInThread
in class HelperPanel
protected void updateColors(Color color)
protected void initialize()
protected void okButton_Action(ActionEvent event)
protected void cancelButton_Action(ActionEvent event)
protected void helpButton_Action(ActionEvent event)
protected void localize()
localize
in class HelperPanel
protected void setMaxLengths()
protected void trace(String message)
public static String getDisplayLabel(Class class_name, String attribute, WTContext context)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |