java.lang.Object
cgsuite.extras.CherryTreeEditor
- All Implemented Interfaces:
- cgsuite.plugin.Editor
- public class CherryTreeEditor
- extends java.lang.Object
- implements cgsuite.plugin.Editor
An editor for CherryTreePositions.
Created: Thu Jul 10 16:26:39 2003
- Version:
- 1.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CherryTreeEditor
public CherryTreeEditor()
createEditorPanel
public cgsuite.plugin.EditorPanel createEditorPanel(cgsuite.Game game)
- Creates a new EditorPanel for the specified game.
- Specified by:
createEditorPanel in interface cgsuite.plugin.Editor
createDefaultEditorPanel
public cgsuite.plugin.EditorPanel createDefaultEditorPanel(java.lang.Class type)
- Description copied from interface:
cgsuite.plugin.Editor
- Creates an cgsuite.plugin.EditorPanel for the specified game type, initialized
to a suitable default representation.
- Specified by:
createDefaultEditorPanel in interface cgsuite.plugin.Editor
updateEditorPanel
public void updateEditorPanel(cgsuite.plugin.EditorPanel editorPanel,
cgsuite.Game game)
- Updates the specified editor panel with the specified game.
- Specified by:
updateEditorPanel in interface cgsuite.plugin.Editor
constructGame
public cgsuite.Game constructGame(cgsuite.plugin.EditorPanel editorPanel,
java.lang.Class type)
- Constructs a
Game based on the specified editor panel.
- Specified by:
constructGame in interface cgsuite.plugin.Editor