|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enspire.gemini.commands.BidirectionalPropertyCommand
com.enspire.gemini.commands.BidirectionalCollectionCommand
public abstract class BidirectionalCollectionCommand
A command that is tied to a specific Collection
.
Constructor Summary | |
---|---|
BidirectionalCollectionCommand(BidirectionalProperty bidirectionalProperty,
java.util.Collection collection)
Creates a command and sets its dependencies. |
Method Summary | |
---|---|
java.util.Collection |
getCollection()
Gets the unidirectional collection (wrapped bu this command's bidirectional collection) that this command is tied to. |
void |
setCollection(java.util.Collection collection)
Sets the unidirectional collection (wrapped bu this command's bidirectional collection) that this command is tied to. |
Methods inherited from class com.enspire.gemini.commands.BidirectionalPropertyCommand |
---|
getBidirectionalProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.enspire.gemini.commands.Command |
---|
execute, undo |
Constructor Detail |
---|
public BidirectionalCollectionCommand(BidirectionalProperty bidirectionalProperty, java.util.Collection collection)
bidirectionalProperty
- the bidirectional collection that this command is tied tocollection
- Method Detail |
---|
public java.util.Collection getCollection()
public void setCollection(java.util.Collection collection)
collection
- an unidirectional collection to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |