Serialized Form

  • Package filenet.vw.toolkit.runtime.step.beans

  • Package filenet.vw.toolkit.runtime.step.core.attachments

    • Class filenet.vw.toolkit.runtime.step.core.attachments.VWAttachmentListPanel extends filenet.vw.toolkit.runtime.step.core.VWStepBaseListPanel implements Serializable

      • Serialized Fields

        • m_vwAttachmentTableModel

          filenet.vw.toolkit.runtime.step.core.attachments.VWAttachmentTableModel m_vwAttachmentTableModel
        • m_attachmentToolBar

          filenet.vw.toolkit.runtime.step.core.attachments.VWAttachmentToolBar m_attachmentToolBar
        • m_sessionInfo

          VWSessionInfo m_sessionInfo
    • Class filenet.vw.toolkit.runtime.step.core.attachments.VWAttachmentToolBarPanel extends javax.swing.JPanel implements Serializable

      • Serialized Fields

        • m_toolBar

          filenet.vw.toolkit.runtime.step.core.attachments.VWAttachmentToolBar m_toolBar
        • m_parentFrame

          java.awt.Frame m_parentFrame
    • Class filenet.vw.toolkit.runtime.step.core.attachments.VWIDMItemRenderer extends javax.swing.JLabel implements Serializable

      • Serialized Fields

        • m_blankIcon

          javax.swing.ImageIcon m_blankIcon
        • m_checkIcon

          javax.swing.ImageIcon m_checkIcon
        • m_docIcon

          javax.swing.ImageIcon m_docIcon
        • m_folderIcon

          javax.swing.ImageIcon m_folderIcon
        • m_questionIcon

          javax.swing.ImageIcon m_questionIcon
        • m_siconhtmlIcon

          javax.swing.ImageIcon m_siconhtmlIcon
        • m_storedIcon

          javax.swing.ImageIcon m_storedIcon
  • Package filenet.vw.toolkit.utils

    • Class filenet.vw.toolkit.utils.VWAboutHelper extends javax.swing.JDialog implements Serializable

      • Serialized Fields

        • m_parentFrame

          java.awt.Frame m_parentFrame
        • m_productName

          java.lang.String m_productName
        • m_copyrightFont

          java.awt.Font m_copyrightFont
        • m_OKButton

          javax.swing.JButton m_OKButton
    • Class filenet.vw.toolkit.utils.VWAddRemovePanel extends javax.swing.JPanel implements Serializable

      • Serialized Fields

        • m_typeAheadName

          javax.swing.JTextField m_typeAheadName
        • m_availableLabel

          javax.swing.JLabel m_availableLabel
        • m_availableList

          javax.swing.JList m_availableList
        • m_addButton

          javax.swing.AbstractButton m_addButton
        • m_addAllButton

          javax.swing.AbstractButton m_addAllButton
        • m_removeButton

          javax.swing.AbstractButton m_removeButton
        • m_removeAllButton

          javax.swing.AbstractButton m_removeAllButton
        • m_selectedLabel

          javax.swing.JLabel m_selectedLabel
        • m_selectedList

          javax.swing.JList m_selectedList
        • m_moveUpButton

          javax.swing.AbstractButton m_moveUpButton
        • m_moveDownButton

          javax.swing.AbstractButton m_moveDownButton
        • m_optionPanel

          javax.swing.JPanel m_optionPanel
        • m_enableTypeAhead

          boolean m_enableTypeAhead
        • m_bShowMoveAllButtons

          boolean m_bShowMoveAllButtons
        • m_bShowUpDownButtons

          boolean m_bShowUpDownButtons
        • m_bSortAvailable

          boolean m_bSortAvailable
        • m_bSortSelected

          boolean m_bSortSelected
        • m_bMaintainAvailableSorted

          boolean m_bMaintainAvailableSorted
        • m_bMaintainSelectedSorted

          boolean m_bMaintainSelectedSorted
        • m_hiddenAvailableItems

          java.lang.Object[] m_hiddenAvailableItems
        • m_bIsModified

          boolean m_bIsModified
        • m_listUpdateListenerList

          javax.swing.event.EventListenerList m_listUpdateListenerList
        • m_parentContainer

          java.awt.Container m_parentContainer
        • m_vwSession

          filenet.vw.api.VWSession m_vwSession
    • Class filenet.vw.toolkit.utils.VWBaseAppLauncherApplet extends javax.swing.JApplet implements Serializable

      • Serialized Fields

        • m_sessionInfo

          VWSessionInfo m_sessionInfo
        • m_keepAlive

          java.lang.Object m_keepAlive
        • m_childAppManager

          filenet.vw.toolkit.utils.VWChildAppManager m_childAppManager
        • m_bInitialized

          boolean m_bInitialized
    • Class filenet.vw.toolkit.utils.VWBaseLaunchableApplication extends javax.swing.JFrame implements Serializable

      • Serialized Fields

        • m_childAppManager

          filenet.vw.toolkit.utils.VWChildAppManager m_childAppManager
        • m_bStandAlone

          boolean m_bStandAlone
        • m_sessionInfo

          VWSessionInfo m_sessionInfo
        • m_appSizeKey

          java.lang.String m_appSizeKey
        • m_appPositionKey

          java.lang.String m_appPositionKey
    • Class filenet.vw.toolkit.utils.VWDriverFrame extends java.awt.Frame implements Serializable

    • Class filenet.vw.toolkit.utils.VWLoadingWindow extends javax.swing.JWindow implements Serializable

      • Serialized Fields

        • m_listener

          filenet.vw.toolkit.utils.IVWSplashWindowListener m_listener
        • m_nSleepTimeInMilliseconds

          int m_nSleepTimeInMilliseconds
        • m_workerThread

          java.lang.Thread m_workerThread
    • Class filenet.vw.toolkit.utils.VWPopupMenu extends javax.swing.JPopupMenu implements Serializable

    • Class filenet.vw.toolkit.utils.VWSplashWindow extends javax.swing.JWindow implements Serializable

      • Serialized Fields

        • m_listener

          filenet.vw.toolkit.utils.IVWSplashWindowListener m_listener
        • m_nSplashTimeInMilliseconds

          int m_nSplashTimeInMilliseconds
        • m_splasherThread

          java.lang.Thread m_splasherThread
        • m_status

          javax.swing.JLabel m_status
    • Class filenet.vw.toolkit.utils.VWSplashWindowSA extends javax.swing.JWindow implements Serializable

      • Serialized Fields

        • m_listener

          filenet.vw.toolkit.utils.IVWSplashWindowListener m_listener
        • m_nSplashTimeInMilliseconds

          int m_nSplashTimeInMilliseconds
        • m_splasherThread

          java.lang.Thread m_splasherThread
        • m_copyrightFont

          java.awt.Font m_copyrightFont
        • m_productName

          java.lang.String m_productName
        • m_parentFrame

          java.awt.Frame m_parentFrame
    • Class filenet.vw.toolkit.utils.VWSplitPane extends javax.swing.JSplitPane implements Serializable

      • Serialized Fields

        • m_proportionalLocation

          double m_proportionalLocation
        • m_bFirstTime

          boolean m_bFirstTime
    • Class filenet.vw.toolkit.utils.VWUsersAndGroupsPanel extends filenet.vw.toolkit.utils.VWAddRemovePanel implements Serializable

      • Serialized Fields

        • m_availableParticipants

          filenet.vw.toolkit.utils.table.VWParticipantItem[] m_availableParticipants
        • m_bIncludeGroups

          boolean m_bIncludeGroups
    • Class filenet.vw.toolkit.utils.VWWebAppComboBox extends javax.swing.JComboBox implements Serializable

© Copyright IBM Corporation 2002, 2019. All rights reserved.