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 interfaceInstructionViewer.Form.Checkstatic interfaceInstructionViewer.Form.Liststatic interfaceInstructionViewer.Form.OneOfstatic interfaceInstructionViewer.Form.Templatestatic interfaceInstructionViewer.Form.Toggle
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Objectget(java.lang.reflect.Field _field)(package private) booleangetBoolean(java.lang.reflect.Field _field)java.awt.ComponentgetPanel()(package private) voidsetBoolean(java.lang.reflect.Field _field, boolean _value)abstract voidsync()
-
-
-
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)
-
-