HEADER

biouml.plugins.simulation
Class SimulationEnginePane

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--javax.swing.JComponent
                    |
                    +--javax.swing.JPanel
                          |
                          +--ru.biosoft.gui.ViewPartSupport
                                |
                                +--ru.biosoft.gui.EditorPartSupport
                                      |
                                      +--biouml.plugins.simulation.SimulationEnginePane
Direct Known Subclasses:
MatlabEngineControl, JavaEngineControl

public class SimulationEnginePane
extends EditorPartSupport


Inner classes inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel

Inner classes inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent

Inner classes inherited from class java.awt.Container
Container.AccessibleAWTContainer

Inner classes inherited from class java.awt.Component
Component.AccessibleAWTComponent

Field Summary
 final static StringGENERATE_CODE_ACTION
           
 final static StringPLOT_ACTION
           
 final static StringSAVE_RESULT_ACTION
           
 final static StringSIMULATE_ACTION
           

Fields inherited from class javax.swing.JComponent
WHEN_FOCUSED, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_WINDOW, UNDEFINED_CONDITION, TOOL_TIP_TEXT_KEY

Fields inherited from class java.awt.Component
TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT

Method Summary
 booleancanExplore(Object model)
           
 voidexplore(Object model, Document document)
           
 Action[]getActions()
           
 EModelgetExecutableModel()
           
 ObjectgetModel()
           
 SimulationEnginegetSimulationEngine()
           
 JComponentgetView()
           

Methods inherited from class ru.biosoft.gui.EditorPartSupport
addTransactionListener, removeTransactionListener, save

Methods inherited from class ru.biosoft.gui.ViewPartSupport
addEdit, completeTransaction, getAction, getDocument, getModelValidator, setModelValidator, startTransaction

Methods inherited from class javax.swing.JPanel
updateUI, getUIClassID, getAccessibleContext

Methods inherited from class javax.swing.JComponent
update, paint, printAll, print, isPaintingTile, isFocusCycleRoot, isManagingFocus, setNextFocusableComponent, getNextFocusableComponent, setRequestFocusEnabled, isRequestFocusEnabled, requestFocus, grabFocus, setVerifyInputWhenFocusTarget, getVerifyInputWhenFocusTarget, setPreferredSize, getPreferredSize, setMaximumSize, getMaximumSize, setMinimumSize, getMinimumSize, isMinimumSizeSet, isPreferredSizeSet, isMaximumSizeSet, contains, setBorder, getBorder, getInsets, getInsets, getAlignmentY, setAlignmentY, getAlignmentX, setAlignmentX, setInputVerifier, getInputVerifier, getGraphics, setDebugGraphicsOptions, getDebugGraphicsOptions, registerKeyboardAction, registerKeyboardAction, unregisterKeyboardAction, getRegisteredKeyStrokes, getConditionForKeyStroke, getActionForKeyStroke, resetKeyboardActions, setInputMap, getInputMap, getInputMap, setActionMap, getActionMap, requestDefaultFocus, setVisible, hide, setEnabled, setForeground, setBackground, setFont, isFocusTraversable, setToolTipText, getToolTipText, getToolTipText, getToolTipLocation, createToolTip, scrollRectToVisible, setAutoscrolls, getAutoscrolls, enable, disable, getClientProperty, putClientProperty, isLightweightComponent, reshape, getBounds, getSize, getLocation, getX, getY, getWidth, getHeight, hasFocus, isOpaque, setOpaque, computeVisibleRect, getVisibleRect, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, addVetoableChangeListener, removeVetoableChangeListener, getTopLevelAncestor, addAncestorListener, removeAncestorListener, getListeners, addNotify, removeNotify, repaint, repaint, revalidate, isValidateRoot, isOptimizedDrawingEnabled, paintImmediately, paintImmediately, setDoubleBuffered, isDoubleBuffered, getRootPane

Methods inherited from class java.awt.Container
getComponentCount, countComponents, getComponent, getComponents, insets, add, add, add, add, add, remove, remove, removeAll, getLayout, setLayout, doLayout, layout, invalidate, validate, preferredSize, minimumSize, paintComponents, printComponents, addContainerListener, removeContainerListener, deliverEvent, getComponentAt, locate, getComponentAt, findComponentAt, findComponentAt, isAncestorOf, list, list

Methods inherited from class java.awt.Component
getName, setName, getParent, getPeer, setDropTarget, getDropTarget, getGraphicsConfiguration, getTreeLock, getToolkit, isValid, isDisplayable, isVisible, isShowing, isEnabled, enable, enableInputMethods, show, show, getForeground, getBackground, getFont, getLocale, setLocale, getColorModel, getLocation, getLocationOnScreen, location, setLocation, move, setLocation, getSize, size, setSize, resize, setSize, resize, getBounds, bounds, setBounds, setBounds, isLightweight, getFontMetrics, setCursor, getCursor, paintAll, repaint, repaint, repaint, imageUpdate, createImage, createImage, prepareImage, prepareImage, checkImage, checkImage, inside, contains, dispatchEvent, postEvent, addComponentListener, removeComponentListener, addFocusListener, removeFocusListener, addHierarchyListener, removeHierarchyListener, addHierarchyBoundsListener, removeHierarchyBoundsListener, addKeyListener, removeKeyListener, addMouseListener, removeMouseListener, addMouseMotionListener, removeMouseMotionListener, addInputMethodListener, removeInputMethodListener, getInputMethodRequests, getInputContext, handleEvent, mouseDown, mouseDrag, mouseUp, mouseMove, mouseEnter, mouseExit, keyDown, keyUp, action, gotFocus, lostFocus, transferFocus, nextFocus, add, remove, toString, list, list, list, setComponentOrientation, getComponentOrientation

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Field Detail

GENERATE_CODE_ACTION

public final static String GENERATE_CODE_ACTION

PLOT_ACTION

public final static String PLOT_ACTION

SAVE_RESULT_ACTION

public final static String SAVE_RESULT_ACTION

SIMULATE_ACTION

public final static String SIMULATE_ACTION
Method Detail

canExplore

public boolean canExplore(Object model)

explore

public void explore(Object model, Document document)

getActions

public Action[] getActions()

getExecutableModel

public EModel getExecutableModel()

getModel

public Object getModel()

getSimulationEngine

public SimulationEngine getSimulationEngine()

getView

public JComponent getView()

Association Links

to Class org.apache.log4j.Category

to Class java.lang.String

to Class com.developmentontheedge.log.TextPaneAppender

to Class biouml.plugins.simulation.SimulationEngine

to Class biouml.model.dynamics.EModel

to Class javax.swing.JComponent

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class javax.swing.Action

to Class javax.swing.Action

to Class javax.swing.Action

to Class javax.swing.Action

to Class javax.swing.Action

to Class biouml.plugins.simulation.SimulationResult


FOOTER

BOTTOM