fr.ifremer.isisfish.ui.script
Class ScriptUI

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.JPanel
                  extended by fr.ifremer.isisfish.ui.script.ScriptUI
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject

public class ScriptUI
extends JPanel
implements jaxx.runtime.JAXXObject

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
 
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
 
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
 
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
 
Field Summary
protected  List<Object> $activeBindings
           
protected  Map<String,Object> $bindingSources
           
protected  Map<String,Object> $objectMap
           
protected  JTextArea actionLogArea
           
protected  JPanel buttonBar
           
protected  JButton buttonScriptCheck
           
protected  JButton buttonScriptCommit
           
protected  JButton buttonScriptCopy
           
protected  JButton buttonScriptCut
           
protected  JButton buttonScriptEval
           
protected  JButton buttonScriptExport
           
protected  JButton buttonScriptNew
           
protected  JButton buttonScriptPaste
           
protected  JButton buttonScriptSave
           
protected  jaxx.runtime.JAXXContext delegateContext
           
protected  org.nuiton.widget.editor.Editor editor
           
protected  Boolean fileSelected
           
protected  Boolean javaFileSelected
           
static org.apache.commons.logging.Log log
           
protected  JMenuItem miCheckSyntax
           
protected  JMenuItem miCommitVCS
           
protected  JMenuItem miCopy
           
protected  JMenuItem miCut
           
protected  JMenuItem miDelete
           
protected  JMenuItem miDeleteVCS
           
protected  JMenuItem miDiffVCS
           
protected  JMenuItem miEvaluate
           
protected  JMenuItem miExport
           
protected  JMenuItem miGenerateJavadoc
           
protected  JMenuItem miImport
           
protected  JMenuItem miNewAnalysePlan
           
protected  JMenuItem miNewEquationModel
           
protected  JMenuItem miNewExport
           
protected  JMenuItem miNewRule
           
protected  JMenuItem miNewScript
           
protected  JMenuItem miNewSensitivity
           
protected  JMenuItem miNewSensitivityExport
           
protected  JMenuItem miNewSimulator
           
protected  JMenuItem miPaste
           
protected  JMenuItem miSave
           
protected  JMenuItem miShowJavadoc
           
protected  JMenuItem miUpdateVCS
           
protected  ScriptAction scriptAction
           
protected  JMenuBar scriptMenuBar
           
protected  JMenu scriptNewMenu
           
protected  JMenu scriptTxtCode
           
protected  JMenu scriptTxtEdit
           
protected  JMenu scriptTxtFile
           
protected  JMenu scriptTxtVCS
           
protected  jaxx.runtime.swing.JAXXComboBox scriptTypeChoice
           
protected  Boolean singleFileSelected
           
protected  Boolean textSelected
           
protected  jaxx.runtime.swing.JAXXTree tree
           
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
ScriptUI()
           
ScriptUI(jaxx.runtime.JAXXContext parentContext)
           
 
Method Summary
static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
           
protected  void addChildrenToButtonBar()
           
protected  void addChildrenToScriptMenuBar()
           
protected  void addChildrenToScriptNewMenu()
           
protected  void addChildrenToScriptTxtCode()
           
protected  void addChildrenToScriptTxtEdit()
           
protected  void addChildrenToScriptTxtFile()
           
protected  void addChildrenToScriptTxtVCS()
           
 void applyDataBinding(String $binding)
           
protected  void createActionLogArea()
           
protected  void createButtonBar()
           
protected  void createButtonScriptCheck()
           
protected  void createButtonScriptCommit()
           
protected  void createButtonScriptCopy()
           
protected  void createButtonScriptCut()
           
protected  void createButtonScriptEval()
           
protected  void createButtonScriptExport()
           
protected  void createButtonScriptNew()
           
protected  void createButtonScriptPaste()
           
protected  void createButtonScriptSave()
           
protected  void createEditor()
           
protected  void createFileSelected()
           
protected  void createJavaFileSelected()
           
protected  void createMiCheckSyntax()
           
protected  void createMiCommitVCS()
           
protected  void createMiCopy()
           
protected  void createMiCut()
           
protected  void createMiDelete()
           
protected  void createMiDeleteVCS()
           
protected  void createMiDiffVCS()
           
protected  void createMiEvaluate()
           
protected  void createMiExport()
           
