Serialized Form
-
Package org.jorigin.gui
-
Class org.jorigin.gui.JDatePanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
calendar
java.util.GregorianCalendar calendar
-
dayLB
javax.swing.JLabel dayLB
-
dayTF
javax.swing.JSpinner dayTF
-
dayTFModel
javax.swing.SpinnerModel dayTFModel
-
hourMinuteTF
javax.swing.JSpinner hourMinuteTF
-
idListenerList
javax.swing.event.EventListenerList idListenerList
-
langResource
LangResourceBundle langResource
-
listening
boolean listening
-
monthCB
javax.swing.JComboBox<java.lang.String> monthCB
-
monthLB
javax.swing.JLabel monthLB
-
showLabel
boolean showLabel
-
yearLB
javax.swing.JLabel yearLB
-
yearTF
javax.swing.JSpinner yearTF
-
yearTFModel
javax.swing.SpinnerModel yearTFModel
-
-
Class org.jorigin.gui.JDesktopPane extends javax.swing.JDesktopPane implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
fitDeltaMax
double fitDeltaMax
The fit delta max used. By default this delta is set to50 -
fitMethod
int fitMethod
The current fit method. By default this method is set toFIT_CENTER_DELTA. -
frameDimensionRatio
double frameDimensionRatio
The current dimension ratio used. By default this ratio is 0.5 of the desktop size. -
organizeMethod
int organizeMethod
The organization method used. By default this is set toNONE.
-
-
Class org.jorigin.gui.JImageFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
imageCoordLB
javax.swing.JLabel imageCoordLB
-
imageCoordTF
javax.swing.JLabel imageCoordTF
-
imagePanel
JImagePanel imagePanel
-
imagePixelFormat
java.text.NumberFormat imagePixelFormat
-
imageToolbar
JImagePanelToolBar imageToolbar
-
northPanel
javax.swing.JPanel northPanel
-
panelCoordLB
javax.swing.JLabel panelCoordLB
-
panelCoordTF
javax.swing.JLabel panelCoordTF
-
panelPixelFormat
java.text.NumberFormat panelPixelFormat
-
southPanel
javax.swing.JPanel southPanel
-
-
Class org.jorigin.gui.JImagePanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201708311445L
-
Serialized Fields
-
autoFit
boolean autoFit
-
autoRepaint
boolean autoRepaint
-
features
java.util.List<JImageFeature> features
-
image
java.awt.image.BufferedImage image
-
lastCursorPositionX
int lastCursorPositionX
-
lastCursorPositionY
int lastCursorPositionY
-
mode
int mode
-
mouseButtonActive
int mouseButtonActive
-
painting
boolean painting
-
renderingHints
java.awt.RenderingHints renderingHints
-
scale
double scale
-
selectionShape
java.awt.Shape selectionShape
-
selectionShapeStroke
java.awt.Stroke selectionShapeStroke
-
transform
java.awt.geom.AffineTransform transform
-
-
Class org.jorigin.gui.JImagePanelToolBar extends javax.swing.JToolBar implements Serializable
- serialVersionUID:
- 201708311445L
-
Serialized Fields
-
fitBT
javax.swing.JButton fitBT
-
imagePanel
JImagePanel imagePanel
-
listening
boolean listening
-
modeSelectionGroup
javax.swing.ButtonGroup modeSelectionGroup
-
modeSelectionPointButton
javax.swing.JToggleButton modeSelectionPointButton
-
modeSelectionRectButton
javax.swing.JToggleButton modeSelectionRectButton
-
modeSelectionShapeButton
javax.swing.JToggleButton modeSelectionShapeButton
-
scaleLB
javax.swing.JLabel scaleLB
-
scaleSpinner
javax.swing.JSpinner scaleSpinner
-
-
Class org.jorigin.gui.JMemoryStateBar extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
isActive
boolean isActive
-
memoryGarbageCollectorButton
javax.swing.JButton memoryGarbageCollectorButton
-
memoryMonitor
javax.swing.SwingWorker<java.lang.Object,java.lang.Object> memoryMonitor
-
memoryMonitorActivateButton
javax.swing.JToggleButton memoryMonitorActivateButton
-
memoryStateBar
javax.swing.JProgressBar memoryStateBar
-
refreshDelay
long refreshDelay
-
-
Class org.jorigin.gui.JPanelFrame extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
gradientPanel
org.jorigin.gui.JPanelFrame.GradientPanel gradientPanel
-
headerPanel
javax.swing.JPanel headerPanel
-
iconImage
java.awt.Image iconImage
Title icon of the panel frame -
rootPane
javax.swing.JRootPane rootPane
-
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
If it's true, calls to add and setLayout are forwarded to the contentPane -
selected
boolean selected
-
titleLabel
javax.swing.JLabel titleLabel
-
-
Class org.jorigin.gui.JRenderingHintsPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
alphaInterpolationCB
javax.swing.JComboBox<java.lang.Object> alphaInterpolationCB
-
alphaInterpolationLB
javax.swing.JLabel alphaInterpolationLB
-
alphaInterpolationValues
java.lang.Object[] alphaInterpolationValues
-
antiAliasingCB
javax.swing.JComboBox<java.lang.Object> antiAliasingCB
-
antiAliasingLB
javax.swing.JLabel antiAliasingLB
-
antiAliasingValues
java.lang.Object[] antiAliasingValues
-
colorRenderingCB
javax.swing.JComboBox<java.lang.Object> colorRenderingCB
-
colorRenderingLB
javax.swing.JLabel colorRenderingLB
-
colorRenderingValues
java.lang.Object[] colorRenderingValues
-
ditheringCB
javax.swing.JComboBox<java.lang.Object> ditheringCB
-
ditheringLB
javax.swing.JLabel ditheringLB
-
ditheringValues
java.lang.Object[] ditheringValues
-
fractionalCB
javax.swing.JComboBox<java.lang.Object> fractionalCB
-
fractionalLB
javax.swing.JLabel fractionalLB
-
fractionalMetricsValues
java.lang.Object[] fractionalMetricsValues
-
hints
java.awt.RenderingHints hints
The rendering hints to edit -
interpolationCB
javax.swing.JComboBox<java.lang.Object> interpolationCB
-
interpolationLB
javax.swing.JLabel interpolationLB
-
interpolationValues
java.lang.Object[] interpolationValues
-
isListening
boolean isListening
-
lr
LangResourceBundle lr
-
renderingCB
javax.swing.JComboBox<java.lang.Object> renderingCB
-
renderingLB
javax.swing.JLabel renderingLB
-
renderingValues
java.lang.Object[] renderingValues
-
showBorder
boolean showBorder
-
strokeControlCB
javax.swing.JComboBox<java.lang.Object> strokeControlCB
-
strokeControlLB
javax.swing.JLabel strokeControlLB
-
strokeControlValues
java.lang.Object[] strokeControlValues
-
textAntiAliasingCB
javax.swing.JComboBox<java.lang.Object> textAntiAliasingCB
-
textAntiAliasingLB
javax.swing.JLabel textAntiAliasingLB
-
textAntiAliasingValues
java.lang.Object[] textAntiAliasingValues
-
textLCDContrastLB
javax.swing.JLabel textLCDContrastLB
-
textLCDContrastSI
javax.swing.JSpinner textLCDContrastSI
-
-
Class org.jorigin.gui.SplashWindow extends javax.swing.JWindow implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
closerRunner
java.lang.Runnable closerRunner
-
maxValue
int maxValue
The max value of the progress bar. -
progressBar
javax.swing.JProgressBar progressBar
The progress bar integrated to the splash window. -
southPanel
javax.swing.JPanel southPanel
The panel composing the south of the splash window. -
state
javax.swing.JLabel state
The label displaying the state of the splash window.
-
-
-
Package org.jorigin.gui.layout
-
Class org.jorigin.gui.layout.WrapLayout extends java.awt.FlowLayout implements Serializable
- serialVersionUID:
- 201801141330L
-
-
Package org.jorigin.gui.thumbnail
-
Class org.jorigin.gui.thumbnail.JThumbnail extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
content
T content
-
currentBgColor
java.awt.Color currentBgColor
-
currentBorder
javax.swing.border.Border currentBorder
-
focusBgColor
java.awt.Color focusBgColor
-
focused
boolean focused
-
focusedBorder
javax.swing.border.Border focusedBorder
-
idColor
java.awt.Color idColor
-
idFont
java.awt.Font idFont
-
idListenerList
javax.swing.event.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 totrue. -
marked
boolean marked
-
markedBgColor
java.awt.Color markedBgColor
-
name
java.lang.String name
-
nameLB
javax.swing.JLabel nameLB
-
nameOrientation
java.lang.String nameOrientation
Where the name of the label has to be visible. Possible values can be:BorderLayout.NORTHBorderLayout.SOUTHBorderLayout.EASTBorderLayout.WEST
BorderLayout.SOUTH. -
nameVisible
boolean nameVisible
Is the name of the thumbnail have to be visible.
By default this value is set totrue. -
selected
boolean selected
-
selectedBgColor
java.awt.Color selectedBgColor
-
standard
boolean standard
-
standardBgColor
java.awt.Color standardBgColor
-
thumbnailComponent
javax.swing.JComponent thumbnailComponent
-
thumbnailID
int thumbnailID
-
thumbnailMargin
int thumbnailMargin
-
thumbnailPN
javax.swing.JPanel thumbnailPN
Thepaneldedicated to thumbnail content display.
-
-
Class org.jorigin.gui.thumbnail.JThumbnailImage extends JThumbnail<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
icon
javax.swing.ImageIcon icon
-
image
java.awt.Image image
-
imageLB
javax.swing.JLabel imageLB
-
-
Class org.jorigin.gui.thumbnail.JThumbnailPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activatedLabel
JThumbnail<T> activatedLabel
The first selected label -
focusColor
java.awt.Color focusColor
Color used for the coloring the background of the label where it's in focus state -
idListenerList
javax.swing.event.EventListenerList idListenerList
Liste des ecouteurs informes des evenements du thumbnail -
isLabelLoading
boolean isLabelLoading
-
itemPResentColor
java.awt.Color itemPResentColor
-
labelCount
int labelCount
-
labelHeight
int labelHeight
-
labelMargin
int labelMargin
-
labelPerLine
int labelPerLine
The number of labels to show per line. -
labels
java.util.ArrayList<JThumbnail<T>> labels
The label added to the list -
labelWidth
int labelWidth
-
lastSelectedIndex
int lastSelectedIndex
The index corresponding to the last selected index -
normalColor
java.awt.Color normalColor
Color used for the coloring the background of the label where it's in standard state -
selectedColor
java.awt.Color selectedColor
Color used for the coloring the background of the label where it's in selected state -
selectedLabels
java.util.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
java.lang.String state
-
thumbRatio
double thumbRatio
-
-
-
Package org.jorigin.plugin
-
Class org.jorigin.plugin.PluginToolkitEvent extends java.awt.AWTEvent implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
message
java.lang.String message
The message attached to the event -
plugin
IPlugin plugin
The plugin attached to the event -
progress
double progress
The progress attached to the event -
taskSize
double taskSize
The task size attached to the event
-
-
-
Package org.jorigin.system.gui
-
Class org.jorigin.system.gui.GraphicsEnvironmentPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
centerPoint
java.awt.Point centerPoint
-
centerPointLB
javax.swing.JLabel centerPointLB
-
centerPointTF
javax.swing.JTextField centerPointTF
-
devices
java.awt.GraphicsDevice[] devices
-
displayCB
javax.swing.JComboBox<java.awt.GraphicsDevice> displayCB
-
displayedFontSize
float displayedFontSize
-
displayLB
javax.swing.JLabel displayLB
-
displayPN
javax.swing.JPanel displayPN
-
fonts
java.awt.Font[] fonts
-
fontsList
javax.swing.JList<java.awt.Font> fontsList
-
fontsListSP
javax.swing.JScrollPane fontsListSP
-
fontsPN
javax.swing.JPanel fontsPN
-
ge
java.awt.GraphicsEnvironment ge
-
geometryPN
javax.swing.JPanel geometryPN
-
lr
LangResourceBundle lr
-
maximumWindowBounds
java.awt.Rectangle maximumWindowBounds
-
maximumWindowBoundsLB
javax.swing.JLabel maximumWindowBoundsLB
-
maximumWindowBoundsTF
javax.swing.JTextField maximumWindowBoundsTF
-
-
-
Package org.jorigin.task
-
Class org.jorigin.task.ActivityCaret extends java.awt.Rectangle implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
java.lang.ClassNotFoundExceptionjava.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
active
boolean active
-
aspectRatio
float aspectRatio
-
caretWidth
int caretWidth
The width of the caret in pixels. -
component
javax.swing.text.JTextComponent component
-
dot
int dot
-
dotLTR
boolean dotLTR
-
flasher
javax.swing.Timer 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
javax.swing.event.EventListenerList listenerList
The event listener list. -
magicCaretPosition
java.awt.Point magicCaretPosition
-
mark
int mark
-
markLTR
boolean markLTR
-
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
java.lang.Object selectionTag
-
selectionVisible
boolean selectionVisible
-
updatePolicy
int updatePolicy
-
visible
boolean visible
-
-
Class org.jorigin.task.ActivityMonitor extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activityTracer
javax.swing.JTextPane activityTracer
-
activityTracerDocument
javax.swing.text.DefaultStyledDocument activityTracerDocument
-
activityTracerHeight
int activityTracerHeight
-
activityTracerPN
javax.swing.JPanel activityTracerPN
-
activityTracerScrollPane
javax.swing.JScrollPane activityTracerScrollPane
-
boundedTask
int boundedTask
-
isPersistent
boolean isPersistent
-
layout
java.awt.GridBagLayout layout
-
lock
java.util.concurrent.locks.Lock lock
-
persistenceCheckBox
javax.swing.JCheckBox persistenceCheckBox
-
persistenceCheckBoxVisible
boolean persistenceCheckBoxVisible
-
progressBarHeight
int progressBarHeight
-
progressBarsPN
javax.swing.JPanel progressBarsPN
-
progressBarVisible
boolean progressBarVisible
-
progressLabelHeight
int progressLabelHeight
-
progressLabelVisible
boolean progressLabelVisible
-
sc
javax.swing.text.StyleContext sc
-
showProgressionText
boolean showProgressionText
-
showProgressType
int showProgressType
-
taskErrorStyle
javax.swing.text.Style taskErrorStyle
-
taskFinishedStyle
javax.swing.text.Style taskFinishedStyle
-
taskInfoStyle
javax.swing.text.Style taskInfoStyle
-
taskProgressMap
java.util.HashMap<java.lang.String,JTaskProgress> taskProgressMap
-
taskProgressStyle
javax.swing.text.Style taskProgressStyle
-
taskStartedStyle
javax.swing.text.Style taskStartedStyle
-
taskWarningStyle
javax.swing.text.Style taskWarningStyle
-
textAreaVisible
boolean textAreaVisible
-
useNewLine
boolean useNewLine
-
-
Class org.jorigin.task.TaskEvent extends java.awt.AWTEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
size
int size
The size of the task (number of step of progress needed to accomplish the task -
taskDescription
java.lang.String taskDescription
The description of the current task -
taskName
java.lang.String taskName
The name of the task which this event is attached
-
-
-
Package org.jorigin.task.gui
-
Class org.jorigin.task.gui.JTaskProgress extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 201801141330L
-
Serialized Fields
-
label
javax.swing.JLabel label
-
labelVisible
boolean labelVisible
-
progressBar
javax.swing.JProgressBar progressBar
-
progressBarVisible
boolean progressBarVisible
-
-