public class GraphView
extends de.ims.icarus.plugins.core.View
implements de.ims.icarus.ui.helper.Outline
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JPanel |
contentPanel |
protected javax.swing.JTextArea |
infoLabel |
protected GraphPresenter |
presenter |
protected javax.swing.JToolBar |
toolBar |
Constructor and Description |
---|
GraphView() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
displayData(java.lang.Object data,
de.ims.icarus.util.Options options) |
GraphPresenter |
getPresenter() |
protected de.ims.icarus.util.mpi.ResultMessage |
handleRequest(de.ims.icarus.util.mpi.Message message)
Accepted commands:
Commands.DISPLAY
Commands.PRESENT
Commands.CLEAR
|
void |
init(javax.swing.JComponent container) |
void |
reset() |
protected void |
setPresenter(GraphPresenter presenter) |
protected void |
showInfo(java.lang.String text) |
addBroadcastListener, addListener, buildToolBar, defaultLoadActions, fireBroadcastEvent, focusView, getContainer, getDefaultActionManager, getExtension, getFrame, getIdentity, getInfoPanel, getPerspective, isClosable, refreshInfoPanel, reloadViewTab, removeBroadcastListener, removeBroadcastListener, removeListener, removeListener, selectViewTab, sendRequest, sendRequest, showError, toggleContainer, toString
protected GraphPresenter presenter
protected javax.swing.JTextArea infoLabel
protected javax.swing.JToolBar toolBar
protected javax.swing.JPanel contentPanel
public void init(javax.swing.JComponent container)
init
in class de.ims.icarus.plugins.core.View
View.init(javax.swing.JComponent)
public GraphPresenter getPresenter()
public void close()
close
in class de.ims.icarus.plugins.core.View
public void reset()
reset
in class de.ims.icarus.plugins.core.View
protected void showInfo(java.lang.String text)
protected void setPresenter(GraphPresenter presenter)
protected void displayData(java.lang.Object data, de.ims.icarus.util.Options options)
protected de.ims.icarus.util.mpi.ResultMessage handleRequest(de.ims.icarus.util.mpi.Message message) throws java.lang.Exception
Commands.DISPLAY
Commands.PRESENT
Commands.CLEAR
handleRequest
in class de.ims.icarus.plugins.core.View
java.lang.Exception
View.handleRequest(de.ims.icarus.util.mpi.Message)