fr.ifremer.coser.ui.selection
Class SelectionDetailsView

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 jaxx.runtime.swing.Table
                      extended by fr.ifremer.coser.ui.selection.SelectionDetailsView
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject, jaxx.runtime.JAXXValidator

public class SelectionDetailsView
extends jaxx.runtime.swing.Table
implements jaxx.runtime.JAXXObject, 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  List<Object> $activeBindings
           
protected  Map<String,jaxx.runtime.JAXXBinding> $bindings
           
protected  Map<String,Object> $bindingSources
           
protected  Map<String,Object> $objectMap
           
protected  Map<?,?> $previousValues
           
static String BINDING_DETAILS_DESCRIPTION_TEXT
           
static String BINDING_DETAILS_SELECTION_NAME_FIELD_ENABLED
           
static String BINDING_DETAILS_SELECTION_NAME_FIELD_TEXT
           
static String BINDING_FILTERED_SPECIES_LIST_ENABLED
           
static String BINDING_FILTERED_SPECIES_LIST_SELECTION_MODEL
           
static String BINDING_SELECTED_SPECIES_LIST_ENABLED
           
static String BINDING_SELECTED_SPECIES_LIST_SELECTION_MODEL
           
static String BINDING_STRATA_LIST_SELECTION_MODEL
           
static String BINDING_TYPE_SPECIES_LABEL_TEXT
           
static String BINDING_TYPE_SPECIES_LIST_ENABLED
           
static String BINDING_TYPE_SPECIES_LIST_SELECTION_MODEL
           
static String BINDING_VALID_DATES_BUTTON_ENABLED
           
static String BINDING_VALID_SPECIES_BUTTON_ENABLED
           
static String BINDING_VALID_STRATA_BUTTON_ENABLED
           
static String BINDING_YEARS_LIST_SELECTION_MODEL
           
protected  Boolean creationState
           
protected  jaxx.runtime.JAXXContext delegateContext
           
protected  AccordionPane detailAccordionPane
           
protected  JPanel detailDecisionPanel
           
protected  CardLayout detailDecisionPanelLayout
           
protected  JTextArea detailsComment
           
protected  JTextArea detailsDescription
           
protected  JTextField detailsSelectionNameField
           
protected  jaxx.runtime.validator.swing.SwingValidatorMessageTableModel errorsTableModel
           
protected  JLabel filteredSpeciesLabel
           
protected  JList filteredSpeciesList
           
protected  SpeciesListModel filteredSpeciesListModel
           
protected  ListSelectionModel filteredSpeciesListSelectionModel
           
protected  SelectionHandler handler
           
protected  org.nuiton.math.matrix.gui.MatrixPanelEditor matrixPanelEditor
           
static String PROPERTY_CREATION_STATE
           
static String PROPERTY_FILTERED_SPECIES_LIST_SELECTION_MODEL
           
static String PROPERTY_HANDLER
           
static String PROPERTY_SELECTED_SPECIES_LIST_SELECTION_MODEL
           
static String PROPERTY_SELECTION
           
static String PROPERTY_SPECIES_VALIDATED
           
static String PROPERTY_STRATA_MAP_TOOL_BAR
           
static String PROPERTY_STRATA_VALIDATED
           
static String PROPERTY_YEARS_LIST_SELECTION_MODEL
           
static String PROPERTY_YEARS_VALIDATED
           
static String PROPERTY$DOCUMENT0
           
static String PROPERTY$DOCUMENT1
           
static String PROPERTY$DOCUMENT2
           
protected  JButton saveSelectionButton
           
protected  JLabel selectedSpeciesLabel
           
protected  JList selectedSpeciesList
           
protected  SpeciesListModel selectedSpeciesListModel
           
protected  ListSelectionModel selectedSpeciesListSelectionModel
           
protected  Selection selection
           
protected  JPanel speciesGraphPanel
           
protected  Boolean speciesValidated
           
protected  JLabel strataLabel
           
protected  JList strataList
           
protected  StrataListModel strataListModel
           
protected  CoserMap strataMap
           
protected  com.bbn.openmap.gui.ToolPanel strataMapToolBar
           
protected  Boolean strataValidated
           
protected  JLabel typeSpeciesLabel
           
protected  JList typeSpeciesList
           
protected  SpeciesTypesListModel typeSpeciesModel
           
protected  List<String> validatorIds
           
protected  jaxx.runtime.validator.swing.SwingValidator<Selection> validatorSelection
           
protected  JButton validDatesButton
           
