Class ExportUI

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

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

    • BINDING_LIST_SIMUL_EXPORT_CHOOSE_SELECTION_MODEL

      public static final String BINDING_LIST_SIMUL_EXPORT_CHOOSE_SELECTION_MODEL
      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 ExportHandler handler
    • listSimulExportChoose

      protected JList<String> listSimulExportChoose
    • listSimulExportChooseModel

      protected GenericListModel<String> listSimulExportChooseModel
  • Constructor Details

    • ExportUI

      public ExportUI(LayoutManager param0)
    • ExportUI

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

      public ExportUI(LayoutManager param0, boolean param1)
    • ExportUI

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

      public ExportUI()
    • ExportUI

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

      public ExportUI(boolean param0)
    • ExportUI

      public ExportUI(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)
    • doValueChanged__on__listSimulExportChoose

      public void doValueChanged__on__listSimulExportChoose(ListSelectionEvent event)
    • getHandler

      public ExportHandler getHandler()
    • getListSimulExportChoose

      public JList<String> getListSimulExportChoose()
    • getListSimulExportChooseModel

      public GenericListModel<String> getListSimulExportChooseModel()
    • get$JButton0

      protected JButton get$JButton0()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • createHandler

      protected void createHandler()
    • createListSimulExportChoose

      protected void createListSimulExportChoose()
    • createListSimulExportChooseModel

      protected void createListSimulExportChooseModel()