JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.datasource.util
Class IDEDataBinding

java.lang.Object
  |
  +--com.klg.jclass.datasource.util.IDEDataBinding
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JBuilderDataBinding

public class IDEDataBinding
extends Object
implements Serializable

Super class for enabling binding through JClass DataSource to particular IDE databases. i.e. Symantec Visual Cafe and Borland JBuilder.

The super class handles cahcing the objects. It is the responsibility of sub class to create the specific meta-data to be used since this is IDE specific.

We has the values so that we don't need to create a new datasource and new meta-data for each component we bind.

See Also:
Serialized Form

Field Summary
protected  int consumerCount
           
protected  com.klg.jclass.datasource.DataModel dataModel
           
protected static Hashtable hashtable
           
 
Constructor Summary
protected IDEDataBinding(Object key)
           
 
Method Summary
static void detach(Object key)
           
 com.klg.jclass.datasource.DataModel getDataModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hashtable

protected static Hashtable hashtable

dataModel

protected com.klg.jclass.datasource.DataModel dataModel

consumerCount

protected int consumerCount
Constructor Detail

IDEDataBinding

protected IDEDataBinding(Object key)
Method Detail

detach

public static void detach(Object key)

getDataModel

public com.klg.jclass.datasource.DataModel getDataModel()

Copyright © 2004 Quest Software Inc..
All rights reserved.