|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BidirectionalProperty | |
---|---|
com.enspire.gemini.bidirectional | |
com.enspire.gemini.commands |
Uses of BidirectionalProperty in com.enspire.gemini.bidirectional |
---|
Classes in com.enspire.gemini.bidirectional that implement BidirectionalProperty | |
---|---|
class |
BidirectionalCollection
e-nspire site |
class |
BidirectionalList
e-nspire site |
class |
BidirectionalSet
e-nspire site |
Methods in com.enspire.gemini.bidirectional that return BidirectionalProperty | |
---|---|
BidirectionalProperty |
BidirectionalListIterator.getBidirectionalProperty()
|
BidirectionalProperty |
BidirectionalIterator.getBidirectionalProperty()
|
Constructors in com.enspire.gemini.bidirectional with parameters of type BidirectionalProperty | |
---|---|
BidirectionalIterator(BidirectionalProperty bidirectionalProperty,
java.util.Iterator iterator)
Constructor that decorates the specified iterator. |
|
BidirectionalListIterator(java.util.ListIterator listIterator,
BidirectionalProperty bidirectionalProperty)
Creates the bidirectional list iterator. |
Uses of BidirectionalProperty in com.enspire.gemini.commands |
---|
Methods in com.enspire.gemini.commands that return BidirectionalProperty | |
---|---|
BidirectionalProperty |
BidirectionalPropertyCommand.getBidirectionalProperty()
|
Constructors in com.enspire.gemini.commands with parameters of type BidirectionalProperty | |
---|---|
BidirectionalCollectionAdd(BidirectionalProperty bidirectional,
java.util.Collection collection,
java.lang.Object addValue)
Creates a command and sets its dependencies. |
|
BidirectionalCollectionCommand(BidirectionalProperty bidirectionalProperty,
java.util.Collection collection)
Creates a command and sets its dependencies. |
|
BidirectionalCollectionRemove(BidirectionalProperty bidirectional,
java.util.Collection collection,
java.lang.Object removeValue)
Creates a command and sets its dependencies. |
|
BidirectionalListAddByIndex(BidirectionalProperty bidirectional,
java.util.List list,
int addIndex,
java.lang.Object addValue)
Creates a command and sets its dependencies. |
|
BidirectionalListCommand(BidirectionalProperty bidirectionalProperty,
java.util.List list)
Creates a command and sets its dependencies. |
|
BidirectionalListRemoveByIndex(BidirectionalProperty bidirectional,
java.util.List list,
int removeIndex,
java.lang.Object removeValue)
Creates a command and sets its dependencies. |
|
BidirectionalPropertyCommand(BidirectionalProperty bidirectionalProperty)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |