|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttemplates.presentation.IssueDescriptor
public class IssueDescriptor
Description of a template design consistency issue.
| Field Summary | |
|---|---|
java.util.Collection<DiagramElement> |
elements
The set of diagram elements contributing to the occurrence of the consistency issue. |
java.util.List<javax.swing.Action> |
fixes
A collection of actions which can fix the issue. |
java.lang.String |
message
The human-readable description of the issue. |
int |
type
The type of issue (error or warning) |
static int |
TYPE_ERROR
The indicator for an issue of type "error". |
static int |
TYPE_WARNING
The indicator for an issue of type "warning". |
| Constructor Summary | |
|---|---|
IssueDescriptor(java.lang.String message,
int type,
java.util.Collection<DiagramElement> elements,
java.util.List<javax.swing.Action> fixes)
Construct a new consistency issue descriptor for the given arguments. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_ERROR
public static final int TYPE_WARNING
public java.lang.String message
public int type
public java.util.List<javax.swing.Action> fixes
public java.util.Collection<DiagramElement> elements
| Constructor Detail |
|---|
public IssueDescriptor(java.lang.String message,
int type,
java.util.Collection<DiagramElement> elements,
java.util.List<javax.swing.Action> fixes)
message - the human-readable description of the issuetype - the type of issue (error or warning)elements - collection of actions which can fix the issuefixes - the set of diagram elements contributing to the occurrence of
the issue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||