Class ResultChoiceUI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject

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

    • PROPERTY_SENSITIVITY

      public static final String PROPERTY_SENSITIVITY
      See Also:
    • BINDING_LIST_RESULT_NAMES_SELECTION_MODEL

      public static final String BINDING_LIST_RESULT_NAMES_SELECTION_MODEL
      See Also:
    • BINDING_RESULT_DELETE_AFTER_EXPORT_CHECK_BOX_VISIBLE

      public static final String BINDING_RESULT_DELETE_AFTER_EXPORT_CHECK_BOX_VISIBLE
      See Also:
    • BINDING_SENSITIVITY_ONLY_KEEP_FIRST_RESULT_CHECK_BOX_VISIBLE

      public static final String BINDING_SENSITIVITY_ONLY_KEEP_FIRST_RESULT_CHECK_BOX_VISIBLE
      See Also:
    • $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
    • handler

      protected ResultChoiceHandler handler
    • listResultNames

      protected JList<String> listResultNames
    • listResultNamesModel

      protected GenericListModel<String> listResultNamesModel
    • resultDeleteAfterExportCheckBox

      protected JCheckBox resultDeleteAfterExportCheckBox
    • sensitivity

      protected Boolean sensitivity
    • sensitivityOnlyKeepFirstResultCheckBox

      protected JCheckBox sensitivityOnlyKeepFirstResultCheckBox
  • Constructor Details

    • ResultChoiceUI

      public ResultChoiceUI(LayoutManager param0)
    • ResultChoiceUI

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

      public ResultChoiceUI(LayoutManager param0, boolean param1)
    • ResultChoiceUI

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

      public ResultChoiceUI()
    • ResultChoiceUI

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

      public ResultChoiceUI(boolean param0)
    • ResultChoiceUI

      public ResultChoiceUI(jaxx.runtime.JAXXContext parentContext, boolean param1)
  • Method Details

    • $afterCompleteSetup

      protected void $afterCompleteSetup()
    • $getJAXXObjectDescriptor

      public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
    • applyDataBinding

      public void applyDataBinding(String $binding)
      Specified by:
      applyDataBinding in interface jaxx.runtime.JAXXObject
    • firePropertyChange

      public void firePropertyChange(String propertyName, Object oldValue, Object newValue)
      Specified by:
      firePropertyChange in interface jaxx.runtime.JAXXObject
      Overrides:
      firePropertyChange in class Component
    • get$objectMap

      public Map<String,Object> get$objectMap()
      Specified by:
      get$objectMap in interface jaxx.runtime.JAXXObject
    • getDataBinding

      public jaxx.runtime.JAXXBinding getDataBinding(String bindingId)
      Specified by:
      getDataBinding in interface jaxx.runtime.JAXXObject
    • getDataBindings

      public jaxx.runtime.JAXXBinding[] getDataBindings()
      Specified by:
      getDataBindings in interface jaxx.runtime.JAXXObject
    • getObjectById

      public Object getObjectById(String id)
      Specified by:
      getObjectById in interface jaxx.runtime.JAXXObject
    • processDataBinding

      public void processDataBinding(String $binding, boolean $force)
      Specified by:
      processDataBinding in interface jaxx.runtime.JAXXObject
    • processDataBinding

      public void processDataBinding(String $binding)
      Specified by:
      processDataBinding in interface jaxx.runtime.JAXXObject
    • registerDataBinding

      public void registerDataBinding(jaxx.runtime.JAXXBinding binding)
      Specified by:
      registerDataBinding in interface jaxx.runtime.JAXXObject
    • removeDataBinding

      public void removeDataBinding(String $binding)
      Specified by:
      removeDataBinding in interface jaxx.runtime.JAXXObject
    • getContextValue

      public <T> T getContextValue(Class<T> clazz)
      Specified by:
      getContextValue in interface jaxx.runtime.JAXXContext
    • getContextValue

      public <T> T getContextValue(Class<T> clazz, String name)
      Specified by:
      getContextValue in interface jaxx.runtime.JAXXContext
    • getDelegateContext

      public jaxx.runtime.JAXXContext getDelegateContext()
      Specified by:
      getDelegateContext in interface jaxx.runtime.JAXXObject
    • getParentContainer

      public <O extends Container> O getParentContainer(Class<O> clazz)
      Specified by:
      getParentContainer in interface jaxx.runtime.JAXXObject
    • getParentContainer

      public <O extends Container> O getParentContainer(Object source, Class<O> clazz)
      Specified by:
      getParentContainer in interface jaxx.runtime.JAXXObject
    • removeContextValue

      public <T> void removeContextValue(Class<T> clazz)
      Specified by:
      removeContextValue in interface jaxx.runtime.JAXXContext
    • removeContextValue

      public <T> void removeContextValue(Class<T> clazz, String name)
      Specified by:
      removeContextValue in interface jaxx.runtime.JAXXContext
    • setContextValue

      public <T> void setContextValue(T o)
      Specified by:
      setContextValue in interface jaxx.runtime.JAXXContext
    • setContextValue

      public <T> void setContextValue(T o, String name)
      Specified by:
      setContextValue in interface jaxx.runtime.JAXXContext
    • doActionPerformed__on__$JButton0

      public void doActionPerformed__on__$JButton0(ActionEvent event)
    • doItemStateChanged__on__resultDeleteAfterExportCheckBox

      public void doItemStateChanged__on__resultDeleteAfterExportCheckBox(ItemEvent event)
    • doItemStateChanged__on__sensitivityOnlyKeepFirstResultCheckBox

      public void doItemStateChanged__on__sensitivityOnlyKeepFirstResultCheckBox(ItemEvent event)
    • doValueChanged__on__listResultNames

      public void doValueChanged__on__listResultNames(ListSelectionEvent event)
    • getHandler

      public ResultChoiceHandler getHandler()
    • getListResultNames

      public JList<String> getListResultNames()
    • getListResultNamesModel

      public GenericListModel<String> getListResultNamesModel()
    • getResultDeleteAfterExportCheckBox

      public JCheckBox getResultDeleteAfterExportCheckBox()
    • getSensitivity

      public Boolean getSensitivity()
    • getSensitivityOnlyKeepFirstResultCheckBox

      public JCheckBox getSensitivityOnlyKeepFirstResultCheckBox()
    • isSensitivity

      public Boolean isSensitivity()
    • setSensitivity

      public void setSensitivity(Boolean sensitivity)
    • get$JButton0

      protected JButton get$JButton0()
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$Table0

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

      protected void createHandler()
    • createListResultNames

      protected void createListResultNames()
    • createListResultNamesModel

      protected void createListResultNamesModel()
    • createResultDeleteAfterExportCheckBox

      protected void createResultDeleteAfterExportCheckBox()
    • createSensitivity

      protected void createSensitivity()
    • createSensitivityOnlyKeepFirstResultCheckBox

      protected void createSensitivityOnlyKeepFirstResultCheckBox()