|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UndoAdapter | |
| ks.common.controller | Core set of classes needed to support the communication over Sockets between a Client and Server. |
| ks.common.games | Core set of classes that define the structure of Solitaire Plugins and the way they are played. |
| ks.common.view | Core set of classes needed to properly view KombatSolitaire Plugins. |
| Uses of UndoAdapter in ks.common.controller |
| Methods in ks.common.controller that return UndoAdapter | |
UndoAdapter |
MouseManager.getUndoAdapter()
Returns the Undo Adapter already in place. |
| Methods in ks.common.controller with parameters of type UndoAdapter | |
void |
MouseManager.setUndoAdapter(UndoAdapter newUndoAdapter)
Sets the Undo Adapter. |
| Uses of UndoAdapter in ks.common.games |
| Subclasses of UndoAdapter in ks.common.games | |
class |
SolitaireUndoAdapter
Default undo adapter for use by all solitaire plug-ins. |
| Uses of UndoAdapter in ks.common.view |
| Methods in ks.common.view with parameters of type UndoAdapter | |
void |
Widget.setUndoAdapter(UndoAdapter ua)
Alter the way in which this Widget reacts to UndoRequested events. |
void |
Container.setUndoAdapter(UndoAdapter ua)
Alters the way in which this Container reacts to UndoRequested |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||