|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.Vector
wt.clients.prodmgmt.BuildRuleList
BuildRuleList is a list of the build rules for a PartItem.
It allows adding and removing build sources from the list.
Supported API: false
Extendable: false
PartItem
,
Serialized FormNested Class Summary |
Nested classes inherited from class java.util.AbstractList |
|
Field Summary | |
protected Vector |
addedBuildRule
|
protected boolean |
frameStarted
|
protected PartItem |
part
|
protected Vector |
removedBuildRule
|
Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
BuildRuleList(PartItem part)
Constructs a BuildRuleList using the specified PartItem. |
Method Summary | |
void |
addElementBuildSource(BuildSourceItem buildSource)
Adds the BuildRuleItem to the BuildRuleList |
BuildRuleItem |
elementAt(String identity)
Returns the BuildRuleItem with the specified identity. |
void |
endFrame()
End the current frame to keep track of added and removed build rules. |
protected void |
populate()
Populate the list using the contained PartItem. |
void |
removeElementAt(String identity)
Remove the BuildRuleItem with the specified identity. |
boolean |
saveFrame()
Saves all changes made since the last beginFrame. |
void |
startFrame()
Start a new frame to keep track of added and removed build rules. |
String[] |
toMultiList()
Returns an array of Strings representing the BuildRuleList, formatted for use in a symantec.itools.awt.MultiList. |
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
Field Detail |
protected boolean frameStarted
protected Vector removedBuildRule
protected Vector addedBuildRule
protected PartItem part
Constructor Detail |
public BuildRuleList(PartItem part)
part
- the PartItem to hold build rules forMethod Detail |
public boolean saveFrame() throws WTException
WTException
- if an error occurs saving the list.public void startFrame()
public void endFrame()
public BuildRuleItem elementAt(String identity)
identity
- the identity of the requested BuildRuleItem.
public void addElementBuildSource(BuildSourceItem buildSource)
buildSource
- the new BuildSource to referencepublic void removeElementAt(String identity)
identity
- the identity of the requested BuildRuleItem.
protected void populate()
public String[] toMultiList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |