fr.ifremer.isisfish.ui.input
Class PopulationSeasonsUI

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.input.InputContentUI<Population>
                      extended by fr.ifremer.isisfish.ui.input.PopulationSeasonsUI
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject, jaxx.runtime.JAXXValidator

public class PopulationSeasonsUI
extends InputContentUI<Population>
implements jaxx.runtime.JAXXValidator

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  Population bean
           
static String BINDING_CANCEL_ENABLED
           
static String BINDING_CHANGE_MODEL_CHANGED
           
static String BINDING_CHANGE_MODEL_VALID
           
static String BINDING_CREATE_ENABLED
           
static String BINDING_DELETE_ENABLED
           
static String BINDING_FIELD_POPULATION_SEASON_COMMENT_ENABLED
           
static String BINDING_FIELD_POPULATION_SEASON_COMMENT_TEXT
           
static String BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_ENABLED
           
static String BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_SELECTED
           
static String BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_VISIBLE
           
static String BINDING_FIELD_POPULATION_SEASON_INFO_CHOOSER_ENABLED
           
static String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_ENABLED
           
static String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_MATRIX
           
static String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_VISIBLE
           
static String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_ENABLED
           
static String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_SELECTED
           
static String BINDING_POPULATION_SEASON_SPECIALIZED_UI_AGE_GROUP_TYPE
           
static String BINDING_POPULATION_SEASON_SPECIALIZED_UI_BEAN
           
static String BINDING_POPULATION_SEASON_SPECIALIZED_UI_POPULATION_SEASON_INFO
           
static String BINDING_SAVE_ENABLED
           
static String BINDING_SEASON_INTERVAL_PANEL_ENABLED
           
static String BINDING_VALIDATOR_BEAN
           
static String BINDING_VALIDATOR_SEASON_BEAN
           
protected  JButton cancel
           
protected  ChangeModel changeModel
           
protected  JButton create
           
protected  JButton delete
           
protected  JTextArea fieldPopulationSeasonComment
           
protected  JCheckBox fieldPopulationSeasonGroupChange
           
protected  JComboBox fieldPopulationSeasonInfoChooser
           
protected  JCheckBox fieldPopulationSeasonReproduction
           
protected  org.nuiton.math.matrix.gui.MatrixPanelEditor fieldPopulationSeasonReproductionDistribution
           
protected  boolean init
           
protected  PopulationSeasonInfo populationSeasonInfo
           
protected  PopulationSeasonSpacializedUI populationSeasonSpecializedUI
           
static String PROPERTY_BEAN
           
static String PROPERTY_POPULATION_SEASON_INFO
           
protected  JButton save
           
protected  Interval seasonInterval
           
protected  IntervalPanel seasonIntervalPanel
           
protected  jaxx.runtime.validator.swing.SwingValidator<Population> validator
           
protected  List<String> validatorIds
           
protected  jaxx.runtime.validator.swing.SwingValidator<PopulationSeasonInfo> validatorSeason
           
 
Fields inherited from class fr.ifremer.isisfish.ui.input.InputContentUI
$activeBindings, $bindings, $bindingSources, $objectMap, $previousValues, active, BINDING_NEXT_TEXT, BINDING_NEXT_VISIBLE, body, buttonTitle, delegateContext, handler, layerUI, layerUI2, next, nextPath, PROPERTY_ACTIVE, PROPERTY_BUTTON_TITLE, PROPERTY_NEXT_PATH, PROPERTY_SENSITIVITY, sensitivity, tableLayerUI
 
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
PopulationSeasonsUI()
           
PopulationSeasonsUI(boolean param0)
           
PopulationSeasonsUI(jaxx.runtime.JAXXContext param0)
           
PopulationSeasonsUI(jaxx.runtime.JAXXContext param0, boolean param1)
           
PopulationSeasonsUI(jaxx.runtime.JAXXContext param0, LayoutManager param1)
           
PopulationSeasonsUI(jaxx.runtime.JAXXContext param0, LayoutManager param1, boolean param2)
           
PopulationSeasonsUI(LayoutManager param0)
           
PopulationSeasonsUI(LayoutManager param0, boolean param1)
           
 
Method Summary
protected  void $afterCompleteSetup()
           
static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
           
protected  void addChildrenToBody()
           
protected  void addChildrenToValidator()
           
protected  void addChildrenToValidatorSeason()
           
protected  void create()
           
