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,jaxx.runtime.JAXXBinding> $bindings
           
protected  Map<String,Object> $bindingSources
           
protected  Map<String,Object> $objectMap
           
protected  Map<?,?> $previousValues
           
protected  JTextArea actionLogArea
           
static String BINDING_BUTTON_SCRIPT_CHECK_ENABLED
           
static String BINDING_BUTTON_SCRIPT_COMMIT_ENABLED
           
static String BINDING_BUTTON_SCRIPT_COPY_ENABLED
           
static String BINDING_BUTTON_SCRIPT_CUT_ENABLED
           
static String BINDING_BUTTON_SCRIPT_EVAL_ENABLED
           
static String BINDING_BUTTON_SCRIPT_PASTE_ENABLED
           
static String BINDING_BUTTON_SCRIPT_SAVE_ENABLED
           
static String BINDING_MI_CHECK_SYNTAX_ENABLED
           
static String BINDING_MI_COMMIT_VCS_ENABLED
           
static String BINDING_MI_COPY_ENABLED
           
static String BINDING_MI_CUT_ENABLED
           
static String BINDING_MI_DELETE_ENABLED
           
static String BINDING_MI_DIFF_VCS_ENABLED
           
static String BINDING_MI_EVALUATE_ENABLED
           
static String BINDING_MI_EXPORT_ENABLED
           
static String BINDING_MI_PASTE_ENABLED
           
static String BINDING_MI_SAVE_ENABLED
           
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
           
protected  JMenuItem miCheckAllSyntax
           
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 miNewEquationModel
           
protected  JMenuItem miNewExport
           
protected  JMenuItem miNewRule
           
protected  JMenuItem miNewScript
           
protected  JMenuItem miNewSensitivity
           
protected  JMenuItem miNewSensitivityExport
           
protected  JMenuItem miNewSImulationPlan
           
protected  JMenuItem miNewSimulator
           
protected  JMenuItem miPaste
           
protected  JMenuItem miSave
           
protected  JMenuItem miShowJavadoc
           
protected  JMenuItem miUpdateVCS
           
static String PROPERTY_FILE_SELECTED
           
static String PROPERTY_JAVA_FILE_SELECTED
           
static String PROPERTY_SCRIPT_ACTION
           
static String PROPERTY_SINGLE_FILE_SELECTED
           
static String PROPERTY_TEXT_SELECTED
           
protected  ScriptAction scriptAction
           
protected  JMenuBar scriptMenuBar
           
protected  JMenu scriptNewMenu
           
protected  ScriptTree scriptTree
           
protected  ScriptTreeModel scriptTreeModel
           
protected  JMenu scriptTxtCode
           
protected  JMenu scriptTxtEdit
           
protected  JMenu scriptTxtFile
           
protected  JMenu scriptTxtVCS
           
protected  JComboBox scriptTypeChoice
           
protected  Boolean singleFileSelected
           
protected  Boolean textSelected
           
 
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(boolean param0)
           
ScriptUI(jaxx.runtime.JAXXContext parentContext)
           
ScriptUI(jaxx.runtime.JAXXContext parentContext, boolean param1)
           
ScriptUI(jaxx.runtime.JAXXContext parentContext, LayoutManager param1)
           
ScriptUI(jaxx.runtime.JAXXContext parentContext, LayoutManager param1, boolean param2)
           
ScriptUI(LayoutManager param0)
           
ScriptUI(LayoutManager param0, boolean param1)
           
 
Method Summary
protected  void $afterCompleteSetup()
           
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 createMiCheckAllSyntax()
           
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 createMiNewEquationModel()
           
protected  void createMiNewExport()
           
protected  void createMiNewRule()
           
protected  void createMiNewScript()
           
protected  void createMiNewSensitivity()
           
protected  void createMiNewSensitivityExport()
           
protected  void createMiNewSImulationPlan()
           
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 createScriptTree()
           
protected  void createScriptTreeModel()
           
protected  void createScriptTxtCode()
           
protected  void createScriptTxtEdit()
           
protected  void createScriptTxtFile()
           
protected  void createScriptTxtVCS()
           
protected  void createScriptTypeChoice()
           
protected  void createSingleFileSelected()
           
