Class EntityVariableUI

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
fr.ifremer.isisfish.ui.input.InputContentUI<org.nuiton.topia.persistence.TopiaEntityContextable>
fr.ifremer.isisfish.ui.input.variable.EntityVariableUI
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject

public class EntityVariableUI extends InputContentUI<org.nuiton.topia.persistence.TopiaEntityContextable>
See Also:
  • Field Details

  • Constructor Details

    • EntityVariableUI

      public EntityVariableUI(LayoutManager param0)
    • EntityVariableUI

      public EntityVariableUI(jaxx.runtime.JAXXContext param0, LayoutManager param1)
    • EntityVariableUI

      public EntityVariableUI(LayoutManager param0, boolean param1)
    • EntityVariableUI

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

      public EntityVariableUI()
    • EntityVariableUI

      public EntityVariableUI(jaxx.runtime.JAXXContext param0)
    • EntityVariableUI

      public EntityVariableUI(boolean param0)
    • EntityVariableUI

      public EntityVariableUI(jaxx.runtime.JAXXContext param0, boolean param1)
  • Method Details

    • $afterCompleteSetup

      protected void $afterCompleteSetup()
    • $getJAXXObjectDescriptor

      public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
    • 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__variableTypeCombo

      public void doActionPerformed__on__variableTypeCombo(ActionEvent event)
    • doKeyReleased__on__variableComment

      public void doKeyReleased__on__variableComment(KeyEvent event)
    • doKeyReleased__on__variableNameField

      public void doKeyReleased__on__variableNameField(KeyEvent event)
    • doValueChanged__on__variablesList

      public void doValueChanged__on__variablesList(ListSelectionEvent event)
    • getBean

      public org.nuiton.topia.persistence.TopiaEntityContextable getBean()
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      getBean in class InputContentUI<org.nuiton.topia.persistence.TopiaEntityContextable>
    • getHandler

      public EntityVariableHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<org.nuiton.topia.persistence.TopiaEntityContextable>
    • getMatrixPanel

      public org.nuiton.math.matrix.gui.MatrixPanelEditor getMatrixPanel()
    • getVariable

      public Variable getVariable()
    • getVariableComment

      public JTextArea getVariableComment()
    • getVariableDoubleValue

      public JTextField getVariableDoubleValue()
    • getVariableEntityName

      public JLabel getVariableEntityName()
    • getVariableEquationValue

      public InputOneEquationUI getVariableEquationValue()
    • getVariableNameField

      public JTextField getVariableNameField()
    • getVariableTypeCombo

      public JComboBox<VariableType> getVariableTypeCombo()
    • getVariableTypeLayout

      public CardLayout getVariableTypeLayout()
    • getVariableTypePanel

      public JPanel getVariableTypePanel()
    • getVariablesList

      public JList<Variable> getVariablesList()
    • setBean

      public void setBean(org.nuiton.topia.persistence.TopiaEntityContextable bean)
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      setBean in class InputContentUI<org.nuiton.topia.persistence.TopiaEntityContextable>
    • setVariable

      public void setVariable(Variable variable)
    • get$JButton0

      protected JButton get$JButton0()
    • get$JButton1

      protected JButton get$JButton1()
    • get$JButton2

      protected JButton get$JButton2()
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JLabel2

      protected JLabel get$JLabel2()
    • get$JLabel3

      protected JLabel get$JLabel3()
    • get$JLabel4

      protected JLabel get$JLabel4()
    • get$JLabel5

      protected JLabel get$JLabel5()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$JScrollPane1

      protected JScrollPane get$JScrollPane1()
    • 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()
    • get$Table5

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

      protected void addChildrenToVariableTypePanel()
    • createBean

      protected void createBean()
    • createHandler

      protected void createHandler()
    • createMatrixPanel

      protected void createMatrixPanel()
    • createVariable

      protected void createVariable()
    • createVariableComment

      protected void createVariableComment()
    • createVariableDoubleValue

      protected void createVariableDoubleValue()
    • createVariableEntityName

      protected void createVariableEntityName()
    • createVariableEquationValue

      protected void createVariableEquationValue()
    • createVariableNameField

      protected void createVariableNameField()
    • createVariableTypeCombo

      protected void createVariableTypeCombo()
    • createVariableTypeLayout

      protected void createVariableTypeLayout()
    • createVariableTypePanel

      protected void createVariableTypePanel()
    • createVariablesList

      protected void createVariablesList()