|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributesTable | |
|---|---|
| jef.disconnection | |
| jef.disconnection.impl | |
| jef.dna | |
| jef.dna.attributesTable | |
| jef.dna.attributesTable.impl.def | |
| Uses of AttributesTable in jef.disconnection |
|---|
| Methods in jef.disconnection that return AttributesTable | |
|---|---|
AttributesTable |
DisconnectedField.getAttributes()
Returns the whole list of added attributes by reference, or null. |
| Uses of AttributesTable in jef.disconnection.impl |
|---|
| Fields in jef.disconnection.impl declared as AttributesTable | |
|---|---|
protected AttributesTable |
DefaultDisconnectedField.attributes
|
| Methods in jef.disconnection.impl that return AttributesTable | |
|---|---|
AttributesTable |
DefaultDisconnectedField.getAttributes()
|
| Uses of AttributesTable in jef.dna |
|---|
| Methods in jef.dna that return AttributesTable | |
|---|---|
AttributesTable |
Dna.getAttributes()
Returns the AttributesTable representing the attributes exposed by the Java
class represented by the current Dna instance. |
| Methods in jef.dna with parameters of type AttributesTable | |
|---|---|
void |
Dna.setAttributes(AttributesTable attributes)
Sets the attributes exposed by the Java class represented by the current Dna
instance. |
| Uses of AttributesTable in jef.dna.attributesTable |
|---|
| Methods in jef.dna.attributesTable that return AttributesTable | |
|---|---|
AttributesTable |
AttributesTableFactory.getInstance()
Returns an empty instance of the AttributesTable interface |
AttributesTable |
AttributesTableFactory.getInstance(java.io.DataInputStream dis,
Dna dna,
int attributesCount)
Returns a populated instance of the AttributesTable interface |
| Methods in jef.dna.attributesTable with parameters of type AttributesTable | |
|---|---|
void |
AttributesTable.addAll(AttributesTable at)
Appends the given AttributesTable to the current one. |
| Uses of AttributesTable in jef.dna.attributesTable.impl.def |
|---|
| Classes in jef.dna.attributesTable.impl.def that implement AttributesTable | |
|---|---|
class |
ATable
Default implementation of the AttributesTable interface. |
| Methods in jef.dna.attributesTable.impl.def that return AttributesTable | |
|---|---|
AttributesTable |
ATableFactory.getInstance()
Returns an empty instance of the AttributesTable interface |
AttributesTable |
ATableFactory.getInstance(java.io.DataInputStream dis,
Dna dna,
int ac)
Returns a populated instance of the AttributesTable interface |
| Methods in jef.dna.attributesTable.impl.def with parameters of type AttributesTable | |
|---|---|
void |
ATable.addAll(AttributesTable at)
Appends the given AttributesTable to the current one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||