fr.ifremer.isisfish.ui.sensitivity
Class EquationContinuousPanelUI

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.sensitivity.ContinuousPanelContainerUI
                      extended by fr.ifremer.isisfish.ui.sensitivity.EquationContinuousPanelUI
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject

public class EquationContinuousPanelUI
extends ContinuousPanelContainerUI

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  JButton add
           
protected  org.nuiton.topia.persistence.TopiaEntityContextable bean
           
protected  String beanProperty
           
static String BINDING_ADD_VISIBLE
           
static String BINDING_COEFFICIENT_FIELD_ENABLED
           
static String BINDING_EDITOR_BEAN
           
static String BINDING_EDITOR_BEAN_PROPERTY
           
static String BINDING_EDITOR_CLAZZ
           
static String BINDING_EDITOR_FORMULE
           
static String BINDING_EDITOR_FORMULE_CATEGORY
           
static String BINDING_EDITOR_SELECTED_EQUATION
           
static String BINDING_EDITOR_TEXT
           
static String BINDING_EDITOR_VISIBLE
           
static String BINDING_MAX_BOUND_FIELD_ENABLED
           
static String BINDING_MIN_BOUND_FIELD_ENABLED
           
static String BINDING_MIN_MAX_BUTTON_ENABLED
           
static String BINDING_MIN_MAX_BUTTON_SELECTED
           
static String BINDING_PERCENTAGE_TYPE_BUTTON_ENABLED
           
static String BINDING_PERCENTAGE_TYPE_BUTTON_SELECTED
           
static String BINDING_REFERENCE_VALUE_FIELD_ENABLED
           
static String BINDING_REMOVE_ENABLED
           
static String BINDING_REMOVE_VISIBLE
           
static String BINDING_VARIABLE_NAME_FIELD_ENABLED
           
protected  Class clazz
           
protected  JTextField coefficientField
           
protected  List<EquationContinuousDomain> domains
           
protected  InputOneEquationUI editor
           
protected  Formule formule
           
protected  String formuleCategory
           
protected  JPanel hidablePanel
           
protected  JTextField maxBoundField
           
protected  JTextField minBoundField
           
protected  JRadioButton minMaxButton
           
protected  JRadioButton percentageTypeButton
           
protected  Boolean percentageTypeDomain
           
static String PROPERTY_BEAN
           
static String PROPERTY_BEAN_PROPERTY
           
static String PROPERTY_CLAZZ
           
static String PROPERTY_FORMULE
           
static String PROPERTY_FORMULE_CATEGORY
           
static String PROPERTY_PERCENTAGE_TYPE_DOMAIN
           
static String PROPERTY_SELECTED_DOMAIN
           
static String PROPERTY_SELECTED_EQUATION
           
static String PROPERTY_TEXT
           
protected  JTextField referenceValueField
           
protected  JButton remove
           
protected  Boolean selectedDomain
           
protected  Equation selectedEquation
           
protected  String text
           
protected  JTextField variableNameField
           
protected  JList variablesList
           
protected  EquationDomainListModel variablesListModel
           
 
Fields inherited from class fr.ifremer.isisfish.ui.sensitivity.ContinuousPanelContainerUI
$activeBindings, $bindings, $bindingSources, $objectMap, $previousValues, content, continuePossible, continueSelected, delegateContext, PROPERTY_CONTINUE_POSSIBLE, PROPERTY_CONTINUE_SELECTED
 
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
EquationContinuousPanelUI()
           
EquationContinuousPanelUI(boolean param0)
           
EquationContinuousPanelUI(jaxx.runtime.JAXXContext param0)
           
EquationContinuousPanelUI(jaxx.runtime.JAXXContext param0, boolean param1)
           
EquationContinuousPanelUI(jaxx.runtime.JAXXContext param0, LayoutManager param1)
           
EquationContinuousPanelUI(jaxx.runtime.JAXXContext param0, LayoutManager param1, boolean param2)
           
