 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.anim;
24 import org.jetbrains.annotations.NotNull;
Base package of all Gridarta classes.
Abstract base implementation of AnimationObject.
Exception thrown to indicate that a named object is not acceptable.
AnimationObjects is a container for AnimationObjects.
Exception that's thrown in case an animation name was not unique.
This class manages NamedObjects, managing their tree as well as providing a method for showing a dial...
AbstractAnimationObjects(final String name)
Creates a new instance.
Exception thrown to indicate that an animation object is not acceptable.
This document describes some hints and requirements for general development on the CrossfireEditor If you plan to make changes to the editor code or setup please read the following and keep it in derived from a basic editor application called Gridder by Pasi Ker�nen so please communicate with best through the cf devel mailing list
Classes for handling data that is organized in a tree.
boolean containsKey(@NotNull final String name)
void addAnimationObject(@NotNull final String animName, @NotNull final String list, @NotNull final String path)
Adds a new animation object.
void put(@NotNull final E object)
Stores an AbstractNamedObject.
final String name
The localized name of the object type, e.g.
static final long serialVersionUID
The serial version UID.
Daimonin Editor like your to identify any bugs in the editor
An AnimationObject reflects the animation ("@code anim\n @endcode " ...
Abstract base class for AnimationObjects implementations.