protected  JButton validFilterButton
           
protected  JButton validSpeciesButton
           
protected  JButton validStrataButton
           
protected  JList yearsList
           
protected  YearListModel yearsListModel
           
protected  ListSelectionModel yearsListSelectionModel
           
protected  Boolean yearsValidated
           
 
Fields inherited from class jaxx.runtime.swing.Table
DEFAULT_INSETS
 
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
SelectionDetailsView()
           
SelectionDetailsView(jaxx.runtime.JAXXContext parentContext)
           
 
Method Summary
static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
           
protected  void addChildrenToDetailAccordionPane()
           
protected  void addChildrenToDetailDecisionPanel()
           
protected  void addChildrenToValidatorSelection()
           
 void applyDataBinding(String $binding)
           
protected  void createCreationState()
           
protected  void createDetailAccordionPane()
           
protected  void createDetailDecisionPanel()
           
protected  void createDetailDecisionPanelLayout()
           
protected  void createDetailsComment()
           
protected  void createDetailsDescription()
           
protected  void createDetailsSelectionNameField()
           
protected  void createErrorsTableModel()
           
protected  void createFilteredSpeciesLabel()
           
protected  void createFilteredSpeciesList()
           
protected  void createFilteredSpeciesListModel()
           
protected  void createFilteredSpeciesListSelectionModel()
           
protected  void createHandler()
           
protected  void createMatrixPanelEditor()
           
protected  void createSaveSelectionButton()
           
protected  void createSelectedSpeciesLabel()
           
protected  void createSelectedSpeciesList()
           
protected  void createSelectedSpeciesListModel()
           
protected  void createSelectedSpeciesListSelectionModel()
           
protected  void createSelection()
           
protected  void createSpeciesGraphPanel()
           
protected  void createSpeciesValidated()
           
protected  void createStrataLabel()
           
protected  void createStrataList()
           
protected  void createStrataListModel()
           
protected  void createStrataMap()
           
protected  void createStrataMapToolBar()
           
protected  void createStrataValidated()
           
protected  void createTypeSpeciesLabel()
           
protected  void createTypeSpeciesList()
           
protected  void createTypeSpeciesModel()
           
protected  void createValidatorSelection()
           
protected  void createValidDatesButton()
           
protected  void createValidFilterButton()
           
protected  void createValidSpeciesButton()
           
protected  void createValidStrataButton()
           
protected  void createYearsList()
           
protected  void createYearsListModel()
           
protected  void createYearsListSelectionModel()
           
protected  void createYearsValidated()
           
 void doActionPerformed__on__$JButton0(ActionEvent event)
           
 void doActionPerformed__on__$JButton1(ActionEvent event)
           
 void doActionPerformed__on__$JButton2(ActionEvent event)
           
 void doActionPerformed__on__$JButton3(ActionEvent event)
           
 void doActionPerformed__on__$JButton4(ActionEvent event)
           
 void doActionPerformed__on__$JButton5(ActionEvent event)
           
 void doActionPerformed__on__saveSelectionButton(ActionEvent event)
           
 void doActionPerformed__on__validDatesButton(ActionEvent event)
           
 void doActionPerformed__on__validFilterButton(ActionEvent event)
           
 void doActionPerformed__on__validSpeciesButton(ActionEvent event)
           
 void doActionPerformed__on__validStrataButton(ActionEvent event)
           
 void doContentsChanged__on__filteredSpeciesListModel(ListDataEvent event)
           
 void doContentsChanged__on__selectedSpeciesListModel(ListDataEvent event)
           
 void doContentsChanged__on__strataListModel(ListDataEvent event)
           
 void doContentsChanged__on__typeSpeciesModel(ListDataEvent event)
           
 void doInsertUpdate__on__$Document0(DocumentEvent event)
           
 void doInsertUpdate__on__$Document1(DocumentEvent event)
           
 void doInsertUpdate__on__$Document2(DocumentEvent event)
           
 void doMouseClicked__on__filteredSpeciesList(MouseEvent event)
           
 void doMouseClicked__on__selectedSpeciesList(MouseEvent event)
           
 void doMouseClicked__on__strataList(MouseEvent event)
           
 void doMouseClicked__on__yearsList(MouseEvent event)
           
 void doRemoveUpdate__on__$Document0(DocumentEvent event)
           
 void doRemoveUpdate__on__$Document1(DocumentEvent event)
           
 void doRemoveUpdate__on__$Document2(DocumentEvent event)
           
 void doTableChanged__on__errorsTableModel(TableModelEvent event)
           
 void doValueChanged__on__filteredSpeciesList(ListSelectionEvent event)
           
 void doValueChanged__on__selectedSpeciesList(ListSelectionEvent event)
           
 void doValueChanged__on__strataList(ListSelectionEvent event)
           
 void doValueChanged__on__typeSpeciesList(ListSelectionEvent event)
           
 void doValueChanged__on__yearsList(ListSelectionEvent event)
           
 void firePropertyChange(String propertyName, Object oldValue, Object newValue)
           