EquationContinuousPanelUI(LayoutManager param0)
           
EquationContinuousPanelUI(LayoutManager param0, boolean param1)
           
 
Method Summary
protected  void $afterCompleteSetup()
           
static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
           
protected  void addChildrenToContent()
           
protected  void addChildrenToHidablePanel()
           
protected  void addDomain(EquationContinuousDomain domain)
           
protected  void addNewVariable()
           
protected  void createAdd()
           
protected  void createBean()
           
protected  void createBeanProperty()
           
protected  void createClazz()
           
protected  void createCoefficientField()
           
protected  void createContent()
           
protected  void createEditor()
           
protected  void createFormule()
           
protected  void createFormuleCategory()
           
protected  void createHidablePanel()
           
protected  void createMaxBoundField()
           
protected  void createMinBoundField()
           
protected  void createMinMaxButton()
           
protected  void createPercentageTypeButton()
           
protected  void createPercentageTypeDomain()
           
protected  void createReferenceValueField()
           
protected  void createRemove()
           
protected  void createSelectedDomain()
           
protected  void createSelectedEquation()
           
protected  void createText()
           
protected  void createVariableNameField()
           
protected  void createVariablesList()
           
protected  void createVariablesListModel()
           
protected  void displaySelectedDomain()
           
 void doActionPerformed__on__$JButton0(ActionEvent event)
           
 void doActionPerformed__on__add(ActionEvent event)
           
 void doActionPerformed__on__minMaxButton(ActionEvent event)
           
 void doActionPerformed__on__percentageTypeButton(ActionEvent event)
           
 void doActionPerformed__on__remove(ActionEvent event)
           
 void doValueChanged__on__$ListSelectionModel0(ListSelectionEvent event)
           
protected  JButton get$JButton0()
           
protected  JLabel get$JLabel0()
           
protected  JLabel get$JLabel1()
           
protected  JLabel get$JLabel2()
           
protected  JLabel get$JLabel3()
           
protected  JLabel get$JLabel4()
           
protected  JScrollPane get$JScrollPane0()
           
protected  JScrollPane get$JScrollPane1()
           
protected  ListSelectionModel get$ListSelectionModel0()
           
protected  jaxx.runtime.swing.Table get$Table0()
           
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()
           
 JButton getAdd()
           
 org.nuiton.topia.persistence.TopiaEntityContextable getBean()
           
 String getBeanProperty()
           
 Class getClazz()
           
 JTextField getCoefficientField()
           
 List<EquationContinuousDomain> getDomains()
           
 InputOneEquationUI getEditor()
           
 Formule getFormule()
           
 String getFormuleCategory()
           
 JPanel getHidablePanel()
           
 JTextField getMaxBoundField()
           
 JTextField getMinBoundField()
           
 JRadioButton getMinMaxButton()
           
 JRadioButton getPercentageTypeButton()
           
 Boolean getPercentageTypeDomain()
           
 JTextField getReferenceValueField()
           
 JButton getRemove()
           
 Boolean getSelectedDomain()
           
 Equation getSelectedEquation()
           
 String getText()
           
 JTextField getVariableNameField()
           
 JList getVariablesList()
           
 EquationDomainListModel getVariablesListModel()
           
 boolean isFactorValid()
          Return true only if UI component are all filled and value are correct to define new factor.
 Boolean isPercentageTypeDomain()
           
 Boolean isSelectedDomain()
           
protected  void removeSelectedVariable()
           
 void setBean(org.nuiton.topia.persistence.TopiaEntityContextable bean)
           
 void setBeanProperty(String beanProperty)
           
 void setClazz(Class clazz)
           
 void setFormule(Formule formule)
           
 void setFormuleCategory(String formuleCategory)
           
 void setPercentageTypeDomain(Boolean percentageTypeDomain)
           
 void setSelectedDomain(Boolean selectedDomain)
           
 void setSelectedEquation(Equation selectedEquation)
           
 void setText(String text)
           