protected  void createBean()
           
protected  void createBody()
           
protected  void createCancel()
           
protected  void createChangeModel()
           
protected  void createCreate()
           
protected  void createDelete()
           
protected  void createFieldPopulationSeasonComment()
           
protected  void createFieldPopulationSeasonGroupChange()
           
protected  void createFieldPopulationSeasonInfoChooser()
           
protected  void createFieldPopulationSeasonReproduction()
           
protected  void createFieldPopulationSeasonReproductionDistribution()
           
protected  void createPopulationSeasonInfo()
           
protected  void createPopulationSeasonSpecializedUI()
           
protected  void createSave()
           
protected  void createSeasonIntervalPanel()
           
protected  void createValidator()
           
protected  void createValidatorSeason()
           
protected  void delete()
           
 void doActionPerformed__on__cancel(ActionEvent event)
           
 void doActionPerformed__on__create(ActionEvent event)
           
 void doActionPerformed__on__delete(ActionEvent event)
           
 void doActionPerformed__on__fieldPopulationSeasonGroupChange(ActionEvent event)
           
 void doActionPerformed__on__fieldPopulationSeasonReproduction(ActionEvent event)
           
 void doActionPerformed__on__save(ActionEvent event)
           
 void doItemStateChanged__on__fieldPopulationSeasonInfoChooser(ItemEvent event)
           
 void doKeyReleased__on__fieldPopulationSeasonComment(KeyEvent event)
           
 void doMatrixChanged__on__fieldPopulationSeasonReproductionDistribution(org.nuiton.math.matrix.gui.MatrixPanelEvent event)
           
protected  JLabel get$JLabel0()
           
protected  JLabel get$JLabel1()
           
protected  JLabel get$JLabel2()
           
protected  JLabel get$JLabel3()
           
protected  JPanel get$JPanel0()
           
protected  JPanel get$JPanel1()
           
protected  JScrollPane get$JScrollPane0()
           
protected  jaxx.runtime.swing.Table get$Table0()
           
protected  jaxx.runtime.swing.Table get$Table1()
           
protected  jaxx.runtime.swing.Table get$Table2()
           
 Population getBean()
           
 JButton getCancel()
           
 ChangeModel getChangeModel()
           
 JButton getCreate()
           
 JButton getDelete()
           
 JTextArea getFieldPopulationSeasonComment()
           
 JCheckBox getFieldPopulationSeasonGroupChange()
           
 JComboBox getFieldPopulationSeasonInfoChooser()
           
 JCheckBox getFieldPopulationSeasonReproduction()
           
 org.nuiton.math.matrix.gui.MatrixPanelEditor getFieldPopulationSeasonReproductionDistribution()
           
 PopulationSeasonInfo getPopulationSeasonInfo()
           
 PopulationSeasonSpacializedUI getPopulationSeasonSpecializedUI()
           
 JButton getSave()
           
 IntervalPanel getSeasonIntervalPanel()
           
 jaxx.runtime.validator.swing.SwingValidator<Population> getValidator()
           
 jaxx.runtime.validator.swing.SwingValidator<?> getValidator(String validatorId)
           
 List<String> getValidatorIds()
           
 jaxx.runtime.validator.swing.SwingValidator<PopulationSeasonInfo> getValidatorSeason()
           
protected  boolean isAgeGroupType(boolean result)
           
protected  void populationSeasonReproductionDistributionMatrixChanged(org.nuiton.math.matrix.gui.MatrixPanelEvent event)
           
 void refresh()
           
 void registerValidatorFields()
           
 void resetChangeModel()
          Pas tr?s safe, le bean doit s'appeler changeModel dans l'heritage "FORCEMENT" FIXME echatellier 20111201 small fix because save button has to reset internal ui change model state
protected  void save()
           
protected  void seasonChanged()
           
protected  void seasonGroupChanged()
           
 void setBean(Population bean)
           
 void setLayer(boolean active)
          Method appel?e par l'arbre de navigation et le gestionnaire de changement d'onglet pour ajouter les layers sur une interface 'input' seulement dans le cas de la sensibilit?.
 void setPopulationSeasonInfo(PopulationSeasonInfo populationSeasonInfo)
           
protected  void setPopulationSeasonInfoCombo()
           
protected  void setReproductionDistributionMatrix()
           