protected  void createMiGenerateJavadoc()
           
protected  void createMiImport()
           
protected  void createMiNewAnalysePlan()
           
protected  void createMiNewEquationModel()
           
protected  void createMiNewExport()
           
protected  void createMiNewRule()
           
protected  void createMiNewScript()
           
protected  void createMiNewSensitivity()
           
protected  void createMiNewSensitivityExport()
           
protected  void createMiNewSimulator()
           
protected  void createMiPaste()
           
protected  void createMiSave()
           
protected  void createMiShowJavadoc()
           
protected  void createMiUpdateVCS()
           
protected  void createScriptAction()
           
protected  void createScriptMenuBar()
           
protected  void createScriptNewMenu()
           
protected  void createScriptTxtCode()
           
protected  void createScriptTxtEdit()
           
protected  void createScriptTxtFile()
           
protected  void createScriptTxtVCS()
           
protected  void createScriptTypeChoice()
           
protected  void createSingleFileSelected()
           
protected  void createTextSelected()
           
protected  void createTree()
           
 void doActionPerformed__on__buttonScriptCheck(ActionEvent event)
           
 void doActionPerformed__on__buttonScriptCommit(ActionEvent event)
           
 void doActionPerformed__on__buttonScriptCopy(ActionEvent event)
           
 void doActionPerformed__on__buttonScriptCut(ActionEvent event)
           
 void doActionPerformed__on__buttonScriptEval(ActionEvent event)
           
 void doActionPerformed__on__buttonScriptExport(ActionEvent event)
           
 void doActionPerformed__on__buttonScriptNew(ActionEvent event)
           
 void doActionPerformed__on__buttonScriptPaste(ActionEvent event)
           
 void doActionPerformed__on__buttonScriptSave(ActionEvent event)
           
 void doActionPerformed__on__miCheckSyntax(ActionEvent event)
           
 void doActionPerformed__on__miCommitVCS(ActionEvent event)
           
 void doActionPerformed__on__miCopy(ActionEvent event)
           
 void doActionPerformed__on__miCut(ActionEvent event)
           
 void doActionPerformed__on__miDelete(ActionEvent event)
           
 void doActionPerformed__on__miDeleteVCS(ActionEvent event)
           
 void doActionPerformed__on__miDiffVCS(ActionEvent event)
           
 void doActionPerformed__on__miEvaluate(ActionEvent event)
           
 void doActionPerformed__on__miExport(ActionEvent event)
           
 void doActionPerformed__on__miGenerateJavadoc(ActionEvent event)
           
 void doActionPerformed__on__miImport(ActionEvent event)
           
 void doActionPerformed__on__miNewAnalysePlan(ActionEvent event)
           
 void doActionPerformed__on__miNewEquationModel(ActionEvent event)
           
 void doActionPerformed__on__miNewExport(ActionEvent event)
           
 void doActionPerformed__on__miNewRule(ActionEvent event)
           
 void doActionPerformed__on__miNewScript(ActionEvent event)
           
 void doActionPerformed__on__miNewSensitivity(ActionEvent event)
           
 void doActionPerformed__on__miNewSensitivityExport(ActionEvent event)
           
 void doActionPerformed__on__miNewSimulator(ActionEvent event)
           
 void doActionPerformed__on__miPaste(ActionEvent event)
           
 void doActionPerformed__on__miSave(ActionEvent event)
           
 void doActionPerformed__on__miShowJavadoc(ActionEvent event)
           
 void doActionPerformed__on__miUpdateVCS(ActionEvent event)
           
 void firePropertyChange(String propertyName, Object oldValue, Object newValue)
           
 List<Object> get$activeBindings()
           
 Map<String,Object> get$bindingSources()
           
protected  String get$jaxxObjectDescriptor()
           
protected  ScriptUI get$JPanel0()
           
protected  JPanel get$JPanel5()
           
protected  JScrollPane get$JScrollPane7()
           
protected  JScrollPane get$JScrollPane9()
           
protected  JSeparator get$JSeparator1()
           
protected  JSeparator get$JSeparator2()
           
protected  JSeparator get$JSeparator3()
           
protected  JSeparator get$JSeparator4()
           
protected  JSplitPane get$JSplitPane6()
           
protected  JSplitPane get$JSplitPane8()
           
 Map<String,Object> get$objectMap()
           
