public static interface JScriptingComposer.Problems extends Component
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JScriptingComposer.Problems.Problem |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String type,
java.lang.Exception e) |
void |
add(java.lang.String type,
java.lang.String message,
java.lang.String resource,
int line,
int column) |
void |
add(java.lang.String type,
java.lang.String message,
java.lang.String resource,
java.lang.String location) |
void |
addListSelectionListener(javax.swing.event.ListSelectionListener listener) |
JScriptingComposer.Problems.Problem |
get(int n) |
int |
getCount() |
JScriptingComposer.Problems.Problem |
getSelect() |
void |
removeAll() |
asJComponentvoid addListSelectionListener(javax.swing.event.ListSelectionListener listener)
JScriptingComposer.Problems.Problem getSelect()
int getCount()
JScriptingComposer.Problems.Problem get(int n)
void removeAll()
void add(java.lang.String type,
java.lang.String message,
java.lang.String resource,
java.lang.String location)
void add(java.lang.String type,
java.lang.String message,
java.lang.String resource,
int line,
int column)
void add(java.lang.String type,
java.lang.Exception e)