All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

appendNode(Node). Method in interface org.jcon.core.part.Cell
Appends the node after the last index.
appendNode(Node). Method in class org.jcon.core.part.std.CellStd
Appends the node after the last index.

C

CellNodeReplicatorStd(). Constructor for class org.jcon.core.part.std.CellNodeReplicatorStd
CellStd(). Constructor for class org.jcon.core.part.std.CellStd
clone(). Method in class org.jcon.core.tron.std.MessageStd
Returns a shallow copy of the object.
clone(). Method in interface org.jcon.core.tron.PropMap
Returns a shallow copy of the object.
clone(). Method in class org.jcon.core.tron.std.PropMapStd
Returns a shallow copy of the object.
containsKey(String). Method in interface org.jcon.core.tron.PropMap
Returns true if the collection contains the key, false if not.
containsKey(String). Method in class org.jcon.core.tron.std.PropMapStd
Returns true if the collection contains the key, false if not.
containsValue(Object). Method in interface org.jcon.core.tron.PropMap
Returns true if the collection contains the value, false if not.
containsValue(Object). Method in class org.jcon.core.tron.std.PropMapStd
Returns true if the collection contains the value, false if not.
createCellNode(Node). Method in interface org.jcon.core.part.CellNodeReplicator
Creates a new node with a new cell.
createCellNode(Node). Method in class org.jcon.core.part.std.CellNodeReplicatorStd
Creates a new node with a new cell.
createRootNode(). Method in class org.jcon.core.part.std.MinimalCore
Creates a new node with a new cell.
createRootNode(). Method in interface org.jcon.core.part.RootNodeCreator
Creates a new node with a new cell.

E

enumerateKeys(). Method in interface org.jcon.core.tron.PropMap
Returns an enumeration of the keys in this collection.
enumerateKeys(). Method in class org.jcon.core.tron.std.PropMapStd
Returns an enumeration of the keys in this collection.
enumerateNodeNames(). Method in interface org.jcon.core.part.Cell
Returns an Enumeration of all node names in the cell, in order.
enumerateNodeNames(). Method in class org.jcon.core.part.std.CellStd
Returns an Enumeration of all node names in the cell, in order.
enumeratePartNames(). Method in interface org.jcon.core.part.PartReader
Returns an Enumeration of the part names in the cell, in order.
enumeratePartNames(). Method in class org.jcon.core.part.std.PartReaderStd
Returns an Enumeration of the part names in the cell, in order.

F

findFirstKey(Object). Method in interface org.jcon.core.tron.PropMap
Returns the first key found for the value, or null if not found.
findFirstKey(Object). Method in class org.jcon.core.tron.std.PropMapStd
Returns the first key found for the value, or null if not found.
findPart(String). Method in interface org.jcon.core.part.Cell
Finds and returns the named part.
findPart(String). Method in class org.jcon.core.part.std.CellStd
Finds and returns the named part.
findPart(String). Method in interface org.jcon.core.part.PartReader
Finds and returns the named part or throws an IllegalStateException if not found.
findPart(String). Method in class org.jcon.core.part.std.PartReaderStd
Finds and returns the named part.

G

