Class | Description |
---|---|
CheckBoxInspector<T> | |
CheckBoxInspector.ProvidesCheckBoxInspector<T> |
Helper class to wrap the
CheckBoxInspector into the
ProvidesInspector interface. |
CloseButtonTabComponent |
Tab component with a label displaying the definition's title and a close
button that removes the associated tab.
|
CombinedInspector |
Combines multiple inspectors and aligns them vertically.
|
ParamsInspector |
TabbedInspector with tabs from inspectors of ParamDefinition
objects |
TableInspector<ColumnK,RowK,V> |
Inspector for displaying values in a
JTable . |
WrapLayout |
FlowLayout subclass that fully supports wrapping of components.
|
Annotation Type | Description |
---|---|
ParamsInspector.InspectorRemovable |
Indicates that a
ParamDefinition is optional and can be removed
by the user. |