Uses of Class
org.graffiti.attributes.FieldAlreadySetException
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper | |
| org.graffiti.attributes | |
| org.graffiti.graphics | |
| org.graffiti.selection |
Contains classes for the selection model.
|
-
Uses of FieldAlreadySetException in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper that throw FieldAlreadySetException Modifier and Type Method Description voidNodeHelper. addAttribute(Attribute attr, String path)voidNodeHelper. addBoolean(String path, String id, boolean value)voidNodeHelper. addByte(String path, String id, byte value)voidNodeHelper. addDouble(String path, String id, double value)voidNodeHelper. addFloat(String path, String id, float value)voidNodeHelper. addInteger(String path, String id, int value)voidNodeHelper. addLong(String path, String id, long value)voidNodeHelper. addShort(String path, String id, short value)voidNodeHelper. addString(String path, String id, String value) -
Uses of FieldAlreadySetException in org.graffiti.attributes
Methods in org.graffiti.attributes that throw FieldAlreadySetException Modifier and Type Method Description voidAbstractCollectionAttribute. add(Attribute a)Adds a given attribute to the collection.voidAbstractCollectionAttribute. add(Attribute a, boolean inform)Adds a given attribute to the collection.voidCollectionAttribute. add(Attribute att)Adds a givenAttributeto the list.voidCollectionAttribute. add(Attribute a, boolean inform)Adds a given attribute to the collection.voidAbstractAttributable. addAttribute(Attribute attr, String path)Addsattrto the attributes at position indicated by path.voidAttributable. addAttribute(Attribute attr, String path)Addsattrto the attributes at position indicated by path.voidAbstractAttributable. addBoolean(String path, String id, boolean value)Adds anBooleanAttributewith the given value and id to aCollectionAttributeatpath.voidAttributable. addBoolean(String path, String id, boolean value)Adds aBooleanAttributewith the given value and id to aCollectionAttributeatpath.voidAbstractAttributable. addByte(String path, String id, byte value)Adds anByteAttributewith the given value and id to aCollectionAttributeatpath.voidAttributable. addByte(String path, String id, byte value)Adds an ByteAttribute with the given value and id to aCollectionAttributeatpath.voidAbstractAttributable. addDouble(String path, String id, double value)Adds aDoubleAttributewith the given value and id to aCollectionAttributeatpath.voidAttributable. addDouble(String path, String id, double value)Adds aDoubleAttributewith the given value andidto aCollectionAttributeatpath.voidAbstractAttributable. addFloat(String path, String id, float value)Adds aFloatAttributewith the given value and id to aCollectionAttributeatpath.voidAttributable. addFloat(String path, String id, float value)Adds aFloatAttributewith the given value andidto aCollectionAttributeatpath.voidAbstractAttributable. addInteger(String path, String id, int value)Adds anIntegerAttributewith the given value and id to aCollectionAttributeatpath.voidAttributable. addInteger(String path, String id, int value)Adds an IntegerAttribute with the given value andidto aCollectionAttributeatpath.voidAbstractAttributable. addLong(String path, String id, long value)Adds anLongAttributewith the given value and id to aCollectionAttributeatpath.voidAttributable. addLong(String path, String id, long value)Adds an LongAttribute with the given value and id to aCollectionAttributeatpath.voidAbstractAttributable. addShort(String path, String id, short value)Adds anShortAttributewith the given value and id to aCollectionAttributeatpath.voidAttributable. addShort(String path, String id, short value)Adds an ShortAttribute with the given value and id to aCollectionAttributeatpath.voidAbstractAttributable. addString(String path, String id, String value)Adds aStringAttributewith the given value and id to aCollectionAttributeatpath.voidAttributable. addString(String path, String id, String value)Adds an StringAttribute with the given value and id to aCollectionAttributeatpath.voidAbstractCollectionAttribute. setAttributable(Attributable att)Sets theAttribute'sAttributable.voidCollectionAttribute. setAttributable(Attributable att)Sets the attributable theAttributebelongs to.voidAbstractAttribute. setParent(CollectionAttribute parent)Sets the attribute's parent.voidAttribute. setParent(CollectionAttribute parent)Sets theAttribute's parent. -
Uses of FieldAlreadySetException in org.graffiti.graphics
Methods in org.graffiti.graphics that throw FieldAlreadySetException Modifier and Type Method Description voidLabelAttribute. add(Attribute a)voidLabelAttribute. add(Attribute a, boolean inform)voidNodeGraphicAttribute. add(Attribute a)voidNodeGraphicAttribute. add(Attribute a, boolean inform) -
Uses of FieldAlreadySetException in org.graffiti.selection
Methods in org.graffiti.selection that throw FieldAlreadySetException Modifier and Type Method Description voidSelection. setName(String name)Sets the name.