get(String). Method in interface org.jcon.core.tron.PropMap
Returns the value to which the specified key is mapped in this collection.
get(String). Method in class org.jcon.core.tron.std.PropMapStd
Returns the value to which the specified key is mapped in this collection.
getBoolean(String). Method in interface org.jcon.core.tron.ConvenientStringMap
Returns the boolean value for the key.
getBoolean(String). Method in class org.jcon.core.tron.std.PropMapStd
Returns the boolean value for the key.
getCellNode(). Method in interface org.jcon.core.part.Cell
Returns the node this cell is in.
getCellNode(). Method in class org.jcon.core.part.std.CellStd
Returns the node this cell is in.
getDouble(String). Method in interface org.jcon.core.tron.ConvenientStringMap
Returns the double value for the key.
getDouble(String). Method in class org.jcon.core.tron.std.PropMapStd
Returns the double value for the key.
getDoubleDefault(String, double). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as getDouble(key) except allows a default to be returned rather than an exception if not found.
getDoubleDefault(String, double). Method in class org.jcon.core.tron.std.PropMapStd
Same as getDouble(key) except allows a default to be returned rather than an exception if not found.
getFloat(String). Method in interface org.jcon.core.tron.ConvenientStringMap
Returns the float value for the key.
getFloat(String). Method in class org.jcon.core.tron.std.PropMapStd
Returns the float value for the key.
getFloatDefault(String, float). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as getFloat(key) except allows a default to be returned rather than an exception if not found.
getFloatDefault(String, float). Method in class org.jcon.core.tron.std.PropMapStd
Same as getFloat(key) except allows a default to be returned rather than an exception if not found.
getInt(String). Method in interface org.jcon.core.tron.ConvenientStringMap
Returns the int value for the key.
getInt(String). Method in class org.jcon.core.tron.std.PropMapStd
Returns the int value for the key.
getIntDefault(String, int). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as getInt(key) except allows a default to be returned rather than an exception if not found.
getIntDefault(String, int). Method in class org.jcon.core.tron.std.PropMapStd
Same as getInt(key) except allows a default to be returned rather than an exception if not found.
getLong(String). Method in interface org.jcon.core.tron.ConvenientStringMap
Returns the long value for the key.
getLong(String). Method in class org.jcon.core.tron.std.PropMapStd
Returns the long value for the key.
getLongDefault(String, long). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as getLong(key) except allows a default to be returned rather than an exception if not found.
getLongDefault(String, long). Method in class org.jcon.core.tron.std.PropMapStd
Same as getLong(key) except allows a default to be returned rather than an exception if not found.
getName(). Method in interface org.jcon.core.tron.Message
Returns the name.
getName(). Method in class org.jcon.core.tron.std.MessageStd
Returns the name.
getName(). Method in interface org.jcon.core.part.Node
getName(). Method in class org.jcon.core.part.std.NodeStd
getNestedKeySeparator(). Method in interface org.jcon.core.tron.PropMap
Returns the nested key separator or null if none in use.
getNestedKeySeparator(). Method in class org.jcon.core.tron.std.PropMapStd
Returns the nested key separator or null if none in use.
getNode(String). Method in interface org.jcon.core.part.Cell
Returns the named node in this cell or null if not found.
getNode(String). Method in class org.jcon.core.part.std.CellStd
Returns the named node in this cell or null if not found.
getNodeCount(). Method in interface org.jcon.core.part.Cell
Returns the number of nodes in the cell.
getNodeCount(). Method in class org.jcon.core.part.std.CellStd
Returns the number of nodes in the cell.
getParentNode(). Method in interface org.jcon.core.part.Node
getParentNode(). Method in class org.jcon.core.part.std.NodeStd
getPart(). Method in interface org.jcon.core.part.Node
Returns the node's part.
getPart(). Method in class org.jcon.core.part.std.NodeStd
Returns the node's part.
getPart(String). Method in interface org.jcon.core.part.Cell
Returns the named part in this cell or null if not found.
getPart(String). Method in class org.jcon.core.part.std.CellStd
Returns the named part in the cell.
getPart(String). Method in interface org.jcon.core.part.PartReader
Returns the named part in the cell or throws an IllegalStateException if none.
getPart(String). Method in class org.jcon.core.part.std.PartReaderStd
Returns the named part in the cell.
getPartCount(). Method in interface org.jcon.core.part.PartReader
Returns the number of parts in the cell.
getPartCount(). Method in class org.jcon.core.part.std.PartReaderStd
Returns the number of parts in the cell.
getPartNamesNeeded(). Method in class org.jcon.core.part.std.PartReaderStd
Returns an array of the part names this part needs to do its work.
getPartNamesNeeded(). Method in interface org.jcon.core.part.PartUser
Returns an array of the part names this part needs to do its work.
getRootNode(). Method in interface org.jcon.core.part.Node
Returns the root node, which has no parent node.
getRootNode(). Method in class org.jcon.core.part.std.NodeStd
Returns the root node, which has no parent node.
getSize(). Method in interface org.jcon.core.tron.PropMap
Returns the number of key values in the collection, which may be zero.
getSize(). Method in class org.jcon.core.tron.std.PropMapStd
Returns the number of key values in the collection, which may be zero.
getString(String). Method in interface org.jcon.core.tron.ConvenientStringMap
Returns the String value for the key.
getString(String). Method in class org.jcon.core.tron.std.PropMapStd
Returns the String value for the key.
getStringDefault(String, String). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as getString(key) except allows a default to be returned rather than null.
getStringDefault(String, String). Method in class org.jcon.core.tron.std.PropMapStd
Same as getString(key) except allows a default to be returned rather than null.

