de.mindcrimeilab.util
Class DefaultMutableTreeNodeAccessor

java.lang.Object
  extended by de.mindcrimeilab.util.DefaultMutableTreeNodeAccessor
All Implemented Interfaces:
Accessor<org.apache.xerces.xs.XSObject,DefaultMutableTreeNode>

public class DefaultMutableTreeNodeAccessor
extends Object
implements Accessor<org.apache.xerces.xs.XSObject,DefaultMutableTreeNode>

Provides access to the userObject of DefaultMutableTreeNodes.

Version:
$Revision: 165 $
Author:
Michael Engelhardt, $Author: agony $

Constructor Summary
DefaultMutableTreeNodeAccessor()
           
 
Method Summary
 org.apache.xerces.xs.XSObject getValue(DefaultMutableTreeNode object)
          Retrun value V from given object of class C
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMutableTreeNodeAccessor

public DefaultMutableTreeNodeAccessor()
Method Detail

getValue

public org.apache.xerces.xs.XSObject getValue(DefaultMutableTreeNode object)
Description copied from interface: Accessor
Retrun value V from given object of class C

Specified by:
getValue in interface Accessor<org.apache.xerces.xs.XSObject,DefaultMutableTreeNode>
Parameters:
object - of type C to get object from.
Returns:
instance of V


Copyright © 2010. All Rights Reserved.