protected  AccordionPaneSubPanel get$AccordionPaneSubPanel0()
           
protected  AccordionPaneSubPanel get$AccordionPaneSubPanel1()
           
protected  AccordionPaneSubPanel get$AccordionPaneSubPanel2()
           
protected  AccordionPaneSubPanel get$AccordionPaneSubPanel3()
           
protected  Document get$Document0()
           
protected  Document get$Document1()
           
protected  Document get$Document2()
           
protected  JButton get$JButton0()
           
protected  JButton get$JButton1()
           
protected  JButton get$JButton2()
           
protected  JButton get$JButton3()
           
protected  JButton get$JButton4()
           
protected  JButton get$JButton5()
           
protected  JLabel get$JLabel0()
           
protected  JLabel get$JLabel1()
           
protected  JLabel get$JLabel2()
           
protected  JLabel get$JLabel3()
           
protected  JLabel get$JLabel4()
           
protected  JLabel get$JLabel5()
           
protected  JPanel get$JPanel0()
           
protected  JScrollPane get$JScrollPane0()
           
protected  JScrollPane get$JScrollPane1()
           
protected  JScrollPane get$JScrollPane2()
           
protected  JScrollPane get$JScrollPane3()
           
protected  JScrollPane get$JScrollPane4()
           
protected  JScrollPane get$JScrollPane5()
           
protected  JScrollPane get$JScrollPane6()
           
protected  JScrollPane get$JScrollPane7()
           
protected  JScrollPane get$JScrollPane8()
           
protected  JSplitPane get$JSplitPane0()
           
protected  JToolBar.Separator get$JToolBar$Separator0()
           
protected  JToolBar get$JToolBar0()
           
 Map<String,Object> get$objectMap()
           
protected  jaxx.runtime.swing.Table get$Table1()
           
protected  jaxx.runtime.swing.Table get$Table2()
           
protected  jaxx.runtime.swing.Table get$Table3()
           
protected  jaxx.runtime.swing.Table get$Table4()
           
protected  jaxx.runtime.swing.Table get$Table5()
           
protected  jaxx.runtime.swing.Table get$Table6()
           
protected  jaxx.runtime.swing.Table get$Table7()
           
<T> T
getContextValue(Class<T> clazz)
           
<T> T
getContextValue(Class<T> clazz, String name)
           
 Boolean getCreationState()
           
 jaxx.runtime.JAXXBinding[] getDataBindings()
           
 jaxx.runtime.JAXXContext getDelegateContext()
           
 AccordionPane getDetailAccordionPane()
           
 JPanel getDetailDecisionPanel()
           
 CardLayout getDetailDecisionPanelLayout()
           
 JTextArea getDetailsComment()
           
 JTextArea getDetailsDescription()
           
 JTextField getDetailsSelectionNameField()
           
 jaxx.runtime.validator.swing.SwingValidatorMessageTableModel getErrorsTableModel()
           
 JLabel getFilteredSpeciesLabel()
           
 JList getFilteredSpeciesList()
           
 SpeciesListModel getFilteredSpeciesListModel()
           
 ListSelectionModel getFilteredSpeciesListSelectionModel()
           
 SelectionHandler getHandler()
           
 org.nuiton.math.matrix.gui.MatrixPanelEditor getMatrixPanelEditor()
           
 Object getObjectById(String id)
           
<O extends Container>
O
getParentContainer(Class<O> clazz)
           
