Class ConfigUI

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

public class ConfigUI extends JDialog 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
    • exportForceCompressionField

      protected JCheckBox exportForceCompressionField
    • handler

      protected ConfigHandler handler
    • isisConfigFileLocationLabel

      protected JLabel isisConfigFileLocationLabel
    • isisHomeDirectoryField

      protected JTextField isisHomeDirectoryField
    • localeCombo

      protected JComboBox<String> localeCombo
    • matrixStoreResultCacheStepField

      protected JTextField matrixStoreResultCacheStepField
    • matrixStoreResultOnDiskField

      protected JTextField matrixStoreResultOnDiskField
    • matrixVectorClassField

      protected JComboBox<Class<? extends org.nuiton.math.matrix.Vector>> matrixVectorClassField
    • matrixVectorLazyVectorField

      protected JCheckBox matrixVectorLazyVectorField
    • matrixVectorSparseClassField

      protected JComboBox<Class<? extends org.nuiton.math.matrix.Vector>> matrixVectorSparseClassField
    • matrixVectorThresholdField

      protected JTextField matrixVectorThresholdField
    • simulationInMaxThreadsField

      protected JTextField simulationInMaxThreadsField
    • simulationSubMaxMemoryField

      protected JTextField simulationSubMaxMemoryField
    • simulationSubMaxProcessField

      protected JTextField simulationSubMaxProcessField
    • vcsCommunityPasswordField

      protected JTextField vcsCommunityPasswordField
    • vcsCommunityUsernameField

      protected JTextField vcsCommunityUsernameField
    • vcsPasswordField

      protected JTextField vcsPasswordField
    • vcsUsernameField

      protected JTextField vcsUsernameField
  • Constructor Details

    • ConfigUI

      public ConfigUI(Frame param0, String param1, boolean param2, GraphicsConfiguration param3)
    • ConfigUI

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

      public ConfigUI(Frame param0)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Frame param1)
    • ConfigUI

      public ConfigUI(Frame param0, boolean param1)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Frame param1, boolean param2)
    • ConfigUI

      public ConfigUI(Frame param0, String param1)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Frame param1, String param2)
    • ConfigUI

      public ConfigUI(Frame param0, String param1, boolean param2)
    • ConfigUI

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

      public ConfigUI()
    • ConfigUI

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

      public ConfigUI(Window param0, String param1, Dialog.ModalityType param2)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Window param1, String param2, Dialog.ModalityType param3)
    • ConfigUI

      public ConfigUI(Window param0, String param1)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Window param1, String param2)
    • ConfigUI

      public ConfigUI(Window param0, Dialog.ModalityType param1)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Window param1, Dialog.ModalityType param2)
    • ConfigUI

      public ConfigUI(Window param0)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Window param1)
    • ConfigUI

      public ConfigUI(Dialog param0, String param1, boolean param2, GraphicsConfiguration param3)
    • ConfigUI

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

      public ConfigUI(Dialog param0)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Dialog param1)
    • ConfigUI

      public ConfigUI(Dialog param0, boolean param1)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Dialog param1, boolean param2)
    • ConfigUI

      public ConfigUI(Dialog param0, String param1)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Dialog param1, String param2)
    • ConfigUI

      public ConfigUI(Dialog param0, String param1, boolean param2)
    • ConfigUI

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

      public ConfigUI(Window param0, String param1, Dialog.ModalityType param2, GraphicsConfiguration param3)
    • ConfigUI

      public ConfigUI(jaxx.runtime.JAXXContext parentContext, Window param1, String param2, Dialog.ModalityType param3, GraphicsConfiguration param4)
  • 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)
    • doActionPerformed__on__$JButton1

      public void doActionPerformed__on__$JButton1(ActionEvent event)
    • getExportForceCompressionField

      public JCheckBox getExportForceCompressionField()
    • getHandler

      public ConfigHandler getHandler()
    • getIsisConfigFileLocationLabel

      public JLabel getIsisConfigFileLocationLabel()
    • getIsisHomeDirectoryField

      public JTextField getIsisHomeDirectoryField()
    • getLocaleCombo

      public JComboBox<String> getLocaleCombo()
    • getMatrixStoreResultCacheStepField

      public JTextField getMatrixStoreResultCacheStepField()
    • getMatrixStoreResultOnDiskField

      public JTextField getMatrixStoreResultOnDiskField()
    • getMatrixVectorClassField

      public JComboBox<Class<? extends org.nuiton.math.matrix.Vector>> getMatrixVectorClassField()
    • getMatrixVectorLazyVectorField

      public JCheckBox getMatrixVectorLazyVectorField()
    • getMatrixVectorSparseClassField

      public JComboBox<Class<? extends org.nuiton.math.matrix.Vector>> getMatrixVectorSparseClassField()
    • getMatrixVectorThresholdField

      public JTextField getMatrixVectorThresholdField()
    • getSimulationInMaxThreadsField

      public JTextField getSimulationInMaxThreadsField()
    • getSimulationSubMaxMemoryField

      public JTextField getSimulationSubMaxMemoryField()
    • getSimulationSubMaxProcessField

      public JTextField getSimulationSubMaxProcessField()
    • getVcsCommunityPasswordField

      public JTextField getVcsCommunityPasswordField()
    • getVcsCommunityUsernameField

      public JTextField getVcsCommunityUsernameField()
    • getVcsPasswordField

      public JTextField getVcsPasswordField()
    • getVcsUsernameField

      public JTextField getVcsUsernameField()
    • get$JButton0

      protected JButton get$JButton0()
    • get$JButton1

      protected JButton get$JButton1()
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JLabel10

      protected JLabel get$JLabel10()
    • get$JLabel11

      protected JLabel get$JLabel11()
    • get$JLabel12

      protected JLabel get$JLabel12()
    • get$JLabel13

      protected JLabel get$JLabel13()
    • get$JLabel14

      protected JLabel get$JLabel14()
    • get$JLabel15

      protected JLabel get$JLabel15()
    • 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$JLabel6

      protected JLabel get$JLabel6()
    • get$JLabel7

      protected JLabel get$JLabel7()
    • get$JLabel8

      protected JLabel get$JLabel8()
    • get$JLabel9

      protected JLabel get$JLabel9()
    • get$JPanel0

      protected JPanel get$JPanel0()
    • get$JPanel1

      protected JPanel get$JPanel1()
    • get$JPanel2

      protected JPanel get$JPanel2()
    • get$JPanel3

      protected JPanel get$JPanel3()
    • get$JSeparator0

      protected JSeparator get$JSeparator0()
    • get$JTabbedPane0

      protected JTabbedPane get$JTabbedPane0()
    • get$TabInfo0

      protected jaxx.runtime.swing.TabInfo get$TabInfo0()
    • get$TabInfo1

      protected jaxx.runtime.swing.TabInfo get$TabInfo1()
    • get$TabInfo2

      protected jaxx.runtime.swing.TabInfo get$TabInfo2()
    • get$TabInfo3

      protected jaxx.runtime.swing.TabInfo get$TabInfo3()
    • 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()
    • createExportForceCompressionField

      protected void createExportForceCompressionField()
    • createHandler

      protected void createHandler()
    • createIsisConfigFileLocationLabel

      protected void createIsisConfigFileLocationLabel()
    • createIsisHomeDirectoryField

      protected void createIsisHomeDirectoryField()
    • createLocaleCombo

      protected void createLocaleCombo()
    • createMatrixStoreResultCacheStepField

      protected void createMatrixStoreResultCacheStepField()
    • createMatrixStoreResultOnDiskField

      protected void createMatrixStoreResultOnDiskField()
    • createMatrixVectorClassField

      protected void createMatrixVectorClassField()
    • createMatrixVectorLazyVectorField

      protected void createMatrixVectorLazyVectorField()
    • createMatrixVectorSparseClassField

      protected void createMatrixVectorSparseClassField()
    • createMatrixVectorThresholdField

      protected void createMatrixVectorThresholdField()
    • createSimulationInMaxThreadsField

      protected void createSimulationInMaxThreadsField()
    • createSimulationSubMaxMemoryField

      protected void createSimulationSubMaxMemoryField()
    • createSimulationSubMaxProcessField

      protected void createSimulationSubMaxProcessField()
    • createVcsCommunityPasswordField

      protected void createVcsCommunityPasswordField()
    • createVcsCommunityUsernameField

      protected void createVcsCommunityUsernameField()
    • createVcsPasswordField

      protected void createVcsPasswordField()
    • createVcsUsernameField

      protected void createVcsUsernameField()