| javax.swing.JPanel org.netbeans.modules.etl.ui.view.DBModelTreeView
Inner Class :public class DBModelObj | |
Inner Class :public class DBTableObj | |
DBModelTreeView | public DBModelTreeView(List dbModels, EditDBModelPanel editPanel)(Code) | | Creates a new instance of DBModelTreeView.
Parameters: dbModels - List of DatabaseModels whose contents are to be displayed Parameters: editPanel - EditDBModelPanel associated with this view |
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. |
|
|