Class Summary |
BEditManager |
The edit manager is responsible for dispatching cut, copy, paste and undo
events to the component with the current focus. |
BEditProxy |
The edit proxy will enable other classes to communicate
relatively directly to the edit manager without having to
send command events across the network every time. |
BTransferable |
This will allow any type of data at all to be copied to the clipboard
and pasted to another location. |
BUndoManager |
This will be the undo listener which needs to be informed
of all undo and redoable events. |