org.vectomatic.client.rep.controller
Class RepresentationController

java.lang.Object
  extended by org.vectomatic.client.rep.controller.ControllerBase
      extended by org.vectomatic.client.rep.controller.RepresentationController
All Implemented Interfaces:
EventListener, IController, ICommandHistoryListener

public class RepresentationController
extends ControllerBase
implements ICommandHistoryListener

Controller to respond to open / save requests. Not active in the present version (no server side yet)


Field Summary
 
Fields inherited from class org.vectomatic.client.rep.controller.ControllerBase
_app
 
Constructor Summary
RepresentationController(RepApplication app)
           
 
Method Summary
 void commandHistoryChange(CommandHistory commandHistory)
           
 Representation getCurrentRep()
           
 ControllerPushButton getSaveButton()
           
 void open()
           
 void save()
           
 
Methods inherited from class org.vectomatic.client.rep.controller.ControllerBase
activate, deactivate, keyDown, keyPress, keyUp, mouseDown, mouseMove, mouseUp, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepresentationController

public RepresentationController(RepApplication app)
Method Detail

commandHistoryChange

public void commandHistoryChange(CommandHistory commandHistory)
Specified by:
commandHistoryChange in interface ICommandHistoryListener

open

public void open()

save

public void save()

getSaveButton

public ControllerPushButton getSaveButton()

getCurrentRep

public Representation getCurrentRep()


Copyright © 2010. All Rights Reserved.