<O extends Container>
O
getParentContainer(Object source, Class<O> clazz)
           
 JButton getSaveSelectionButton()
           
 JLabel getSelectedSpeciesLabel()
           
 JList getSelectedSpeciesList()
           
 SpeciesListModel getSelectedSpeciesListModel()
           
 ListSelectionModel getSelectedSpeciesListSelectionModel()
           
 Selection getSelection()
           
 JPanel getSpeciesGraphPanel()
           
 Boolean getSpeciesValidated()
           
 JLabel getStrataLabel()
           
 JList getStrataList()
           
 StrataListModel getStrataListModel()
           
 CoserMap getStrataMap()
           
 com.bbn.openmap.gui.ToolPanel getStrataMapToolBar()
           
 Boolean getStrataValidated()
           
 JLabel getTypeSpeciesLabel()
           
 JList getTypeSpeciesList()
           
 SpeciesTypesListModel getTypeSpeciesModel()
           
 jaxx.runtime.validator.swing.SwingValidator<?> getValidator(String validatorId)
           
 List<String> getValidatorIds()
           
 jaxx.runtime.validator.swing.SwingValidator<Selection> getValidatorSelection()
           
 JButton getValidDatesButton()
           
 JButton getValidFilterButton()
           
 JButton getValidSpeciesButton()
           
 JButton getValidStrataButton()
           
 JList getYearsList()
           
 YearListModel getYearsListModel()
           
 ListSelectionModel getYearsListSelectionModel()
           
 Boolean getYearsValidated()
           
 Boolean isCreationState()
           
 Boolean isSpeciesValidated()
           
 Boolean isStrataValidated()
           
 Boolean isYearsValidated()
           
 void processDataBinding(String $binding)
           
 void processDataBinding(String $binding, boolean $force)
           
 void registerDataBinding(jaxx.runtime.JAXXBinding binding)
           
 void registerValidatorFields()
           
<T> void
removeContextValue(Class<T> clazz)
           
<T> void
removeContextValue(Class<T> clazz, String name)
           
 void removeDataBinding(String $binding)
           
 void set$Document0(Document newValue)
           
 void set$Document1(Document newValue)
           
 void set$Document2(Document newValue)
           
<T> void
setContextValue(T o)
           
<T> void
setContextValue(T o, String name)
           
 void setCreationState(Boolean newValue)
           
 void setFilteredSpeciesListSelectionModel(ListSelectionModel newValue)
           
 void setHandler(SelectionHandler newValue)
           
 void setSelectedSpeciesListSelectionModel(ListSelectionModel newValue)
           
 void setSelection(Selection newValue)
           
 void setSpeciesValidated(Boolean newValue)
           
 void setStrataMapToolBar(com.bbn.openmap.gui.ToolPanel newValue)
           
 void setStrataValidated(Boolean newValue)
           
 void setYearsListSelectionModel(ListSelectionModel newValue)
           
 void setYearsValidated(Boolean newValue)
           
 
Methods inherited from class jaxx.runtime.swing.Table
getCellConstraints, getRowConstraints, getTableConstraints, newCell, newRow, setLayout
 
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, 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_CREATION_STATE

public static final String PROPERTY_CREATION_STATE
See Also:
Constant Field Values

PROPERTY_FILTERED_SPECIES_LIST_SELECTION_MODEL

public static final String PROPERTY_FILTERED_SPECIES_LIST_SELECTION_MODEL
See Also:
Constant Field Values

PROPERTY_HANDLER

public static final String PROPERTY_HANDLER
See Also:
Constant Field Values

PROPERTY_SELECTED_SPECIES_LIST_SELECTION_MODEL

public static final String PROPERTY_SELECTED_SPECIES_LIST_SELECTION_MODEL
See Also:
Constant Field Values

PROPERTY_SELECTION

public static final String PROPERTY_SELECTION
See Also:
Constant Field Values

PROPERTY_SPECIES_VALIDATED

public static final String PROPERTY_SPECIES_VALIDATED
See Also:
Constant Field Values

PROPERTY_STRATA_MAP_TOOL_BAR

public static final String PROPERTY_STRATA_MAP_TOOL_BAR
See Also:
Constant Field Values

PROPERTY_STRATA_VALIDATED

public static final String PROPERTY_STRATA_VALIDATED
See Also:
Constant Field Values

PROPERTY_YEARS_LIST_SELECTION_MODEL

public static final String PROPERTY_YEARS_LIST_SELECTION_MODEL
See Also:
Constant Field Values

PROPERTY_YEARS_VALIDATED

public static final String PROPERTY_YEARS_VALIDATED
See Also:
Constant Field Values

BINDING_DETAILS_DESCRIPTION_TEXT

public static final String BINDING_DETAILS_DESCRIPTION_TEXT
See Also:
Constant Field Values

BINDING_DETAILS_SELECTION_NAME_FIELD_ENABLED

public static final String BINDING_DETAILS_SELECTION_NAME_FIELD_ENABLED
See Also:
Constant Field Values

BINDING_DETAILS_SELECTION_NAME_FIELD_TEXT