protected  Map get$previousValues()
           
 JTextArea getActionLogArea()
           
protected  boolean getAllComponentsCreated()
           
 JPanel getButtonBar()
           
 JButton getButtonScriptCheck()
           
 JButton getButtonScriptCommit()
           
 JButton getButtonScriptCopy()
           
 JButton getButtonScriptCut()
           
 JButton getButtonScriptEval()
           
 JButton getButtonScriptExport()
           
 JButton getButtonScriptNew()
           
 JButton getButtonScriptPaste()
           
 JButton getButtonScriptSave()
           
protected  boolean getContextInitialized()
           
<T> T
getContextValue(Class<T> clazz)
           
<T> T
getContextValue(Class<T> clazz, String name)
           
 jaxx.runtime.JAXXContext getDelegateContext()
           
 org.nuiton.widget.editor.Editor getEditor()
           
 Boolean getFileSelected()
           
 Boolean getJavaFileSelected()
           
protected  org.apache.commons.logging.Log getLog()
           
 JMenuItem getMiCheckSyntax()
           
 JMenuItem getMiCommitVCS()
           
 JMenuItem getMiCopy()
           
 JMenuItem getMiCut()
           
 JMenuItem getMiDelete()
           
 JMenuItem getMiDeleteVCS()
           
 JMenuItem getMiDiffVCS()
           
 JMenuItem getMiEvaluate()
           
 JMenuItem getMiExport()
           
 JMenuItem getMiGenerateJavadoc()
           
 JMenuItem getMiImport()
           
 JMenuItem getMiNewAnalysePlan()
           
 JMenuItem getMiNewEquationModel()
           
 JMenuItem getMiNewExport()
           
 JMenuItem getMiNewRule()
           
 JMenuItem getMiNewScript()
           
 JMenuItem getMiNewSensitivity()
           
 JMenuItem getMiNewSensitivityExport()
           
 JMenuItem getMiNewSimulator()
           
 JMenuItem getMiPaste()
           
 JMenuItem getMiSave()
           
 JMenuItem getMiShowJavadoc()
           
 JMenuItem getMiUpdateVCS()
           
 Object getObjectById(String id)
           
<O extends Container>
O
getParentContainer(Class<O> clazz)
           
<O extends Container>
O
getParentContainer(Object source, Class<O> clazz)
           
 ScriptAction getScriptAction()
           
 JMenuBar getScriptMenuBar()
           
 JMenu getScriptNewMenu()
           
 JMenu getScriptTxtCode()
           
 JMenu getScriptTxtEdit()
           
 JMenu getScriptTxtFile()
           
 JMenu getScriptTxtVCS()
           
 jaxx.runtime.swing.JAXXComboBox getScriptTypeChoice()
           
 Boolean getSingleFileSelected()
           
 Boolean getTextSelected()
           
 jaxx.runtime.swing.JAXXTree getTree()
           
 Boolean isFileSelected()
           
 Boolean isJavaFileSelected()
           
 Boolean isSingleFileSelected()
           
 Boolean isTextSelected()
           
 void processDataBinding(String dest)
           
 void processDataBinding(String $dest, boolean $force)
           
<T> void
removeContextValue(Class<T> clazz)
           
<T> void
removeContextValue(Class<T> clazz, String name)
           
 void removeDataBinding(String $binding)
           
<T> void
setContextValue(T o)
           
<T> void
setContextValue(T o, String name)
           
 void setFileSelected(Boolean newValue)
           
 void setJavaFileSelected(Boolean newValue)
           
 void setScriptAction(ScriptAction newValue)
           
 void setSingleFileSelected(Boolean newValue)
           
 void setTextSelected(Boolean newValue)
           
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log

$activeBindings

protected List<Object> $activeBindings

$bindingSources

protected Map<String,Object> $bindingSources

$objectMap

protected Map<String,Object> $objectMap

actionLogArea

protected JTextArea actionLogArea

buttonBar

protected JPanel buttonBar

buttonScriptCheck

protected JButton buttonScriptCheck

buttonScriptCommit

protected JButton buttonScriptCommit

buttonScriptCopy

protected JButton buttonScriptCopy

buttonScriptCut

protected JButton buttonScriptCut

buttonScriptEval

