Class PlanUI

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

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

    • BINDING_FIELD_SIMUL_PARAMS_SIMULATION_PLANS_SELECT_ENABLED

      public static final String BINDING_FIELD_SIMUL_PARAMS_SIMULATION_PLANS_SELECT_ENABLED
      See Also:
    • BINDING_LIST_SIMUL_PARAMS_SIMULATION_PLANS_LIST_ENABLED

      public static final String BINDING_LIST_SIMUL_PARAMS_SIMULATION_PLANS_LIST_ENABLED
      See Also:
    • BINDING_SIMUL_PARAMS_SIMULATION_PLANS_ENABLED

      public static final String BINDING_SIMUL_PARAMS_SIMULATION_PLANS_ENABLED
      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
    • buttonSimulParamsSimulationPlansAdd

      protected JButton buttonSimulParamsSimulationPlansAdd
    • buttonSimulParamsSimulationPlansRemove

      protected JButton buttonSimulParamsSimulationPlansRemove
    • fieldSimulParamsSimulationPlansModel

      protected GenericComboModel<String> fieldSimulParamsSimulationPlansModel
    • fieldSimulParamsSimulationPlansSelect

      protected JComboBox<String> fieldSimulParamsSimulationPlansSelect
    • fieldSimulUseSimulationPlan

      protected JCheckBox fieldSimulUseSimulationPlan
    • handler

      protected PlanHandler handler
    • listSimulParamsSimulationPlansList

      protected JList<SimulationPlan> listSimulParamsSimulationPlansList
    • listSimulParamsSimulationPlansModel

      protected GenericListModel<SimulationPlan> listSimulParamsSimulationPlansModel
    • simulParamsSimulationPlans

      protected JTable simulParamsSimulationPlans
  • Constructor Details

    • PlanUI

      public PlanUI()
    • PlanUI

      public PlanUI(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__buttonSimulParamsSimulationPlansAdd

      public void doActionPerformed__on__buttonSimulParamsSimulationPlansAdd(ActionEvent event)
    • doActionPerformed__on__buttonSimulParamsSimulationPlansRemove

      public void doActionPerformed__on__buttonSimulParamsSimulationPlansRemove(ActionEvent event)
    • doItemStateChanged__on__fieldSimulParamsSimulationPlansSelect

      public void doItemStateChanged__on__fieldSimulParamsSimulationPlansSelect(ItemEvent event)
    • doItemStateChanged__on__fieldSimulUseSimulationPlan

      public void doItemStateChanged__on__fieldSimulUseSimulationPlan(ItemEvent event)
    • doValueChanged__on__listSimulParamsSimulationPlansList

      public void doValueChanged__on__listSimulParamsSimulationPlansList(ListSelectionEvent event)
    • getButtonSimulParamsSimulationPlansAdd

      public JButton getButtonSimulParamsSimulationPlansAdd()
    • getButtonSimulParamsSimulationPlansRemove

      public JButton getButtonSimulParamsSimulationPlansRemove()
    • getFieldSimulParamsSimulationPlansModel

      public GenericComboModel<String> getFieldSimulParamsSimulationPlansModel()
    • getFieldSimulParamsSimulationPlansSelect

      public JComboBox<String> getFieldSimulParamsSimulationPlansSelect()
    • getFieldSimulUseSimulationPlan

      public JCheckBox getFieldSimulUseSimulationPlan()
    • getHandler

      public PlanHandler getHandler()
    • getListSimulParamsSimulationPlansList

      public JList<SimulationPlan> getListSimulParamsSimulationPlansList()
    • getListSimulParamsSimulationPlansModel

      public GenericListModel<SimulationPlan> getListSimulParamsSimulationPlansModel()
    • getSimulParamsSimulationPlans

      public JTable getSimulParamsSimulationPlans()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$JScrollPane1

      protected JScrollPane get$JScrollPane1()
    • get$Table1

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

      protected void createButtonSimulParamsSimulationPlansAdd()
    • createButtonSimulParamsSimulationPlansRemove

      protected void createButtonSimulParamsSimulationPlansRemove()
    • createFieldSimulParamsSimulationPlansModel

      protected void createFieldSimulParamsSimulationPlansModel()
    • createFieldSimulParamsSimulationPlansSelect

      protected void createFieldSimulParamsSimulationPlansSelect()
    • createFieldSimulUseSimulationPlan

      protected void createFieldSimulUseSimulationPlan()
    • createHandler

      protected void createHandler()
    • createListSimulParamsSimulationPlansList

      protected void createListSimulParamsSimulationPlansList()
    • createListSimulParamsSimulationPlansModel

      protected void createListSimulParamsSimulationPlansModel()
    • createSimulParamsSimulationPlans

      protected void createSimulParamsSimulationPlans()