| org.netbeans.modules.sql.framework.ui.graph.IToolBar
All known Subclasses: org.netbeans.modules.sql.framework.ui.graph.view.impl.BasicToolBar,
IToolBar | public interface IToolBar (Code) | | author: radval |
enableToolBar | public void enableToolBar(boolean enable)(Code) | | |
getAction | public Action getAction(Class actionClass)(Code) | | get a action given its class
Parameters: actionClass - action |
getActions | public List getActions()(Code) | | get the toolbar actions that need to be shown
a list of GraphAction, null in list represents a seperator |
getGraphView | public IGraphView getGraphView()(Code) | | get the graph view for this tool bar
graph view |
getToolBarController | public Object getToolBarController()(Code) | | get tool bar controller
tool bar controller |
initializeToolBar | public void initializeToolBar()(Code) | | |
setActions | public void setActions(List actions)(Code) | | set toolbar actions on this view
Parameters: actions - list of GraphAction |
setGraphView | public void setGraphView(IGraphView gView)(Code) | | set the graph view for this tool bar
Parameters: gView - graph view |
setToolBarController | public void setToolBarController(Object controller)(Code) | | set tool bar controller
Parameters: controller - tool bar controller |
|
|