|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldsTable | |
|---|---|
| jef.disconnection | |
| jef.disconnection.impl | |
| jef.dna | |
| jef.dna.fieldsTable | |
| jef.dna.fieldsTable.impl.def | |
| Uses of FieldsTable in jef.disconnection |
|---|
| Methods in jef.disconnection that return FieldsTable | |
|---|---|
FieldsTable |
DisconnectedField.getFields()
Gets the FieldsTable instance containing all the extracted fields. |
| Methods in jef.disconnection with parameters of type FieldsTable | |
|---|---|
void |
DisconnectedField.setFields(FieldsTable ft)
Sets the FieldsTable instance containing all the extracted fields. |
| Uses of FieldsTable in jef.disconnection.impl |
|---|
| Fields in jef.disconnection.impl declared as FieldsTable | |
|---|---|
protected FieldsTable |
DefaultDisconnectedField.fields
|
| Methods in jef.disconnection.impl that return FieldsTable | |
|---|---|
FieldsTable |
DefaultDisconnectedField.getFields()
Gets the FieldsTable instance containing all the fields required by the
methods stored in the current DisconnectedMethod instance. |
| Methods in jef.disconnection.impl with parameters of type FieldsTable | |
|---|---|
void |
DefaultDisconnectedField.setFields(FieldsTable ft)
Sets the FieldsTable instance containing all the fields required by the
methods stored in the current DisconnectedMethod instance. |
| Uses of FieldsTable in jef.dna |
|---|
| Methods in jef.dna that return FieldsTable | |
|---|---|
FieldsTable |
Dna.getFields()
Returns the fields of the Java class represented by the current Dna instance,
as a FieldsTable instance. |
| Methods in jef.dna with parameters of type FieldsTable | |
|---|---|
void |
Dna.setFields(FieldsTable fields)
Sets the fields declared by the Java class represented by this Dna instance. |
| Uses of FieldsTable in jef.dna.fieldsTable |
|---|
| Methods in jef.dna.fieldsTable that return FieldsTable | |
|---|---|
FieldsTable |
FieldsTableFactory.getInstance()
Returns an empty instance of the FieldsTable interface |
FieldsTable |
FieldsTableFactory.getInstance(java.io.DataInputStream dis,
Dna dna,
int fieldsCount)
Returns a populated instance of the FieldsTable interface |
| Methods in jef.dna.fieldsTable with parameters of type FieldsTable | |
|---|---|
void |
FieldsTable.addAll(FieldsTable ft)
Appends the given FieldsTable to the current one. |
| Uses of FieldsTable in jef.dna.fieldsTable.impl.def |
|---|
| Classes in jef.dna.fieldsTable.impl.def that implement FieldsTable | |
|---|---|
class |
FTable
Default implementation class of the FieldsTable interface. |
| Methods in jef.dna.fieldsTable.impl.def that return FieldsTable | |
|---|---|
FieldsTable |
FTableFactory.getInstance()
Returns an empty instance of the FieldsTable interface |
FieldsTable |
FTableFactory.getInstance(java.io.DataInputStream dis,
Dna dna,
int fieldsCount)
Returns a populated instance of the FieldsTable interface |
| Methods in jef.dna.fieldsTable.impl.def with parameters of type FieldsTable | |
|---|---|
void |
FTable.addAll(FieldsTable ft)
Appends the given FieldsTable to the current one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||