protected JButton buttonScriptEval

buttonScriptExport

protected JButton buttonScriptExport

buttonScriptNew

protected JButton buttonScriptNew

buttonScriptPaste

protected JButton buttonScriptPaste

buttonScriptSave

protected JButton buttonScriptSave

delegateContext

protected final jaxx.runtime.JAXXContext delegateContext

editor

protected org.nuiton.widget.editor.Editor editor

fileSelected

protected Boolean fileSelected

javaFileSelected

protected Boolean javaFileSelected

miCheckSyntax

protected JMenuItem miCheckSyntax

miCommitVCS

protected JMenuItem miCommitVCS

miCopy

protected JMenuItem miCopy

miCut

protected JMenuItem miCut

miDelete

protected JMenuItem miDelete

miDeleteVCS

protected JMenuItem miDeleteVCS

miDiffVCS

protected JMenuItem miDiffVCS

miEvaluate

protected JMenuItem miEvaluate

miExport

protected JMenuItem miExport

miGenerateJavadoc

protected JMenuItem miGenerateJavadoc

miImport

protected JMenuItem miImport

miNewAnalysePlan

protected JMenuItem miNewAnalysePlan

miNewEquationModel

protected JMenuItem miNewEquationModel

miNewExport

protected JMenuItem miNewExport

miNewRule

protected JMenuItem miNewRule

miNewScript

protected JMenuItem miNewScript

miNewSensitivity

protected JMenuItem miNewSensitivity

miNewSensitivityExport

protected JMenuItem miNewSensitivityExport

miNewSimulator

protected JMenuItem miNewSimulator

miPaste

protected JMenuItem miPaste

miSave

protected JMenuItem miSave

miShowJavadoc

protected JMenuItem miShowJavadoc

miUpdateVCS

protected JMenuItem miUpdateVCS

scriptAction

protected ScriptAction scriptAction

scriptMenuBar

protected JMenuBar scriptMenuBar

scriptNewMenu

protected JMenu scriptNewMenu

scriptTxtCode

protected JMenu scriptTxtCode

scriptTxtEdit

protected JMenu scriptTxtEdit

scriptTxtFile

protected JMenu scriptTxtFile

scriptTxtVCS

protected JMenu scriptTxtVCS

scriptTypeChoice

protected jaxx.runtime.swing.JAXXComboBox scriptTypeChoice

singleFileSelected

protected Boolean singleFileSelected

textSelected

protected Boolean textSelected

tree

protected jaxx.runtime.swing.JAXXTree tree
Constructor Detail

ScriptUI

public ScriptUI()

ScriptUI

public ScriptUI(jaxx.runtime.JAXXContext parentContext)
Method Detail

$getJAXXObjectDescriptor

public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()

applyDataBinding

public void applyDataBinding(String $binding)
Specified by:
applyDataBinding in interface jaxx.runtime.JAXXObject

firePropertyChange

public void firePropertyChange(String propertyName,
                               Object oldValue,
                               Object newValue)
Specified by:
firePropertyChange in interface jaxx.runtime.JAXXObject
Overrides:
firePropertyChange in class Component

get$objectMap

public Map<String,Object> get$objectMap()
Specified by:
get$objectMap in interface jaxx.runtime.JAXXObject

getObjectById

public Object getObjectById(String id)
Specified by:
getObjectById in interface jaxx.runtime.JAXXObject

processDataBinding

public void processDataBinding(String dest)
Specified by:
processDataBinding in interface jaxx.runtime.JAXXObject

processDataBinding

public void processDataBinding(String $dest,
                               boolean $force)

removeDataBinding

public void removeDataBinding(String $binding)
Specified by:
removeDataBinding in interface jaxx.runtime.JAXXObject

getContextValue

public <T> T getContextValue(Class<T> clazz)
Specified by:
getContextValue in interface jaxx.runtime.JAXXContext

getContextValue

public <T> T getContextValue(Class<T> clazz,
                             String name)
Specified by:
getContextValue in interface jaxx.runtime.JAXXContext

getDelegateContext

public jaxx.runtime.JAXXContext getDelegateContext()
Specified by:
getDelegateContext in interface jaxx.runtime.JAXXObject

getParentContainer

public <O extends Container> O getParentContainer(Class<O> clazz)
Specified by:
getParentContainer in interface jaxx.runtime.JAXXContext