I

insertBefore(String, Object, String). Method in interface org.jcon.core.tron.PropMap
Inserts the key and value before the keyBefore.
insertBefore(String, Object, String). Method in class org.jcon.core.tron.std.PropMapStd
Inserts the key and value before the keyBefore.
insertNodeBefore(Node, Node). Method in interface org.jcon.core.part.Cell
Inserts the node before the nodeBefore, which must be in the Cell.
insertNodeBefore(Node, Node). Method in class org.jcon.core.part.std.CellStd
Inserts the node before the nodeBefore, which must be in the Cell.
isCompanion(). Method in interface org.jcon.core.part.Node
Returns true if this is a companion part or false if not.
isCompanion(). Method in class org.jcon.core.part.std.NodeStd
Returns true if this is a companion part or false if not.
isContainer(). Method in interface org.jcon.core.part.Node
Returns true if this is a container part or false if not.
isContainer(). Method in class org.jcon.core.part.std.NodeStd
Returns true if this is a container part or false if not.
isCore(). Method in interface org.jcon.core.part.Node
Returns true if this is a core part or false if not.
isCore(). Method in class org.jcon.core.part.std.NodeStd
Returns true if this is a core part or false if not.
isEmpty(). Method in interface org.jcon.core.tron.PropMap
Returns true if the collection is empty or false if not.
isEmpty(). Method in class org.jcon.core.tron.std.PropMapStd
Returns true if the collection is empty or false if not.
isFalse(String). Method in interface org.jcon.core.tron.ConvenientStringMap
isFalse(String). Method in class org.jcon.core.tron.std.PropMapStd
Used to determine if the key value is false.
isFalseDefault(String, boolean). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as isFalse(key) except allows a default to be returned if not found rather than an exception.
isFalseDefault(String, boolean). Method in class org.jcon.core.tron.std.PropMapStd
Same as isFalse(key) except allows a default to be returned if not found rather than an exception.
isHidden(). Method in interface org.jcon.core.part.Node
Returns true if this is a hidden part or false if not.
isHidden(). Method in class org.jcon.core.part.std.NodeStd
Returns true if this is a hidden part or false if not.
isInheritable(). Method in interface org.jcon.core.part.Node
Returns true if this is inheritable or false if not.
isInheritable(). Method in class org.jcon.core.part.std.NodeStd
Returns true if this is inheritable or false if not.
isNullValueAllowed(). Method in interface org.jcon.core.tron.PropMap
Returns true if null values are allowed, false if not.
isNullValueAllowed(). Method in class org.jcon.core.tron.std.PropMapStd
Returns true if null values are allowed, false if not.
isOrderedKeys(). Method in interface org.jcon.core.tron.PropMap
Returns true if ordered keys are maintained, false if not.
isOrderedKeys(). Method in class org.jcon.core.tron.std.PropMapStd
Returns true if ordered keys are maintained, false if not.
isTree(). Method in interface org.jcon.core.tron.PropMap
Returns true if a non-null nested key separator has been set.
isTree(). Method in class org.jcon.core.tron.std.PropMapStd
Returns true if a non-null nested key separator has been set.
isTrue(String). Method in interface org.jcon.core.tron.ConvenientStringMap
isTrue(String). Method in class org.jcon.core.tron.std.PropMapStd
Used to determine if the key value is true.
isTrueDefault(String, boolean). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as isTrue(key) except allows a default to be returned if not found rather than an exception.
isTrueDefault(String, boolean). Method in class org.jcon.core.tron.std.PropMapStd
Same as isTrue(key) except allows a default to be returned if not found rather than an exception.
isVirtual(). Method in interface org.jcon.core.part.Node
Returns true if this is a virtual part or false if not.
isVirtual(). Method in class org.jcon.core.part.std.NodeStd
Returns true if this is a virtual part or false if not.

