Class WizardGroupCreationUI

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

public class WizardGroupCreationUI extends JPanel implements jaxx.runtime.JAXXObject
See Also:
  • Field Details

    • $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
    • beginGroupLengthTypeGrowthCurve

      protected JRadioButton beginGroupLengthTypeGrowthCurve
    • beginGroupLengthTypeInput

      protected JRadioButton beginGroupLengthTypeInput
    • beginGroupLengthTypeSameSize

      protected JRadioButton beginGroupLengthTypeSameSize
    • cancel

      protected JButton cancel
    • fieldNumberOfGroup

      protected JTextField fieldNumberOfGroup
    • fieldStep

      protected JTextField fieldStep
    • finish

      protected JButton finish
    • firstAge

      protected JTextField firstAge
    • firstInputLength

      protected JTextField firstInputLength
    • firstSizeLength

      protected JTextField firstSizeLength
    • groupLengthType

      protected jaxx.runtime.swing.JAXXButtonGroup groupLengthType
    • groupWidth

      protected JTextField groupWidth
    • growthCurveFirstGroup

      protected JTextField growthCurveFirstGroup
    • handler

      protected WizardGroupCreationHandler handler
    • lastAge

      protected JTextField lastAge
    • maximalGroupsLength

      protected JTextField maximalGroupsLength
    • next

      protected JButton next
    • prev

      protected JButton prev
    • sameSizeNumberOfGroup

      protected JTextField sameSizeNumberOfGroup
    • wizardGroup

      protected WizardGroupCreationUI wizardGroup
    • wizardPanels

      protected JPanel wizardPanels
  • Constructor Details

    • WizardGroupCreationUI

      public WizardGroupCreationUI(LayoutManager param0)
    • WizardGroupCreationUI

      public WizardGroupCreationUI(jaxx.runtime.JAXXContext parentContext, LayoutManager param1)
    • WizardGroupCreationUI

      public WizardGroupCreationUI(LayoutManager param0, boolean param1)
    • WizardGroupCreationUI

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

      public WizardGroupCreationUI()
    • WizardGroupCreationUI

      public WizardGroupCreationUI(jaxx.runtime.JAXXContext parentContext)
    • WizardGroupCreationUI

      public WizardGroupCreationUI(boolean param0)
    • WizardGroupCreationUI

      public WizardGroupCreationUI(jaxx.runtime.JAXXContext parentContext, boolean param1)
  • 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__beginGroupLengthTypeGrowthCurve

      public void doActionPerformed__on__beginGroupLengthTypeGrowthCurve(ActionEvent event)
    • doActionPerformed__on__beginGroupLengthTypeInput

      public void doActionPerformed__on__beginGroupLengthTypeInput(ActionEvent event)
    • doActionPerformed__on__beginGroupLengthTypeSameSize

      public void doActionPerformed__on__beginGroupLengthTypeSameSize(ActionEvent event)
    • doActionPerformed__on__cancel

      public void doActionPerformed__on__cancel(ActionEvent event)
    • doActionPerformed__on__finish

      public void doActionPerformed__on__finish(ActionEvent event)
    • doActionPerformed__on__next

      public void doActionPerformed__on__next(ActionEvent event)
    • doActionPerformed__on__prev

      public void doActionPerformed__on__prev(ActionEvent event)
    • doFocusLost__on__fieldNumberOfGroup

      public void doFocusLost__on__fieldNumberOfGroup(FocusEvent event)
    • doFocusLost__on__fieldStep

      public void doFocusLost__on__fieldStep(FocusEvent event)
    • doFocusLost__on__firstAge

      public void doFocusLost__on__firstAge(FocusEvent event)
    • doFocusLost__on__firstInputLength

      public void doFocusLost__on__firstInputLength(FocusEvent event)
    • doFocusLost__on__firstSizeLength

      public void doFocusLost__on__firstSizeLength(FocusEvent event)
    • doFocusLost__on__groupWidth

      public void doFocusLost__on__groupWidth(FocusEvent event)
    • doFocusLost__on__growthCurveFirstGroup

      public void doFocusLost__on__growthCurveFirstGroup(FocusEvent event)
    • doFocusLost__on__lastAge

      public void doFocusLost__on__lastAge(FocusEvent event)
    • doFocusLost__on__maximalGroupsLength

      public void doFocusLost__on__maximalGroupsLength(FocusEvent event)
    • doFocusLost__on__sameSizeNumberOfGroup

      public void doFocusLost__on__sameSizeNumberOfGroup(FocusEvent event)
    • getBeginGroupLengthTypeGrowthCurve

      public JRadioButton getBeginGroupLengthTypeGrowthCurve()
    • getBeginGroupLengthTypeInput

      public JRadioButton getBeginGroupLengthTypeInput()
    • getBeginGroupLengthTypeSameSize

      public JRadioButton getBeginGroupLengthTypeSameSize()
    • getCancel

      public JButton getCancel()
    • getFieldNumberOfGroup

      public JTextField getFieldNumberOfGroup()
    • getFieldStep

      public JTextField getFieldStep()
    • getFinish

      public JButton getFinish()
    • getFirstAge

      public JTextField getFirstAge()
    • getFirstInputLength

      public JTextField getFirstInputLength()
    • getFirstSizeLength

      public JTextField getFirstSizeLength()
    • getGroupLengthType

      public jaxx.runtime.swing.JAXXButtonGroup getGroupLengthType()
    • getGroupWidth

      public JTextField getGroupWidth()
    • getGrowthCurveFirstGroup

      public JTextField getGrowthCurveFirstGroup()
    • getHandler

      public WizardGroupCreationHandler getHandler()
    • getLastAge

      public JTextField getLastAge()
    • getMaximalGroupsLength

      public JTextField getMaximalGroupsLength()
    • getNavButton

      public jaxx.runtime.swing.Table getNavButton()
    • getNext

      public JButton getNext()
    • getPrev

      public JButton getPrev()
    • getSameSizeNumberOfGroup

      public JTextField getSameSizeNumberOfGroup()
    • getWizardPanels

      public JPanel getWizardPanels()
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JLabel10

      protected JLabel get$JLabel10()
    • get$JLabel11

      protected JLabel get$JLabel11()
    • get$JLabel12

      protected JLabel get$JLabel12()
    • get$JLabel13

      protected JLabel get$JLabel13()
    • get$JLabel14

      protected JLabel get$JLabel14()
    • get$JLabel15

      protected JLabel get$JLabel15()
    • get$JLabel16

      protected JLabel get$JLabel16()
    • get$JLabel17

      protected JLabel get$JLabel17()
    • get$JLabel18

      protected JLabel get$JLabel18()
    • get$JLabel19

      protected JLabel get$JLabel19()
    • get$JLabel2

      protected JLabel get$JLabel2()
    • get$JLabel20

      protected JLabel get$JLabel20()
    • get$JLabel21

      protected JLabel get$JLabel21()
    • get$JLabel22

      protected JLabel get$JLabel22()
    • get$JLabel3

      protected JLabel get$JLabel3()
    • get$JLabel4

      protected JLabel get$JLabel4()
    • get$JLabel5

      protected JLabel get$JLabel5()
    • get$JLabel6

      protected JLabel get$JLabel6()
    • get$JLabel7

      protected JLabel get$JLabel7()
    • get$JLabel8

      protected JLabel get$JLabel8()
    • get$JLabel9

      protected JLabel get$JLabel9()
    • get$Table0

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

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

      protected jaxx.runtime.swing.Table get$Table2()
    • get$Table3

      protected jaxx.runtime.swing.Table get$Table3()
    • get$Table4

      protected jaxx.runtime.swing.Table get$Table4()
    • addChildrenToBeginGroupLengthTypeGrowthCurve

      protected void addChildrenToBeginGroupLengthTypeGrowthCurve()
    • addChildrenToBeginGroupLengthTypeInput

      protected void addChildrenToBeginGroupLengthTypeInput()
    • addChildrenToBeginGroupLengthTypeSameSize

      protected void addChildrenToBeginGroupLengthTypeSameSize()
    • addChildrenToNavButton

      protected void addChildrenToNavButton()
    • addChildrenToWizardGroup

      protected void addChildrenToWizardGroup()
    • addChildrenToWizardPanels

      protected void addChildrenToWizardPanels()
    • createBeginGroupLengthTypeGrowthCurve

      protected void createBeginGroupLengthTypeGrowthCurve()
    • createBeginGroupLengthTypeInput

      protected void createBeginGroupLengthTypeInput()
    • createBeginGroupLengthTypeSameSize

      protected void createBeginGroupLengthTypeSameSize()
    • createCancel

      protected void createCancel()
    • createFieldNumberOfGroup

      protected void createFieldNumberOfGroup()
    • createFieldStep

      protected void createFieldStep()
    • createFinish

      protected void createFinish()
    • createFirstAge

      protected void createFirstAge()
    • createFirstInputLength

      protected void createFirstInputLength()
    • createFirstSizeLength

      protected void createFirstSizeLength()
    • createGroupLengthType

      protected void createGroupLengthType()
    • createGroupWidth

      protected void createGroupWidth()
    • createGrowthCurveFirstGroup

      protected void createGrowthCurveFirstGroup()
    • createHandler

      protected void createHandler()
    • createLastAge

      protected void createLastAge()
    • createMaximalGroupsLength

      protected void createMaximalGroupsLength()
    • createNavButton

      protected void createNavButton()
    • createNext

      protected void createNext()
    • createPrev

      protected void createPrev()
    • createSameSizeNumberOfGroup

      protected void createSameSizeNumberOfGroup()
    • createWizardPanels

      protected void createWizardPanels()