protected  void createTextSelected()
           
 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__miCheckAllSyntax(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__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__miNewSImulationPlan(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)
           
protected  JPanel get$JPanel1()
           
protected  JScrollPane get$JScrollPane0()
           
protected  JScrollPane get$JScrollPane1()
           
protected  JSeparator get$JSeparator0()
           
protected  JSeparator get$JSeparator1()
           
protected  JSeparator get$JSeparator2()
           
protected  JSeparator get$JSeparator3()
           
protected  JSplitPane get$JSplitPane0()
           
protected  JSplitPane get$JSplitPane1()
           
 Map<String,Object> get$objectMap()
           
 JTextArea getActionLogArea()
           
 JPanel getButtonBar()
           
 JButton getButtonScriptCheck()
           
 JButton getButtonScriptCommit()
           
 JButton getButtonScriptCopy()
           
 JButton getButtonScriptCut()
           
 JButton getButtonScriptEval()
           
 JButton getButtonScriptExport()
           
 JButton getButtonScriptNew()
           
 JButton getButtonScriptPaste()
           
 JButton getButtonScriptSave()
           
<T> T
getContextValue(Class<T> clazz)
           
<T> T
getContextValue(Class<T> clazz, String name)
           
 jaxx.runtime.JAXXBinding getDataBinding(String bindingId)
           
 jaxx.runtime.JAXXBinding[] getDataBindings()
           
 jaxx.runtime.JAXXContext getDelegateContext()
           
 org.nuiton.widget.editor.Editor getEditor()
           
 Boolean getFileSelected()
           
 Boolean getJavaFileSelected()
           
 JMenuItem getMiCheckAllSyntax()
           
 JMenuItem getMiCheckSyntax()
           
 JMenuItem getMiCommitVCS()
           
 JMenuItem getMiCopy()
           
 JMenuItem getMiCut()
           
 JMenuItem getMiDelete()
           
 JMenuItem getMiDeleteVCS()
           
 JMenuItem getMiDiffVCS()
           
 JMenuItem getMiEvaluate()
           
 JMenuItem getMiExport()
           
 JMenuItem getMiGenerateJavadoc()
           
 JMenuItem getMiImport()
           
 JMenuItem getMiNewEquationModel()
           
 JMenuItem getMiNewExport()
           
 JMenuItem getMiNewRule()
           
 JMenuItem getMiNewScript()
           
 JMenuItem getMiNewSensitivity()
           
 JMenuItem getMiNewSensitivityExport()
           
 JMenuItem getMiNewSImulationPlan()
           
 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()
           
 ScriptTree getScriptTree()
           
 ScriptTreeModel getScriptTreeModel()
           
 JMenu getScriptTxtCode()
           
 JMenu getScriptTxtEdit()
           
 JMenu getScriptTxtFile()
           
 JMenu getScriptTxtVCS()
           
 JComboBox getScriptTypeChoice()
           
 Boolean getSingleFileSelected()
           
 Boolean getTextSelected()
           
 Boolean isFileSelected()
           
 Boolean isJavaFileSelected()
           
 Boolean isSingleFileSelected()
           
 Boolean isTextSelected()
           
 void processDataBinding(String $binding)
           
 void processDataBinding(String $binding, boolean $force)
           
 void registerDataBinding(jaxx.runtime.JAXXBinding binding)
           
<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 fileSelected)
           
 void setJavaFileSelected(Boolean javaFileSelected)
           
 void setScriptAction(ScriptAction scriptAction)
           
 void setSingleFileSelected(Boolean singleFileSelected)
           
 void setTextSelected(Boolean textSelected)
           
 
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
 
Methods inherited from interface jaxx.runtime.JAXXObject
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 

Field Detail

PROPERTY_FILE_SELECTED

public static final String PROPERTY_FILE_SELECTED
See Also:
Constant Field Values

PROPERTY_JAVA_FILE_SELECTED

public static final String PROPERTY_JAVA_FILE_SELECTED
See Also:
Constant Field Values

PROPERTY_SCRIPT_ACTION

public static final String PROPERTY_SCRIPT_ACTION
See Also:
Constant Field Values

PROPERTY_SINGLE_FILE_SELECTED

public static final String PROPERTY_SINGLE_FILE_SELECTED
See Also:
Constant Field Values

PROPERTY_TEXT_SELECTED

public static final String PROPERTY_TEXT_SELECTED
See Also:
Constant Field Values