protected  void validSelectedDomain()
          Valid selected domain.
 
Methods inherited from class fr.ifremer.isisfish.ui.sensitivity.ContinuousPanelContainerUI
applyDataBinding, createContinuePossible, createContinueSelected, firePropertyChange, get$objectMap, getContent, getContextValue, getContextValue, getContinuePossible, getContinueSelected, getDataBinding, getDataBindings, getDelegateContext, getObjectById, getParentContainer, getParentContainer, isContinuePossible, isContinueSelected, processDataBinding, processDataBinding, registerDataBinding, removeContextValue, removeContextValue, removeDataBinding, setContextValue, setContextValue, setContinuePossible, setContinueSelected
 
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_BEAN_PROPERTY

public static final String PROPERTY_BEAN_PROPERTY
See Also:
Constant Field Values

PROPERTY_CLAZZ

public static final String PROPERTY_CLAZZ
See Also:
Constant Field Values

PROPERTY_FORMULE

public static final String PROPERTY_FORMULE
See Also:
Constant Field Values

PROPERTY_FORMULE_CATEGORY

public static final String PROPERTY_FORMULE_CATEGORY
See Also:
Constant Field Values

PROPERTY_PERCENTAGE_TYPE_DOMAIN

public static final String PROPERTY_PERCENTAGE_TYPE_DOMAIN
See Also:
Constant Field Values

PROPERTY_SELECTED_DOMAIN

public static final String PROPERTY_SELECTED_DOMAIN
See Also:
Constant Field Values

PROPERTY_SELECTED_EQUATION

public static final String PROPERTY_SELECTED_EQUATION
See Also:
Constant Field Values

PROPERTY_TEXT

public static final String PROPERTY_TEXT
See Also:
Constant Field Values

BINDING_ADD_VISIBLE

public static final String BINDING_ADD_VISIBLE
See Also:
Constant Field Values

BINDING_COEFFICIENT_FIELD_ENABLED

public static final String BINDING_COEFFICIENT_FIELD_ENABLED
See Also:
Constant Field Values

BINDING_EDITOR_BEAN

public static final String BINDING_EDITOR_BEAN
See Also:
Constant Field Values

BINDING_EDITOR_BEAN_PROPERTY

public static final String BINDING_EDITOR_BEAN_PROPERTY
See Also:
Constant Field Values

BINDING_EDITOR_CLAZZ

public static final String BINDING_EDITOR_CLAZZ
See Also:
Constant Field Values

BINDING_EDITOR_FORMULE

public static final String BINDING_EDITOR_FORMULE
See Also:
Constant Field Values

BINDING_EDITOR_FORMULE_CATEGORY

public static final String BINDING_EDITOR_FORMULE_CATEGORY
See Also:
Constant Field Values

BINDING_EDITOR_SELECTED_EQUATION

public static final String BINDING_EDITOR_SELECTED_EQUATION
See Also:
Constant Field Values

BINDING_EDITOR_TEXT

public static final String BINDING_EDITOR_TEXT
See Also:
Constant Field Values

BINDING_EDITOR_VISIBLE

public static final String BINDING_EDITOR_VISIBLE
See Also:
Constant Field Values

BINDING_MAX_BOUND_FIELD_ENABLED

public static final String BINDING_MAX_BOUND_FIELD_ENABLED
See Also:
Constant Field Values

BINDING_MIN_BOUND_FIELD_ENABLED

public static final String BINDING_MIN_BOUND_FIELD_ENABLED
See Also:
Constant Field Values

BINDING_MIN_MAX_BUTTON_ENABLED

public static final String BINDING_MIN_MAX_BUTTON_ENABLED
See Also:
Constant Field Values

BINDING_MIN_MAX_BUTTON_SELECTED

public static final String BINDING_MIN_MAX_BUTTON_SELECTED
See Also:
Constant Field Values

BINDING_PERCENTAGE_TYPE_BUTTON_ENABLED

