Class ResultFrameUI

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

public class ResultFrameUI extends JInternalFrame 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
    • exportMenu

      protected JMenu exportMenu
    • handler

      protected ResultFrameHandler handler
    • matrixViewerContainer

      protected JPanel matrixViewerContainer
    • resultsComboBox

      protected JComboBox<String> resultsComboBox
    • sensitivityMenu

      protected JMenu sensitivityMenu
    • simulationMenu

      protected JMenu simulationMenu
  • Constructor Details

    • ResultFrameUI

      public ResultFrameUI(String param0, boolean param1, boolean param2, boolean param3, boolean param4)
    • ResultFrameUI

      public ResultFrameUI(jaxx.runtime.JAXXContext parentContext, String param1, boolean param2, boolean param3, boolean param4, boolean param5)
    • ResultFrameUI

      public ResultFrameUI(String param0, boolean param1, boolean param2)
    • ResultFrameUI

      public ResultFrameUI(jaxx.runtime.JAXXContext parentContext, String param1, boolean param2, boolean param3)
    • ResultFrameUI

      public ResultFrameUI(String param0, boolean param1)
    • ResultFrameUI

      public ResultFrameUI(jaxx.runtime.JAXXContext parentContext, String param1, boolean param2)
    • ResultFrameUI

      public ResultFrameUI(String param0, boolean param1, boolean param2, boolean param3)
    • ResultFrameUI

      public ResultFrameUI(jaxx.runtime.JAXXContext parentContext, String param1, boolean param2, boolean param3, boolean param4)
    • ResultFrameUI

      public ResultFrameUI(String param0)
    • ResultFrameUI

      public ResultFrameUI(jaxx.runtime.JAXXContext parentContext, String param1)
    • ResultFrameUI

      public ResultFrameUI()
    • ResultFrameUI

      public ResultFrameUI(jaxx.runtime.JAXXContext parentContext)
  • Method Details

    • $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__$JMenuItem0

      public void doActionPerformed__on__$JMenuItem0(ActionEvent event)
    • doActionPerformed__on__$JMenuItem1

      public void doActionPerformed__on__$JMenuItem1(ActionEvent event)
    • getExportMenu

      public JMenu getExportMenu()
    • getHandler

      public ResultFrameHandler getHandler()
    • getMatrixViewerContainer

      public JPanel getMatrixViewerContainer()
    • getResultsComboBox

      public JComboBox<String> getResultsComboBox()
    • getSensitivityMenu

      public JMenu getSensitivityMenu()
    • getSimulationMenu

      public JMenu getSimulationMenu()
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JMenuBar0

      protected JMenuBar get$JMenuBar0()
    • get$JMenuItem0

      protected JMenuItem get$JMenuItem0()
    • get$JMenuItem1

      protected JMenuItem get$JMenuItem1()
    • get$Table0

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

      protected void addChildrenToSimulationMenu()
    • createExportMenu

      protected void createExportMenu()
    • createHandler

      protected void createHandler()
    • createMatrixViewerContainer

      protected void createMatrixViewerContainer()
    • createResultsComboBox

      protected void createResultsComboBox()
    • createSensitivityMenu

      protected void createSensitivityMenu()
    • createSimulationMenu

      protected void createSimulationMenu()