L

listTree(boolean). Method in interface org.jcon.core.part.PartReader
Returns a String representing the System Tree, starting at the root or at the cell this PartReader is in.
listTree(boolean). Method in class org.jcon.core.part.std.PartReaderStd
Returns a String representing the System Tree, starting at the root or at the cell this PartReader is in.

M

main(String[]). Static method in class org.jcon.core.test.MinimalCore_Test1
main(String[]). Static method in class org.jcon.core.test.PropMap_UnitTest
MessageStd(). Constructor for class org.jcon.core.tron.std.MessageStd
MinimalCore(). Constructor for class org.jcon.core.part.std.MinimalCore
MinimalCore_Test1(). Constructor for class org.jcon.core.test.MinimalCore_Test1

N

NodeStd(). Constructor for class org.jcon.core.part.std.NodeStd

P

PartReaderStd(). Constructor for class org.jcon.core.part.std.PartReaderStd
PropMap_UnitTest(). Constructor for class org.jcon.core.test.PropMap_UnitTest
PropMapStd(). Constructor for class org.jcon.core.tron.std.PropMapStd
A no arg constructor that leaves configuration defaults alone.
PropMapStd(boolean, boolean, String). Constructor for class org.jcon.core.tron.std.PropMapStd
A constructor for configuration.
put(String, Object). Method in interface org.jcon.core.tron.PropMap
Puts the value in the collection and associates it with the key for retrival.
put(String, Object). Method in class org.jcon.core.tron.std.PropMapStd
Puts the value in the collection and associates it with the key for retrival.

R

removeAll(). Method in interface org.jcon.core.part.Cell
Removes all nodes from the Cell.
removeAll(). Method in class org.jcon.core.part.std.CellStd
Removes all nodes from the Cell.
removeAll(). Method in interface org.jcon.core.tron.PropMap
Removes all keys and values from the collection.
removeAll(). Method in class org.jcon.core.tron.std.PropMapStd
Removes all keys and values from the collection.
removeKey(String). Method in interface org.jcon.core.tron.PropMap
Removes the key and its value.
removeKey(String). Method in class org.jcon.core.tron.std.PropMapStd
Removes the key and its value.
removeNode(Node). Method in interface org.jcon.core.part.Cell
Removes the node.
removeNode(Node). Method in class org.jcon.core.part.std.CellStd
Removes the node.
removeValue(Object). Method in interface org.jcon.core.tron.PropMap
Removes all occurances of the key for this value.
removeValue(Object). Method in class org.jcon.core.tron.std.PropMapStd
Removes all occurances of the key for this value.
replicate(). Method in class org.jcon.core.part.std.CellStd
Returns a copy of itself without mission state.
replicate(). Method in class org.jcon.core.part.std.PartReaderStd
Returns a copy of itself without mission state.
replicate(). Method in interface org.jcon.core.part.Replicatable
The instance should replicate itself.
reuse(String). Method in interface org.jcon.core.tron.Message
A convenience method for Message reuse.
reuse(String). Method in class org.jcon.core.tron.std.MessageStd
A convenience method for Message reuse.
runTest(). Method in class org.jcon.core.test.MinimalCore_Test1
runTest(). Method in class org.jcon.core.test.PropMap_UnitTest
Returns null if test okay or a String describing failure.

S