public static final String BINDING_PERCENTAGE_TYPE_BUTTON_ENABLED
See Also:
Constant Field Values

BINDING_PERCENTAGE_TYPE_BUTTON_SELECTED

public static final String BINDING_PERCENTAGE_TYPE_BUTTON_SELECTED
See Also:
Constant Field Values

BINDING_REFERENCE_VALUE_FIELD_ENABLED

public static final String BINDING_REFERENCE_VALUE_FIELD_ENABLED
See Also:
Constant Field Values

BINDING_REMOVE_ENABLED

public static final String BINDING_REMOVE_ENABLED
See Also:
Constant Field Values

BINDING_REMOVE_VISIBLE

public static final String BINDING_REMOVE_VISIBLE
See Also:
Constant Field Values

BINDING_VARIABLE_NAME_FIELD_ENABLED

public static final String BINDING_VARIABLE_NAME_FIELD_ENABLED
See Also:
Constant Field Values

add

protected JButton add

bean

protected org.nuiton.topia.persistence.TopiaEntityContextable bean

beanProperty

protected String beanProperty

clazz

protected Class clazz

coefficientField

protected JTextField coefficientField

editor

protected InputOneEquationUI editor

formule

protected Formule formule

formuleCategory

protected String formuleCategory

hidablePanel

protected JPanel hidablePanel

maxBoundField

protected JTextField maxBoundField

minBoundField

protected JTextField minBoundField

minMaxButton

protected JRadioButton minMaxButton

percentageTypeButton

protected JRadioButton percentageTypeButton

percentageTypeDomain

protected Boolean percentageTypeDomain

referenceValueField

protected JTextField referenceValueField

remove

protected JButton remove

selectedDomain

protected Boolean selectedDomain

selectedEquation

protected Equation selectedEquation

text

protected String text

variableNameField

protected JTextField variableNameField

variablesList

protected JList variablesList

variablesListModel

protected EquationDomainListModel variablesListModel

domains

protected List<EquationContinuousDomain> domains
Constructor Detail

EquationContinuousPanelUI

public EquationContinuousPanelUI(LayoutManager param0,
                                 boolean param1)

EquationContinuousPanelUI

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

EquationContinuousPanelUI

public EquationContinuousPanelUI(LayoutManager param0)

EquationContinuousPanelUI

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

EquationContinuousPanelUI

public EquationContinuousPanelUI(boolean param0)

EquationContinuousPanelUI

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

EquationContinuousPanelUI

public EquationContinuousPanelUI()

EquationContinuousPanelUI

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

getDomains

public List<EquationContinuousDomain> getDomains()

addDomain

protected void addDomain(EquationContinuousDomain domain)

validSelectedDomain

protected void validSelectedDomain()
Valid selected domain.


addNewVariable

protected void addNewVariable()

displaySelectedDomain

protected void displaySelectedDomain()

removeSelectedVariable

protected void removeSelectedVariable()

isFactorValid

public boolean isFactorValid()
Description copied from class: ContinuousPanelContainerUI
Return true only if UI component are all filled and value are correct to define new factor.

Specified by:
isFactorValid in class ContinuousPanelContainerUI

$afterCompleteSetup

protected void $afterCompleteSetup()

$getJAXXObjectDescriptor

public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()

doActionPerformed__on__$JButton0

public void doActionPerformed__on__$JButton0(ActionEvent event)

doActionPerformed__on__add

public void doActionPerformed__on__add(ActionEvent event)

doActionPerformed__on__minMaxButton

public void doActionPerformed__on__minMaxButton(ActionEvent event)

doActionPerformed__on__percentageTypeButton

public void doActionPerformed__on__percentageTypeButton(ActionEvent event)

doActionPerformed__on__remove

public void doActionPerformed__on__remove(ActionEvent event)

doValueChanged__on__$ListSelectionModel0

public void doValueChanged__on__$ListSelectionModel0(ListSelectionEvent event)

