Class AdvancedParamsUI

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

public class AdvancedParamsUI extends jaxx.runtime.swing.Table implements jaxx.runtime.JAXXObject
See Also:
  • Field Details

    • PROPERTY_AJOUT

      public static final String PROPERTY_AJOUT
      See Also:
    • PROPERTY_CHANGED

      public static final String PROPERTY_CHANGED
      See Also:
    • PROPERTY_REMOVE

      public static final String PROPERTY_REMOVE
      See Also:
    • $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
    • ajout

      protected Boolean ajout
    • changed

      protected Boolean changed
    • fieldSimulAdvParamsLibLoggerDebug

      protected JRadioButton fieldSimulAdvParamsLibLoggerDebug
    • fieldSimulAdvParamsLibLoggerError

      protected JRadioButton fieldSimulAdvParamsLibLoggerError
    • fieldSimulAdvParamsLibLoggerGroup

      protected jaxx.runtime.swing.JAXXButtonGroup fieldSimulAdvParamsLibLoggerGroup
    • fieldSimulAdvParamsLibLoggerInfo

      protected JRadioButton fieldSimulAdvParamsLibLoggerInfo
    • fieldSimulAdvParamsLibLoggerWarn

      protected JRadioButton fieldSimulAdvParamsLibLoggerWarn
    • fieldSimulAdvParamsScriptLoggerDebug

      protected JRadioButton fieldSimulAdvParamsScriptLoggerDebug
    • fieldSimulAdvParamsScriptLoggerError

      protected JRadioButton fieldSimulAdvParamsScriptLoggerError
    • fieldSimulAdvParamsScriptLoggerGroup

      protected jaxx.runtime.swing.JAXXButtonGroup fieldSimulAdvParamsScriptLoggerGroup
    • fieldSimulAdvParamsScriptLoggerInfo

      protected JRadioButton fieldSimulAdvParamsScriptLoggerInfo
    • fieldSimulAdvParamsScriptLoggerWarn

      protected JRadioButton fieldSimulAdvParamsScriptLoggerWarn
    • fieldSimulAdvParamsSimulLoggerDebug

      protected JRadioButton fieldSimulAdvParamsSimulLoggerDebug
    • fieldSimulAdvParamsSimulLoggerError

      protected JRadioButton fieldSimulAdvParamsSimulLoggerError
    • fieldSimulAdvParamsSimulLoggerGroup

      protected jaxx.runtime.swing.JAXXButtonGroup fieldSimulAdvParamsSimulLoggerGroup
    • fieldSimulAdvParamsSimulLoggerInfo

      protected JRadioButton fieldSimulAdvParamsSimulLoggerInfo
    • fieldSimulAdvParamsSimulLoggerWarn

      protected JRadioButton fieldSimulAdvParamsSimulLoggerWarn
    • fieldSimulAdvParamsSimulatorModel

      protected GenericComboModel<String> fieldSimulAdvParamsSimulatorModel
    • fieldSimulAdvParamsSimulatorSelect

      protected JComboBox<String> fieldSimulAdvParamsSimulatorSelect
    • fieldSimulationCache

      protected JCheckBox fieldSimulationCache
    • fieldSimulationComputeResult

      protected JCheckBox fieldSimulationComputeResult
    • fieldSimulationStatistique

      protected JCheckBox fieldSimulationStatistique
    • fieldTag

      protected JTextField fieldTag
    • fieldValue

      protected JTextField fieldValue
    • handler

      protected AdvancedParamsHandler handler
    • remove

      protected Boolean remove
    • tableTagValues

      protected JTable tableTagValues
  • Constructor Details

    • AdvancedParamsUI

      public AdvancedParamsUI()
    • AdvancedParamsUI

      public AdvancedParamsUI(jaxx.runtime.JAXXContext parentContext)
  • Method Details

    • $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__$JButton0

      public void doActionPerformed__on__$JButton0(ActionEvent event)
    • doActionPerformed__on__$JButton1

      public void doActionPerformed__on__$JButton1(ActionEvent event)
    • doActionPerformed__on__$JButton2

      public void doActionPerformed__on__$JButton2(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsLibLoggerDebug

      public void doActionPerformed__on__fieldSimulAdvParamsLibLoggerDebug(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsLibLoggerError

      public void doActionPerformed__on__fieldSimulAdvParamsLibLoggerError(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsLibLoggerInfo

      public void doActionPerformed__on__fieldSimulAdvParamsLibLoggerInfo(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsLibLoggerWarn

      public void doActionPerformed__on__fieldSimulAdvParamsLibLoggerWarn(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsScriptLoggerDebug

      public void doActionPerformed__on__fieldSimulAdvParamsScriptLoggerDebug(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsScriptLoggerError

      public void doActionPerformed__on__fieldSimulAdvParamsScriptLoggerError(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsScriptLoggerInfo

      public void doActionPerformed__on__fieldSimulAdvParamsScriptLoggerInfo(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsScriptLoggerWarn

      public void doActionPerformed__on__fieldSimulAdvParamsScriptLoggerWarn(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsSimulLoggerDebug

      public void doActionPerformed__on__fieldSimulAdvParamsSimulLoggerDebug(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsSimulLoggerError

      public void doActionPerformed__on__fieldSimulAdvParamsSimulLoggerError(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsSimulLoggerInfo

      public void doActionPerformed__on__fieldSimulAdvParamsSimulLoggerInfo(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsSimulLoggerWarn

      public void doActionPerformed__on__fieldSimulAdvParamsSimulLoggerWarn(ActionEvent event)
    • doActionPerformed__on__fieldSimulAdvParamsSimulatorSelect

      public void doActionPerformed__on__fieldSimulAdvParamsSimulatorSelect(ActionEvent event)
    • doActionPerformed__on__fieldSimulationCache

      public void doActionPerformed__on__fieldSimulationCache(ActionEvent event)
    • doActionPerformed__on__fieldSimulationComputeResult

      public void doActionPerformed__on__fieldSimulationComputeResult(ActionEvent event)
    • doActionPerformed__on__fieldSimulationStatistique

      public void doActionPerformed__on__fieldSimulationStatistique(ActionEvent event)
    • doKeyTyped__on__fieldTag

      public void doKeyTyped__on__fieldTag(KeyEvent event)
    • doKeyTyped__on__fieldValue

      public void doKeyTyped__on__fieldValue(KeyEvent event)
    • getAjout

      public Boolean getAjout()
    • getChanged

      public Boolean getChanged()
    • getFieldSimulAdvParamsLibLoggerDebug

      public JRadioButton getFieldSimulAdvParamsLibLoggerDebug()
    • getFieldSimulAdvParamsLibLoggerError

      public JRadioButton getFieldSimulAdvParamsLibLoggerError()
    • getFieldSimulAdvParamsLibLoggerGroup

      public jaxx.runtime.swing.JAXXButtonGroup getFieldSimulAdvParamsLibLoggerGroup()
    • getFieldSimulAdvParamsLibLoggerInfo

      public JRadioButton getFieldSimulAdvParamsLibLoggerInfo()
    • getFieldSimulAdvParamsLibLoggerWarn

      public JRadioButton getFieldSimulAdvParamsLibLoggerWarn()
    • getFieldSimulAdvParamsScriptLoggerDebug

      public JRadioButton getFieldSimulAdvParamsScriptLoggerDebug()
    • getFieldSimulAdvParamsScriptLoggerError

      public JRadioButton getFieldSimulAdvParamsScriptLoggerError()
    • getFieldSimulAdvParamsScriptLoggerGroup

      public jaxx.runtime.swing.JAXXButtonGroup getFieldSimulAdvParamsScriptLoggerGroup()
    • getFieldSimulAdvParamsScriptLoggerInfo

      public JRadioButton getFieldSimulAdvParamsScriptLoggerInfo()
    • getFieldSimulAdvParamsScriptLoggerWarn

      public JRadioButton getFieldSimulAdvParamsScriptLoggerWarn()
    • getFieldSimulAdvParamsSimulLoggerDebug

      public JRadioButton getFieldSimulAdvParamsSimulLoggerDebug()
    • getFieldSimulAdvParamsSimulLoggerError

      public JRadioButton getFieldSimulAdvParamsSimulLoggerError()
    • getFieldSimulAdvParamsSimulLoggerGroup

      public jaxx.runtime.swing.JAXXButtonGroup getFieldSimulAdvParamsSimulLoggerGroup()
    • getFieldSimulAdvParamsSimulLoggerInfo

      public JRadioButton getFieldSimulAdvParamsSimulLoggerInfo()
    • getFieldSimulAdvParamsSimulLoggerWarn

      public JRadioButton getFieldSimulAdvParamsSimulLoggerWarn()
    • getFieldSimulAdvParamsSimulatorModel

      public GenericComboModel<String> getFieldSimulAdvParamsSimulatorModel()
    • getFieldSimulAdvParamsSimulatorSelect

      public JComboBox<String> getFieldSimulAdvParamsSimulatorSelect()
    • getFieldSimulationCache

      public JCheckBox getFieldSimulationCache()
    • getFieldSimulationComputeResult

      public JCheckBox getFieldSimulationComputeResult()
    • getFieldSimulationStatistique

      public JCheckBox getFieldSimulationStatistique()
    • getFieldTag

      public JTextField getFieldTag()
    • getFieldValue

      public JTextField getFieldValue()
    • getHandler

      public AdvancedParamsHandler getHandler()
    • getRemove

      public Boolean getRemove()
    • getTableTagValues

      public JTable getTableTagValues()
    • isAjout

      public Boolean isAjout()
    • isChanged

      public Boolean isChanged()
    • isRemove

      public Boolean isRemove()
    • setAjout

      public void setAjout(Boolean ajout)
    • setChanged

      public void setChanged(Boolean changed)
    • setRemove

      public void setRemove(Boolean remove)
    • get$JButton0

      protected JButton get$JButton0()
    • get$JButton1

      protected JButton get$JButton1()
    • get$JButton2

      protected JButton get$JButton2()
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JLabel2

      protected JLabel get$JLabel2()
    • get$JLabel3

      protected JLabel get$JLabel3()
    • get$JLabel4

      protected JLabel get$JLabel4()
    • get$JLabel5

      protected JLabel get$JLabel5()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$Table1

      protected jaxx.runtime.swing.Table get$Table1()
    • addChildrenToFieldSimulAdvParamsLibLoggerDebug

      protected void addChildrenToFieldSimulAdvParamsLibLoggerDebug()
    • addChildrenToFieldSimulAdvParamsLibLoggerError

      protected void addChildrenToFieldSimulAdvParamsLibLoggerError()
    • addChildrenToFieldSimulAdvParamsLibLoggerInfo

      protected void addChildrenToFieldSimulAdvParamsLibLoggerInfo()
    • addChildrenToFieldSimulAdvParamsLibLoggerWarn

      protected void addChildrenToFieldSimulAdvParamsLibLoggerWarn()
    • addChildrenToFieldSimulAdvParamsScriptLoggerDebug

      protected void addChildrenToFieldSimulAdvParamsScriptLoggerDebug()
    • addChildrenToFieldSimulAdvParamsScriptLoggerError

      protected void addChildrenToFieldSimulAdvParamsScriptLoggerError()
    • addChildrenToFieldSimulAdvParamsScriptLoggerInfo

      protected void addChildrenToFieldSimulAdvParamsScriptLoggerInfo()
    • addChildrenToFieldSimulAdvParamsScriptLoggerWarn

      protected void addChildrenToFieldSimulAdvParamsScriptLoggerWarn()
    • addChildrenToFieldSimulAdvParamsSimulLoggerDebug

      protected void addChildrenToFieldSimulAdvParamsSimulLoggerDebug()
    • addChildrenToFieldSimulAdvParamsSimulLoggerError

      protected void addChildrenToFieldSimulAdvParamsSimulLoggerError()
    • addChildrenToFieldSimulAdvParamsSimulLoggerInfo

      protected void addChildrenToFieldSimulAdvParamsSimulLoggerInfo()
    • addChildrenToFieldSimulAdvParamsSimulLoggerWarn

      protected void addChildrenToFieldSimulAdvParamsSimulLoggerWarn()
    • createAjout

      protected void createAjout()
    • createChanged

      protected void createChanged()
    • createFieldSimulAdvParamsLibLoggerDebug

      protected void createFieldSimulAdvParamsLibLoggerDebug()
    • createFieldSimulAdvParamsLibLoggerError

      protected void createFieldSimulAdvParamsLibLoggerError()
    • createFieldSimulAdvParamsLibLoggerGroup

      protected void createFieldSimulAdvParamsLibLoggerGroup()
    • createFieldSimulAdvParamsLibLoggerInfo

      protected void createFieldSimulAdvParamsLibLoggerInfo()
    • createFieldSimulAdvParamsLibLoggerWarn

      protected void createFieldSimulAdvParamsLibLoggerWarn()
    • createFieldSimulAdvParamsScriptLoggerDebug

      protected void createFieldSimulAdvParamsScriptLoggerDebug()
    • createFieldSimulAdvParamsScriptLoggerError

      protected void createFieldSimulAdvParamsScriptLoggerError()
    • createFieldSimulAdvParamsScriptLoggerGroup

      protected void createFieldSimulAdvParamsScriptLoggerGroup()
    • createFieldSimulAdvParamsScriptLoggerInfo

      protected void createFieldSimulAdvParamsScriptLoggerInfo()
    • createFieldSimulAdvParamsScriptLoggerWarn

      protected void createFieldSimulAdvParamsScriptLoggerWarn()
    • createFieldSimulAdvParamsSimulLoggerDebug

      protected void createFieldSimulAdvParamsSimulLoggerDebug()
    • createFieldSimulAdvParamsSimulLoggerError

      protected void createFieldSimulAdvParamsSimulLoggerError()
    • createFieldSimulAdvParamsSimulLoggerGroup

      protected void createFieldSimulAdvParamsSimulLoggerGroup()
    • createFieldSimulAdvParamsSimulLoggerInfo

      protected void createFieldSimulAdvParamsSimulLoggerInfo()
    • createFieldSimulAdvParamsSimulLoggerWarn

      protected void createFieldSimulAdvParamsSimulLoggerWarn()
    • createFieldSimulAdvParamsSimulatorModel

      protected void createFieldSimulAdvParamsSimulatorModel()
    • createFieldSimulAdvParamsSimulatorSelect

      protected void createFieldSimulAdvParamsSimulatorSelect()
    • createFieldSimulationCache

      protected void createFieldSimulationCache()
    • createFieldSimulationComputeResult

      protected void createFieldSimulationComputeResult()
    • createFieldSimulationStatistique

      protected void createFieldSimulationStatistique()
    • createFieldTag

      protected void createFieldTag()
    • createFieldValue

      protected void createFieldValue()
    • createHandler

      protected void createHandler()
    • createRemove

      protected void createRemove()
    • createTableTagValues

      protected void createTableTagValues()