|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISlotContainer
Description of the Interface
| Method Summary | |
|---|---|
void |
addSlot(ISlot slot)
Adds a slot |
java.util.Collection<? extends ISlot> |
getSlots()
return a duplicate copy of all the slots |
java.util.Collection<ISlot> |
getSlots(java.util.Collection<ISlot> container)
|
void |
removeSlot(ISlot slot)
remove a slot |
| Method Detail |
|---|
java.util.Collection<? extends ISlot> getSlots()
java.util.Collection<ISlot> getSlots(java.util.Collection<ISlot> container)
void addSlot(ISlot slot)
slot - The feature to be added to the ISlot attributevoid removeSlot(ISlot slot)
slot - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||