Class ResultUI

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

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

    • $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 ResultHandler handler
    • logButton

      protected JButton logButton
    • openButton

      protected JButton openButton
    • removeButton

      protected JButton removeButton
    • simulationComboBox

      protected FilterableComboBox<String> simulationComboBox
    • simulationDesktopPane

      protected JDesktopPane simulationDesktopPane
  • Constructor Details

    • ResultUI

      public ResultUI(LayoutManager param0)
    • ResultUI

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

      public ResultUI(LayoutManager param0, boolean param1)
    • ResultUI

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

      public ResultUI()
    • ResultUI

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

      public ResultUI(boolean param0)
    • ResultUI

      public ResultUI(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__logButton

      public void doActionPerformed__on__logButton(ActionEvent event)
    • doActionPerformed__on__openButton

      public void doActionPerformed__on__openButton(ActionEvent event)
    • doActionPerformed__on__removeButton

      public void doActionPerformed__on__removeButton(ActionEvent event)
    • doActionPerformed__on__simulationComboBox

      public void doActionPerformed__on__simulationComboBox(ActionEvent event)
    • getHandler

      public ResultHandler getHandler()
    • getLogButton

      public JButton getLogButton()
    • getOpenButton

      public JButton getOpenButton()
    • getRemoveButton

      public JButton getRemoveButton()
    • getSimulationComboBox

      public FilterableComboBox<String> getSimulationComboBox()
    • getSimulationDesktopPane

      public JDesktopPane getSimulationDesktopPane()
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$Table0

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

      protected void createHandler()
    • createLogButton

      protected void createLogButton()
    • createOpenButton

      protected void createOpenButton()
    • createRemoveButton

      protected void createRemoveButton()
    • createSimulationComboBox

      protected void createSimulationComboBox()
    • createSimulationDesktopPane

      protected void createSimulationDesktopPane()