Gridarta Editor
Package net.sf.gridarta.model.data

The data package contains classes for handling data that is organized in a tree. More...

Classes

class  AbstractNamedObject
 An. More...
 
class  AbstractNamedObjects
 This class manages NamedObjects, managing their tree as well as providing a method for showing a dialog for browsing their tree and selecting one from it. More...
 
class  IllegalNamedObjectException
 Exception thrown to indicate that a named object is not acceptable. More...
 
interface  NamedObject
 An. More...
 
interface  NamedObjects
 This class manages NamedObjects, managing their tree as well as providing a method for showing a dialog for browsing their tree and selecting one from it. More...
 
class  NamedTreeNode
 TreeNode implementation for Named Objects (like arches, faces, animations, artifacts etc.), used for displaying faces in a javax.swing.JTree. More...
 

Detailed Description

The data package contains classes for handling data that is organized in a tree.

In most cases, the tree will reflect a directory structure from the file system, though other kinds of trees are possible. The purpose of this package is to have common base classes for such tree data plus a reusable gui.