org.utgenome.gwt.utgb.client.track.operation
Class FrameOperation

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.track.operation.OperationImpl
      extended by org.utgenome.gwt.utgb.client.track.operation.FrameOperation
All Implemented Interfaces:
Operation

public class FrameOperation
extends OperationImpl

Author:
ssksn

Field Summary
protected  ArrayList<FrameCommand> commands
           
 
Fields inherited from class org.utgenome.gwt.utgb.client.track.operation.OperationImpl
track
 
Constructor Summary
FrameOperation(com.google.gwt.xml.client.Node frameOperationNode, Track track)
           
 
Method Summary
 void addCommand(FrameCommand frameCommand)
           
 void execute(com.google.gwt.user.client.ui.Widget sender, int x, int y)
           
 
Methods inherited from class org.utgenome.gwt.utgb.client.track.operation.OperationImpl
getTrack, setTrack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commands

protected final ArrayList<FrameCommand> commands
Constructor Detail

FrameOperation

public FrameOperation(com.google.gwt.xml.client.Node frameOperationNode,
                      Track track)
Method Detail

execute

public void execute(com.google.gwt.user.client.ui.Widget sender,
                    int x,
                    int y)

addCommand

public void addCommand(FrameCommand frameCommand)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.