protected  void setSeasonInterval()
           
 
Methods inherited from class fr.ifremer.isisfish.ui.input.InputContentUI
applyDataBinding, createActive, createButtonTitle, createHandler, createLayerUI, createLayerUI2, createNext, createNextPath, createSensitivity, createTableLayerUI, doActionPerformed__on__next, firePropertyChange, get$objectMap, getAction, getActive, getBody, getButtonTitle, getContextValue, getContextValue, getDataBinding, getDataBindings, getDelegateContext, getFisheryRegion, getHandler, getLayerUI, getLayerUI2, getNext, getNextPath, getObjectById, getParentContainer, getParentContainer, getSaveVerifier, getSensitivity, getTableLayerUI, getTopiaContext, goTo, installChangeListener, isActive, isSensitivity, processDataBinding, processDataBinding, refreshRegionInMap, registerDataBinding, removeContextValue, removeContextValue, removeDataBinding, setActive, setButtonTitle, setContextValue, setContextValue, setInfoText, setNextPath, setSensitivity
 
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_BEAN

public static final String PROPERTY_BEAN
See Also:
Constant Field Values

PROPERTY_POPULATION_SEASON_INFO

public static final String PROPERTY_POPULATION_SEASON_INFO
See Also:
Constant Field Values

BINDING_CANCEL_ENABLED

public static final String BINDING_CANCEL_ENABLED
See Also:
Constant Field Values

BINDING_CHANGE_MODEL_CHANGED

public static final String BINDING_CHANGE_MODEL_CHANGED
See Also:
Constant Field Values

BINDING_CHANGE_MODEL_VALID

public static final String BINDING_CHANGE_MODEL_VALID
See Also:
Constant Field Values

BINDING_CREATE_ENABLED

public static final String BINDING_CREATE_ENABLED
See Also:
Constant Field Values

BINDING_DELETE_ENABLED

public static final String BINDING_DELETE_ENABLED
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_COMMENT_ENABLED

public static final String BINDING_FIELD_POPULATION_SEASON_COMMENT_ENABLED
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_COMMENT_TEXT

public static final String BINDING_FIELD_POPULATION_SEASON_COMMENT_TEXT
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_ENABLED

public static final String BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_ENABLED
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_SELECTED

public static final String BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_SELECTED
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_VISIBLE

public static final String BINDING_FIELD_POPULATION_SEASON_GROUP_CHANGE_VISIBLE
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_INFO_CHOOSER_ENABLED

public static final String BINDING_FIELD_POPULATION_SEASON_INFO_CHOOSER_ENABLED
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_ENABLED

public static final String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_ENABLED
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_MATRIX

public static final String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_MATRIX
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_VISIBLE

public static final String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_DISTRIBUTION_VISIBLE
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_ENABLED

public static final String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_ENABLED
See Also:
Constant Field Values

BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_SELECTED

public static final String BINDING_FIELD_POPULATION_SEASON_REPRODUCTION_SELECTED
See Also:
Constant Field Values

BINDING_POPULATION_SEASON_SPECIALIZED_UI_AGE_GROUP_TYPE

public static final String BINDING_POPULATION_SEASON_SPECIALIZED_UI_AGE_GROUP_TYPE
See Also:
Constant Field Values

BINDING_POPULATION_SEASON_SPECIALIZED_UI_BEAN

public static final String BINDING_POPULATION_SEASON_SPECIALIZED_UI_BEAN
See Also:
Constant Field Values

BINDING_POPULATION_SEASON_SPECIALIZED_UI_POPULATION_SEASON_INFO

public static final String BINDING_POPULATION_SEASON_SPECIALIZED_UI_POPULATION_SEASON_INFO
See Also:
Constant Field Values

BINDING_SAVE_ENABLED

public static final String BINDING_SAVE_ENABLED
See Also:
Constant Field Values

BINDING_SEASON_INTERVAL_PANEL_ENABLED

public static final String BINDING_SEASON_INTERVAL_PANEL_ENABLED
See Also:
Constant Field Values

BINDING_VALIDATOR_BEAN

public static final String BINDING_VALIDATOR_BEAN
See Also:
Constant Field Values

BINDING_VALIDATOR_SEASON_BEAN

public static final String BINDING_VALIDATOR_SEASON_BEAN
See Also:
Constant Field Values

bean

protected Population bean

cancel

protected JButton cancel

changeModel

protected ChangeModel changeModel

create

protected JButton create

delete

protected JButton delete

