Dockables can have actions (buttons, checkboxes, ...), but what if you want a new type of action? For example
a textfield? This example shows:
- That every action consists of a model (a DockAction)
- ... and a wrapper offering a nice API (a CAction)
- ... and a view that actually shows content (a JComponent)
- ... and how all of these elements need to be combined.