|
|||||||||||
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.InstanceTaskPanel
Nested Class Summary | |
(package private) class |
InstanceTaskPanel.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
|
static int |
DUPLICATE_MODE
|
(package private) Label |
header
|
(package private) Button |
helpButton
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine1
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine2
|
(package private) LifeCycleInfo |
lifeCycleInfoPanel
|
protected int |
mode
|
private MessageDialog |
msgbox
|
(package private) Button |
okButton
|
private WTProductInstance2 |
originalInstance
|
protected boolean |
updateMode
|
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 | |
InstanceTaskPanel()
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. |
int |
getMode()
Get the mode. |
protected void |
helpButton_Action(ActionEvent event)
|
protected void |
initialize()
|
void |
initializeHelp()
Initialize the help system. |
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 product instance |
void |
setInstanceItem()
Set the InstanceItem to display and manipulate. |
void |
setInstanceItem(InstanceItem item)
Set the InstanceItem to display and manipulate. |
void |
setMode(int aMode)
Set the 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, initResources, setApplet, setConfigurationItem, setConfigurationItem, setContext, setHelpContext, setHelpSystem, 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 CREATE_MODE
public static final int DUPLICATE_MODE
protected boolean disposeWindow
protected boolean updateMode
protected int mode
private WTProductInstance2 originalInstance
private static boolean DEBUG
private MessageDialog msgbox
Panel attributesPanel
PartAttributesPanel beanAttributesPanel
LifeCycleInfo lifeCycleInfoPanel
symantec.itools.awt.shape.HorizontalLine horizontalLine1
Panel buttonPanel
Button okButton
Button cancelButton
Button helpButton
Label header
symantec.itools.awt.shape.HorizontalLine horizontalLine2
Constructor Detail |
public InstanceTaskPanel()
Method Detail |
public int getMode()
public void setMode(int aMode) throws PropertyVetoException
aMode
- the mode
PropertyVetoException
- if the mode is invalid.public void addNotify()
protected boolean checkRequiredFields()
protected void enableCreateFields()
public void setInstanceItem()
setInstanceItem
in class HelperPanel
public void setInstanceItem(InstanceItem item)
setInstanceItem
in class HelperPanel
item
- the InstanceItem to containpublic void save()
protected void saveInThread()
saveInThread
in class HelperPanel
public void initializeHelp()
initializeHelp
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 trace(String message)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |