Uses of Interface
de.grogra.reflect.FieldChain
Packages that use FieldChain
Package
Description
-
Uses of FieldChain in de.grogra.graph
Methods in de.grogra.graph that return FieldChainMethods in de.grogra.graph with parameters of type FieldChainModifier and TypeMethodDescriptionvoid
DelegateGraphState.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) void
EventSupport.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices, GraphState gs) void
GraphBase.State.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) abstract void
GraphState.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) void
EventSupport.Queue.postAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) AccessorBase.setSubfield
(Object object, FieldChain field, int[] indices, Object value, GraphState gs) ObjectAttribute.IdentityAccessor.setSubfield
(Object object, FieldChain field, int[] indices, Object value, GraphState gs) ObjectAttribute.setSubfield
(Object object, boolean asNode, FieldChain field, int[] indices, Object value, GraphState gs) ObjectAttributeAccessor.setSubfield
(Object object, FieldChain field, int[] indices, Object value, GraphState gs) -
Uses of FieldChain in de.grogra.graph.impl
Classes in de.grogra.graph.impl that implement FieldChainModifier and TypeClassDescriptionstatic final class
static class
Methods in de.grogra.graph.impl with parameters of type FieldChainModifier and TypeMethodDescriptionvoid
State.fireAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) Node.FieldAttributeAccessor.setSubfield
(Object object, FieldChain field, int[] indices, Object value, GraphState gs) -
Uses of FieldChain in de.grogra.imp.edit
Methods in de.grogra.imp.edit with parameters of type FieldChainModifier and TypeMethodDescriptionvoid
Tool.setSubfield
(ObjectAttribute a, FieldChain field, int[] indices, Object value) -
Uses of FieldChain in de.grogra.persistence
Classes in de.grogra.persistence that implement FieldChainModifier and TypeClassDescriptionfinal class
final class
class
class
APersistenceField
represents a field which can be handled by classes of thepersistence
package.class
Methods in de.grogra.persistence with parameters of type FieldChainModifier and TypeMethodDescriptionIndirectField.add
(FieldChain fields) boolean
IndirectField.overlaps
(int[] tindices, FieldChain field, int[] findices) boolean
ManageableType.ArrayComponent.overlaps
(int[] tindices, FieldChain field, int[] findices) boolean
ManageableType.Field.overlaps
(int[] tindices, FieldChain field, int[] findices) FieldAccessor.setSubfield
(Object object, FieldChain fields, int[] indices, Object value, Transaction t) -
Uses of FieldChain in de.grogra.reflect
Classes in de.grogra.reflect that implement FieldChainMethods in de.grogra.reflect with parameters of type FieldChainModifier and TypeMethodDescriptionboolean
FieldChain.overlaps
(int[] indices, FieldChain list, int[] listIndices) boolean
FieldChainImpl.overlaps
(int[] indices, FieldChain list, int[] listIndices) static boolean
Reflection.overlaps
(FieldChain a, int[] aindices, FieldChain b, int[] bindices) Constructors in de.grogra.reflect with parameters of type FieldChain