|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DrillElements
The DrillElements interface provides access to the list of DrillElements.
This interface is used only in drill mode. Once the executeDrill is called, you must not work on this object, but create a new one from DrillInfo.
DrillPath,
DrillInfo| Method Summary | |
|---|---|
DrillElement |
add()
Adds an item to the list. |
int |
getCount()
Returns the current size of the DrillElements list. |
DrillElement |
getItem(int index)
Returns the specified item of the list. |
DrillElement |
getItem(java.lang.String objectID)
Returns the item set by the client by its object ID. |
void |
remove(DrillElement elm)
Removes a item from the list. |
void |
removeAll()
Removes all the items you have added. |
| Method Detail |
|---|
int getCount()
DrillElements list.
DrillElements list.DrillElement getItem(int index)
index - The index of the drill element.
DrillElement getItem(java.lang.String objectID)
throws REException
objectID - The object ID of the drill element.
REExceptionDrillElement add()
DrillToElement,
DrillFromElement,
DrillPath.getFrom(),
DrillPath.getTo()void remove(DrillElement elm)
executeDrill call, you may want to remove an Item you have added to the list.
elm - The DrillElement instance.void removeAll()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||