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(String type,
Exception e) |
void |
add(String type,
String message,
String resource,
int line,
int column) |
void |
add(String type,
String message,
String resource,
String location) |
void |
addListSelectionListener(ListSelectionListener listener) |
JScriptingComposer.Problems.Problem |
get(int n) |
int |
getCount() |
JScriptingComposer.Problems.Problem |
getSelect() |
void |
removeAll() |
asJComponent
void addListSelectionListener(ListSelectionListener listener)
JScriptingComposer.Problems.Problem getSelect()
int getCount()
JScriptingComposer.Problems.Problem get(int n)
void removeAll()