JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.datasource.beans
Class IdeJCData

java.lang.Object
  |
  +--com.klg.jclass.datasource.TreeData
        |
        +--com.klg.jclass.datasource.beans.JCData
              |
              +--com.klg.jclass.datasource.beans.IdeJCData
All Implemented Interfaces:
DataModel, DataTableModel, Serializable
Direct Known Subclasses:
JBData

public abstract class IdeJCData
extends JCData

A component that creates data connectivity with different data source objects.

See Also:
NodeProperties, Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.datasource.beans.JCData
applet, label, metaDataCreator, name
 
Fields inherited from class com.klg.jclass.datasource.TreeData
currentBookmark, currentDataTable, data_tree, eventsEnabled, listeners, meta_tree, modelName, nameCounter
 
Fields inherited from interface com.klg.jclass.datasource.DataTableModel
COMMITTED, CURSOR_BEFORE_FIRST, DELETED, INSERTED, NONEXISTENT, ROOT_BOOKMARK, ROW_NOT_FOUND, UPDATED
 
Constructor Summary
IdeJCData(int type)
           
 
Method Summary
 void setNodeProperties(String resource_name, ClassLoader cl, Object data_source)
          Sets the data bean component using a serialized file and a data source object.
 
Methods inherited from class com.klg.jclass.datasource.beans.JCData
absolute, addDataModelListener, addRow, addRow, addRow, addRow, afterLast, beforeFirst, cancelAllRowChanges, cancelRowChanges, clearEventQueue, commitAll, commitRow, commitSubTree, conditionallyCommitYourselfAndChildren, createMetaData, createNewRow, createTable, deleteCacheChildren, deleteRow, first, getAbout, getAncestors, getAppletContext, getAppletContext, getCommitPolicy, getCurrentBookmark, getCurrentRowStatus, getCursor, getDeletedRowBookmarks, getDescription, getInsertedRowBookmarks, getInternalData, getLabel, getMetaData, getName, getNodeProperties, getParameters, getParameters, getParameters, getParentBookmark, getResultData, getRootAncestorBookmark, getRowCount, getRowIdentifier, getRowIndex, getRowStatus, getTable, getUpdatedRowBookmarks, getUserData, getVersion, isAfterLast, isBeforeFirst, isModified, isSubTreeModified, isTableOrChildrenModified, last, moveCursorToRow, moveToRow, next, previous, processEventQueue, relative, requeryLevel, requeryRow, requeryRowAndDetails, requeryTable, setAbout, setCommitPolicy, setDescription, setInternalData, setLabel, setModelName, setName, setNodeProperties, setNodeProperties, setUserData, setVersion, tableIsAncestor, updateCell
 
Methods inherited from class com.klg.jclass.datasource.TreeData
cancelAll, clearCurrentPath, clearDataTableTreeInternalData, clearDataTableTreeUserData, enableDataModelEvents, fireDataModelEvent, fireDataModelEvent, fireDataModelEventInternal, getCurrentDataItem, getCurrentDataTable, getCurrentGlobalBookmark, getCurrentGlobalTable, getDataTableTree, getEventsEnabled, getListeners, getMetaData, getMetaDataTree, getModelName, moveToRow, moveToRow, removeDataModelListener, requeryAll, sendDataModelEvent, updateAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdeJCData

public IdeJCData(int type)
Method Detail

setNodeProperties

public void setNodeProperties(String resource_name,
                              ClassLoader cl,
                              Object data_source)
                       throws DataModelException
Sets the data bean component using a serialized file and a data source object. Data source object is specified for IDE data sources. Supported IDE data source type are: Data source object can be one of the following:


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