|
|||||||||||
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.UsesPanel
UsesPanel displays the uses relationships for a part.
Supported API: false
Extendable: false
Nested Class Summary | |
(package private) class |
UsesPanel.SymAction
|
(package private) class |
UsesPanel.SymFocus
|
(package private) class |
UsesPanel.SymItem
|
(package private) class |
UsesPanel.SymPropertyChange
|
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) Panel |
actionLayoutPanel
|
(package private) Panel |
actionPanel
|
(package private) symantec.itools.awt.LabelButton |
addButton
|
(package private) Panel |
buttonPanel
|
private Font |
crossLocaleFont
|
(package private) symantec.itools.awt.WrappingLabel |
findingLabel
|
static int |
ID_COLUMN
|
static int |
MANAGED_BY_COLUMN
|
static int |
NAME_COUMN
|
static int |
NUMBER_COLUMN
|
(package private) Panel |
progressPanel
|
static int |
QTY_COLUMN
|
(package private) symantec.itools.awt.WrappingLabel |
qtyLabel
|
(package private) Spinner |
qtyListSpinner
|
(package private) Panel |
qtyPanel
|
(package private) symantec.itools.awt.LabelButton |
removeButton
|
(package private) symantec.itools.awt.WrappingLabel |
titleLabel
|
(package private) Panel |
titlePanel
|
static int |
UNIT_COLUMN
|
(package private) EnumeratedChoice |
unitChoice
|
(package private) symantec.itools.awt.WrappingLabel |
unitLabel
|
(package private) Panel |
unitPanel
|
protected boolean |
updateMode
|
(package private) Panel |
updateUsagePanel
|
protected UsesInterfaceList |
usesList
|
(package private) WTMultiList |
usesMultiList
|
(package private) symantec.itools.awt.BorderPanel |
usesPartPanel
|
(package private) symantec.itools.awt.LabelButton |
viewButton
|
(package private) Panel |
workingPanel
|
Fields inherited from class wt.clients.replication.unit.HelperPanel |
resource, 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 | |
UsesPanel()
Create the panel. |
Method Summary | |
void |
addHelpListener(PropertyChangeListener pcl)
|
void |
addNotify()
Override default behavior to initialize the help system when this method is invoked. |
(package private) void |
addUsesButton_Action(ActionEvent event)
Launch a WTChooser to search for new parts to use. |
QuantityUnit |
getSelectedUnit()
Get the selected unit from the unit choice. |
QuantityUnit |
getSelectedUnit(int row)
Get the unit for the usage item at the specified row |
void |
initializeHelp()
Initialize the help system. |
protected void |
localize()
|
(package private) void |
qtyListSpinner_propertyChange(PropertyChangeEvent event)
|
(package private) void |
quantityListSpinner_actionPerformed(ActionEvent event)
|
(package private) void |
removeUsesButton_Action(ActionEvent event)
|
boolean |
save()
Save any changes. |
void |
setPartItem()
This method is invoked by the WorkThread to initialize values based on the contained part item. |
void |
setUpdateMode(boolean update_mode)
Set the update mode for the panel. |
protected void |
setValues()
|
(package private) void |
unitChoice_ItemStateChanged(ItemEvent event)
|
(package private) void |
usesMultiList_actionPerformed(ActionEvent event)
|
(package private) void |
usesMultiList_itemStateChanged(ItemEvent event)
|
(package private) void |
UsesPanel_GotFocus(FocusEvent event)
|
void |
viewSelectedItem()
Launch the view task for the seleted item in the list. |
(package private) void |
viewUsesButton_Action(ActionEvent event)
|
Methods inherited from class wt.clients.replication.unit.HelperPanel |
getApplet, getContext, getHelpBundleName, getHelpContext, getHelpSystem, getLabelsRB, getLocalizedMessage, getLocalizedValue, getParentFrame, getPartItem, getThreadGroup, initResources, saveInThread, setApplet, setContext, setHelpContext, setHelpSystem, setPartItem, 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 ID_COLUMN
public static final int NUMBER_COLUMN
public static final int NAME_COUMN
public static final int QTY_COLUMN
public static final int UNIT_COLUMN
public static final int MANAGED_BY_COLUMN
protected UsesInterfaceList usesList
protected boolean updateMode
private Font crossLocaleFont
Panel progressPanel
symantec.itools.awt.WrappingLabel findingLabel
Panel workingPanel
Panel titlePanel
symantec.itools.awt.WrappingLabel titleLabel
symantec.itools.awt.BorderPanel usesPartPanel
WTMultiList usesMultiList
Panel actionPanel
Panel actionLayoutPanel
Panel updateUsagePanel
Panel qtyPanel
symantec.itools.awt.WrappingLabel qtyLabel
Spinner qtyListSpinner
Panel unitPanel
symantec.itools.awt.WrappingLabel unitLabel
EnumeratedChoice unitChoice
Panel buttonPanel
symantec.itools.awt.LabelButton viewButton
symantec.itools.awt.LabelButton addButton
symantec.itools.awt.LabelButton removeButton
Constructor Detail |
public UsesPanel()
Method Detail |
public void setPartItem()
setPartItem
in class HelperPanel
public void setUpdateMode(boolean update_mode)
setUpdateMode
in class HelperPanel
update_mode
- if true, allow updatespublic boolean save() throws WTException
WTException
protected void setValues()
public QuantityUnit getSelectedUnit(int row)
row
- the row in the multilist
protected void localize()
localize
in class HelperPanel
public void initializeHelp()
initializeHelp
in class HelperPanel
public void viewSelectedItem()
public void addNotify()
HelperPanel
addNotify
in class HelperPanel
void addUsesButton_Action(ActionEvent event)
event
- the action eventpublic QuantityUnit getSelectedUnit()
void removeUsesButton_Action(ActionEvent event)
void viewUsesButton_Action(ActionEvent event)
void quantityListSpinner_actionPerformed(ActionEvent event)
void usesMultiList_itemStateChanged(ItemEvent event)
void usesMultiList_actionPerformed(ActionEvent event)
void unitChoice_ItemStateChanged(ItemEvent event)
void UsesPanel_GotFocus(FocusEvent event)
public void addHelpListener(PropertyChangeListener pcl)
void qtyListSpinner_propertyChange(PropertyChangeEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |