CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.cubetwister.doc
Interface EntityView

All Superinterfaces:
Undoable
All Known Implementing Classes:
AbstractEntityView, CubeAnimationView, CubeBackgroundView, CubeColorsView, CubeDimensionsView, CubeOptionsView, CubePartsView, CubeStickerColorsView, CubeStickersImageView, CubeStickersView, CubeView, InfoView, LazyEntityView, NotationConstructsView, NotationMacrosView, NotationMovesView, NotationView, ScriptMacrosView, ScriptOptionsView, ScriptPrimaryView, ScriptSecondaryView, ScriptStateView, ScriptToolBarView, ScriptView

public interface EntityView
extends Undoable

Presents an EntityModel in a JComponent.

Version:
1.0 January 5, 2006 Created.
Author:
Werner Randelshofer

Method Summary
 javax.swing.JComponent getViewComponent()
           
 void setModel(EntityModel newValue)
           
 
Methods inherited from interface ch.randelshofer.undo.Undoable
addUndoableEditListener, removeUndoableEditListener
 

Method Detail

setModel

void setModel(EntityModel newValue)

getViewComponent

javax.swing.JComponent getViewComponent()

(c) Werner Randelshofer.
All rights reserved.