| |
|
| javax.swing.JPanel org.netbeans.modules.mashup.db.ui.FlatfileTreeTableView
FlatfileTreeTableView | public class FlatfileTreeTableView extends JPanel implements ExplorerManager.Provider(Code) | | author: Ritesh Adval author: Ahimanikya Satapathy version: $Revision$ |
Inner Class :class FlatfileTreeView extends BeanTreeView | |
FlatfileTreeTableView | public FlatfileTreeTableView()(Code) | | Creates a new instance of FlatfileTableView
Parameters: model - is the model to create this object with. |
getCurrentNode | public Node getCurrentNode()(Code) | | |
getExplorerManager | public ExplorerManager getExplorerManager()(Code) | | |
setDividerLocation | public void setDividerLocation(int size)(Code) | | |
setModel | public void setModel(FlatfileTreeTableModel model)(Code) | | Sets model for this view to the given instance.
Parameters: model - FlatfileTreeTableModel providing content for this view. |
|
|
|