|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.DataProvider
public class DataProvider
Insert the type's description here. Creation date: (8.1.2001 18:21:54)
Constructor Summary | |
---|---|
protected |
DataProvider()
DataProvider constructor comment. |
Method Summary | |
---|---|
void |
addInspectableListener(InspectableObjectsListener listener)
Insert the method's description here. |
void |
addLinkTypeConfig(java.util.Hashtable table)
Insert the method's description here. |
void |
fireInspectableObjectAdded(Inspectable object)
Insert the method's description here. |
void |
fireInspectableObjectRemoved(Inspectable object)
Insert the method's description here. |
java.util.Vector |
getCurrentDBDs()
Returns the currentDBDs. |
DBDData |
getDbdDB()
Insert the method's description here. |
java.lang.String |
getEditDescriptionLinkType(java.lang.String linkType)
Insert the method's description here. |
java.lang.String |
getEditInitialValueLinkType(java.lang.String linkType)
Insert the method's description here. |
java.util.regex.Pattern |
getEditPatternLinkType(java.lang.String linkType)
Insert the method's description here. |
java.util.Vector |
getInspectable()
|
java.util.Vector |
getInspectable(java.lang.Object dsId)
Insert the method's description here. |
static DataProvider |
getInstance()
Insert the method's description here. |
java.util.Vector |
getLoadedDBDs()
Returns the loadedDBs. |
java.lang.Object[] |
getRecordTypes()
Insert the method's description here. |
void |
removeInspectableListener(InspectableObjectsListener listener)
Insert the method's description here. |
void |
setDbdDB(DBDData newDbdDB)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DataProvider()
Method Detail |
---|
public java.util.regex.Pattern getEditPatternLinkType(java.lang.String linkType)
public java.lang.String getEditInitialValueLinkType(java.lang.String linkType)
public java.lang.String getEditDescriptionLinkType(java.lang.String linkType)
public void addLinkTypeConfig(java.util.Hashtable table)
public void addInspectableListener(InspectableObjectsListener listener)
listener
- com.cosylab.vdct.inspector.InspectableObjectsListenerpublic void fireInspectableObjectAdded(Inspectable object)
object
- com.cosylab.vdct.inspector.Inspectablepublic void fireInspectableObjectRemoved(Inspectable object)
object
- com.cosylab.vdct.inspector.Inspectablepublic DBDData getDbdDB()
public java.util.Vector getInspectable(java.lang.Object dsId)
public java.util.Vector getInspectable()
public static DataProvider getInstance()
public java.lang.Object[] getRecordTypes()
public void removeInspectableListener(InspectableObjectsListener listener)
listener
- com.cosylab.vdct.inspector.InspectableObjectsListenerpublic void setDbdDB(DBDData newDbdDB)
newDbdDB
- com.cosylab.vdct.dbd.DBDDatapublic java.util.Vector getCurrentDBDs()
public java.util.Vector getLoadedDBDs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |