|
||||||||||
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.BidirectionalListCommand
public abstract class BidirectionalListCommand
A command that is tied to a specific List
.
Constructor Summary | |
---|---|
BidirectionalListCommand(BidirectionalProperty bidirectionalProperty,
java.util.List list)
Creates a command and sets its dependencies. |
Method Summary | |
---|---|
java.util.List |
getList()
Sets the unidirectional list (wrapped bu this command's bidirectional collection) that this command is tied to. |
void |
setList(java.util.List list)
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 BidirectionalListCommand(BidirectionalProperty bidirectionalProperty, java.util.List list)
bidirectionalProperty
- list
- Method Detail |
---|
public java.util.List getList()
public void setList(java.util.List list)
list
- an unidirectional collection to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |