|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.slot.ProxyUniqueSlotContainer
public class ProxyUniqueSlotContainer
| Constructor Summary | |
|---|---|
ProxyUniqueSlotContainer(IUniqueSlotContainer container)
|
|
| Method Summary | |
|---|---|
void |
addSlot(ISlot slot)
Adds a slot |
void |
addSlotContainer(IUniqueSlotContainer container)
|
ISlot |
getSlot(java.lang.String slotName)
return the actual named slot. |
java.util.Collection<? extends ISlot> |
getSlots()
return a duplicate copy of all the slots |
java.util.Collection<ISlot> |
getSlots(java.util.Collection<ISlot> slots)
|
void |
removeSlot(ISlot slot)
remove a slot |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyUniqueSlotContainer(IUniqueSlotContainer container)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void addSlotContainer(IUniqueSlotContainer container)
public ISlot getSlot(java.lang.String slotName)
IUniqueSlotContainer
getSlot in interface IUniqueSlotContainerpublic void addSlot(ISlot slot)
ISlotContainer
addSlot in interface ISlotContainerslot - The feature to be added to the ISlot attributepublic java.util.Collection<? extends ISlot> getSlots()
ISlotContainer
getSlots in interface ISlotContainerpublic java.util.Collection<ISlot> getSlots(java.util.Collection<ISlot> slots)
getSlots in interface ISlotContainerpublic void removeSlot(ISlot slot)
ISlotContainer
removeSlot in interface ISlotContainerslot - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||