fieldPopulationSeasonComment

protected JTextArea fieldPopulationSeasonComment

fieldPopulationSeasonGroupChange

protected JCheckBox fieldPopulationSeasonGroupChange

fieldPopulationSeasonInfoChooser

protected JComboBox fieldPopulationSeasonInfoChooser

fieldPopulationSeasonReproduction

protected JCheckBox fieldPopulationSeasonReproduction

fieldPopulationSeasonReproductionDistribution

protected org.nuiton.math.matrix.gui.MatrixPanelEditor fieldPopulationSeasonReproductionDistribution

populationSeasonInfo

protected PopulationSeasonInfo populationSeasonInfo

populationSeasonSpecializedUI

protected PopulationSeasonSpacializedUI populationSeasonSpecializedUI

save

protected JButton save

seasonIntervalPanel

protected IntervalPanel seasonIntervalPanel

validator

protected jaxx.runtime.validator.swing.SwingValidator<Population> validator

validatorIds

protected List<String> validatorIds

validatorSeason

protected jaxx.runtime.validator.swing.SwingValidator<PopulationSeasonInfo> validatorSeason

seasonInterval

protected Interval seasonInterval

init

protected boolean init
Constructor Detail

PopulationSeasonsUI

public PopulationSeasonsUI(LayoutManager param0,
                           boolean param1)

PopulationSeasonsUI

public PopulationSeasonsUI(jaxx.runtime.JAXXContext param0,
                           LayoutManager param1,
                           boolean param2)

PopulationSeasonsUI

public PopulationSeasonsUI(LayoutManager param0)

PopulationSeasonsUI

public PopulationSeasonsUI(jaxx.runtime.JAXXContext param0,
                           LayoutManager param1)

PopulationSeasonsUI

public PopulationSeasonsUI(boolean param0)

PopulationSeasonsUI

public PopulationSeasonsUI(jaxx.runtime.JAXXContext param0,
                           boolean param1)

PopulationSeasonsUI

public PopulationSeasonsUI()

PopulationSeasonsUI

public PopulationSeasonsUI(jaxx.runtime.JAXXContext param0)
Method Detail

$afterCompleteSetup

protected void $afterCompleteSetup()

resetChangeModel

public void resetChangeModel()
Description copied from class: InputContentUI
Pas tr?s safe, le bean doit s'appeler changeModel dans l'heritage "FORCEMENT" FIXME echatellier 20111201 small fix because save button has to reset internal ui change model state

Overrides:
resetChangeModel in class InputContentUI<Population>

create

protected void create()

delete

protected void delete()

save

protected void save()

populationSeasonReproductionDistributionMatrixChanged

protected void populationSeasonReproductionDistributionMatrixChanged(org.nuiton.math.matrix.gui.MatrixPanelEvent event)

refresh

public void refresh()

setSeasonInterval

protected void setSeasonInterval()

setPopulationSeasonInfoCombo

protected void setPopulationSeasonInfoCombo()

seasonGroupChanged

protected void seasonGroupChanged()

seasonChanged

protected void seasonChanged()

setReproductionDistributionMatrix

protected void setReproductionDistributionMatrix()

isAgeGroupType

protected boolean isAgeGroupType(boolean result)

setLayer

public void setLayer(boolean active)
Description copied from class: InputContentUI
Method appel?e par l'arbre de navigation et le gestionnaire de changement d'onglet pour ajouter les layers sur une interface 'input' seulement dans le cas de la sensibilit?.

Overrides:
setLayer in class InputContentUI<Population>

$getJAXXObjectDescriptor

public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()

getValidator

public jaxx.runtime.validator.swing.SwingValidator<?> getValidator(String validatorId)
Specified by:
getValidator in interface jaxx.runtime.JAXXValidator

getValidatorIds

public List<String> getValidatorIds()
Specified by:
getValidatorIds in interface jaxx.runtime.JAXXValidator

registerValidatorFields

public void registerValidatorFields()
Specified by:
registerValidatorFields in interface jaxx.runtime.JAXXValidator

doActionPerformed__on__cancel

public void doActionPerformed__on__cancel(ActionEvent event)

doActionPerformed__on__create

public void doActionPerformed__on__create(ActionEvent event)

doActionPerformed__on__delete

public void doActionPerformed__on__delete(ActionEvent event)

doActionPerformed__on__fieldPopulationSeasonGroupChange