getAdd

public JButton getAdd()

getBean

public org.nuiton.topia.persistence.TopiaEntityContextable getBean()

getBeanProperty

public String getBeanProperty()

getClazz

public Class getClazz()

getCoefficientField

public JTextField getCoefficientField()

getEditor

public InputOneEquationUI getEditor()

getFormule

public Formule getFormule()

getFormuleCategory

public String getFormuleCategory()

getHidablePanel

public JPanel getHidablePanel()

getMaxBoundField

public JTextField getMaxBoundField()

getMinBoundField

public JTextField getMinBoundField()

getMinMaxButton

public JRadioButton getMinMaxButton()

getPercentageTypeButton

public JRadioButton getPercentageTypeButton()

getPercentageTypeDomain

public Boolean getPercentageTypeDomain()

getReferenceValueField

public JTextField getReferenceValueField()

getRemove

public JButton getRemove()

getSelectedDomain

public Boolean getSelectedDomain()

getSelectedEquation

public Equation getSelectedEquation()

getText

public String getText()

getVariableNameField

public JTextField getVariableNameField()

getVariablesList

public JList getVariablesList()

getVariablesListModel

public EquationDomainListModel getVariablesListModel()

isPercentageTypeDomain

public Boolean isPercentageTypeDomain()

isSelectedDomain

public Boolean isSelectedDomain()

setBean

public void setBean(org.nuiton.topia.persistence.TopiaEntityContextable bean)

setBeanProperty

public void setBeanProperty(String beanProperty)

setClazz

public void setClazz(Class clazz)

setFormule

public void setFormule(Formule formule)

setFormuleCategory

public void setFormuleCategory(String formuleCategory)

setPercentageTypeDomain

public void setPercentageTypeDomain(Boolean percentageTypeDomain)

setSelectedDomain

public void setSelectedDomain(Boolean selectedDomain)

setSelectedEquation

public void setSelectedEquation(Equation selectedEquation)

setText

public void setText(String text)

get$JScrollPane0

protected JScrollPane get$JScrollPane0()

get$Table0

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

get$JScrollPane1

protected JScrollPane get$JScrollPane1()

get$ListSelectionModel0

protected ListSelectionModel get$ListSelectionModel0()

get$Table1

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

get$Table2

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

get$JLabel0

protected JLabel get$JLabel0()

get$Table3

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

get$JLabel1

protected JLabel get$JLabel1()

get$JLabel2

protected JLabel get$JLabel2()

get$Table4

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

get$JLabel3

protected JLabel get$JLabel3()

get$JLabel4

protected JLabel get$JLabel4()

get$JButton0

protected JButton get$JButton0()

addChildrenToContent

protected void addChildrenToContent()

addChildrenToHidablePanel

protected void addChildrenToHidablePanel()

createAdd

protected void createAdd()

createBean

protected void createBean()

createBeanProperty

protected void createBeanProperty()

createClazz

protected void createClazz()

createCoefficientField

protected void createCoefficientField()

createContent

protected void createContent()
Overrides:
createContent in class ContinuousPanelContainerUI

createEditor

protected void createEditor()

createFormule

protected void createFormule()

createFormuleCategory

protected void createFormuleCategory()

createHidablePanel

protected void createHidablePanel()

createMaxBoundField

protected void createMaxBoundField()

createMinBoundField

protected void createMinBoundField()

createMinMaxButton

protected void createMinMaxButton()

createPercentageTypeButton

protected void createPercentageTypeButton()

createPercentageTypeDomain

protected void createPercentageTypeDomain()

createReferenceValueField

protected void createReferenceValueField()

createRemove

protected void createRemove()

createSelectedDomain

protected void createSelectedDomain()

createSelectedEquation

protected void createSelectedEquation()

createText

protected void createText()

createVariableNameField

protected void createVariableNameField()

createVariablesList

protected void createVariablesList()

createVariablesListModel

protected void createVariablesListModel()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.