public static final String BINDING_DETAILS_SELECTION_NAME_FIELD_TEXT
See Also:
Constant Field Values

BINDING_FILTERED_SPECIES_LIST_ENABLED

public static final String BINDING_FILTERED_SPECIES_LIST_ENABLED
See Also:
Constant Field Values

BINDING_FILTERED_SPECIES_LIST_SELECTION_MODEL

public static final String BINDING_FILTERED_SPECIES_LIST_SELECTION_MODEL
See Also:
Constant Field Values

BINDING_SELECTED_SPECIES_LIST_ENABLED

public static final String BINDING_SELECTED_SPECIES_LIST_ENABLED
See Also:
Constant Field Values

BINDING_SELECTED_SPECIES_LIST_SELECTION_MODEL

public static final String BINDING_SELECTED_SPECIES_LIST_SELECTION_MODEL
See Also:
Constant Field Values

BINDING_STRATA_LIST_SELECTION_MODEL

public static final String BINDING_STRATA_LIST_SELECTION_MODEL
See Also:
Constant Field Values

BINDING_TYPE_SPECIES_LABEL_TEXT

public static final String BINDING_TYPE_SPECIES_LABEL_TEXT
See Also:
Constant Field Values

BINDING_TYPE_SPECIES_LIST_ENABLED

public static final String BINDING_TYPE_SPECIES_LIST_ENABLED
See Also:
Constant Field Values

BINDING_TYPE_SPECIES_LIST_SELECTION_MODEL

public static final String BINDING_TYPE_SPECIES_LIST_SELECTION_MODEL
See Also:
Constant Field Values

BINDING_VALID_DATES_BUTTON_ENABLED

public static final String BINDING_VALID_DATES_BUTTON_ENABLED
See Also:
Constant Field Values

BINDING_VALID_SPECIES_BUTTON_ENABLED

public static final String BINDING_VALID_SPECIES_BUTTON_ENABLED
See Also:
Constant Field Values

BINDING_VALID_STRATA_BUTTON_ENABLED

public static final String BINDING_VALID_STRATA_BUTTON_ENABLED
See Also:
Constant Field Values

BINDING_YEARS_LIST_SELECTION_MODEL

public static final String BINDING_YEARS_LIST_SELECTION_MODEL
See Also:
Constant Field Values

PROPERTY$DOCUMENT0

public static final String PROPERTY$DOCUMENT0
See Also:
Constant Field Values

PROPERTY$DOCUMENT1

public static final String PROPERTY$DOCUMENT1
See Also:
Constant Field Values

PROPERTY$DOCUMENT2

public static final String PROPERTY$DOCUMENT2
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

creationState

protected Boolean creationState

detailAccordionPane

protected AccordionPane detailAccordionPane

detailDecisionPanel

protected JPanel detailDecisionPanel

detailDecisionPanelLayout

protected CardLayout detailDecisionPanelLayout

detailsComment

protected JTextArea detailsComment

detailsDescription

protected JTextArea detailsDescription

detailsSelectionNameField

protected JTextField detailsSelectionNameField

errorsTableModel

protected jaxx.runtime.validator.swing.SwingValidatorMessageTableModel errorsTableModel

filteredSpeciesLabel

protected JLabel filteredSpeciesLabel

filteredSpeciesList

protected JList filteredSpeciesList

filteredSpeciesListModel

protected SpeciesListModel filteredSpeciesListModel

filteredSpeciesListSelectionModel

protected ListSelectionModel filteredSpeciesListSelectionModel

handler

protected SelectionHandler handler

matrixPanelEditor

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

saveSelectionButton

protected JButton saveSelectionButton

selectedSpeciesLabel

protected JLabel selectedSpeciesLabel

selectedSpeciesList

protected JList selectedSpeciesList

selectedSpeciesListModel

protected SpeciesListModel selectedSpeciesListModel

selectedSpeciesListSelectionModel

protected ListSelectionModel selectedSpeciesListSelectionModel

selection

protected Selection selection

speciesGraphPanel

protected JPanel speciesGraphPanel

speciesValidated

protected Boolean speciesValidated

strataLabel

protected JLabel strataLabel

strataList

protected JList strataList

strataListModel

protected StrataListModel strataListModel

strataMap

protected CoserMap strataMap

strataMapToolBar

protected com.bbn.openmap.gui.ToolPanel strataMapToolBar

strataValidated

protected Boolean strataValidated

typeSpeciesLabel

protected JLabel typeSpeciesLabel

