See: Description
| Class | Description |
|---|---|
| ButtonEditor |
A PropertyEditor that puts a JButton into the corresponding Cell of the ExplorerTable
or PropertySheet.
|
| CheckBoxEditor |
An editor to place a JCheckBox into a cell of an Explorer.
|
| DateEditor |
Read only property editor allowing to represent java.util.Date as a string
|
| TimeMillisecondsEditor |
Read only property editor allowing to represent a number of milliseconds
in a formated string like this one
|
| YesNoEditor |
Editor that interprets a boolean as yes or no choice.
|