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 TypeMethodDescriptionvoidDelegateGraphState.fireAttributeChanged(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) voidEventSupport.fireAttributeChanged(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices, GraphState gs) voidGraphBase.State.fireAttributeChanged(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) abstract voidGraphState.fireAttributeChanged(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) voidEventSupport.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 classstatic classMethods in de.grogra.graph.impl with parameters of type FieldChainModifier and TypeMethodDescriptionvoidState.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 TypeMethodDescriptionvoidTool.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 classfinal classclassclassAPersistenceFieldrepresents a field which can be handled by classes of thepersistencepackage.classMethods in de.grogra.persistence with parameters of type FieldChainModifier and TypeMethodDescriptionIndirectField.add(FieldChain fields) booleanIndirectField.overlaps(int[] tindices, FieldChain field, int[] findices) booleanManageableType.ArrayComponent.overlaps(int[] tindices, FieldChain field, int[] findices) booleanManageableType.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 TypeMethodDescriptionbooleanFieldChain.overlaps(int[] indices, FieldChain list, int[] listIndices) booleanFieldChainImpl.overlaps(int[] indices, FieldChain list, int[] listIndices) static booleanReflection.overlaps(FieldChain a, int[] aindices, FieldChain b, int[] bindices) Constructors in de.grogra.reflect with parameters of type FieldChain