typeSpeciesList

protected JList typeSpeciesList

typeSpeciesModel

protected SpeciesTypesListModel typeSpeciesModel

validDatesButton

protected JButton validDatesButton

validFilterButton

protected JButton validFilterButton

validSpeciesButton

protected JButton validSpeciesButton

validStrataButton

protected JButton validStrataButton

validatorIds

protected List<String> validatorIds

validatorSelection

protected jaxx.runtime.validator.swing.SwingValidator<Selection> validatorSelection

yearsList

protected JList yearsList

yearsListModel

protected YearListModel yearsListModel

yearsListSelectionModel

protected ListSelectionModel yearsListSelectionModel

yearsValidated

protected Boolean yearsValidated
Constructor Detail

SelectionDetailsView

public SelectionDetailsView()

SelectionDetailsView

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

$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

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

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

doActionPerformed__on__$JButton4

public void doActionPerformed__on__$JButton4(ActionEvent event)

doActionPerformed__on__$JButton5

public void doActionPerformed__on__$JButton5(ActionEvent event)

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__$JButton3

public void doActionPerformed__on__$JButton3(ActionEvent event)

doActionPerformed__on__saveSelectionButton

public void doActionPerformed__on__saveSelectionButton(ActionEvent event)

doActionPerformed__on__validDatesButton

public void doActionPerformed__on__validDatesButton(ActionEvent event)

doActionPerformed__on__validFilterButton

public void doActionPerformed__on__validFilterButton(ActionEvent event)

doActionPerformed__on__validSpeciesButton

public void doActionPerformed__on__validSpeciesButton(ActionEvent event)

doActionPerformed__on__validStrataButton

public void doActionPerformed__on__validStrataButton(ActionEvent event)

doContentsChanged__on__filteredSpeciesListModel

public void doContentsChanged__on__filteredSpeciesListModel(ListDataEvent event)

doContentsChanged__on__selectedSpeciesListModel

public void doContentsChanged__on__selectedSpeciesListModel(ListDataEvent event)

doContentsChanged__on__strataListModel

public void doContentsChanged__on__strataListModel(ListDataEvent event)

doContentsChanged__on__typeSpeciesModel

public void doContentsChanged__on__typeSpeciesModel(ListDataEvent event)

doRemoveUpdate__on__$Document2

public void doRemoveUpdate__on__$Document2(DocumentEvent event)

doInsertUpdate__on__$Document1

public void doInsertUpdate__on__$Document1(DocumentEvent event)

doInsertUpdate__on__$Document2

public void doInsertUpdate__on__$Document2(DocumentEvent event)

doInsertUpdate__on__$Document0

public void doInsertUpdate__on__$Document0(DocumentEvent event)

doMouseClicked__on__filteredSpeciesList

public void doMouseClicked__on__filteredSpeciesList(MouseEvent event)

doMouseClicked__on__selectedSpeciesList

public void doMouseClicked__on__selectedSpeciesList(MouseEvent event)

doMouseClicked__on__strataList

public void doMouseClicked__on__strataList(MouseEvent event)

doMouseClicked__on__yearsList

public void doMouseClicked__on__yearsList(MouseEvent event)

doRemoveUpdate__on__$Document1

public void doRemoveUpdate__on__$Document1(DocumentEvent event)

doRemoveUpdate__on__$Document0

public void doRemoveUpdate__on__$Document0(DocumentEvent event)

doTableChanged__on__errorsTableModel

public void doTableChanged__on__errorsTableModel(TableModelEvent event)

doValueChanged__on__filteredSpeciesList

public void doValueChanged__on__filteredSpeciesList(ListSelectionEvent event)

doValueChanged__on__selectedSpeciesList

public void doValueChanged__on__selectedSpeciesList(ListSelectionEvent event)

doValueChanged__on__strataList

public void doValueChanged__on__strataList(ListSelectionEvent event)

doValueChanged__on__typeSpeciesList

public void doValueChanged__on__typeSpeciesList(ListSelectionEvent event)

doValueChanged__on__yearsList

public void doValueChanged__on__yearsList(ListSelectionEvent event)

getCreationState

public Boolean getCreationState()

getDetailAccordionPane

public AccordionPane getDetailAccordionPane()

getDetailDecisionPanel

public JPanel getDetailDecisionPanel()

getDetailDecisionPanelLayout

public CardLayout getDetailDecisionPanelLayout()

getDetailsComment

public JTextArea getDetailsComment()

getDetailsDescription

