| javax.swing.JPanel org.netbeans.modules.etl.ui.view.ConfigParamsTreeView
Inner Class :public class DBModelObj | |
Inner Class :public class DBTableObj | |
ConfigParamsTreeView | public ConfigParamsTreeView(ETLDataObject mObj, ConfigureParametersPanel editPanel)(Code) | | Creates a new instance of ConfigParamsTreeView.
Parameters: mObj - etlDataObject containing designtime db parameters Parameters: editPanel - ConfigureParametersPanel associated with this view |
getData | public SQLDefinition getData()(Code) | | Gets sql definition data corresponding to the collab.
SQLDefinition representing the collab DB models. |
getPropSheet | public IPropertySheet getPropSheet()(Code) | | Gets current IPropertySheet instance, if any.
current IPropertySheet, possibly null. |
propertyChange | public void propertyChange(PropertyChangeEvent evt)(Code) | | This method gets called when a bound property is changed.
Parameters: evt - A PropertyChangeEvent object describing the event source and theproperty that has changed. |
|
|