![]() |
Gridarta Editor
|
An entry in a DefaultErrorView. More...
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... | |
An entry in a DefaultErrorView.
Definition at line 31 of file ErrorEntry.java.
net.sf.gridarta.gui.dialog.errorview.ErrorEntry.ErrorEntry | ( | @NotNull final DefaultTreeModel | treeModel, |
@NotNull final String | name, | ||
final boolean | allowsChildren | ||
) |
Creates a new instance.
treeModel | the tree model this instance belongs to |
name | the name |
allowsChildren | whether this node allows children |
Definition at line 50 of file ErrorEntry.java.
References name, and net.sf.gridarta.gui.dialog.errorview.ErrorEntry.treeModel.
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().
|
staticprivate |
The serial version UID.
Definition at line 36 of file ErrorEntry.java.
|
private |
The DefaultTreeModel this instance belongs to.
Definition at line 42 of file ErrorEntry.java.
Referenced by net.sf.gridarta.gui.dialog.errorview.ErrorEntry.add(), and net.sf.gridarta.gui.dialog.errorview.ErrorEntry.ErrorEntry().