getParentContainer

public <O extends Container> O getParentContainer(Object source,
                                                  Class<O> clazz)
Specified by:
getParentContainer in interface jaxx.runtime.JAXXContext

removeContextValue

public <T> void removeContextValue(Class<T> clazz)
Specified by:
removeContextValue in interface jaxx.runtime.JAXXContext

removeContextValue

public <T> void removeContextValue(Class<T> clazz,
                                   String name)
Specified by:
removeContextValue in interface jaxx.runtime.JAXXContext

setContextValue

public <T> void setContextValue(T o)
Specified by:
setContextValue in interface jaxx.runtime.JAXXContext

setContextValue

public <T> void setContextValue(T o,
                                String name)
Specified by:
setContextValue in interface jaxx.runtime.JAXXContext

doActionPerformed__on__buttonScriptCheck

public void doActionPerformed__on__buttonScriptCheck(ActionEvent event)

doActionPerformed__on__buttonScriptCommit

public void doActionPerformed__on__buttonScriptCommit(ActionEvent event)

doActionPerformed__on__buttonScriptCopy

public void doActionPerformed__on__buttonScriptCopy(ActionEvent event)

doActionPerformed__on__buttonScriptCut

public void doActionPerformed__on__buttonScriptCut(ActionEvent event)

doActionPerformed__on__buttonScriptEval

public void doActionPerformed__on__buttonScriptEval(ActionEvent event)

doActionPerformed__on__buttonScriptExport

public void doActionPerformed__on__buttonScriptExport(ActionEvent event)

doActionPerformed__on__buttonScriptNew

public void doActionPerformed__on__buttonScriptNew(ActionEvent event)

doActionPerformed__on__buttonScriptPaste

public void doActionPerformed__on__buttonScriptPaste(ActionEvent event)

doActionPerformed__on__buttonScriptSave

public void doActionPerformed__on__buttonScriptSave(ActionEvent event)

doActionPerformed__on__miCheckSyntax

public void doActionPerformed__on__miCheckSyntax(ActionEvent event)

doActionPerformed__on__miCommitVCS

public void doActionPerformed__on__miCommitVCS(ActionEvent event)

doActionPerformed__on__miCopy

public void doActionPerformed__on__miCopy(ActionEvent event)

doActionPerformed__on__miCut

public void doActionPerformed__on__miCut(ActionEvent event)

doActionPerformed__on__miDelete

public void doActionPerformed__on__miDelete(ActionEvent event)

doActionPerformed__on__miDeleteVCS

public void doActionPerformed__on__miDeleteVCS(ActionEvent event)

doActionPerformed__on__miDiffVCS

public void doActionPerformed__on__miDiffVCS(ActionEvent event)

doActionPerformed__on__miEvaluate

public void doActionPerformed__on__miEvaluate(ActionEvent event)

doActionPerformed__on__miExport

public void doActionPerformed__on__miExport(ActionEvent event)

doActionPerformed__on__miGenerateJavadoc

public void doActionPerformed__on__miGenerateJavadoc(ActionEvent event)

doActionPerformed__on__miImport

public void doActionPerformed__on__miImport(ActionEvent event)

doActionPerformed__on__miNewAnalysePlan

public void doActionPerformed__on__miNewAnalysePlan(ActionEvent event)

doActionPerformed__on__miNewEquationModel

public void doActionPerformed__on__miNewEquationModel(ActionEvent event)

doActionPerformed__on__miNewExport

public void doActionPerformed__on__miNewExport(ActionEvent event)

doActionPerformed__on__miNewRule

public void doActionPerformed__on__miNewRule(ActionEvent event)

doActionPerformed__on__miNewScript

public void doActionPerformed__on__miNewScript(ActionEvent event)

doActionPerformed__on__miNewSensitivity

public void doActionPerformed__on__miNewSensitivity(ActionEvent event)

doActionPerformed__on__miNewSensitivityExport

public void doActionPerformed__on__miNewSensitivityExport(ActionEvent event)

doActionPerformed__on__miNewSimulator

public void doActionPerformed__on__miNewSimulator(ActionEvent event)

doActionPerformed__on__miPaste

public void doActionPerformed__on__miPaste(ActionEvent event)

doActionPerformed__on__miSave