setBoolean(String, boolean). Method in interface org.jcon.core.tron.ConvenientStringMap
Sets the key value, overwriting any that already exists.
setBoolean(String, boolean). Method in class org.jcon.core.tron.std.PropMapStd
Sets the key value, overwriting any that already exists.
setCompanion(boolean). Method in interface org.jcon.core.part.Node
Sets whether this is a companion part or not.
setCompanion(boolean). Method in class org.jcon.core.part.std.NodeStd
Sets whether this is a companion part or not.
setContainer(boolean). Method in interface org.jcon.core.part.Node
Sets whether this is a container part or not.
setContainer(boolean). Method in class org.jcon.core.part.std.NodeStd
Sets whether this is a container part or not.
setCore(boolean). Method in interface org.jcon.core.part.Node
Sets whether this is a core part or not.
setCore(boolean). Method in class org.jcon.core.part.std.NodeStd
Sets whether this is a core part or not.
setDouble(String, double). Method in interface org.jcon.core.tron.ConvenientStringMap
Sets the key value, overwriting any that already exists.
setDouble(String, double). Method in class org.jcon.core.tron.std.PropMapStd
Sets the key value, overwriting any that already exists.
setFalse(String). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as setBoolean(key, false).
setFalse(String). Method in class org.jcon.core.tron.std.PropMapStd
Same as setBoolean(key, false).
setFloat(String, float). Method in interface org.jcon.core.tron.ConvenientStringMap
Sets the key value, overwriting any that already exists.
setFloat(String, float). Method in class org.jcon.core.tron.std.PropMapStd
Sets the key value, overwriting any that already exists.
setHidden(boolean). Method in interface org.jcon.core.part.Node
Sets whether this is a hidden part or not.
setHidden(boolean). Method in class org.jcon.core.part.std.NodeStd
Sets whether this is a hidden part or not.
setInheritable(boolean). Method in interface org.jcon.core.part.Node
Sets whether this is inheritable or not.
setInheritable(boolean). Method in class org.jcon.core.part.std.NodeStd
Sets whether this is inheritable or not.
setInt(String, int). Method in interface org.jcon.core.tron.ConvenientStringMap
Sets the key value, overwriting any that already exists.
setInt(String, int). Method in class org.jcon.core.tron.std.PropMapStd
Sets the key value, overwriting any that already exists.
setLong(String, long). Method in interface org.jcon.core.tron.ConvenientStringMap
Sets the key value, overwriting any that already exists.
setLong(String, long). Method in class org.jcon.core.tron.std.PropMapStd
Sets the key value, overwriting any that already exists.
setName(String). Method in interface org.jcon.core.tron.Message
Sets the Message name.
setName(String). Method in class org.jcon.core.tron.std.MessageStd
Sets the Message name.
setName(String). Method in interface org.jcon.core.part.Node
Sets the node or part name.
setName(String). Method in class org.jcon.core.part.std.NodeStd
Sets the node or part name.
setNode(Node). Method in class org.jcon.core.part.std.CellStd
Sets the node the part is in.
setNode(Node). Method in interface org.jcon.core.part.NodeUser
Sets the node the part is in.
setParentNode(Node). Method in interface org.jcon.core.part.Node
setParentNode(Node). Method in class org.jcon.core.part.std.NodeStd
setPart(Object). Method in interface org.jcon.core.part.Node
Sets the node's part, which may be any object whatsoever.
setPart(Object). Method in class org.jcon.core.part.std.NodeStd
Sets the node's part, which may be any object whatsoever.
setPart(String, Object). Method in class org.jcon.core.part.std.PartReaderStd
Sets a named part, in response to part needs.
setPart(String, Object). Method in interface org.jcon.core.part.PartUser
Sets a named part, in response to part needs.
setString(String, String). Method in interface org.jcon.core.tron.ConvenientStringMap
Sets the key value, overwriting any that already exists.
setString(String, String). Method in class org.jcon.core.tron.std.PropMapStd
Sets the key value, overwriting any that already exists.
setTrue(String). Method in interface org.jcon.core.tron.ConvenientStringMap
Same as setBoolean(key, true).
setTrue(String). Method in class org.jcon.core.tron.std.PropMapStd
Same as setBoolean(key, true).
setVirtual(boolean). Method in interface org.jcon.core.part.Node
Sets whether this is a virtual part or not.
setVirtual(boolean). Method in class org.jcon.core.part.std.NodeStd
Sets whether this is a virtual part or not.

T

toString(). Method in class org.jcon.core.tron.std.MessageStd
Returns a String representation of the name and key values.
toString(). Method in interface org.jcon.core.part.Node
Returns a String representation of the node.
toString(). Method in class org.jcon.core.part.std.NodeStd
Returns a String representation of the node.
toString(). Method in interface org.jcon.core.tron.PropMap
Returns a comma delimited string of key/values, for example: "[Name=Pantajeli, Age=11]".
toString(). Method in class org.jcon.core.tron.std.PropMapStd
Returns a comma delimited string of key/values, for example: "[Name=Pantajeli, Age=11]".