 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.face;
24 import org.jetbrains.annotations.NotNull;
49 final FaceObject otherFaceObject =
get(faceName);
50 if (otherFaceObject !=
null) {
Base package of all Gridarta classes.
Exception thrown to indicate that a named object is not acceptable.
void addFaceObject(@NotNull final String faceName, @NotNull final String originalFilename, final int offset, final int size)
Adds a new face object.
This class manages NamedObjects, managing their tree as well as providing a method for showing a dial...
Exception thrown to indicate that a face object is not acceptable.
A FaceObject stores information and meta information about a face and provides methods for accessing ...
static final long serialVersionUID
The serial version UID.
FaceObjects is a container for FaceObjects.
Classes for handling data that is organized in a tree.
void put(@NotNull final E object)
Stores an AbstractNamedObject.
final String name
The localized name of the object type, e.g.
Common interface for FaceObject.
AbstractFaceObjects(@NotNull final String name)
Creates a new instance.
Abstract base class for FaceObjects implementations.
Exception that's thrown in case a face name was not unique.