|
|||||||||||
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.replication.unit.HelperPanel
wt.clients.replication.unit.ConfigSpecPanel
Nested Class Summary | |
class |
ConfigSpecPanel.ConfigItemListener
This class listens for the user to select a ConfigurationItem and adds it to the
configItemTextField . |
(package private) class |
ConfigSpecPanel.SearchBaselineListener
WorkThread is used to do persistence related activities outside of the AWT Thread. |
(package private) class |
ConfigSpecPanel.SymAction
|
(package private) class |
ConfigSpecPanel.SymFocus
|
(package private) class |
ConfigSpecPanel.SymItem
|
Nested classes inherited from class wt.clients.replication.unit.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) symantec.itools.awt.WrappingLabel |
baselineNameStaticLabel
|
(package private) TextField |
baselineNameTextField
|
(package private) Checkbox |
baselineRadioButton
|
(package private) symantec.itools.awt.LabelButton |
baselineSearchButton
|
private boolean |
baselineValidated
|
protected static String |
BLANK_CHOICE
|
(package private) Checkbox |
checkboxCheckedOut
|
(package private) EnumeratedChoice |
choiceState
|
(package private) ViewChoice |
choiceView
|
(package private) symantec.itools.awt.LabelButton |
configItemSearchButton
|
(package private) TextField |
configItemTextField
|
private boolean |
configItemValidated
|
private ConfigSpecItem |
configSpecItem
|
private Font |
crossLocaleFont
|
(package private) TextField |
effectiveDateTextField
|
(package private) Checkbox |
effectivityRadioButton
|
(package private) ViewChoice |
effectivityViewChoice
|
(package private) CheckboxGroup |
Group1
|
private HelpContext |
helpContext
|
private HelpSystem |
helpSystem
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine1
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine2
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine3
|
(package private) symantec.itools.awt.WrappingLabel |
labelConfigurationItem
|
(package private) symantec.itools.awt.WrappingLabel |
labelEffectiveDate
|
(package private) symantec.itools.awt.WrappingLabel |
labelState
|
(package private) symantec.itools.awt.WrappingLabel |
labelType
|
(package private) symantec.itools.awt.WrappingLabel |
labelTypeValue
|
(package private) symantec.itools.awt.WrappingLabel |
labelValue
|
(package private) symantec.itools.awt.WrappingLabel |
labelView
|
(package private) symantec.itools.awt.WrappingLabel |
labelView2
|
(package private) static int |
POPULATE
Constant for populating the panel |
private ResourceBundle |
RB
|
static String |
RESOURCE
|
(package private) Checkbox |
saveCheckbox
|
static String |
STATUSMESSAGE
Constant to indicate Status messages. |
private String |
statusText
|
(package private) TextField |
valueTextField
|
(package private) Checkbox |
versionRadioButton
|
Fields inherited from class wt.clients.replication.unit.HelperPanel |
resource, SAVE, 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 | |
ConfigSpecPanel()
Construct a default ConfigSpecPanel. |
Method Summary | |
(package private) void |
baselineRadioButton_ItemStateChanged(ItemEvent event)
|
(package private) void |
baselineSearchButtion_ActionPerformed(ActionEvent event)
|
(package private) void |
baselineTextField_FocusLost(FocusEvent event)
|
(package private) void |
configItemSearchButton_ActionPerformed(ActionEvent event)
|
(package private) void |
configItemTextField_FocusLost(FocusEvent event)
|
(package private) void |
effectivityRadioButton_ItemStateChanged(ItemEvent event)
|
protected void |
enableBaselineFields(boolean flag)
|
protected void |
enableEffectivityFields(boolean flag)
|
protected void |
enableStandardFields(boolean flag)
|
String |
formatDate(Date date)
|
ConfigSpecItem |
getConfigSpecItem()
Return the ConfigSpecItem being manipulated. |
HelpContext |
getHelpContext()
Return the help context for this component |
protected State |
getState()
Get the state from the choice list. |
String |
getStatusText()
Get the text to display in the status area Unused since the status area was eliminated in the ConfigSpecDialog. |
void |
initialize()
Initialize the panel. |
void |
initializeHelp()
Initialize the help system for this component. |
void |
localize()
|
Timestamp |
parseDate(String date_string)
|
void |
populate()
Populate the display components based on the contained ConfigSpecItem |
void |
save()
Save the current ConfigSpecItem |
private void |
setBaseline(ManagedBaseline baseline)
Set the baseline. |
private void |
setConfigItem(ConfigurationItem ci)
|
void |
setConfigSpecItem(ConfigSpecItem specItem)
Set the ConfigSpecItem to manipulate. |
void |
setHelpContext(HelpContext aHelpContext)
Set the help context for this componet. |
void |
setHelpSystem(HelpSystem aHelpSystem)
Set the help system for this componet. |
private void |
setStatusText(String text)
Set the text to display in the status area Unused since the status area was eliminated in the ConfigSpecDialog. |
(package private) void |
versionRadioButton_ItemStateChanged(ItemEvent event)
|
Methods inherited from class wt.clients.replication.unit.HelperPanel |
addNotify, getApplet, getContext, getHelpBundleName, getHelpSystem, getLabelsRB, getLocalizedMessage, getLocalizedValue, getParentFrame, getPartItem, getThreadGroup, initResources, saveInThread, setApplet, setContext, 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 String RESOURCE
public static String STATUSMESSAGE
static final int POPULATE
Checkbox versionRadioButton
CheckboxGroup Group1
Checkbox baselineRadioButton
Checkbox effectivityRadioButton
symantec.itools.awt.WrappingLabel labelView
ViewChoice choiceView
symantec.itools.awt.WrappingLabel labelState
EnumeratedChoice choiceState
Checkbox checkboxCheckedOut
symantec.itools.awt.shape.HorizontalLine horizontalLine1
symantec.itools.awt.WrappingLabel baselineNameStaticLabel
TextField baselineNameTextField
symantec.itools.awt.LabelButton baselineSearchButton
symantec.itools.awt.shape.HorizontalLine horizontalLine2
symantec.itools.awt.WrappingLabel labelView2
ViewChoice effectivityViewChoice
symantec.itools.awt.WrappingLabel labelEffectiveDate
TextField effectiveDateTextField
symantec.itools.awt.WrappingLabel labelConfigurationItem
TextField configItemTextField
symantec.itools.awt.LabelButton configItemSearchButton
symantec.itools.awt.WrappingLabel labelType
symantec.itools.awt.WrappingLabel labelTypeValue
symantec.itools.awt.WrappingLabel labelValue
TextField valueTextField
symantec.itools.awt.shape.HorizontalLine horizontalLine3
Checkbox saveCheckbox
private HelpSystem helpSystem
private HelpContext helpContext
private String statusText
private ConfigSpecItem configSpecItem
private ResourceBundle RB
private Font crossLocaleFont
private boolean baselineValidated
private boolean configItemValidated
protected static String BLANK_CHOICE
Constructor Detail |
public ConfigSpecPanel()
Method Detail |
public void setConfigSpecItem(ConfigSpecItem specItem) throws PropertyVetoException, WTException
specItem
- the ConfigSpecItem to manipulate.
PropertyVetoException
WTException
public ConfigSpecItem getConfigSpecItem()
private void setStatusText(String text)
public String getStatusText()
public void initializeHelp()
initializeHelp
in class HelperPanel
public void setHelpContext(HelpContext aHelpContext)
setHelpContext
in class HelperPanel
aHelpContext
- the HelpContext to use for this componentpublic void setHelpSystem(HelpSystem aHelpSystem)
setHelpSystem
in class HelperPanel
aHelpSystem
- the HelpSystem to use for this componentpublic HelpContext getHelpContext()
getHelpContext
in class HelperPanel
public void save() throws WTException, WTPropertyVetoException
WTException
WTPropertyVetoException
protected State getState()
public void initialize()
public void localize()
localize
in class HelperPanel
public void populate()
private void setBaseline(ManagedBaseline baseline)
private void setConfigItem(ConfigurationItem ci)
void configItemTextField_FocusLost(FocusEvent event)
void baselineTextField_FocusLost(FocusEvent event)
void baselineSearchButtion_ActionPerformed(ActionEvent event)
void configItemSearchButton_ActionPerformed(ActionEvent event)
public Timestamp parseDate(String date_string) throws WTPropertyVetoException
WTPropertyVetoException
public String formatDate(Date date)
void versionRadioButton_ItemStateChanged(ItemEvent event)
void baselineRadioButton_ItemStateChanged(ItemEvent event)
void effectivityRadioButton_ItemStateChanged(ItemEvent event)
protected void enableStandardFields(boolean flag)
protected void enableBaselineFields(boolean flag)
protected void enableEffectivityFields(boolean flag)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |