|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use FieldInfoStructure | |
---|---|
jef.disconnection | |
jef.disconnection.impl | |
jef.dna.fieldsTable | |
jef.dna.fieldsTable.impl.def | |
jef.dna.infoStructures.impl |
Uses of FieldInfoStructure in jef.disconnection |
---|
Methods in jef.disconnection with parameters of type FieldInfoStructure | |
---|---|
void |
DisconnectedField.addField(FieldInfoStructure fi)
Adds a new FiledInfoStructure to the set of fields. |
void |
FieldDisconnector.extract(FieldInfoStructure fieldInfo,
DisconnectedField disconnectedField,
DeepCopier deepCopier)
This method copies into the disconnectField instance provided as parameter the
fieldInfo object. |
Uses of FieldInfoStructure in jef.disconnection.impl |
---|
Methods in jef.disconnection.impl that return FieldInfoStructure | |
---|---|
protected FieldInfoStructure |
DefaultMethodDisconnector.searchField(Dna dna,
int nameIndex,
int descIndex)
This method searches over the provided Dna instance for a field having the
given nameIndex and descriptorIndex . |
Methods in jef.disconnection.impl with parameters of type FieldInfoStructure | |
---|---|
void |
DefaultDisconnectedField.addField(FieldInfoStructure fi)
Adds a new FiledInfoStructure to the set of fields. |
void |
DefaultFieldDisconnector.extract(FieldInfoStructure fieldInfo,
DisconnectedField disconnectedField,
DeepCopier deepCopier)
This method copies into the disconnectField instance provided as parameter the
fieldInfo object. |
Uses of FieldInfoStructure in jef.dna.fieldsTable |
---|
Methods in jef.dna.fieldsTable that return FieldInfoStructure | |
---|---|
FieldInfoStructure |
FieldsTable.get(int index)
Get a reference to the entry stored at the provided index. |
FieldInfoStructure |
FieldsTable.remove(int index,
boolean compact)
Removes the entry at the specified index, if exists, resizing the table if compact is true , otherwise the removed entry has to be
replaced by null |
Methods in jef.dna.fieldsTable with parameters of type FieldInfoStructure | |
---|---|
void |
FieldsTable.addElement(FieldInfoStructure entry)
Adds the specified FieldInfoStructure at the end of the table. |
void |
FieldsTable.addElementAt(FieldInfoStructure entry,
int index,
boolean overwrite)
Adds the specified FieldInfoStructure at the provided position, shifting of
one index any subsequente entry (if exists) iff the overwrite parameter is set
to false , otherwise the current entry at index index will be
overwritten. |
int |
FieldsTable.getIndexOf(FieldInfoStructure entry)
Return the index of the provided entry, if exists. |
int |
FieldsTable.remove(FieldInfoStructure entry,
boolean compact)
Removes the specified entry, if exists, resizing the table if compact is
true , otherwise the removed entry has to be replaced by null |
Uses of FieldInfoStructure in jef.dna.fieldsTable.impl.def |
---|
Methods in jef.dna.fieldsTable.impl.def that return FieldInfoStructure | |
---|---|
FieldInfoStructure |
FTable.get(int index)
Get a reference to the entry stored at the provided index. |
FieldInfoStructure |
FTable.remove(int index,
boolean compact)
Removes the entry at the specified index, if exists, resizing the table if compact is true , otherwise the removed entry has to be
replaced by null |
Methods in jef.dna.fieldsTable.impl.def with parameters of type FieldInfoStructure | |
---|---|
void |
FTable.addElement(FieldInfoStructure entry)
Adds the specified FieldInfoStructure at the end of the table. |
void |
FTable.addElementAt(FieldInfoStructure entry,
int index,
boolean overwrite)
Adds the specified FieldInfoStructure at the provided position, shifting of
one index any subsequente entry (if exists) iff the overwrite parameter is set
to false , otherwise the current entry at index index will be
overwritten. |
int |
FTable.getIndexOf(FieldInfoStructure entry)
Return the index of the provided entry, if exists. |
int |
FTable.remove(FieldInfoStructure entry,
boolean compact)
Removes the specified entry, if exists, resizing the table if compact is
true , otherwise the removed entry has to be replaced by null |
Uses of FieldInfoStructure in jef.dna.infoStructures.impl |
---|
Classes in jef.dna.infoStructures.impl that implement FieldInfoStructure | |
---|---|
class |
FieldInfo
A class representing a Field Info structure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |