it.amattioli.applicate.commands.tree
Class TreeEvent

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.commands.tree.TreeEvent

public class TreeEvent
extends Object


Nested Class Summary
static class TreeEvent.Type
           
 
Constructor Summary
TreeEvent(TreeEvent.Type type, TreePath path)
           
 
Method Summary
 TreePath getPath()
           
 TreeEvent.Type getType()
           
 void setPath(TreePath path)
           
 void setType(TreeEvent.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeEvent

public TreeEvent(TreeEvent.Type type,
                 TreePath path)
Method Detail

getType

public TreeEvent.Type getType()

setType

public void setType(TreeEvent.Type type)

getPath

public TreePath getPath()

setPath

public void setPath(TreePath path)


Copyright © 2011. All Rights Reserved.