public abstract static class InstructionViewer.Form<T extends InstructionViewer.Form.Template>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
InstructionViewer.Form.Check |
static interface |
InstructionViewer.Form.List |
static interface |
InstructionViewer.Form.OneOf |
static interface |
InstructionViewer.Form.Template |
static interface |
InstructionViewer.Form.Toggle |
Modifier and Type | Field and Description |
---|---|
static int |
INSET |
private javax.swing.SpringLayout |
layout |
(package private) javax.swing.JPanel |
panel |
private T |
template |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
get(java.lang.reflect.Field _field) |
(package private) boolean |
getBoolean(java.lang.reflect.Field _field) |
java.awt.Component |
getPanel() |
(package private) void |
setBoolean(java.lang.reflect.Field _field,
boolean _value) |
abstract void |
sync() |
public static final int INSET
private final T extends InstructionViewer.Form.Template template
javax.swing.JPanel panel
private final javax.swing.SpringLayout layout
public Form(T _template)