|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CySwingApplication
This interface provides basic access to the Swing objects that constitute this application.
Method Summary | |
---|---|
void |
addAction(CyAction action)
Add a CyAction to application. |
CytoPanel |
getCytoPanel(CytoPanelName compassDirection)
Returns the appropriate CytoPanel for the specified compass direction. |
JFrame |
getJFrame()
Returns the JFrame that contains the application. |
JMenu |
getJMenu(String menuName)
Returns the JMenu for the specified name and null if no menu exists for the name. |
JMenuBar |
getJMenuBar()
Returns the JMenuBar object for the application. |
JToolBar |
getJToolBar()
Returns the JToolBar object for the application. |
JToolBar |
getStatusToolBar()
Returns the status JToolBar of the application. |
void |
removeAction(CyAction action)
Remove the specified CyAction from the application. |
Method Detail |
---|
JMenu getJMenu(String menuName)
menuName
- the name of the JMenu.
JMenuBar getJMenuBar()
JToolBar getJToolBar()
void addAction(CyAction action)
action
- The CyAction to be added to the application.void removeAction(CyAction action)
action
- The CyAction to be removed from the application.CytoPanel getCytoPanel(CytoPanelName compassDirection)
compassDirection
- one of the enum values of CytoPanelName
JFrame getJFrame()
JToolBar getStatusToolBar()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |