Gridarta Editor
net.sf.gridarta.gui.dialog.errorview.ErrorEntry Class Reference

An entry in a DefaultErrorView. More...

+ Inheritance diagram for net.sf.gridarta.gui.dialog.errorview.ErrorEntry:
+ Collaboration diagram for net.sf.gridarta.gui.dialog.errorview.ErrorEntry:

Public Member Functions

void add (@NotNull final MutableTreeNode newChild)
 
 ErrorEntry (@NotNull final DefaultTreeModel treeModel, @NotNull final String name, final boolean allowsChildren)
 Creates a new instance. More...
 

Private Attributes

final DefaultTreeModel treeModel
 The DefaultTreeModel this instance belongs to. More...
 

Static Private Attributes

static final long serialVersionUID = 1L
 The serial version UID. More...
 

Detailed Description

An entry in a DefaultErrorView.

Author
Andreas Kirschbaum

Definition at line 31 of file ErrorEntry.java.

Constructor & Destructor Documentation

◆ ErrorEntry()

net.sf.gridarta.gui.dialog.errorview.ErrorEntry.ErrorEntry ( @NotNull final DefaultTreeModel  treeModel,
@NotNull final String  name,
final boolean  allowsChildren 
)

Creates a new instance.

Parameters
treeModelthe tree model this instance belongs to
namethe name
allowsChildrenwhether this node allows children

Definition at line 50 of file ErrorEntry.java.

References name, and net.sf.gridarta.gui.dialog.errorview.ErrorEntry.treeModel.

Member Function Documentation

◆ add()

void net.sf.gridarta.gui.dialog.errorview.ErrorEntry.add ( @NotNull final MutableTreeNode  newChild)

Definition at line 56 of file ErrorEntry.java.

References net.sf.gridarta.gui.dialog.errorview.ErrorEntry.treeModel.

Referenced by net.sf.gridarta.gui.dialog.errorview.DefaultErrorView.addEntry().

+ Here is the caller graph for this function:

Member Data Documentation

◆ serialVersionUID

final long net.sf.gridarta.gui.dialog.errorview.ErrorEntry.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 36 of file ErrorEntry.java.

◆ treeModel

final DefaultTreeModel net.sf.gridarta.gui.dialog.errorview.ErrorEntry.treeModel
private

The documentation for this class was generated from the following file: