instrument/JTree API Documentation

org.pvv.bcd.instrument.JTree
Class DndId

java.lang.Object
  |
  +--org.pvv.bcd.instrument.JTree.DndId
All Implemented Interfaces:
java.io.Serializable

public class DndId
extends java.lang.Object
implements java.io.Serializable

This is the unique drag and drop id that is used for transfering node data around. It contains some black magic that needs a bit of memory jogging to properly document. This will happen in due time. Feel free to nag about it if you really need/want it.

See Also:
Serialized Form

Constructor Summary
DndId(long instrument, long operation)
           
 
Method Summary
 long getInstrumentId()
           
 long getOperationId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DndId

public DndId(long instrument,
             long operation)
Method Detail

getInstrumentId

public long getInstrumentId()

getOperationId

public long getOperationId()

instrument/JTree API Documentation