public void doActionPerformed__on__miSave(ActionEvent event)

doActionPerformed__on__miShowJavadoc

public void doActionPerformed__on__miShowJavadoc(ActionEvent event)

doActionPerformed__on__miUpdateVCS

public void doActionPerformed__on__miUpdateVCS(ActionEvent event)

get$activeBindings

public List<Object> get$activeBindings()

get$bindingSources

public Map<String,Object> get$bindingSources()

getActionLogArea

public JTextArea getActionLogArea()

getButtonBar

public JPanel getButtonBar()

getButtonScriptCheck

public JButton getButtonScriptCheck()

getButtonScriptCommit

public JButton getButtonScriptCommit()

getButtonScriptCopy

public JButton getButtonScriptCopy()

getButtonScriptCut

public JButton getButtonScriptCut()

getButtonScriptEval

public JButton getButtonScriptEval()

getButtonScriptExport

public JButton getButtonScriptExport()

getButtonScriptNew

public JButton getButtonScriptNew()

getButtonScriptPaste

public JButton getButtonScriptPaste()

getButtonScriptSave

public JButton getButtonScriptSave()

getEditor

public org.nuiton.widget.editor.Editor getEditor()

getFileSelected

public Boolean getFileSelected()

getJavaFileSelected

public Boolean getJavaFileSelected()

getMiCheckSyntax

public JMenuItem getMiCheckSyntax()

getMiCommitVCS

public JMenuItem getMiCommitVCS()

getMiCopy

public JMenuItem getMiCopy()

getMiCut

public JMenuItem getMiCut()

getMiDelete

public JMenuItem getMiDelete()

getMiDeleteVCS

public JMenuItem getMiDeleteVCS()

getMiDiffVCS

public JMenuItem getMiDiffVCS()

getMiEvaluate

public JMenuItem getMiEvaluate()

getMiExport

public JMenuItem getMiExport()

getMiGenerateJavadoc

public JMenuItem getMiGenerateJavadoc()

getMiImport

public JMenuItem getMiImport()

getMiNewAnalysePlan

public JMenuItem getMiNewAnalysePlan()

getMiNewEquationModel

public JMenuItem getMiNewEquationModel()

getMiNewExport

public JMenuItem getMiNewExport()

getMiNewRule

public JMenuItem getMiNewRule()

getMiNewScript

public JMenuItem getMiNewScript()

getMiNewSensitivity

public JMenuItem getMiNewSensitivity()

getMiNewSensitivityExport

public JMenuItem getMiNewSensitivityExport()

getMiNewSimulator

public JMenuItem getMiNewSimulator()

getMiPaste

public JMenuItem getMiPaste()

getMiSave

public JMenuItem getMiSave()

getMiShowJavadoc

public JMenuItem getMiShowJavadoc()

getMiUpdateVCS

public JMenuItem getMiUpdateVCS()

getScriptAction

public ScriptAction getScriptAction()

getScriptMenuBar

public JMenuBar getScriptMenuBar()

getScriptNewMenu

public JMenu getScriptNewMenu()

getScriptTxtCode

public JMenu getScriptTxtCode()

getScriptTxtEdit

public JMenu getScriptTxtEdit()

getScriptTxtFile

public JMenu getScriptTxtFile()

getScriptTxtVCS

public JMenu getScriptTxtVCS()

getScriptTypeChoice

public jaxx.runtime.swing.JAXXComboBox getScriptTypeChoice()

getSingleFileSelected

public Boolean getSingleFileSelected()

getTextSelected

public Boolean getTextSelected()

getTree

public jaxx.runtime.swing.JAXXTree getTree()

isFileSelected

public Boolean isFileSelected()

isJavaFileSelected

public Boolean isJavaFileSelected()

isSingleFileSelected

public Boolean isSingleFileSelected()

isTextSelected

public Boolean isTextSelected()

setFileSelected

public void setFileSelected(Boolean newValue)

setJavaFileSelected

public void setJavaFileSelected(Boolean newValue)

setScriptAction

public void setScriptAction(ScriptAction newValue)

setSingleFileSelected

public void setSingleFileSelected(Boolean newValue)

setTextSelected

public void setTextSelected(Boolean newValue)

get$JPanel0

protected ScriptUI get$JPanel0()

get$JPanel5