BINDING_BUTTON_SCRIPT_CHECK_ENABLED

public static final String BINDING_BUTTON_SCRIPT_CHECK_ENABLED
See Also:
Constant Field Values

BINDING_BUTTON_SCRIPT_COMMIT_ENABLED

public static final String BINDING_BUTTON_SCRIPT_COMMIT_ENABLED
See Also:
Constant Field Values

BINDING_BUTTON_SCRIPT_COPY_ENABLED

public static final String BINDING_BUTTON_SCRIPT_COPY_ENABLED
See Also:
Constant Field Values

BINDING_BUTTON_SCRIPT_CUT_ENABLED

public static final String BINDING_BUTTON_SCRIPT_CUT_ENABLED
See Also:
Constant Field Values

BINDING_BUTTON_SCRIPT_EVAL_ENABLED

public static final String BINDING_BUTTON_SCRIPT_EVAL_ENABLED
See Also:
Constant Field Values

BINDING_BUTTON_SCRIPT_PASTE_ENABLED

public static final String BINDING_BUTTON_SCRIPT_PASTE_ENABLED
See Also:
Constant Field Values

BINDING_BUTTON_SCRIPT_SAVE_ENABLED

public static final String BINDING_BUTTON_SCRIPT_SAVE_ENABLED
See Also:
Constant Field Values

BINDING_MI_CHECK_SYNTAX_ENABLED

public static final String BINDING_MI_CHECK_SYNTAX_ENABLED
See Also:
Constant Field Values

BINDING_MI_COMMIT_VCS_ENABLED

public static final String BINDING_MI_COMMIT_VCS_ENABLED
See Also:
Constant Field Values

BINDING_MI_COPY_ENABLED

public static final String BINDING_MI_COPY_ENABLED
See Also:
Constant Field Values

BINDING_MI_CUT_ENABLED

public static final String BINDING_MI_CUT_ENABLED
See Also:
Constant Field Values

BINDING_MI_DELETE_ENABLED

public static final String BINDING_MI_DELETE_ENABLED
See Also:
Constant Field Values

BINDING_MI_DIFF_VCS_ENABLED

public static final String BINDING_MI_DIFF_VCS_ENABLED
See Also:
Constant Field Values

BINDING_MI_EVALUATE_ENABLED

public static final String BINDING_MI_EVALUATE_ENABLED
See Also:
Constant Field Values

BINDING_MI_EXPORT_ENABLED

public static final String BINDING_MI_EXPORT_ENABLED
See Also:
Constant Field Values

BINDING_MI_PASTE_ENABLED

public static final String BINDING_MI_PASTE_ENABLED
See Also:
Constant Field Values

BINDING_MI_SAVE_ENABLED

public static final String BINDING_MI_SAVE_ENABLED
See Also:
Constant Field Values

$activeBindings

protected List<Object> $activeBindings

$bindingSources

protected Map<String,Object> $bindingSources

$bindings

protected final Map<String,jaxx.runtime.JAXXBinding> $bindings

$objectMap

protected Map<String,Object> $objectMap

$previousValues

protected Map<?,?> $previousValues

delegateContext

protected final jaxx.runtime.JAXXContext delegateContext

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

editor

protected org.nuiton.widget.editor.Editor editor

fileSelected

protected Boolean fileSelected

javaFileSelected

protected Boolean javaFileSelected

miCheckAllSyntax

protected JMenuItem miCheckAllSyntax

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

miNewEquationModel

protected JMenuItem miNewEquationModel

miNewExport

protected JMenuItem miNewExport

miNewRule

protected JMenuItem miNewRule

miNewSImulationPlan

protected JMenuItem miNewSImulationPlan

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

scriptTree

protected ScriptTree scriptTree

scriptTreeModel

protected ScriptTreeModel scriptTreeModel

scriptTxtCode

protected JMenu scriptTxtCode

scriptTxtEdit

protected JMenu scriptTxtEdit

scriptTxtFile

protected JMenu scriptTxtFile

scriptTxtVCS

protected JMenu scriptTxtVCS

scriptTypeChoice

protected JComboBox scriptTypeChoice

singleFileSelected

protected Boolean singleFileSelected

textSelected

protected Boolean textSelected
Constructor Detail

ScriptUI

