com.sdm.quasar.client.swing.data.plugins.impl
Class DefaultCUFValueModelPlugIn.DelegateAccessAdapter

java.lang.Object
  extended bycom.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.DelegateAccessAdapter
Enclosing class:
DefaultCUFValueModelPlugIn

protected class DefaultCUFValueModelPlugIn.DelegateAccessAdapter
extends java.lang.Object

Adapter that offers a DelegateAccess based on a target node and an indexed node.

Version:
1.0
Author:
Bernd Olleck, sd&m AG

Method Summary
protected  void checkDisposed()
          Helper method to throw a IllegalStateException if we are disposed.
 void dispose()
           
 java.lang.Object getValue(java.lang.Object baseValue)
           
protected  void updateIndexMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.Object getValue(java.lang.Object baseValue)

dispose

public void dispose()

checkDisposed

protected void checkDisposed()
                      throws java.lang.IllegalStateException
Helper method to throw a IllegalStateException if we are disposed.

Throws:
java.lang.IllegalStateException - if the value model is disposed

updateIndexMap

protected void updateIndexMap()