Package com.aparapi.internal.tool
Class InstructionViewer.Form<T extends InstructionViewer.Form.Template>
- java.lang.Object
-
- com.aparapi.internal.tool.InstructionViewer.Form<T>
-
- Enclosing class:
- InstructionViewer
public abstract static class InstructionViewer.Form<T extends InstructionViewer.Form.Template> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
INSET
public static final int INSET
- See Also:
- Constant Field Values
-
template
private final T extends InstructionViewer.Form.Template template
-
panel
javax.swing.JPanel panel
-
layout
private final javax.swing.SpringLayout layout
-
-
Constructor Detail
-
Form
public Form(T _template)
-
-