public ScriptUI(LayoutManager param0,
                boolean param1)

ScriptUI

public ScriptUI(jaxx.runtime.JAXXContext parentContext,
                LayoutManager param1,
                boolean param2)

ScriptUI

public ScriptUI(LayoutManager param0)

ScriptUI

public ScriptUI(jaxx.runtime.JAXXContext parentContext,
                LayoutManager param1)

ScriptUI

public ScriptUI(boolean param0)

ScriptUI

public ScriptUI(jaxx.runtime.JAXXContext parentContext,
                boolean param1)

ScriptUI

public ScriptUI()

ScriptUI

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

$afterCompleteSetup

protected void $afterCompleteSetup()

$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

getDataBinding

public jaxx.runtime.JAXXBinding getDataBinding(String bindingId)
Specified by:
getDataBinding in interface jaxx.runtime.JAXXObject

getDataBindings

public jaxx.runtime.JAXXBinding[] getDataBindings()
Specified by:
getDataBindings in interface jaxx.runtime.JAXXObject

getObjectById

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

processDataBinding

public void processDataBinding(String $binding,
                               boolean $force)
Specified by:
processDataBinding in interface jaxx.runtime.JAXXObject

processDataBinding

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

registerDataBinding

public void registerDataBinding(jaxx.runtime.JAXXBinding binding)
Specified by:
registerDataBinding in interface jaxx.runtime.JAXXObject

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.JAXXObject

getParentContainer

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

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__miCheckAllSyntax

public void doActionPerformed__on__miCheckAllSyntax(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__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__miNewSImulationPlan

public void doActionPerformed__on__miNewSImulationPlan(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)

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()

getMiCheckAllSyntax

public JMenuItem getMiCheckAllSyntax()

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()

getMiNewEquationModel

public JMenuItem getMiNewEquationModel()

getMiNewExport

public JMenuItem getMiNewExport()

getMiNewRule

public JMenuItem getMiNewRule()

getMiNewSImulationPlan

public JMenuItem getMiNewSImulationPlan()

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()

getScriptTree

public ScriptTree getScriptTree()

getScriptTreeModel

public ScriptTreeModel getScriptTreeModel()

getScriptTxtCode

public JMenu getScriptTxtCode()

getScriptTxtEdit

public JMenu getScriptTxtEdit()

getScriptTxtFile

public JMenu getScriptTxtFile()

getScriptTxtVCS

public JMenu getScriptTxtVCS()

getScriptTypeChoice

public JComboBox getScriptTypeChoice()

getSingleFileSelected

public Boolean getSingleFileSelected()

getTextSelected

public Boolean getTextSelected()

isFileSelected

public Boolean isFileSelected()

isJavaFileSelected

public Boolean isJavaFileSelected()

isSingleFileSelected

public Boolean isSingleFileSelected()

isTextSelected

public Boolean isTextSelected()

setFileSelected

public void setFileSelected(Boolean fileSelected)

setJavaFileSelected

public void setJavaFileSelected(Boolean javaFileSelected)

setScriptAction

public void setScriptAction(ScriptAction scriptAction)

setSingleFileSelected

public void setSingleFileSelected(Boolean singleFileSelected)

setTextSelected

public void setTextSelected(Boolean textSelected)

get$JSeparator0

protected JSeparator get$JSeparator0()

get$JSeparator1

protected JSeparator get$JSeparator1()

get$JSeparator2

protected JSeparator get$JSeparator2()

get$JSeparator3

protected JSeparator get$JSeparator3()

get$JPanel1

protected JPanel get$JPanel1()

get$JSplitPane0

protected JSplitPane get$JSplitPane0()

get$JScrollPane0

protected JScrollPane get$JScrollPane0()

get$JSplitPane1

protected JSplitPane get$JSplitPane1()

get$JScrollPane1

protected JScrollPane get$JScrollPane1()

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()

createMiCheckAllSyntax

protected void createMiCheckAllSyntax()

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()

createMiNewEquationModel

protected void createMiNewEquationModel()

createMiNewExport

protected void createMiNewExport()

createMiNewRule

protected void createMiNewRule()

createMiNewSImulationPlan

protected void createMiNewSImulationPlan()

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()

createScriptTree

protected void createScriptTree()

createScriptTreeModel

protected void createScriptTreeModel()

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()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.