protected JPanel get$JPanel5()

get$JScrollPane7

protected JScrollPane get$JScrollPane7()

get$JScrollPane9

protected JScrollPane get$JScrollPane9()

get$JSeparator1

protected JSeparator get$JSeparator1()

get$JSeparator2

protected JSeparator get$JSeparator2()

get$JSeparator3

protected JSeparator get$JSeparator3()

get$JSeparator4

protected JSeparator get$JSeparator4()

get$JSplitPane6

protected JSplitPane get$JSplitPane6()

get$JSplitPane8

protected JSplitPane get$JSplitPane8()

get$jaxxObjectDescriptor

protected String get$jaxxObjectDescriptor()

get$previousValues

protected Map get$previousValues()

getAllComponentsCreated

protected boolean getAllComponentsCreated()

getContextInitialized

protected boolean getContextInitialized()

getLog

protected org.apache.commons.logging.Log getLog()

addChildrenToButtonBar

protected void addChildrenToButtonBar()

addChildrenToScriptMenuBar

protected void addChildrenToScriptMenuBar()

addChildrenToScriptNewMenu

protected void addChildrenToScriptNewMenu()

addChildrenToScriptTxtCode

protected void addChildrenToScriptTxtCode()

addChildrenToScriptTxtEdit

protected void addChildrenToScriptTxtEdit()

addChildrenToScriptTxtFile

protected void addChildrenToScriptTxtFile()

addChildrenToScriptTxtVCS

protected void addChildrenToScriptTxtVCS()

createActionLogArea

protected void createActionLogArea()

createButtonBar

protected void createButtonBar()

createButtonScriptCheck

protected void createButtonScriptCheck()

createButtonScriptCommit

protected void createButtonScriptCommit()

createButtonScriptCopy

protected void createButtonScriptCopy()

createButtonScriptCut

protected void createButtonScriptCut()

createButtonScriptEval

protected void createButtonScriptEval()

createButtonScriptExport

protected void createButtonScriptExport()

createButtonScriptNew

protected void createButtonScriptNew()

createButtonScriptPaste

protected void createButtonScriptPaste()

createButtonScriptSave

protected void createButtonScriptSave()

createEditor

protected void createEditor()

createFileSelected

protected void createFileSelected()

createJavaFileSelected

protected void createJavaFileSelected()

createMiCheckSyntax

protected void createMiCheckSyntax()

createMiCommitVCS

protected void createMiCommitVCS()

createMiCopy

protected void createMiCopy()

createMiCut

protected void createMiCut()

createMiDelete

protected void createMiDelete()

createMiDeleteVCS

protected void createMiDeleteVCS()

createMiDiffVCS

protected void createMiDiffVCS()

createMiEvaluate

protected void createMiEvaluate()

createMiExport

protected void createMiExport()

createMiGenerateJavadoc

protected void createMiGenerateJavadoc()

createMiImport

protected void createMiImport()

createMiNewAnalysePlan

protected void createMiNewAnalysePlan()

createMiNewEquationModel

protected void createMiNewEquationModel()

createMiNewExport

protected void createMiNewExport()

createMiNewRule

protected void createMiNewRule()

createMiNewScript

protected void createMiNewScript()

createMiNewSensitivity

protected void createMiNewSensitivity()

createMiNewSensitivityExport

protected void createMiNewSensitivityExport()

createMiNewSimulator

protected void createMiNewSimulator()

createMiPaste

protected void createMiPaste()

createMiSave

protected void createMiSave()

createMiShowJavadoc

protected void createMiShowJavadoc()

createMiUpdateVCS

protected void createMiUpdateVCS()

createScriptAction

protected void createScriptAction()

createScriptMenuBar

protected void createScriptMenuBar()

createScriptNewMenu

protected void createScriptNewMenu()

createScriptTxtCode

protected void createScriptTxtCode()

createScriptTxtEdit

protected void createScriptTxtEdit()

createScriptTxtFile

protected void createScriptTxtFile()

createScriptTxtVCS

protected void createScriptTxtVCS()

createScriptTypeChoice

protected void createScriptTypeChoice()

createSingleFileSelected

protected void createSingleFileSelected()

createTextSelected

protected void createTextSelected()

createTree

protected void createTree()


Copyright © 1999-2010 CodeLutin. All Rights Reserved.