A B C E G H I L N P R S U

A

add(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
Adds the object to the collection and updates the opposite property of the added object.
add(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
Adds the object to the list and updates the opposite property of the added object.
add(int, Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
add(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalListIterator
 
add(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
Adds the object to the set and updates the opposite property of the added object.
addAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
addAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
addAll(int, Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
addAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 

B

BidirectionalCollection - Class in com.enspire.gemini.bidirectional
e-nspire site
BidirectionalCollection() - Constructor for class com.enspire.gemini.bidirectional.BidirectionalCollection
 
BidirectionalCollectionAdd - Class in com.enspire.gemini.commands
Executes the add() operation on a BidirectionalCollection.
BidirectionalCollectionAdd(BidirectionalProperty, Collection, Object) - Constructor for class com.enspire.gemini.commands.BidirectionalCollectionAdd
Creates a command and sets its dependencies.
BidirectionalCollectionCommand - Class in com.enspire.gemini.commands
A command that is tied to a specific Collection.
BidirectionalCollectionCommand(BidirectionalProperty, Collection) - Constructor for class com.enspire.gemini.commands.BidirectionalCollectionCommand
Creates a command and sets its dependencies.
BidirectionalCollectionRemove - Class in com.enspire.gemini.commands
Executes the remove() operation on a BidirectionalCollection.
BidirectionalCollectionRemove(BidirectionalProperty, Collection, Object) - Constructor for class com.enspire.gemini.commands.BidirectionalCollectionRemove
Creates a command and sets its dependencies.
BidirectionalIterator - Class in com.enspire.gemini.bidirectional
e-nspire site
BidirectionalIterator(BidirectionalProperty, Iterator) - Constructor for class com.enspire.gemini.bidirectional.BidirectionalIterator
Constructor that decorates the specified iterator.
BidirectionalList - Class in com.enspire.gemini.bidirectional
e-nspire site
BidirectionalList() - Constructor for class com.enspire.gemini.bidirectional.BidirectionalList
 
BidirectionalListAddByIndex - Class in com.enspire.gemini.commands
Executes the add() operation on a BidirectionalList.
BidirectionalListAddByIndex(BidirectionalProperty, List, int, Object) - Constructor for class com.enspire.gemini.commands.BidirectionalListAddByIndex
Creates a command and sets its dependencies.
BidirectionalListCommand - Class in com.enspire.gemini.commands
A command that is tied to a specific List.
BidirectionalListCommand(BidirectionalProperty, List) - Constructor for class com.enspire.gemini.commands.BidirectionalListCommand
Creates a command and sets its dependencies.
BidirectionalListIterator - Class in com.enspire.gemini.bidirectional
e-nspire site
BidirectionalListIterator(ListIterator, BidirectionalProperty) - Constructor for class com.enspire.gemini.bidirectional.BidirectionalListIterator
Creates the bidirectional list iterator.
BidirectionalListRemoveByIndex - Class in com.enspire.gemini.commands
Executes the remove() operation on a BidirectionalList.
BidirectionalListRemoveByIndex(BidirectionalProperty, List, int, Object) - Constructor for class com.enspire.gemini.commands.BidirectionalListRemoveByIndex
Creates a command and sets its dependencies.
BidirectionalMany - Annotation Type in com.enspire.gemini.annotation
e-nspire site
BidirectionalOne - Annotation Type in com.enspire.gemini.annotation
e-nspire site
BidirectionalProperty - Interface in com.enspire.gemini
A JavaBean property wrapper that updates its opposite property.
BidirectionalPropertyCommand - Class in com.enspire.gemini.commands
A command that is tied to a specific property.
BidirectionalPropertyCommand(BidirectionalProperty) - Constructor for class com.enspire.gemini.commands.BidirectionalPropertyCommand
 
BidirectionalSet - Class in com.enspire.gemini.bidirectional
e-nspire site
BidirectionalSet() - Constructor for class com.enspire.gemini.bidirectional.BidirectionalSet
 

C

clear() - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
Unsupported operation.
clear() - Method in class com.enspire.gemini.bidirectional.BidirectionalList
Unsupported operation.
clear() - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
Unsupported operation.
CollectionPropertyRelationshipUpdater - Class in com.enspire.gemini.updaters
Updates one end of a relationship, that have the upper multiplicity greater than 1, and is represented as a Collection or its subclasses.
CollectionPropertyRelationshipUpdater() - Constructor for class com.enspire.gemini.updaters.CollectionPropertyRelationshipUpdater
Constructs an object leaving its dependencies unset.
CollectionPropertyRelationshipUpdater(PropertyReflection) - Constructor for class com.enspire.gemini.updaters.CollectionPropertyRelationshipUpdater
Constructs an object and sets the propertyReflection dependency.
com.enspire.gemini - package com.enspire.gemini
 
com.enspire.gemini.annotation - package com.enspire.gemini.annotation
 
com.enspire.gemini.bidirectional - package com.enspire.gemini.bidirectional
 
com.enspire.gemini.commands - package com.enspire.gemini.commands
 
com.enspire.gemini.context - package com.enspire.gemini.context
 
com.enspire.gemini.updaters - package com.enspire.gemini.updaters
 
Command - Interface in com.enspire.gemini.commands
A simple command with execute() and undo().
CommandExecutor - Interface in com.enspire.gemini.commands
Executes a given command and keeps it in the history stack.
CommandExecutorImpl - Class in com.enspire.gemini.commands
The basic implementation of CommandExecutor.
CommandExecutorImpl() - Constructor for class com.enspire.gemini.commands.CommandExecutorImpl
 
create(Class) - Method in class com.enspire.gemini.context.GeminiFactory
 
create(String) - Method in class com.enspire.gemini.context.GeminiFactory
 

E

execute() - Method in class com.enspire.gemini.commands.BidirectionalCollectionAdd
 
execute() - Method in class com.enspire.gemini.commands.BidirectionalCollectionRemove
 
execute() - Method in class com.enspire.gemini.commands.BidirectionalListAddByIndex
 
execute() - Method in class com.enspire.gemini.commands.BidirectionalListRemoveByIndex
 
execute() - Method in interface com.enspire.gemini.commands.Command
Executes the command.
execute(Command) - Method in interface com.enspire.gemini.commands.CommandExecutor
Executes the given command.
execute(Command) - Method in class com.enspire.gemini.commands.CommandExecutorImpl
 

G

GeminiFactory - Class in com.enspire.gemini.context
This Factory sets up the context of Gemini.
GeminiFactory() - Constructor for class com.enspire.gemini.context.GeminiFactory
Constructs the factory with the created context.
getBidirectionalProperty() - Method in class com.enspire.gemini.bidirectional.BidirectionalIterator
 
getBidirectionalProperty() - Method in class com.enspire.gemini.bidirectional.BidirectionalListIterator
 
getBidirectionalProperty() - Method in class com.enspire.gemini.commands.BidirectionalPropertyCommand
 
getCollection() - Method in class com.enspire.gemini.commands.BidirectionalCollectionCommand
Gets the unidirectional collection (wrapped bu this command's bidirectional collection) that this command is tied to.
getCurrent() - Method in class com.enspire.gemini.bidirectional.BidirectionalListIterator
 
getDecorated() - Method in class com.enspire.gemini.bidirectional.BidirectionalIterator
 
getDecoratedCollection() - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
getDecoratedList() - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
getDecoratedSet() - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
getLast() - Method in class com.enspire.gemini.bidirectional.BidirectionalIterator
 
getList() - Method in class com.enspire.gemini.commands.BidirectionalListCommand
Sets the unidirectional list (wrapped bu this command's bidirectional collection) that this command is tied to.
getOppositeName() - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
getOppositeName() - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
getOppositeName() - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
getOppositeName() - Method in interface com.enspire.gemini.BidirectionalProperty
Gets the name of the opposite property.
getOwner() - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
getOwner() - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
getOwner() - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
getOwner() - Method in interface com.enspire.gemini.BidirectionalProperty
Gets the owner of this object.
getPropertyReflection() - Method in class com.enspire.gemini.updaters.CollectionPropertyRelationshipUpdater
Gets propertyReflection - the object that is used to manipulate JavaBean properties.
getPropertyReflection() - Method in class com.enspire.gemini.updaters.SimplePropertyRelationshipUpdater
Gets propertyReflection - the object that is used to manipulate JavaBean properties.
getPropertyValue() - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
getPropertyValue() - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
getPropertyValue() - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
getPropertyValue() - Method in interface com.enspire.gemini.BidirectionalProperty
Gets the value (e.g.
getRelationshipUpdater() - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
getRelationshipUpdater() - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
getRelationshipUpdater() - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
getRelationshipUpdater() - Method in interface com.enspire.gemini.BidirectionalProperty
Gets the updater of the another end of the represented relationship.

H

hasNext() - Method in class com.enspire.gemini.bidirectional.BidirectionalIterator
 

I

iterator() - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
iterator() - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
iterator() - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 

L

listIterator() - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
listIterator(int) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 

N

next() - Method in class com.enspire.gemini.bidirectional.BidirectionalIterator
 
next() - Method in class com.enspire.gemini.bidirectional.BidirectionalListIterator
 

P

previous() - Method in class com.enspire.gemini.bidirectional.BidirectionalListIterator
 

R

RelationshipUpdater - Interface in com.enspire.gemini
Updates one end of a bidirectional relationship.
remove(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
Removes the object from the collection and updates the opposite property of the removed object.
remove() - Method in class com.enspire.gemini.bidirectional.BidirectionalIterator
Removes the current element and updates the opposite property.
remove(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
Removes the object from the list and updates the opposite property of the removed object.
remove(int) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
remove() - Method in class com.enspire.gemini.bidirectional.BidirectionalListIterator
 
remove(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
Removes the object from the set and updates the opposite property of the removed object.
removeAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
removeAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
removeAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
retainAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
Unsupported operation.
retainAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
Unsupported operation.
retainAll(Collection) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
Unsupported operation.

S

set(int, Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
set(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalListIterator
 
set(Object, String, Object) - Method in interface com.enspire.gemini.RelationshipUpdater
Associates two objects through the property that this updater updates, but only if they are not already associated.
set(Object, String, Object) - Method in class com.enspire.gemini.updaters.CollectionPropertyRelationshipUpdater
Adds the new element to the collection if it does not already contain it.
set(Object, String, Object) - Method in class com.enspire.gemini.updaters.SimplePropertyRelationshipUpdater
Sets the the property to new value if it is diferent from the old value.
setCollection(Collection) - Method in class com.enspire.gemini.commands.BidirectionalCollectionCommand
Sets the unidirectional collection (wrapped bu this command's bidirectional collection) that this command is tied to.
setList(List) - Method in class com.enspire.gemini.commands.BidirectionalListCommand
Sets the unidirectional collection (wrapped bu this command's bidirectional collection) that this command is tied to.
setOppositeName(String) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
setOppositeName(String) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
setOppositeName(String) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
setOppositeName(String) - Method in interface com.enspire.gemini.BidirectionalProperty
Sets the name of the opposite property.
setOwner(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
setOwner(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
setOwner(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
setOwner(Object) - Method in interface com.enspire.gemini.BidirectionalProperty
Sets the owner of this object.
setPropertyReflection(PropertyReflection) - Method in class com.enspire.gemini.updaters.CollectionPropertyRelationshipUpdater
Sets propertyReflection - the object that is used to manipulate JavaBean properties.
setPropertyReflection(PropertyReflection) - Method in class com.enspire.gemini.updaters.SimplePropertyRelationshipUpdater
Sets propertyReflection - the object that is used to manipulate JavaBean properties.
setPropertyValue(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
setPropertyValue(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
setPropertyValue(Object) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
setPropertyValue(Object) - Method in interface com.enspire.gemini.BidirectionalProperty
Sets the value (e.g.
setRelationshipUpdater(RelationshipUpdater) - Method in class com.enspire.gemini.bidirectional.BidirectionalCollection
 
setRelationshipUpdater(RelationshipUpdater) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 
setRelationshipUpdater(RelationshipUpdater) - Method in class com.enspire.gemini.bidirectional.BidirectionalSet
 
setRelationshipUpdater(RelationshipUpdater) - Method in interface com.enspire.gemini.BidirectionalProperty
Sets the updater of the another end of the represented relationship.
SimplePropertyRelationshipUpdater - Class in com.enspire.gemini.updaters
Updates one end of a relationship, that have the upper multiplicity 1, and is represented as a simple Java property, not including primitive Java types.
SimplePropertyRelationshipUpdater() - Constructor for class com.enspire.gemini.updaters.SimplePropertyRelationshipUpdater
Constructs an object leaving its dependencies unset.
SimplePropertyRelationshipUpdater(PropertyReflection) - Constructor for class com.enspire.gemini.updaters.SimplePropertyRelationshipUpdater
Constructs an object and sets the propertyReflection dependency.
subList(int, int) - Method in class com.enspire.gemini.bidirectional.BidirectionalList
 

U

undo() - Method in class com.enspire.gemini.commands.BidirectionalCollectionAdd
 
undo() - Method in class com.enspire.gemini.commands.BidirectionalCollectionRemove
 
undo() - Method in class com.enspire.gemini.commands.BidirectionalListAddByIndex
 
undo() - Method in class com.enspire.gemini.commands.BidirectionalListRemoveByIndex
 
undo() - Method in interface com.enspire.gemini.commands.Command
Undoes the command.
undo() - Method in interface com.enspire.gemini.commands.CommandExecutor
Undoes all commands that have been executed up to now (does not include already undoed commands).
undo() - Method in class com.enspire.gemini.commands.CommandExecutorImpl
 
unset(Object, String, Object) - Method in interface com.enspire.gemini.RelationshipUpdater
Disassociates two objects that are associated through the property (denoted with propertyName attribute), but only if they are already associated.
unset(Object, String, Object) - Method in class com.enspire.gemini.updaters.CollectionPropertyRelationshipUpdater
Removes the element from the collection.
unset(Object, String, Object) - Method in class com.enspire.gemini.updaters.SimplePropertyRelationshipUpdater
Sets the property to null.

A B C E G H I L N P R S U

Copyright © 2005 e-nspire. All Rights Reserved.