public void doActionPerformed__on__fieldPopulationSeasonGroupChange(ActionEvent event)

doActionPerformed__on__fieldPopulationSeasonReproduction

public void doActionPerformed__on__fieldPopulationSeasonReproduction(ActionEvent event)

doActionPerformed__on__save

public void doActionPerformed__on__save(ActionEvent event)

doItemStateChanged__on__fieldPopulationSeasonInfoChooser

public void doItemStateChanged__on__fieldPopulationSeasonInfoChooser(ItemEvent event)

doKeyReleased__on__fieldPopulationSeasonComment

public void doKeyReleased__on__fieldPopulationSeasonComment(KeyEvent event)

doMatrixChanged__on__fieldPopulationSeasonReproductionDistribution

public void doMatrixChanged__on__fieldPopulationSeasonReproductionDistribution(org.nuiton.math.matrix.gui.MatrixPanelEvent event)

getBean

public Population getBean()
Specified by:
getBean in class InputContentUI<Population>

getCancel

public JButton getCancel()

getChangeModel

public ChangeModel getChangeModel()

getCreate

public JButton getCreate()

getDelete

public JButton getDelete()

getFieldPopulationSeasonComment

public JTextArea getFieldPopulationSeasonComment()

getFieldPopulationSeasonGroupChange

public JCheckBox getFieldPopulationSeasonGroupChange()

getFieldPopulationSeasonInfoChooser

public JComboBox getFieldPopulationSeasonInfoChooser()

getFieldPopulationSeasonReproduction

public JCheckBox getFieldPopulationSeasonReproduction()

getFieldPopulationSeasonReproductionDistribution

public org.nuiton.math.matrix.gui.MatrixPanelEditor getFieldPopulationSeasonReproductionDistribution()

getPopulationSeasonInfo

public PopulationSeasonInfo getPopulationSeasonInfo()

getPopulationSeasonSpecializedUI

public PopulationSeasonSpacializedUI getPopulationSeasonSpecializedUI()

getSave

public JButton getSave()

getSeasonIntervalPanel

public IntervalPanel getSeasonIntervalPanel()

getValidator

public jaxx.runtime.validator.swing.SwingValidator<Population> getValidator()

getValidatorSeason

public jaxx.runtime.validator.swing.SwingValidator<PopulationSeasonInfo> getValidatorSeason()

setBean

public void setBean(Population bean)
Specified by:
setBean in class InputContentUI<Population>

setPopulationSeasonInfo

public void setPopulationSeasonInfo(PopulationSeasonInfo populationSeasonInfo)

get$Table0

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

get$Table1

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

get$JLabel0

protected JLabel get$JLabel0()

get$JLabel1

protected JLabel get$JLabel1()

get$JPanel0

protected JPanel get$JPanel0()

get$JPanel1

protected JPanel get$JPanel1()

get$JLabel2

protected JLabel get$JLabel2()

get$JLabel3

protected JLabel get$JLabel3()

get$JScrollPane0

protected JScrollPane get$JScrollPane0()

get$Table2

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

addChildrenToBody

protected void addChildrenToBody()

addChildrenToValidator

protected void addChildrenToValidator()

addChildrenToValidatorSeason

protected void addChildrenToValidatorSeason()

createBean

protected void createBean()

createBody

protected void createBody()
Overrides:
createBody in class InputContentUI<Population>

createCancel

protected void createCancel()

createChangeModel

protected void createChangeModel()

createCreate

protected void createCreate()

createDelete

protected void createDelete()

createFieldPopulationSeasonComment

protected void createFieldPopulationSeasonComment()

createFieldPopulationSeasonGroupChange

protected void createFieldPopulationSeasonGroupChange()

createFieldPopulationSeasonInfoChooser

protected void createFieldPopulationSeasonInfoChooser()

createFieldPopulationSeasonReproduction

protected void createFieldPopulationSeasonReproduction()

createFieldPopulationSeasonReproductionDistribution

protected void createFieldPopulationSeasonReproductionDistribution()

createPopulationSeasonInfo

protected void createPopulationSeasonInfo()

createPopulationSeasonSpecializedUI

protected void createPopulationSeasonSpecializedUI()

createSave

protected void createSave()

createSeasonIntervalPanel

protected void createSeasonIntervalPanel()

createValidator

protected void createValidator()

createValidatorSeason

protected void createValidatorSeason()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.