public JTextArea getDetailsDescription()

getDetailsSelectionNameField

public JTextField getDetailsSelectionNameField()

getErrorsTableModel

public jaxx.runtime.validator.swing.SwingValidatorMessageTableModel getErrorsTableModel()

getFilteredSpeciesLabel

public JLabel getFilteredSpeciesLabel()

getFilteredSpeciesList

public JList getFilteredSpeciesList()

getFilteredSpeciesListModel

public SpeciesListModel getFilteredSpeciesListModel()

getFilteredSpeciesListSelectionModel

public ListSelectionModel getFilteredSpeciesListSelectionModel()

getHandler

public SelectionHandler getHandler()

getMatrixPanelEditor

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

getSaveSelectionButton

public JButton getSaveSelectionButton()

getSelectedSpeciesLabel

public JLabel getSelectedSpeciesLabel()

getSelectedSpeciesList

public JList getSelectedSpeciesList()

getSelectedSpeciesListModel

public SpeciesListModel getSelectedSpeciesListModel()

getSelectedSpeciesListSelectionModel

public ListSelectionModel getSelectedSpeciesListSelectionModel()

getSelection

public Selection getSelection()

getSpeciesGraphPanel

public JPanel getSpeciesGraphPanel()

getSpeciesValidated

public Boolean getSpeciesValidated()

getStrataLabel

public JLabel getStrataLabel()

getStrataList

public JList getStrataList()

getStrataListModel

public StrataListModel getStrataListModel()

getStrataMap

public CoserMap getStrataMap()

getStrataMapToolBar

public com.bbn.openmap.gui.ToolPanel getStrataMapToolBar()

getStrataValidated

public Boolean getStrataValidated()

getTypeSpeciesLabel

public JLabel getTypeSpeciesLabel()

getTypeSpeciesList

public JList getTypeSpeciesList()

getTypeSpeciesModel

public SpeciesTypesListModel getTypeSpeciesModel()

getValidDatesButton

public JButton getValidDatesButton()

getValidFilterButton

public JButton getValidFilterButton()

getValidSpeciesButton

public JButton getValidSpeciesButton()

getValidStrataButton

public JButton getValidStrataButton()

getValidatorSelection

public jaxx.runtime.validator.swing.SwingValidator<Selection> getValidatorSelection()

getYearsList

public JList getYearsList()

getYearsListModel

public YearListModel getYearsListModel()

getYearsListSelectionModel

public ListSelectionModel getYearsListSelectionModel()

getYearsValidated

public Boolean getYearsValidated()

isCreationState

public Boolean isCreationState()

isSpeciesValidated

public Boolean isSpeciesValidated()

isStrataValidated

public Boolean isStrataValidated()

isYearsValidated

public Boolean isYearsValidated()

set$Document0

public void set$Document0(Document newValue)

set$Document1

public void set$Document1(Document newValue)

set$Document2

public void set$Document2(Document newValue)

setCreationState

public void setCreationState(Boolean newValue)

setFilteredSpeciesListSelectionModel

public void setFilteredSpeciesListSelectionModel(ListSelectionModel newValue)

setHandler

public void setHandler(SelectionHandler newValue)

setSelectedSpeciesListSelectionModel

public void setSelectedSpeciesListSelectionModel(ListSelectionModel newValue)

setSelection

public void setSelection(Selection newValue)

setSpeciesValidated

public void setSpeciesValidated(Boolean newValue)

setStrataMapToolBar

public void setStrataMapToolBar(com.bbn.openmap.gui.ToolPanel newValue)

setStrataValidated

public void setStrataValidated(Boolean newValue)

setYearsListSelectionModel

public void setYearsListSelectionModel(ListSelectionModel newValue)

setYearsValidated

public void setYearsValidated(Boolean newValue)

registerValidatorFields

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

get$JToolBar0

protected JToolBar get$JToolBar0()

get$JButton0

protected JButton get$JButton0()

get$JToolBar$Separator0

protected JToolBar.Separator get$JToolBar$Separator0()

get$JButton1

protected JButton get$JButton1()

get$JSplitPane0

protected JSplitPane get$JSplitPane0()

get$AccordionPaneSubPanel0

protected AccordionPaneSubPanel get$AccordionPaneSubPanel0()

get$Table1

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

get$JLabel0

protected JLabel get$JLabel0()

get$Document0

protected Document get$Document0()

get$JLabel1

protected JLabel get$JLabel1()

get$JScrollPane0

protected JScrollPane get$JScrollPane0()

