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)


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.