Serialized Form
-
Package org.jorigin.swing
-
Class org.jorigin.swing.GraphicsEnvironmentPanel
class GraphicsEnvironmentPanel extends JPanel implements Serializable- serialVersionUID:
- 202111241200L
-
Serialized Fields
-
centerPoint
Point centerPoint
-
centerPointLB
JLabel centerPointLB
-
centerPointTF
JTextField centerPointTF
-
devices
GraphicsDevice[] devices
-
displayCB
JComboBox<GraphicsDevice> displayCB
-
displayedFontSize
float displayedFontSize
-
displayLB
JLabel displayLB
-
displayPN
JPanel displayPN
-
fonts
Font[] fonts
-
fontsList
JList<Font> fontsList
-
fontsListSP
JScrollPane fontsListSP
-
fontsPN
JPanel fontsPN
-
ge
GraphicsEnvironment ge
-
geometryPN
JPanel geometryPN
-
lr
LangResourceBundle lr
-
maximumWindowBounds
Rectangle maximumWindowBounds
-
maximumWindowBoundsLB
JLabel maximumWindowBoundsLB
-
maximumWindowBoundsTF
JTextField maximumWindowBoundsTF
-
-
Class org.jorigin.swing.JDatePanel
class JDatePanel extends JPanel implements Serializable- serialVersionUID:
- 202111241200L
-
Serialized Fields
-
calendar
GregorianCalendar calendar
-
dayLB
JLabel dayLB
-
dayTF
JSpinner dayTF
-
dayTFModel
SpinnerModel dayTFModel
-
hourMinuteTF
JSpinner hourMinuteTF
-
idListenerList
EventListenerList idListenerList
The attached listeners. -
langResource
LangResourceBundle langResource
-
listening
boolean listening
-
monthCB
JComboBox<String> monthCB
-
monthLB
JLabel monthLB
-
showLabel
boolean showLabel
-
yearLB
JLabel yearLB
-
yearTF
JSpinner yearTF
-
yearTFModel
SpinnerModel yearTFModel
-
-
Class org.jorigin.swing.JDesktopPane
class JDesktopPane extends JDesktopPane implements Serializable- serialVersionUID:
- 202111241200L
-
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.swing.JImageFrame
class JImageFrame extends JFrame implements Serializable- serialVersionUID:
- 201903071000L
-
Serialized Fields
-
imageCoordLB
JLabel imageCoordLB
-
imageCoordTF
JLabel imageCoordTF
-
imagePanel
JImagePanel imagePanel
-
imagePixelFormat
NumberFormat imagePixelFormat
-
imageToolbar
JImagePanelToolBar imageToolbar
-
northPanel
JPanel northPanel
-
panelCoordLB
JLabel panelCoordLB
-
panelCoordTF
JLabel panelCoordTF
-
panelPixelFormat
NumberFormat panelPixelFormat
-
southPanel
JPanel southPanel
-
-
Class org.jorigin.swing.JImagePanel
class JImagePanel extends JPanel implements Serializable- serialVersionUID:
- 201903071000L
-
Serialized Fields
-
autoFit
boolean autoFit
-
autoRepaint
boolean autoRepaint
-
image
BufferedImage image
-
lastCursorPositionX
int lastCursorPositionX
-
lastCursorPositionY
int lastCursorPositionY
-
layers
Map<String,
List<JImageFeature>> layers -
layersVisibility
Map<String,
Boolean> layersVisibility -
mode
int mode
-
mouseButtonActive
int mouseButtonActive
-
painting
boolean painting
-
renderingHints
RenderingHints renderingHints
-
scale
double scale
-
selectionShape
Shape selectionShape
-
selectionShapeStroke
Stroke selectionShapeStroke
-
transform
AffineTransform transform
-
-
Class org.jorigin.swing.JImagePanelToolBar
class JImagePanelToolBar extends JToolBar implements Serializable- serialVersionUID:
- 201708311445L
-
Serialized Fields
-
fitBT
JButton fitBT
-
imagePanel
JImagePanel imagePanel
-
listening
boolean listening
-
modeSelectionGroup
ButtonGroup modeSelectionGroup
-
modeSelectionPointButton
JToggleButton modeSelectionPointButton
-
modeSelectionRectButton
JToggleButton modeSelectionRectButton
-
modeSelectionShapeButton
JToggleButton modeSelectionShapeButton
-
scaleLB
JLabel scaleLB
-
scaleSpinner
JSpinner scaleSpinner
-
-
Class org.jorigin.swing.JMemoryStateBar
class JMemoryStateBar extends JPanel implements Serializable- serialVersionUID:
- 202111241200L
-
Serialized Fields
-
isActive
boolean isActive
The activation flag -
memoryGarbageCollectorButton
JButton memoryGarbageCollectorButton
The garbage collector activation button. -
memoryMonitor
SwingWorker<Object,
Object> memoryMonitor The memory monitor worker. -
memoryMonitorActivateButton
JToggleButton memoryMonitorActivateButton
The memory monotirong activation button. -
memoryStateBar
JProgressBar memoryStateBar
The progress bar. -
refreshDelay
long refreshDelay
The refresh delay in milliseconds (ms)
-
-
Class org.jorigin.swing.JPanelFrame
class JPanelFrame extends JPanel implements Serializable- serialVersionUID:
- 202111241200L
-
Serialized Fields
-
gradientPanel
org.jorigin.swing.JPanelFrame.GradientPanel gradientPanel
-
headerPanel
JPanel headerPanel
-
iconImage
Image iconImage
Title icon of the panel frame -
rootPane
JRootPane rootPane
-
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
If it's true, calls to add and setLayout are forwarded to the contentPane -
selected
boolean selected
-
titleLabel
JLabel titleLabel
-
-
Class org.jorigin.swing.JRenderingHintsPanel
class JRenderingHintsPanel extends JPanel implements Serializable- serialVersionUID:
- 202111241200L
-
Serialized Fields
-
alphaInterpolationCB
JComboBox<Object> alphaInterpolationCB
-
alphaInterpolationLB
JLabel alphaInterpolationLB
-
alphaInterpolationValues
Object[] alphaInterpolationValues
-
antiAliasingCB
JComboBox<Object> antiAliasingCB
-
antiAliasingLB
JLabel antiAliasingLB
-
antiAliasingValues
Object[] antiAliasingValues
-
colorRenderingCB
JComboBox<Object> colorRenderingCB
-
colorRenderingLB
JLabel colorRenderingLB
-
colorRenderingValues
Object[] colorRenderingValues
-
ditheringCB
JComboBox<Object> ditheringCB
-
ditheringLB
JLabel ditheringLB
-
ditheringValues
Object[] ditheringValues
-
fractionalCB
JComboBox<Object> fractionalCB
-
fractionalLB
JLabel fractionalLB
-
fractionalMetricsValues
Object[] fractionalMetricsValues
-
hints
RenderingHints hints
The rendering hints to edit -
interpolationCB
JComboBox<Object> interpolationCB
-
interpolationLB
JLabel interpolationLB
-
interpolationValues
Object[] interpolationValues
-
isListening
boolean isListening
-
lr
LangResourceBundle lr
-
renderingCB
JComboBox<Object> renderingCB
-
renderingLB
JLabel renderingLB
-
renderingValues
Object[] renderingValues
-
showBorder
boolean showBorder
-
strokeControlCB
JComboBox<Object> strokeControlCB
-
strokeControlLB
JLabel strokeControlLB
-
strokeControlValues
Object[] strokeControlValues
-
textAntiAliasingCB
JComboBox<Object> textAntiAliasingCB
-
textAntiAliasingLB
JLabel textAntiAliasingLB
-
textAntiAliasingValues
Object[] textAntiAliasingValues
-
textLCDContrastLB
JLabel textLCDContrastLB
-
textLCDContrastSI
JSpinner textLCDContrastSI
-
-
Class org.jorigin.swing.SplashWindow
class SplashWindow extends JWindow implements Serializable- serialVersionUID:
- 202111241200L
-
Serialized Fields
-
closerRunner
Runnable closerRunner
the thread that close the splash window. -
maxValue
int maxValue
The max value of the progress bar. -
progressBar
JProgressBar progressBar
The progress bar integrated to the splash window. -
southPanel
JPanel southPanel
The panel composing the south of the splash window. -
state
JLabel state
The label displaying the state of the splash window.
-
-
-
Package org.jorigin.swing.layout
-
Class org.jorigin.swing.layout.WrapLayout
class WrapLayout extends FlowLayout implements Serializable- serialVersionUID:
- 202111241200L
-
-
Package org.jorigin.swing.task
-
Class org.jorigin.swing.task.ActivityCaret
class ActivityCaret extends Rectangle implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Read a caret from serialized object.- Parameters:
s- an object input stream- Throws:
ClassNotFoundException- if the object does not match a classIOException- if an error occurs
-
writeObject
Write this caret to the given object output stream.- Parameters:
s- the object output stream- Throws:
IOException- if an error occurs
-
-
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 totrue. -
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 toBorderLayout.SOUTH. -
nameVisible
boolean nameVisible
Is the name of the thumbnail have to be visible.
By default this value is set totrue. -
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
Thepaneldedicated to thumbnail content display.
-
-
Class org.jorigin.swing.thumbnail.JThumbnailImage
- 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.
-
-