Serialized Form

  • Package org.jorigin.swing

  • Package org.jorigin.swing.layout

  • Package org.jorigin.swing.task

    • Class org.jorigin.swing.task.ActivityCaret

      class ActivityCaret extends Rectangle implements Serializable
      serialVersionUID:
      1L
      • Serialization Methods

      • Serialized Fields

        • active
          boolean active
          The activation state of the caret.
        • aspectRatio
          float aspectRatio
          The aspect ratio.
        • caretWidth
          int caretWidth
          The width of the caret in pixels.
        • component
          JTextComponent component
          The underlying component.
        • dot
          int dot
          The caret dot.
        • dotLTR
          boolean dotLTR
          The caret Left To Right state.
        • flasher
          Timer flasher
          The time flasher.
        • forceCaretPositionChange
          boolean forceCaretPositionChange
          If this is true, the location of the dot is updated regardless of the current location. This is set in the DocumentListener such that even if the model location of dot hasn't changed (perhaps do to a forward delete) the visual location is updated.
        • listenerList
          EventListenerList listenerList
          The event listener list.
        • magicCaretPosition
          Point magicCaretPosition
          The caret position.
        • mark
          int mark
          The caret mark.
        • markLTR
          boolean markLTR
          The mark Left to Right state.
        • ownsSelection
          boolean ownsSelection
          This is used to indicate if the caret currently owns the selection. This is always false if the system does not support the system clipboard.
        • selectionTag
          Object selectionTag
          The selection tag.
        • selectionVisible
          boolean selectionVisible
          The visibility of the selection.
        • updatePolicy
          int updatePolicy
          The update policy
        • visible
          boolean visible
          The visibility of the caret is visible.
    • Class org.jorigin.swing.task.JActivityMonitor

      class JActivityMonitor extends JDialog implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • activityTracer
          JTextPane activityTracer
        • activityTracerDocument
          DefaultStyledDocument activityTracerDocument
        • activityTracerHeight
          int activityTracerHeight
        • activityTracerPN
          JPanel activityTracerPN
        • activityTracerScrollPane
          JScrollPane activityTracerScrollPane
        • boundedTask
          int boundedTask
        • isPersistent
          boolean isPersistent
        • layout
          GridBagLayout layout
        • lock
          Lock lock
        • persistenceCheckBox
          JCheckBox persistenceCheckBox
        • persistenceCheckBoxVisible
          boolean persistenceCheckBoxVisible
        • progressBarHeight
          int progressBarHeight
        • progressBarsPN
          JPanel progressBarsPN
        • progressBarVisible
          boolean progressBarVisible
        • progressLabelHeight
          int progressLabelHeight
        • progressLabelVisible
          boolean progressLabelVisible
        • sc
          StyleContext sc
        • showProgressionText
          boolean showProgressionText
        • showProgressType
          int showProgressType
          The way to show progress type.
        • taskErrorStyle
          Style taskErrorStyle
        • taskFinishedStyle
          Style taskFinishedStyle
        • taskInfoStyle
          Style taskInfoStyle
        • taskProgressMap
          HashMap<String,JTaskProgress> taskProgressMap
        • taskProgressStyle
          Style taskProgressStyle
        • taskStartedStyle
          Style taskStartedStyle
        • taskWarningStyle
          Style taskWarningStyle
        • textAreaVisible
          boolean textAreaVisible
        • useNewLine
          boolean useNewLine
    • Class org.jorigin.swing.task.JTaskProgress

      class JTaskProgress extends JPanel implements Serializable
      serialVersionUID:
      202111241200L
      • Serialized Fields

        • label
          JLabel label
        • labelVisible
          boolean labelVisible
        • progressBar
          JProgressBar progressBar
        • progressBarVisible
          boolean progressBarVisible
  • Package org.jorigin.swing.thumbnail

    • Class org.jorigin.swing.thumbnail.JThumbnail

      class JThumbnail extends JPanel implements Serializable
      serialVersionUID:
      202111241200L
      • Serialized Fields

        • content
          T content
          The thumbnail underlying content.
        • currentBgColor
          Color currentBgColor
          The thumbnail current background color
        • currentBorder
          Border currentBorder
          The thumbnail current border
        • focusBgColor
          Color focusBgColor
          The thumbnail focused background color
        • focused
          boolean focused
          Is the label is in focused state.
        • focusedBorder
          Border focusedBorder
          The thumbnail focused border
        • idColor
          Color idColor
          The thumbnail identifier font color
        • idFont
          Font idFont
          The thumbnail identifier font
        • idListenerList
          EventListenerList idListenerList
          Liste des ecouteurs informes des evenements du label
        • idVisible
          boolean idVisible
          Is the numerical identifier of the thumbnail has to be visible.
          By default this value is set to true.
        • marked
          boolean marked
          Is the label is in marked state.
        • markedBgColor
          Color markedBgColor
          The thumbnail marked background color
        • name
          String name
          The thumbnail name.
        • nameLB
          JLabel nameLB
          The thumbnail name label
        • nameOrientation
          String nameOrientation
          Where the name of the label has to be visible. Possible values can be: by default this value is set to BorderLayout.SOUTH.
        • nameVisible
          boolean nameVisible
          Is the name of the thumbnail have to be visible.
          By default this value is set to true.
        • selected
          boolean selected
          Is the label is in selected state.
        • selectedBgColor
          Color selectedBgColor
          The thumbnail activated background color
        • standard
          boolean standard
          Is the label is in standard state.
        • standardBgColor
          Color standardBgColor
          The thumbnail standard background color
        • thumbnailComponent
          JComponent thumbnailComponent
          The thumbnail displayed component.
        • thumbnailID
          int thumbnailID
          The thumbnail numerical identifier.
        • thumbnailMargin
          int thumbnailMargin
          The thumbnail margin
        • thumbnailPN
          JPanel thumbnailPN
          The panel dedicated to thumbnail content display.
    • Class org.jorigin.swing.thumbnail.JThumbnailImage

      class JThumbnailImage extends JThumbnail<T> implements Serializable
      serialVersionUID:
      1L
    • Class org.jorigin.swing.thumbnail.JThumbnailPanel

      class JThumbnailPanel extends JPanel implements Serializable
      serialVersionUID:
      202111241200L
      • Serialized Fields

        • activatedLabel
          JThumbnail<T> activatedLabel
          The first selected label
        • focusColor
          Color focusColor
          Color used for the coloring the background of the label where it's in focus state
        • idListenerList
          EventListenerList idListenerList
          Liste des ecouteurs informes des evenements du thumbnail
        • isLabelLoading
          boolean isLabelLoading
          The label loading state
        • itemPResentColor
          Color itemPResentColor
          The item presentation color
        • labelCount
          int labelCount
          The label count.
        • labelHeight
          int labelHeight
          The label height.
        • labelMargin
          int labelMargin
          the label margin.
        • labelPerLine
          int labelPerLine
          The number of labels to show per line.
        • labels
          ArrayList<JThumbnail<T>> labels
          The label added to the list
        • labelWidth
          int labelWidth
          The label width.
        • lastSelectedIndex
          int lastSelectedIndex
          The index corresponding to the last selected index
        • normalColor
          Color normalColor
          Color used for the coloring the background of the label where it's in standard state
        • selectedColor
          Color selectedColor
          Color used for the coloring the background of the label where it's in selected state
        • selectedLabels
          List<JThumbnail<T>> selectedLabels
          The selected labels
        • selectionMode
          int selectionMode
          Selection mode of the thumbnail
          Selection mode can be:
          Exclusive by using the setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
          Contiguous by using the selectection(javax.swing.ListSelectionModel.SINGLE_INTERVAL_SELECTION );
          Multiple Contiguous by using the selectection(javax.swing.ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
        • state
          String state
          The state description.
        • thumbRatio
          double thumbRatio
          The thumb ratio.