get$Document1

protected Document get$Document1()

get$JLabel2

protected JLabel get$JLabel2()

get$JScrollPane1

protected JScrollPane get$JScrollPane1()

get$Document2

protected Document get$Document2()

get$AccordionPaneSubPanel1

protected AccordionPaneSubPanel get$AccordionPaneSubPanel1()

get$Table2

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

get$JLabel3

protected JLabel get$JLabel3()

get$JScrollPane2

protected JScrollPane get$JScrollPane2()

get$AccordionPaneSubPanel2

protected AccordionPaneSubPanel get$AccordionPaneSubPanel2()

get$Table3

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

get$JScrollPane3

protected JScrollPane get$JScrollPane3()

get$JButton2

protected JButton get$JButton2()

get$JButton3

protected JButton get$JButton3()

get$AccordionPaneSubPanel3

protected AccordionPaneSubPanel get$AccordionPaneSubPanel3()

get$Table4

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

get$JScrollPane4

protected JScrollPane get$JScrollPane4()

get$Table5

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

get$JScrollPane5

protected JScrollPane get$JScrollPane5()

get$Table6

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

get$JButton4

protected JButton get$JButton4()

get$JButton5

protected JButton get$JButton5()

get$JScrollPane6

protected JScrollPane get$JScrollPane6()

get$JLabel4

protected JLabel get$JLabel4()

get$JScrollPane7

protected JScrollPane get$JScrollPane7()

get$Table7

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

get$JLabel5

protected JLabel get$JLabel5()

get$JPanel0

protected JPanel get$JPanel0()

get$JScrollPane8

protected JScrollPane get$JScrollPane8()

addChildrenToDetailAccordionPane

protected void addChildrenToDetailAccordionPane()

addChildrenToDetailDecisionPanel

protected void addChildrenToDetailDecisionPanel()

addChildrenToValidatorSelection

protected void addChildrenToValidatorSelection()

createCreationState

protected void createCreationState()

createDetailAccordionPane

protected void createDetailAccordionPane()

createDetailDecisionPanel

protected void createDetailDecisionPanel()

createDetailDecisionPanelLayout

protected void createDetailDecisionPanelLayout()

createDetailsComment

protected void createDetailsComment()

createDetailsDescription

protected void createDetailsDescription()

createDetailsSelectionNameField

protected void createDetailsSelectionNameField()

createErrorsTableModel

protected void createErrorsTableModel()

createFilteredSpeciesLabel

protected void createFilteredSpeciesLabel()

createFilteredSpeciesList

protected void createFilteredSpeciesList()

createFilteredSpeciesListModel

protected void createFilteredSpeciesListModel()

createFilteredSpeciesListSelectionModel

protected void createFilteredSpeciesListSelectionModel()

createHandler

protected void createHandler()

createMatrixPanelEditor

protected void createMatrixPanelEditor()

createSaveSelectionButton

protected void createSaveSelectionButton()

createSelectedSpeciesLabel

protected void createSelectedSpeciesLabel()

createSelectedSpeciesList

protected void createSelectedSpeciesList()

createSelectedSpeciesListModel

protected void createSelectedSpeciesListModel()

createSelectedSpeciesListSelectionModel

protected void createSelectedSpeciesListSelectionModel()

createSelection

protected void createSelection()

createSpeciesGraphPanel

protected void createSpeciesGraphPanel()

createSpeciesValidated

protected void createSpeciesValidated()

createStrataLabel

protected void createStrataLabel()

createStrataList

protected void createStrataList()

createStrataListModel

protected void createStrataListModel()

createStrataMap

protected void createStrataMap()

createStrataMapToolBar

protected void createStrataMapToolBar()

createStrataValidated

protected void createStrataValidated()

createTypeSpeciesLabel

protected void createTypeSpeciesLabel()

createTypeSpeciesList

protected void createTypeSpeciesList()

createTypeSpeciesModel

protected void createTypeSpeciesModel()

createValidDatesButton

protected void createValidDatesButton()

createValidFilterButton

protected void createValidFilterButton()

createValidSpeciesButton

protected void createValidSpeciesButton()

createValidStrataButton

protected void createValidStrataButton()

createValidatorSelection

protected void createValidatorSelection()

createYearsList

protected void createYearsList()

createYearsListModel

protected void createYearsListModel()

createYearsListSelectionModel

protected void createYearsListSelectionModel()

createYearsValidated

protected void createYearsValidated()


Copyright © 2010-2011 Ifremer. All Rights Reserved.