Serialized Form


Package com.bric.swing

Class com.bric.swing.ColorPicker extends javax.swing.JPanel implements Serializable

serialVersionUID: 3L

Serialized Fields

grayBorder

javax.swing.border.Border grayBorder

options

javax.swing.JPanel options

slider

javax.swing.JSlider slider
The vertical slider


adjustingSpinners

int adjustingSpinners
Used to indicate when we're internally adjusting the value of the spinners. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingSlider

int adjustingSlider
Used to indicate when we're internally adjusting the value of the slider. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingColorPanel

int adjustingColorPanel
Used to indicate when we're internally adjusting the selected color of the ColorPanel. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingHexField

int adjustingHexField
Used to indicate when we're internally adjusting the value of the hex field. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingOpacity

int adjustingOpacity
Used to indicate when we're internally adjusting the value of the opacity. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


expertControls

javax.swing.JPanel expertControls
The "expert" controls are the controls on the right side of this panel: the labels/spinners/radio buttons.


colorPanel

ColorPickerPanel colorPanel

allLabelName

java.lang.String[] allLabelName

min

int min

max

int max

alphaValue

int alphaValue

mior

int mior

major

int major

width

int width

height

int height

paintticks

boolean paintticks

paintLabels

boolean paintLabels

changeListener

javax.swing.event.ChangeListener changeListener

actionListener

java.awt.event.ActionListener actionListener

hexDocListener

com.bric.swing.ColorPicker.HexDocumentListener hexDocListener

index

int index

hue

ColorPicker.Option hue

sat

ColorPicker.Option sat

bri

ColorPicker.Option bri

red

ColorPicker.Option red

green

ColorPicker.Option green

blue

ColorPicker.Option blue

hexLabel

javax.swing.JLabel hexLabel

opacityLabel

javax.swing.JLabel opacityLabel

opacitySlider

javax.swing.JSlider opacitySlider

hexField

javax.swing.JTextField hexField

alpha

ColorPicker.Option alpha

lastOpacity

float lastOpacity

Class com.bric.swing.ColorPickerPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

row

int[] row
A row of pixel data we recycle every time we regenerate this image.


imagePadding

java.awt.Insets imagePadding

image

java.awt.image.BufferedImage image

mode

int mode

point

java.awt.Point point

changeListeners

java.util.Vector<E> changeListeners

writableRaster

java.awt.image.WritableRaster writableRaster

hue

float hue

sat

float sat

bri

float bri

red

int red

green

int green

blue

int blue

mouseListener

javax.swing.event.MouseInputListener mouseListener

keyListener

java.awt.event.KeyListener keyListener

focusListener

java.awt.event.FocusListener focusListener

componentListener

java.awt.event.ComponentListener componentListener

Class com.bric.swing.ColorSwatch extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

menu

javax.swing.JPopupMenu menu

copyItem

javax.swing.JMenuItem copyItem

mouseListener

java.awt.event.MouseListener mouseListener

actionListener

java.awt.event.ActionListener actionListener

w

int w

Class com.bric.swing.SwingButton extends javax.swing.plaf.basic.BasicArrowButton implements Serializable

Serialized Fields

direction

int direction
The direction of the arrow. One of SwingConstants.NORTH, SwingConstants.SOUTH, SwingConstants.EAST or SwingConstants.WEST.


shadow

java.awt.Color shadow

darkShadow

java.awt.Color darkShadow

highlight

java.awt.Color highlight

Package com.ibm

Class com.ibm.JCalendar extends PlugInFrame implements Serializable

Serialized Fields

calendar

Calendar calendar

analogClock

IClock analogClock

digitalClock

IClock digitalClock

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

ij

ImageJ ij

Class com.ibm.JCalendar.CalendarClock extends javax.swing.JComponent implements Serializable

Class com.ibm.JCalendar.CalendarPanel extends javax.swing.JPanel implements Serializable

Class com.ibm.JCalendar.ClockClock extends javax.swing.JComponent implements Serializable


Package com.ibm.calendar

Class com.ibm.calendar.BlueTheme extends java.lang.Object implements Serializable

Serialized Fields

resources

java.util.Hashtable<K,V> resources

fieldAboutThisBean

java.lang.String fieldAboutThisBean

Class com.ibm.calendar.Calendar extends javax.swing.JComponent implements Serializable

Serialized Fields

firstDayOfWeek

int firstDayOfWeek
holds a number representing the day which must be drawn as the first day of week.


weightX

int weightX
used for placing the days in the correct place on the panel.


weightY

int weightY
used for placing the days in the correct place on the panel.


noOfDaysBefor

int noOfDaysBefor
holds number of days before the current month relative to 42.


noOfDaysAfter

int noOfDaysAfter
holds number of days after the current month relative to 42.


currentMonthDaysNum

int currentMonthDaysNum
holds number of days of the current month.


previousMonthDaysNum

int previousMonthDaysNum
holds number of days of the previous month.


pluginName

java.lang.String pluginName
holds the name of the plugin from the popup Menu.


activePlugin

Plugin activePlugin
holds the plugin that is now activated.


aCalendar

java.util.Calendar aCalendar
used for date processing.


fieldSelectedDate

java.util.Date fieldSelectedDate
holds the date from calendar.


fieldInitialDate

java.util.Date fieldInitialDate
holds the initial date for calendar.


plugins

java.util.Vector<E> plugins
holds all the plugins that was added to the calendar.


fieldInputTheme

Theme fieldInputTheme
holds the new theme.


fieldAboutThisBean

java.lang.String fieldAboutThisBean
holds a description of this bean.


fieldResultSelectedDateAsString

java.lang.String fieldResultSelectedDateAsString
holds a value of the selected date.


ivjMonthsList

javax.swing.JComboBox ivjMonthsList

ivjYearsList

javax.swing.JComboBox ivjYearsList

ivjDayPlugin

javax.swing.JMenuItem ivjDayPlugin

ivjNotePlugin

javax.swing.JMenuItem ivjNotePlugin

ivjToDoPlugin

javax.swing.JMenuItem ivjToDoPlugin

ivjPlugins

javax.swing.JPopupMenu ivjPlugins

fieldInputPlugin

Plugin fieldInputPlugin

fieldFirstDayOfWeek

int fieldFirstDayOfWeek
holds the number of first day of week set on the property sheet (not set:-1).


dayCircle

com.ibm.calendar.DayCircle dayCircle

holidays

java.util.Vector<E> holidays

fieldHolidays

java.lang.String fieldHolidays

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

offset

int offset

dayButtonWidth

int dayButtonWidth

dayButtonHeight

int dayButtonHeight

width

int width

height

int height

doffwx

int doffwx

doffwy

int doffwy

plainDilaog

java.awt.Font plainDilaog

boldDilaog

java.awt.Font boldDilaog

xoffset

int xoffset

yoffset

int yoffset

running

boolean running

timer

java.lang.Thread timer

lastMonthDay

int lastMonthDay

fieldSelectType

int fieldSelectType
holds a number of selection type (0:every day, 1:workday, 2:weekend/holiday).


clock

IClock clock

time

Time time

Class com.ibm.calendar.CalendarFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

calendar

Calendar calendar

Class com.ibm.calendar.DayPlugin extends java.awt.Panel implements Serializable

Serialized Fields

fieldAboutThisBean

java.lang.String fieldAboutThisBean
holds a description of dayPlugin bean.


fieldResultSelectedIntervalAsString

java.lang.String fieldResultSelectedIntervalAsString
holds the time selected from list whene UpdateButton is pressed.


fieldInitialTimeInterval

java.lang.String fieldInitialTimeInterval
holds the time interval that is selected in Design Time.


fieldResultSelectedStartTime

java.lang.String fieldResultSelectedStartTime
holds an value of the start time that is selected.


fieldResultSelectedEndTime

java.lang.String fieldResultSelectedEndTime
holds an value of the end time that is selected.


IntervalInArray

java.lang.String[] IntervalInArray
it's an temprory storage to store partitioned time on it.


fieldSelectedDate

java.lang.String fieldSelectedDate
holds the selected date.


ivjCancelButton

java.awt.Button ivjCancelButton

ivjUpdateButton

java.awt.Button ivjUpdateButton

aCalendar

java.util.Calendar aCalendar
used for date processing.


inputImage

java.awt.Image inputImage
holds an image.


firstLog

int firstLog

fieldAllNoteItems

java.util.Vector<E> fieldAllNoteItems
holds all partitioned time.


fieldTimeStep

long fieldTimeStep
holds a value that the initialTimeInterval will be partioned according to this.


timeFormat24h

boolean timeFormat24h
represents if you will the 24 system if TimeFormat24h set to true or not.


ivjList1

java.awt.List ivjList1

selection

boolean selection

Class com.ibm.calendar.GrayTheme extends java.lang.Object implements Serializable

Serialized Fields

resources

java.util.Hashtable<K,V> resources

fieldAboutThisBean

java.lang.String fieldAboutThisBean

Class com.ibm.calendar.Holiday extends java.lang.Object implements Serializable

Serialized Fields

year

int year
Holds the year.


month

int month
Holds the number of the month (January = 1)


day

int day
Holds day information for holiday. If date is specified as a day of a month, it holds the number of the day. If date is specified as a day of a week, it holds a number representing the day in week (Sunday = 1)


week

int week
Holds the number of the week. If this in 0, day represents a day of a month. If week is positive, day represents a day of a week counted from the beginning of the month. If week is negative, day represents a day of a week counted from the end of the month.


monthnames

java.lang.String[] monthnames
Holds names of the months.


daynames

java.lang.String[] daynames
Holds names of days.


ordinals

java.lang.String[] ordinals
Holds English ordinar numbers (1-31).

Class com.ibm.calendar.NotePlugin extends java.awt.Panel implements Serializable

Serialized Fields

fieldText

java.lang.String fieldText

fieldSelectedDate

java.lang.String fieldSelectedDate

NoteRecord

java.lang.String NoteRecord
it holdes the constructed record to be add to allNoteItems


fieldAboutThisBean

java.lang.String fieldAboutThisBean

ivjCancelButton

java.awt.Button ivjCancelButton

ivjUpdateButton

java.awt.Button ivjUpdateButton

aCalendar

java.util.Calendar aCalendar

inputImage

java.awt.Image inputImage

fieldEditable

boolean fieldEditable

firstLog

int firstLog
this variable is used to determine if this is the first call for the plugin


noteIndex

int noteIndex
used as index of the current note.


fieldAllNoteItems

java.util.Vector<E> fieldAllNoteItems

ivjNoteText

java.awt.TextArea ivjNoteText

Class com.ibm.calendar.ToDoPlugin extends java.awt.Panel implements Serializable

Serialized Fields

fieldAboutThisBean

java.lang.String fieldAboutThisBean

fieldText

java.lang.String fieldText

fieldSelectedDate

java.lang.String fieldSelectedDate

NoteRecord

java.lang.String NoteRecord
it holdes the constructed record to be add to allNoteItems


ivjChoice1

java.awt.Choice ivjChoice1

ivjChoice2

java.awt.Choice ivjChoice2

ivjChoice3

java.awt.Choice ivjChoice3

ivjDiscardButton

java.awt.Button ivjDiscardButton

ivjNewToDoButton

java.awt.Button ivjNewToDoButton

aCalendar

java.util.Calendar aCalendar

fieldAllNoteItems

java.util.Vector<E> fieldAllNoteItems

inputImage

java.awt.Image inputImage

ivjNoteText

java.awt.TextArea ivjNoteText

firstLog

int firstLog
this variable is used to determine if this is the first call for the plugin


noteIndex

int noteIndex
used as index of the current note.


ivjCancelButton

java.awt.Button ivjCancelButton

ivjUpdateButton

java.awt.Button ivjUpdateButton

fieldAllToDoItems

java.util.Vector<E> fieldAllToDoItems

Package com.ibm.calendar.editors

Class com.ibm.calendar.editors.DateEditorPanel extends java.awt.Panel implements Serializable

Serialized Fields

yearChoice

java.awt.Choice yearChoice

monthChoice

java.awt.Choice monthChoice

dayChoice

java.awt.Choice dayChoice

editor

java.beans.PropertyEditorSupport editor

Class com.ibm.calendar.editors.HolidayEditorPanel extends java.awt.Panel implements Serializable

Serialized Fields

ivjButton1

java.awt.Button ivjButton1

ivjButton2

java.awt.Button ivjButton2

ivjButton3

java.awt.Button ivjButton3

ivjLabel1

java.awt.Label ivjLabel1

ivjList1

java.awt.List ivjList1

ivjChoiceDDay

java.awt.Choice ivjChoiceDDay

ivjChoiceDMonth

java.awt.Choice ivjChoiceDMonth

ivjChoiceWDay

java.awt.Choice ivjChoiceWDay

ivjChoiceWDir

java.awt.Choice ivjChoiceWDir

ivjChoiceWMonth

java.awt.Choice ivjChoiceWMonth

ivjChoiceWNo

java.awt.Choice ivjChoiceWNo

ivjChoiceYear

java.awt.Choice ivjChoiceYear

ivjLabel2

java.awt.Label ivjLabel2

ivjCheckboxDay

java.awt.Checkbox ivjCheckboxDay

ivjCheckboxGroup1

java.awt.CheckboxGroup ivjCheckboxGroup1

ivjCheckboxGroup2

java.awt.CheckboxGroup ivjCheckboxGroup2

ivjCheckboxWeek

java.awt.Checkbox ivjCheckboxWeek

ivjCheckboxYEvery

java.awt.Checkbox ivjCheckboxYEvery

ivjCheckboxYOne

java.awt.Checkbox ivjCheckboxYOne

ivjButtonAddCancel

java.awt.Button ivjButtonAddCancel

ivjButtonAddOK

java.awt.Button ivjButtonAddOK

ivjContentsPane

java.awt.Panel ivjContentsPane

ivjDialog1

java.awt.Dialog ivjDialog1

ivjEventHandler

com.ibm.calendar.editors.HolidayEditorPanel.IvjEventHandler ivjEventHandler

holidaysVect

java.util.Vector<E> holidaysVect

actual

Holiday actual

editor

java.beans.PropertyEditorSupport editor

ivjLabel3

java.awt.Label ivjLabel3

ivjLabel4

java.awt.Label ivjLabel4

ivjLabel5

java.awt.Label ivjLabel5

ivjLabel6

java.awt.Label ivjLabel6

Package com.ibm.calendar.events

Class com.ibm.calendar.events.ActionCanceledEvent extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.ActionDiscardEvent extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.ActionPerformedEvent extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.DateSelectedEvent extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.InvalidPropertyValue extends java.util.EventObject implements Serializable

Class com.ibm.calendar.events.PluginInitializationError extends java.util.EventObject implements Serializable


Package com.ibm.clock

Class com.ibm.clock.AnalogDisplay extends java.awt.Canvas implements Serializable

Serialized Fields

borderColor

java.awt.Color borderColor

borderWidth

int borderWidth

dialColor

java.awt.Color dialColor

tickColor

java.awt.Color tickColor

tickStyle

int tickStyle

numeralStyle

int numeralStyle

numeralColor

java.awt.Color numeralColor

numeralFont

java.awt.Font numeralFont

hourHandColor

java.awt.Color hourHandColor

hourHandVisible

boolean hourHandVisible

minuteHandColor

java.awt.Color minuteHandColor

minuteHandVisible

boolean minuteHandVisible

secondHandColor

java.awt.Color secondHandColor

secondHandVisible

boolean secondHandVisible

tickWidth

int tickWidth

Class com.ibm.clock.ClockFrame extends java.awt.Frame implements Serializable

Serialized Fields

clock

IClock clock

Class com.ibm.clock.DigitalDisplay extends java.awt.Canvas implements Serializable

Serialized Fields

displayAMPM

boolean displayAMPM
flag to display AMPM set to true if the AM/PM string is to be displayed with time


twelveHourMode

boolean twelveHourMode
flag to display in twelve hour mode set to true the clock should display in 12-hour mode


displayStyle

int displayStyle
the current display style Default style is FULL mode


numeralFont

java.awt.Font numeralFont
the current font to display the numerals the default font is dialog


backGroundColor

java.awt.Color backGroundColor

foreGroundColor

java.awt.Color foreGroundColor

currentTimeZone

java.util.TimeZone currentTimeZone

Class com.ibm.clock.IClock extends javax.swing.JPanel implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

digitalDisplay

DigitalDisplay digitalDisplay

displayMode

int displayMode

timeOffset

long timeOffset
Offset from the System time in GMT. This is set when the time is set via the public api.


currentTimeZone

java.util.TimeZone currentTimeZone
The current time zone.


analogDisplay

AnalogDisplay analogDisplay
The analog display to be used.


bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

Package com.microstar.xml

Class com.microstar.xml.XmlException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message

systemId

java.lang.String systemId

line

int line

column

int column

Package gnu.regexp

Class gnu.regexp.RE extends gnu.regexp.REToken implements Serializable

Serialized Fields

firstToken

gnu.regexp.REToken firstToken

lastToken

gnu.regexp.REToken lastToken

numSubs

int numSubs

minimumLength

int minimumLength
Minimum length, in characters, of any possible match.

Class gnu.regexp.REException extends java.lang.Exception implements Serializable

Serialized Fields

type

int type

pos

int pos

Class gnu.regexp.REMatch extends java.lang.Object implements Serializable

Serialized Fields

matchedText

java.lang.String matchedText

eflags

int eflags

offset

int offset

anchor

int anchor

index

int index

start

int[] start

end

int[] end

next

REMatch next

Class gnu.regexp.REMatchEnumeration extends java.lang.Object implements Serializable

Serialized Fields

more

int more

match

REMatch match

expr

RE expr

input

CharIndexed input

eflags

int eflags

index

int index

Class gnu.regexp.RESyntax extends java.lang.Object implements Serializable

Serialized Fields

bits

java.util.BitSet bits

isFinal

boolean isFinal

lineSeparator

java.lang.String lineSeparator

Class gnu.regexp.UncheckedRE extends RE implements Serializable


Package ij

Class ij.ImageJ extends javax.swing.JFrame implements Serializable

Serialized Fields

container

java.awt.Container container

toolbar

Toolbar toolbar

statusBar

javax.swing.JPanel statusBar

progressBar

ProgressBar progressBar

statusLine

javax.swing.JLabel statusLine

firstTime

boolean firstTime

applet

java.applet.Applet applet

classes

java.util.Vector<E> classes

exitWhenQuitting

boolean exitWhenQuitting

quitting

boolean quitting

keyPressedTime

long keyPressedTime

actionPerformedTime

long actionPerformedTime

lastKeyCommand

java.lang.String lastKeyCommand

embedded

boolean embedded

windowClosed

boolean windowClosed

m

Menus m

hotkey

boolean hotkey

commandBars

javax.swing.JPanel commandBars

desktop

javax.swing.JPanel desktop

isCommandBars

boolean isCommandBars

digitalClock

IClock digitalClock

bb

javax.swing.border.BevelBorder bb

rasedBorder

javax.swing.border.Border rasedBorder

Class ij.ImageJApplet extends java.applet.Applet implements Serializable


Package ij.gui

Class ij.gui.Arrow extends Line implements Serializable

Serialized Fields

style

int style

headSize

double headSize

doubleHeaded

boolean doubleHeaded

outline

boolean outline

points

float[] points

path

java.awt.geom.GeneralPath path

Class ij.gui.EllipseRoi extends PolygonRoi implements Serializable

Serialized Fields

xstart

double xstart

ystart

double ystart

aspectRatio

double aspectRatio

handle

int[] handle

Class ij.gui.FreehandRoi extends PolygonRoi implements Serializable

Class ij.gui.GenericDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

numberField

java.util.Vector<E> numberField

stringField

java.util.Vector<E> stringField

checkbox

java.util.Vector<E> checkbox

choice

java.util.Vector<E> choice

slider

java.util.Vector<E> slider

spinner

java.util.Vector<E> spinner

spinnerField

java.util.Vector<E> spinnerField

textArea1

javax.swing.JTextArea textArea1

textArea2

javax.swing.JTextArea textArea2

numberDoc

javax.swing.text.Document[] numberDoc

manipSlider

javax.swing.JSlider manipSlider

defaultValues

java.util.Vector<E> defaultValues

defaultText

java.util.Vector<E> defaultText

theLabel

javax.swing.JComponent theLabel

cancel

javax.swing.JButton cancel

okay

javax.swing.JButton okay

no

javax.swing.JButton no

help

javax.swing.JButton help

yes

javax.swing.JButton yes

okLabel

java.lang.String okLabel

helpLabel

java.lang.String helpLabel

wasCanceled

boolean wasCanceled

wasOKed

boolean wasOKed

y

int y

nfIndex

int nfIndex

sfIndex

int sfIndex

cbIndex

int cbIndex

choiceIndex

int choiceIndex

textAreaIndex

int textAreaIndex

spIndex

int spIndex

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

firstNumericField

boolean firstNumericField

firstSlider

boolean firstSlider

invalidNumber

boolean invalidNumber

errorMessage

java.lang.String errorMessage

firstPaint

boolean firstPaint

labels

java.util.Hashtable<K,V> labels

macro

boolean macro

macroOptions

java.lang.String macroOptions

topInset

int topInset

leftInset

int leftInset

bottomInset

int bottomInset

customInsets

boolean customInsets

sliderIndexes

int[] sliderIndexes

sliderScales

double[] sliderScales

previewCheckbox

javax.swing.JCheckBox previewCheckbox

dialogListeners

java.util.Vector<E> dialogListeners

pfr

PlugInFilterRunner pfr

previewLabel

java.lang.String previewLabel

recorderOn

boolean recorderOn

yesNoCancel

boolean yesNoCancel

echoChar

char echoChar

hideCancelButton

boolean hideCancelButton

centerDialog

boolean centerDialog

helpURL

java.lang.String helpURL

yesLabel

java.lang.String yesLabel

noLabel

java.lang.String noLabel

border

javax.swing.border.Border border

container

java.awt.Container container

contentPane

javax.swing.JPanel contentPane

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

titleBorder

javax.swing.border.Border titleBorder

yesNoCancelDialogBorder

javax.swing.border.Border yesNoCancelDialogBorder

index

int index

Class ij.gui.HistogramWindow extends ImageWindow implements Serializable

Serialized Fields

stats

ImageStatistics stats

histogram

int[] histogram

lut

LookUpTable lut

frame

java.awt.Rectangle frame

list

javax.swing.JButton list

save

javax.swing.JButton save

copy

javax.swing.JButton copy

log

javax.swing.JButton log

value

javax.swing.JLabel value

count

javax.swing.JLabel count

decimalPlaces

int decimalPlaces

digits

int digits

newMaxCount

int newMaxCount

plotScale

int plotScale

logScale

boolean logScale

cal

Calibration cal

yMax

int yMax

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

canvas

ImageCanvas canvas

curroi

Roi curroi

currImg

ImagePlus currImg

setup

boolean setup

titleBorder

javax.swing.border.Border titleBorder

yesNoCancelDialogBorder

javax.swing.border.Border yesNoCancelDialogBorder

index

int index

Class ij.gui.HTMLDialog extends javax.swing.JDialog implements Serializable

Class ij.gui.ImageCanvas extends javax.swing.JComponent implements Serializable

Serialized Fields

customCursor

CustomCursor customCursor

imp

ImagePlus imp

imageUpdated

boolean imageUpdated

srcRect

java.awt.Rectangle srcRect

imageWidth

int imageWidth

imageHeight

int imageHeight

xMouse

int xMouse

yMouse

int yMouse

showCursorStatus

boolean showCursorStatus

sx2

int sx2

sy2

int sy2

disablePopupMenu

boolean disablePopupMenu

showAllROIs

boolean showAllROIs

font

java.awt.Font font

labelRects

java.awt.Rectangle[] labelRects

maxBoundsReset

boolean maxBoundsReset

overlay

Overlay overlay

showAllList

Overlay showAllList

defaultColor

java.awt.Color defaultColor

resetMaxBoundsCount

int resetMaxBoundsCount

currentRoi

Roi currentRoi

ij

ImageJ ij

magnification

double magnification

dstWidth

int dstWidth

dstHeight

int dstHeight

xMouseStart

int xMouseStart

yMouseStart

int yMouseStart

xSrcStart

int xSrcStart

ySrcStart

int ySrcStart

flags

int flags

offScreenImage

java.awt.Image offScreenImage

offScreenWidth

int offScreenWidth

offScreenHeight

int offScreenHeight

mouseExited

boolean mouseExited

customRoi

boolean customRoi

drawNames

boolean drawNames

drawDoubleClicked

boolean drawDoubleClicked

fillDoubleClicked

boolean fillDoubleClicked

firstFrame

long firstFrame

frames

int frames

fps

int fps

count

int count

Class ij.gui.ImageRoi extends Roi implements Serializable

Serialized Fields

img

java.awt.Image img

composite

java.awt.Composite composite

opacity

double opacity

Class ij.gui.ImageWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

ic

ImageCanvas ic

container

java.awt.Container container

initialMagnification

double initialMagnification

newWidth

int newWidth

newHeight

int newHeight

closed

boolean closed

newCanvas

boolean newCanvas

unzoomWhenMinimizing

boolean unzoomWhenMinimizing

maxWindowBounds

java.awt.Rectangle maxWindowBounds

maxBounds

java.awt.Rectangle maxBounds

setMaxBoundsTime

long setMaxBoundsTime

textGap

int textGap

running

boolean running
This variable is set false if the user presses the escape key or closes the window.


running2

boolean running2
This variable is set false if the user clicks in this window, presses the escape key, or closes the window.

Class ij.gui.Line extends Roi implements Serializable

Serialized Fields

x1

int x1

y1

int y1

x2

int x2

y2

int y2

x1d

double x1d

y1d

double y1d

x2d

double x2d

y2d

double y2d

x1R

double x1R

y1R

double y1R

x2R

double x2R

y2R

double y2R

xHandleOffset

double xHandleOffset

yHandleOffset

double yHandleOffset

startxd

double startxd

startyd

double startyd

Class ij.gui.MessageDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

button

javax.swing.JButton button

label

MultiLineLabel label

titleBorder

javax.swing.border.Border titleBorder

index

int index

Class ij.gui.MultiLineLabel extends javax.swing.JComponent implements Serializable

Serialized Fields

lines

java.lang.String[] lines

num_lines

int num_lines

margin_width

int margin_width

margin_height

int margin_height

line_height

int line_height

line_ascent

int line_ascent

line_widths

int[] line_widths

min_width

int min_width

max_width

int max_width

Class ij.gui.NonBlockingGenericDialog extends GenericDialog implements Serializable

Class ij.gui.OvalRoi extends Roi implements Serializable

Class ij.gui.PlotWindow extends ImageWindow implements Serializable

Serialized Fields

list

javax.swing.JButton list

save

javax.swing.JButton save

copy

javax.swing.JButton copy

log

javax.swing.JButton log

coordinates

javax.swing.JLabel coordinates

font

java.awt.Font font

defaultDigits

int defaultDigits

realXValues

boolean realXValues

xdigits

int xdigits

ydigits

int ydigits

markSize

int markSize

plot

Plot plot

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

titleBorder

javax.swing.border.Border titleBorder

yesNoCancelDialogBorder

javax.swing.border.Border yesNoCancelDialogBorder

index

int index

Class ij.gui.PointRoi extends PolygonRoi implements Serializable

Serialized Fields

saveMag

double saveMag

hideLabels

boolean hideLabels

Class ij.gui.PolygonRoi extends Roi implements Serializable

Serialized Fields

maxPoints

int maxPoints

xp

int[] xp

yp

int[] yp

xpf

float[] xpf

ypf

float[] ypf

xp2

int[] xp2

yp2

int[] yp2

nPoints

int nPoints

xSpline

float[] xSpline

ySpline

float[] ySpline

splinePoints

int splinePoints

clip

java.awt.Rectangle clip

angle1

double angle1

degrees

double degrees

xClipMin

int xClipMin

yClipMin

int yClipMin

xClipMax

int xClipMax

yClipMax

int yClipMax

userCreated

boolean userCreated

subPixel

boolean subPixel

startXD

double startXD

startYD

double startYD

drawOffset

boolean drawOffset

mouseUpTime

long mouseUpTime

Class ij.gui.ProgressBar extends javax.swing.JComponent implements Serializable

Serialized Fields

canvasWidth

int canvasWidth

canvasHeight

int canvasHeight

x

int x

y

int y

width

int width

height

int height

percent

double percent

lastTime

long lastTime

showBar

boolean showBar

batchMode

boolean batchMode

barColor

java.awt.Color barColor

fillColor

java.awt.Color fillColor

uid

javax.swing.UIDefaults uid

backgroundColor

java.awt.Color backgroundColor

frameBrighter

java.awt.Color frameBrighter

frameDarker

java.awt.Color frameDarker

Class ij.gui.RectangleRoi extends Roi implements Serializable

Serialized Fields

startX

int startX

startY

int startY

x

int x

y

int y

width

int width

height

int height

bounds

java.awt.geom.Rectangle2D.Double bounds

xd

double xd

yd

double yd

widthd

double widthd

heightd

double heightd

activeHandle

int activeHandle

state

int state

modState

int modState

imageID

int imageID

ic

ImageCanvas ic

oldX

int oldX

oldY

int oldY

oldWidth

int oldWidth

oldHeight

int oldHeight

clipX

int clipX

clipY

int clipY

clipWidth

int clipWidth

clipHeight

int clipHeight

clipboard

ImagePlus clipboard

constrain

boolean constrain

center

boolean center

aspect

boolean aspect

updateFullWindow

boolean updateFullWindow

mag

double mag

asp_bk

double asp_bk

cachedMask

ImageProcessor cachedMask

handleColor

java.awt.Color handleColor

instanceColor

java.awt.Color instanceColor

nonScalable

boolean nonScalable

overlay

boolean overlay

prototypeOverlay

Overlay prototypeOverlay

subPixel

boolean subPixel

Class ij.gui.Roi extends AttributeRoi implements Serializable

Serialized Fields

startX

int startX

startY

int startY

x

int x

y

int y

width

int width

height

int height

bounds

java.awt.geom.Rectangle2D.Double bounds

rect

java.awt.geom.Rectangle2D.Double rect

roundRect

java.awt.Shape roundRect

roundrect

java.awt.geom.RoundRectangle2D.Double roundrect

startXd

double startXd

startYd

double startYd

xd

double xd

yd

double yd

widthd

double widthd

heightd

double heightd

activeHandle

int activeHandle

state

int state

modState

int modState

cornerDiameter

int cornerDiameter

cornerDiameterd

double cornerDiameterd

imageID

int imageID

ic

ImageCanvas ic

oldX

int oldX

oldY

int oldY

oldWidth

int oldWidth

oldHeight

int oldHeight

clipX

int clipX

clipY

int clipY

clipWidth

int clipWidth

clipHeight

int clipHeight

oldXd

double oldXd

oldYd

double oldYd

oldWidthd

double oldWidthd

oldHeightd

double oldHeightd

clipXd

double clipXd

clipYd

double clipYd

clipWidthd

double clipWidthd

clipHeightd

double clipHeightd

clipboard

ImagePlus clipboard

constrain

boolean constrain

center

boolean center

aspect

boolean aspect

updateFullWindow

boolean updateFullWindow

mag

double mag

asp_bk

double asp_bk

cachedMask

ImageProcessor cachedMask

handleColor

java.awt.Color handleColor

instanceColor

java.awt.Color instanceColor

nonScalable

boolean nonScalable

overlay

boolean overlay

prototypeOverlay

Overlay prototypeOverlay

subPixel

boolean subPixel

Class ij.gui.RoundRectangleRoi extends Roi implements Serializable

Serialized Fields

startX

int startX

startY

int startY

x

int x

y

int y

width

int width

height

int height

bounds

java.awt.geom.Rectangle2D.Double bounds

xd

double xd

yd

double yd

widthd

double widthd

heightd

double heightd

activeHandle

int activeHandle

state

int state

modState

int modState

cornerDiameter

int cornerDiameter

imageID

int imageID

ic

ImageCanvas ic

oldX

int oldX

oldY

int oldY

oldWidth

int oldWidth

oldHeight

int oldHeight

clipX

int clipX

clipY

int clipY

clipWidth

int clipWidth

clipHeight

int clipHeight

clipboard

ImagePlus clipboard

constrain

boolean constrain

center

boolean center

aspect

boolean aspect

updateFullWindow

boolean updateFullWindow

mag

double mag

asp_bk

double asp_bk

cachedMask

ImageProcessor cachedMask

handleColor

java.awt.Color handleColor

instanceColor

java.awt.Color instanceColor

nonScalable

boolean nonScalable

overlay

boolean overlay

prototypeOverlay

Overlay prototypeOverlay

subPixel

boolean subPixel

Class ij.gui.SaveChangesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

dontSave

javax.swing.JButton dontSave

cancel

javax.swing.JButton cancel

save

javax.swing.JButton save

cancelPressed

boolean cancelPressed

savePressed

boolean savePressed

titleBorder

javax.swing.border.Border titleBorder

yesNoCancelDialogBorder

javax.swing.border.Border yesNoCancelDialogBorder

index

int index

Class ij.gui.ScrollbarWithLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

bar

javax.swing.JScrollBar bar

playIcon

javax.swing.ImageIcon playIcon

stopIcon

javax.swing.ImageIcon stopIcon

playImage

java.awt.Image playImage

stopImage

java.awt.Image stopImage

imgLoc

java.awt.Point imgLoc

icon

ij.gui.ScrollbarWithLabel.Icon icon

stackWindow

StackWindow stackWindow

Class ij.gui.ShapeRoi extends Roi implements Serializable

Serialized Fields

shape

java.awt.Shape shape
The java.awt.Shape encapsulated by this object.


maxerror

double maxerror
The instance value of the maximum tolerance (MAXERROR) allowed in calculating the length of the curve segments of this ROI's shape.


flatness

double flatness
The instance value of the coefficient (FLATNESS) used to obtain a flattened version of this ROI's shape.


maxPoly

int maxPoly
The instance value of MAXPOLY.


flatten

boolean flatten
If true then methods that manipulate this ROI's shape will work on a flattened version of the shape.


forceTrace

boolean forceTrace
Flag which specifies how Roi objects will be constructed from closed (sub)paths having more than MAXPOLY and composed exclusively of line segments. If true then (sub)path will be parsed into a RoiConstance.TRACED_ROI; else, into a RoiConstance.FREEROI.


forceAngle

boolean forceAngle
Flag which specifies if Roi objects constructed from open (sub)paths composed of only two line segments will be of type RoiConstance.ANGLE. If true then (sub)path will be parsed into a RoiConstance.ANGLE; else, into a RoiConstance.POLYLINE.


savedRois

java.util.Vector<E> savedRois

p2dD

java.awt.geom.Path2D p2dD

Class ij.gui.StackWindow extends ImageWindow implements Serializable

Serialized Fields

sliceSelector

javax.swing.JScrollBar sliceSelector

cSelector

ScrollbarWithLabel cSelector

zSelector

ScrollbarWithLabel zSelector

tSelector

ScrollbarWithLabel tSelector

thread

java.lang.Thread thread

done

boolean done

slice

int slice

animationSelector

ScrollbarWithLabel animationSelector

hyperStack

boolean hyperStack

nChannels

int nChannels

nSlices

int nSlices

nFrames

int nFrames

c

int c

z

int z

t

int t

Class ij.gui.TextRoi extends Roi implements Serializable

Serialized Fields

theText

java.lang.String[] theText

instanceFont

java.awt.Font instanceFont

justification

int justification

antialiased

boolean antialiased

previousMag

double previousMag

firstChar

boolean firstChar

firstMouseUp

boolean firstMouseUp

cline

int cline

Class ij.gui.Toolbar extends javax.swing.JComponent implements Serializable

Serialized Fields

ps

java.awt.Dimension ps

down

boolean[] down

previous

int previous

x

int x

y

int y

xOffset

int xOffset

yOffset

int yOffset

rowIndex

int rowIndex

columnIndex

int columnIndex

mouseDownTime

long mouseDownTime

g

java.awt.Graphics g

mpPrevious

int mpPrevious

names

java.lang.String[] names

icons

java.lang.String[] icons

menus

javax.swing.JPopupMenu[] menus

pc

int pc

icon

java.lang.String icon

macroInstaller

MacroInstaller macroInstaller

startupTime

int startupTime

rectPopup

javax.swing.JPopupMenu rectPopup

ovalPopup

javax.swing.JPopupMenu ovalPopup

pointPopup

javax.swing.JPopupMenu pointPopup

linePopup

javax.swing.JPopupMenu linePopup

switchPopup

javax.swing.JPopupMenu switchPopup

rectGroup

javax.swing.ButtonGroup rectGroup

ovalGroup

javax.swing.ButtonGroup ovalGroup

pointGroup

javax.swing.ButtonGroup pointGroup

straightLineGroup

javax.swing.ButtonGroup straightLineGroup

rectItem

javax.swing.JCheckBoxMenuItem rectItem

roundRectItem

javax.swing.JCheckBoxMenuItem roundRectItem

ovalItem

javax.swing.JCheckBoxMenuItem ovalItem

ellipseItem

javax.swing.JCheckBoxMenuItem ellipseItem

brushItem

javax.swing.JCheckBoxMenuItem brushItem

pointItem

javax.swing.JCheckBoxMenuItem pointItem

multiPointItem

javax.swing.JCheckBoxMenuItem multiPointItem

straightLineItem

javax.swing.JCheckBoxMenuItem straightLineItem

polyLineItem

javax.swing.JCheckBoxMenuItem polyLineItem

freeLineItem

javax.swing.JCheckBoxMenuItem freeLineItem

arrowItem

javax.swing.JCheckBoxMenuItem arrowItem

currentSet

java.lang.String currentSet

lineType

int lineType

ij

ImageJ ij

uid

javax.swing.UIDefaults uid

lafbg

java.awt.Color lafbg

brighter

java.awt.Color brighter

darker

java.awt.Color darker

evenDarker

java.awt.Color evenDarker

triangleColor

java.awt.Color triangleColor

toolColor

java.awt.Color toolColor

Class ij.gui.ToolBox extends PlugInFrame implements Serializable

Serialized Fields

ij

ImageJ ij

panel

javax.swing.JPanel panel

toolBar

Toolbar toolBar

instance

javax.swing.JFrame instance

Class ij.gui.TrimmedButton extends javax.swing.JButton implements Serializable

Serialized Fields

trim

int trim

Class ij.gui.WaitForUserDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

button

javax.swing.JButton button

label

MultiLineLabel label

escPressed

boolean escPressed

titleBorder

javax.swing.border.Border titleBorder

index

int index

Class ij.gui.YesNoCancelDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

yesB

javax.swing.JButton yesB

noB

javax.swing.JButton noB

cancelB

javax.swing.JButton cancelB

cancelPressed

boolean cancelPressed

yesPressed

boolean yesPressed

firstPaint

boolean firstPaint

titleBorder

javax.swing.border.Border titleBorder

yesNoCancelDialogBorder

javax.swing.border.Border yesNoCancelDialogBorder

index

int index

Package ij.plugin

Class ij.plugin.AboutBox extends javax.swing.JComponent implements Serializable

Serialized Fields

fm

java.awt.FontMetrics fm

pressed

boolean pressed

hit

boolean hit

listener

WindowsListener listener

pcs

java.beans.PropertyChangeSupport pcs

rectangle

java.awt.Shape rectangle

rect

java.awt.Shape rect

win

javax.swing.JWindow win

container

java.awt.Container container

image

java.awt.Image image

imageIcon

java.awt.Image imageIcon

progress

int progress

currentFont

java.awt.Font currentFont

font_10

java.awt.Font font_10

font_12

java.awt.Font font_12

font_14

java.awt.Font font_14

font_15

java.awt.Font font_15

font_50

java.awt.Font font_50

offsetX

int offsetX

offsetY

int offsetY

ij

ImageJ ij

productName

java.lang.String productName

Class ij.plugin.AboutBox1 extends javax.swing.JComponent implements Serializable

Serialized Fields

fm

java.awt.FontMetrics fm

pressed

boolean pressed

hit

boolean hit

listener

WindowsListener listener

pcs

java.beans.PropertyChangeSupport pcs

rectangle

java.awt.Shape rectangle

rect

java.awt.Shape rect

win

javax.swing.JWindow win

container

java.awt.Container container

image

java.awt.Image image

imageIcon

java.awt.Image imageIcon

macIcon

java.awt.Image macIcon

parentIcon

java.awt.Image parentIcon

progress

int progress

currentFont

java.awt.Font currentFont

font_10

java.awt.Font font_10

font_12

java.awt.Font font_12

font_14

java.awt.Font font_14

font_15

java.awt.Font font_15

font_50

java.awt.Font font_50

offsetX

int offsetX

offsetY

int offsetY

ij

ImageJ ij

productName

java.lang.String productName

Class ij.plugin.Memory_Monitor extends javax.swing.JFrame implements Serializable

Serialized Fields

press

java.awt.Point press

px

java.awt.Point px

py

java.awt.Point py

dragging

boolean dragging

surf

Memory_Monitor.Surface surf

ij

ImageJ ij

image

java.awt.Image image

img

java.awt.Image img

buttonImg

java.awt.Image buttonImg

macImage

java.awt.Image macImage

nonmacImage

java.awt.Image nonmacImage

imgic

javax.swing.ImageIcon imgic

imgtpic

javax.swing.ImageIcon imgtpic

bic

javax.swing.ImageIcon bic

macIcon

javax.swing.ImageIcon macIcon

rectangle

java.awt.Shape rectangle

rect

java.awt.Shape rect

movRect

java.awt.Shape movRect

hit

boolean hit

start_drag

java.awt.Point start_drag

start_loc

java.awt.Point start_loc

handler

MouseInputHandler handler

Class ij.plugin.Memory_Monitor.Surface extends javax.swing.JComponent implements Serializable

Serialized Fields

thread

java.lang.Thread thread

sleepAmount

long sleepAmount

w

int w

h

int h

bimg

java.awt.image.BufferedImage bimg

big

java.awt.Graphics2D big

font

java.awt.Font font

r

java.lang.Runtime r

columnInc

int columnInc

pts

int[] pts

ptNum

int ptNum

ascent

int ascent

descent

int descent

freeMemory

float freeMemory

totalMemory

float totalMemory

graphOutlineRect

java.awt.Rectangle graphOutlineRect

mfRect

java.awt.geom.Rectangle2D mfRect

muRect

java.awt.geom.Rectangle2D muRect

graphLine

java.awt.geom.Line2D graphLine

graphColor

java.awt.Color graphColor

mfColor

java.awt.Color mfColor

usedStr

java.lang.String usedStr

gc_counter

int gc_counter

Class ij.plugin.MontageMaker extends javax.swing.JComponent implements Serializable

Serialized Fields

win

ImageCanvas win

editor

StackEditor editor

montage

ImageProcessor montage

imp2

ImagePlus imp2

imp

ImagePlus imp

slice

ImageProcessor slice

ip

ImagePlus ip

num

int num

pressed

boolean pressed

toolbar

Toolbar toolbar

Class ij.plugin.RectToolOptions extends PlugInFrame implements Serializable

Serialized Fields

strokeColorName

java.lang.String strokeColorName

title

java.lang.String title

numbers

java.util.Vector<E> numbers

sliders

java.util.Vector<E> sliders

stringFields

java.util.Vector<E> stringFields

Package ij.plugin.frame

Class ij.plugin.frame.AnimatedJList extends javax.swing.JList implements Serializable

Serialized Fields

colorizedSelectionForeground

java.awt.Color colorizedSelectionForeground

colorizedSelectionBackground

java.awt.Color colorizedSelectionBackground

Class ij.plugin.frame.AnimatedList extends javax.swing.JList implements Serializable

Serialized Fields

colorizedSelectionForeground

java.awt.Color colorizedSelectionForeground

colorizedSelectionBackground

java.awt.Color colorizedSelectionBackground

Class ij.plugin.frame.Channels extends PlugInFrame implements Serializable

Serialized Fields

choice

javax.swing.JComboBox choice

checkbox

javax.swing.JCheckBox[] checkbox

moreButton

javax.swing.JButton moreButton

id

int id

pm

javax.swing.JPopupMenu pm

Class ij.plugin.frame.ColorPicker extends PlugInFrame implements Serializable

Serialized Fields

cg

ij.plugin.frame.ColorPicker.ColorGenerator cg

bb

javax.swing.border.BevelBorder bb

grayLBorder

javax.swing.border.Border grayLBorder

grayRBorder

javax.swing.border.Border grayRBorder

colorCanvas

ij.plugin.frame.ColorPicker.ColorCanvas colorCanvas

Class ij.plugin.frame.ColorThresholder extends PlugInFrame implements Serializable

Serialized Fields

flag

boolean flag

colorSpace

int colorSpace

thread

java.lang.Thread thread

plot

ij.plugin.frame.ColorThresholder.BandPlot plot

splot

ij.plugin.frame.ColorThresholder.BandPlot splot

bplot

ij.plugin.frame.ColorThresholder.BandPlot bplot

sliderRange

int sliderRange

panelt

javax.swing.JPanel panelt

originalB

javax.swing.JButton originalB

filteredB

javax.swing.JButton filteredB

stackB

javax.swing.JButton stackB

helpB

javax.swing.JButton helpB

sampleB

javax.swing.JButton sampleB

macroB

javax.swing.JButton macroB

selectB

javax.swing.JButton selectB

bandPassH

javax.swing.JCheckBox bandPassH

bandPassS

javax.swing.JCheckBox bandPassS

bandPassB

javax.swing.JCheckBox bandPassB

darkBackground

javax.swing.JCheckBox darkBackground

colorSpaceChoice

javax.swing.JComboBox colorSpaceChoice

methodChoice

javax.swing.JComboBox methodChoice

modeChoice

javax.swing.JComboBox modeChoice

previousImageID

int previousImageID

previousSlice

int previousSlice

ij

ImageJ ij

minHue

int minHue

minSat

int minSat

minBri

int minBri

maxHue

int maxHue

maxSat

int maxSat

maxBri

int maxBri

minSlider

javax.swing.JScrollBar minSlider

maxSlider

javax.swing.JScrollBar maxSlider

minSlider2

javax.swing.JScrollBar minSlider2

maxSlider2

javax.swing.JScrollBar maxSlider2

minSlider3

javax.swing.JScrollBar minSlider3

maxSlider3

javax.swing.JScrollBar maxSlider3

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

label3

javax.swing.JLabel label3

label4

javax.swing.JLabel label4

label5

javax.swing.JLabel label5

label6

javax.swing.JLabel label6

labelh

javax.swing.JLabel labelh

labels

javax.swing.JLabel labels

labelb

javax.swing.JLabel labelb

labelf

javax.swing.JLabel labelf

done

boolean done

hSource

byte[] hSource

sSource

byte[] sSource

bSource

byte[] bSource

applyingStack

boolean applyingStack

numSlices

int numSlices

stack

ImageStack stack

width

int width

height

int height

numPixels

int numPixels

timer

java.lang.Thread timer

Class ij.plugin.frame.ContrastAdjuster extends PlugInFrame implements Serializable

Serialized Fields

plot

ij.plugin.frame.ContrastPlot plot

thread

java.lang.Thread thread

minSliderValue

int minSliderValue

maxSliderValue

int maxSliderValue

brightnessValue

int brightnessValue

contrastValue

int contrastValue

sliderRange

int sliderRange

doAutoAdjust

boolean doAutoAdjust

doReset

boolean doReset

doSet

boolean doSet

doApplyLut

boolean doApplyLut

panel

javax.swing.JPanel panel

tPanel

javax.swing.JPanel tPanel

bpanel

javax.swing.JPanel bpanel

autoB

javax.swing.JButton autoB

resetB

javax.swing.JButton resetB

setB

javax.swing.JButton setB

applyB

javax.swing.JButton applyB

lutB

javax.swing.JButton lutB

lutbackB

javax.swing.JButton lutbackB

previousImageID

int previousImageID

previousType

int previousType

previousSlice

int previousSlice

previousSnapshot

java.lang.Object previousSnapshot

ij

ImageJ ij

min

double min

max

double max

previousMin

double previousMin

previousMax

double previousMax

defaultMin

double defaultMin

defaultMax

double defaultMax

contrast

int contrast

brightness

int brightness

RGBImage

boolean RGBImage

minSlider

javax.swing.JScrollBar minSlider

maxSlider

javax.swing.JScrollBar maxSlider

contrastSlider

javax.swing.JScrollBar contrastSlider

brightnessSlider

javax.swing.JScrollBar brightnessSlider

done

boolean done

autoThreshold

int autoThreshold

gridbag

java.awt.GridBagLayout gridbag

c

java.awt.GridBagConstraints c

y

int y

windowLevel

boolean windowLevel

balance

boolean balance

monoFont

java.awt.Font monoFont

sanFont

java.awt.Font sanFont

channels

int channels

choice

javax.swing.JComboBox choice

stats

ImageStatistics stats

canvas

ImageCanvas canvas

curroi

Roi curroi

currImg

ImagePlus currImg

imp2

ImagePlus imp2

gblayout

java.awt.GridBagLayout gblayout

index

int index

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

titleBorder

javax.swing.border.Border titleBorder

minBorder

javax.swing.border.Border minBorder

maxBorder

javax.swing.border.Border maxBorder

brightnessBorder

javax.swing.border.Border brightnessBorder

contrastBorder

javax.swing.border.Border contrastBorder

levelBorder

javax.swing.border.Border levelBorder

windowBorder

javax.swing.border.Border windowBorder

minPanel

javax.swing.JPanel minPanel

maxPanel

javax.swing.JPanel maxPanel

brightnessPanel

javax.swing.JPanel brightnessPanel

contrastPanel

javax.swing.JPanel contrastPanel

Class ij.plugin.frame.Editor extends PlugInFrame implements Serializable

Serialized Fields

path

java.lang.String path

changes

boolean changes

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

runMenu

javax.swing.JMenu runMenu

p

java.util.Properties p

mb

javax.swing.JMenuBar mb

scrollPane

javax.swing.JScrollPane scrollPane

port

javax.swing.JViewport port

macrosMenu

javax.swing.JMenu macrosMenu

installer

MacroInstaller installer

sizes

int[] sizes

monospaced

javax.swing.JCheckBoxMenuItem monospaced

dontShowWindow

boolean dontShowWindow

popup

javax.swing.JPopupMenu popup

enable

boolean enable

commands

java.util.Hashtable<K,V> commands

menuItems

java.util.Hashtable<K,V> menuItems

menubar

javax.swing.JMenuBar menubar

toolbar

javax.swing.JToolBar toolbar

statusLabel

javax.swing.JLabel statusLabel

group

javax.swing.ButtonGroup group

isMacroWindow

boolean isMacroWindow

num

int num

length

int length

lnwidth

int lnwidth

row

int row

sb

java.lang.StringBuilder sb

text

java.lang.String text

clone

java.lang.String clone

fileName

java.lang.String fileName

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

curFont

java.awt.Font curFont

fm

java.awt.FontMetrics fm

curRow

int curRow

editor

JEditTextArea editor

doc

SyntaxDocument doc

olddoc

SyntaxDocument olddoc

container

java.awt.Container container

jEditor

Editor.JEditor jEditor

jSyntaxStyleTree

Editor.JSyntaxStyleTree jSyntaxStyleTree

tabbedpane

javax.swing.JTabbedPane tabbedpane

treeTabbedpane

javax.swing.JTabbedPane treeTabbedpane

macroIsInstalled

boolean macroIsInstalled

compilerIsInstalled

boolean compilerIsInstalled

isDragged

boolean isDragged

cb

java.awt.datatransfer.Clipboard cb

undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for the edits on the current document.


undo

javax.swing.undo.UndoManager undo
UndoManager that we add edits to.


undoAction

ij.plugin.frame.Editor.UndoAction undoAction

redoAction

ij.plugin.frame.Editor.RedoAction redoAction

copy

ij.plugin.frame.Editor.CopyAction copy

cut

ij.plugin.frame.Editor.CutAction cut

paste

ij.plugin.frame.Editor.PasteAction paste

selectAll

ij.plugin.frame.Editor.SelectAllAction selectAll

nonSelect

ij.plugin.frame.Editor.SelectNoneAction nonSelect

delete

ij.plugin.frame.Editor.DeleteAction delete

edit

ij.plugin.frame.Editor.EditAction edit

compileAndRun

ij.plugin.frame.Editor.CompileAndRunAction compileAndRun

find

ij.plugin.frame.Editor.FindAction find

findnext

ij.plugin.frame.Editor.FindNextAction findnext

gotoline

ij.plugin.frame.Editor.GoToLineAction gotoline

gotobegin

ij.plugin.frame.Editor.GoToBeginLineAction gotobegin

gotoend

ij.plugin.frame.Editor.GoToEndLineAction gotoend

defaultActions

javax.swing.Action[] defaultActions
Actions defined by the Editor class

Class ij.plugin.frame.Editor.JEditor extends javax.swing.JComponent implements Serializable

Class ij.plugin.frame.Editor.JSyntaxStyleTree extends javax.swing.JComponent implements Serializable

Class ij.plugin.frame.Fitter extends PlugInFrame implements Serializable

Serialized Fields

fit

javax.swing.JComboBox fit

doIt

javax.swing.JButton doIt

open

javax.swing.JButton open

apply

javax.swing.JButton apply

settings

javax.swing.JCheckBox settings

fitTypeStr

java.lang.String fitTypeStr

textArea

javax.swing.JTextArea textArea

dx

double[] dx

dy

double[] dy

x

double[] x

y

double[] y

Class ij.plugin.frame.Fonts extends PlugInFrame implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

font

javax.swing.JComboBox font

size

javax.swing.JComboBox size

style

javax.swing.JComboBox style

checkbox

javax.swing.JCheckBox checkbox

Class ij.plugin.frame.LineWidthAdjuster extends PlugInFrame implements Serializable

Serialized Fields

sliderRange

int sliderRange

slider

javax.swing.JScrollBar slider

value

int value

setText

boolean setText

thread

java.lang.Thread thread

done

boolean done

tf

javax.swing.JTextField tf

checkbox

javax.swing.JCheckBox checkbox

Class ij.plugin.frame.PasteController extends PlugInFrame implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

pasteMode

javax.swing.JComboBox pasteMode

Class ij.plugin.frame.PlugInFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

title

java.lang.String title

container

java.awt.Container container

Class ij.plugin.frame.Recorder extends PlugInFrame implements Serializable

Serialized Fields

mode

javax.swing.JComboBox mode

makeMacro

javax.swing.JButton makeMacro

help

javax.swing.JButton help

fileName

javax.swing.JTextField fileName

fitTypeStr

java.lang.String fitTypeStr

Class ij.plugin.frame.RoiManager extends PlugInFrame implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

list

java.awt.List list

model

javax.swing.DefaultListModel model

itemCount

int itemCount

items

java.lang.String[] items

rois

java.util.Hashtable<K,V> rois

canceled

boolean canceled

macro

boolean macro

ignoreInterrupts

boolean ignoreInterrupts

pm

javax.swing.JPopupMenu pm

moreButton

javax.swing.JButton moreButton

colorButton

javax.swing.JButton colorButton

showAllCheckbox

javax.swing.JCheckBox showAllCheckbox

labelsCheckbox

javax.swing.JCheckBox labelsCheckbox

prevID

int prevID

noUpdateMode

boolean noUpdateMode

defaultLineWidth

int defaultLineWidth

defaultColor

java.awt.Color defaultColor

firstTime

boolean firstTime

selectedIndexes

int[] selectedIndexes

Class ij.plugin.frame.RoiManager0 extends PlugInFrame implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

list

javax.swing.JList list

it

java.util.Iterator<E> it

scroll

javax.swing.JScrollPane scroll

model

javax.swing.DefaultListModel model

itemCount

int itemCount

items

java.lang.String[] items

rois

java.util.Hashtable<K,V> rois

canceled

boolean canceled

macro

boolean macro

ignoreInterrupts

boolean ignoreInterrupts

pm

javax.swing.JPopupMenu pm

moreButton

javax.swing.JButton moreButton

colorButton

javax.swing.JButton colorButton

showAllCheckbox

javax.swing.JCheckBox showAllCheckbox

labelsCheckbox

javax.swing.JCheckBox labelsCheckbox

prevID

int prevID

noUpdateMode

boolean noUpdateMode

defaultLineWidth

int defaultLineWidth

defaultColor

java.awt.Color defaultColor

firstTime

boolean firstTime

selectedIndexes

int[] selectedIndexes

Class ij.plugin.frame.ThresholdAdjuster extends PlugInFrame implements Serializable

Serialized Fields

plot

ij.plugin.frame.ThresholdPlot plot

thread

java.lang.Thread thread

minValue

int minValue

maxValue

int maxValue

sliderRange

int sliderRange

doAutoAdjust

boolean doAutoAdjust

doReset

boolean doReset

doApplyLut

boolean doApplyLut

doStateChange

boolean doStateChange

doSet

boolean doSet

isLut

boolean isLut

panel

javax.swing.JPanel panel

bpanel

javax.swing.JPanel bpanel

autoB

javax.swing.JButton autoB

resetB

javax.swing.JButton resetB

applyB

javax.swing.JButton applyB

setB

javax.swing.JButton setB

lutB

javax.swing.JButton lutB

lutbackB

javax.swing.JButton lutbackB

previousImageID

int previousImageID

previousImageType

int previousImageType

previousMin

double previousMin

previousMax

double previousMax

previousSlice

int previousSlice

ij

ImageJ ij

minThreshold

double minThreshold

maxThreshold

double maxThreshold

minSlider

javax.swing.JScrollBar minSlider

maxSlider

javax.swing.JScrollBar maxSlider

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

done

boolean done

invertedLut

boolean invertedLut

lutColor

int lutColor

methodChoice

javax.swing.JComboBox methodChoice

modeChoice

javax.swing.JComboBox modeChoice

darkBackground

javax.swing.JCheckBox darkBackground

stackHistogram

javax.swing.JCheckBox stackHistogram

firstActivation

boolean firstActivation

useExistingTheshold

boolean useExistingTheshold

stats

ImageStatistics stats

canvas

ImageCanvas canvas

curroi

Roi curroi

currImg

ImagePlus currImg

imp2

ImagePlus imp2

gblayout

java.awt.GridBagLayout gblayout

index

int index

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

titleBorder

javax.swing.border.Border titleBorder

choiceBorder

javax.swing.border.Border choiceBorder

minBorder

javax.swing.border.Border minBorder

maxBorder

javax.swing.border.Border maxBorder

darkBackgroundBorder

javax.swing.border.Border darkBackgroundBorder

stackhistogramBorder

javax.swing.border.Border stackhistogramBorder

minPanel

javax.swing.JPanel minPanel

maxPanel

javax.swing.JPanel maxPanel

Package ij.plugin.frame.jedit

Class ij.plugin.frame.jedit.JEditTextArea extends javax.swing.JComponent implements Serializable

Serialized Fields

painter

TextAreaPainter painter

lineNumPainter

LNTextAreaPainter lineNumPainter

popup

javax.swing.JPopupMenu popup

listenerList

javax.swing.event.EventListenerList listenerList

caretEvent

ij.plugin.frame.jedit.JEditTextArea.MutableCaretEvent caretEvent

caretBlinks

boolean caretBlinks

caretVisible

boolean caretVisible

blink

boolean blink

editable

boolean editable

firstLine

int firstLine

visibleLines

int visibleLines

electricScroll

int electricScroll

horizontalOffset

int horizontalOffset

vertical

javax.swing.JScrollBar vertical

horizontal

javax.swing.JScrollBar horizontal

scrollBarsInitialized

boolean scrollBarsInitialized

inputHandler

InputHandler inputHandler

document

SyntaxDocument document

documentHandler

ij.plugin.frame.jedit.JEditTextArea.DocumentHandler documentHandler

lineSegment

javax.swing.text.Segment lineSegment

selectionStart

int selectionStart

selectionStartLine

int selectionStartLine

selectionEnd

int selectionEnd

selectionEndLine

int selectionEndLine

biasLeft

boolean biasLeft

bracketPosition

int bracketPosition

bracketLine

int bracketLine

magicCaret

int magicCaret

overwrite

boolean overwrite

rectSelect

boolean rectSelect

editor

Editor editor

Class ij.plugin.frame.jedit.LNTextAreaPainter extends javax.swing.JComponent implements Serializable

Serialized Fields

currentLineIndex

int currentLineIndex

currentLineTokens

Token currentLineTokens

currentLine

javax.swing.text.Segment currentLine

textArea

JEditTextArea textArea

styles

SyntaxStyle[] styles

caretColor

java.awt.Color caretColor

selectionColor

java.awt.Color selectionColor

lineHighlightColor

java.awt.Color lineHighlightColor

bracketHighlightColor

java.awt.Color bracketHighlightColor

eolMarkerColor

java.awt.Color eolMarkerColor

blockCaret

boolean blockCaret

lineHighlight

boolean lineHighlight

bracketHighlight

boolean bracketHighlight

paintInvalid

boolean paintInvalid

eolMarkers

boolean eolMarkers

cols

int cols

rows

int rows

tabSize

int tabSize

fm

java.awt.FontMetrics fm

highlights

LNTextAreaPainter.Highlight highlights

Class ij.plugin.frame.jedit.SyntaxDocument extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

tokenMarker

TokenMarker tokenMarker

Class ij.plugin.frame.jedit.TextAreaPainter extends javax.swing.JComponent implements Serializable

Serialized Fields

currentLineIndex

int currentLineIndex

currentLineTokens

Token currentLineTokens

currentLine

javax.swing.text.Segment currentLine

textArea

JEditTextArea textArea

styles

SyntaxStyle[] styles

caretColor

java.awt.Color caretColor

selectionColor

java.awt.Color selectionColor

lineHighlightColor

java.awt.Color lineHighlightColor

bracketHighlightColor

java.awt.Color bracketHighlightColor

eolMarkerColor

java.awt.Color eolMarkerColor

blockCaret

boolean blockCaret

lineHighlight

boolean lineHighlight

bracketHighlight

boolean bracketHighlight

paintInvalid

boolean paintInvalid

eolMarkers

boolean eolMarkers

cols

int cols

rows

int rows

tabSize

int tabSize

fm

java.awt.FontMetrics fm

highlights

TextAreaPainter.Highlight highlights

Package ij.text

Class ij.text.TextPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

iGridWidth

int iGridWidth

iGridHeight

int iGridHeight

iX

int iX

iY

int iY

sColHead

java.lang.String[] sColHead

vData

java.util.Vector<E> vData

iColWidth

int[] iColWidth

iColCount

int iColCount

iRowCount

int iRowCount

iRowHeight

int iRowHeight

iFirstRow

int iFirstRow

sbHoriz

javax.swing.JScrollBar sbHoriz

sbVert

javax.swing.JScrollBar sbVert

iSbWidth

int iSbWidth

iSbHeight

int iSbHeight

bDrag

boolean bDrag

iXDrag

int iXDrag

iColDrag

int iColDrag

headings

boolean headings

title

java.lang.String title

labels

java.lang.String labels

keyListener

java.awt.event.KeyListener keyListener

resizeCursor

java.awt.Cursor resizeCursor

defaultCursor

java.awt.Cursor defaultCursor

selStart

int selStart

selEnd

int selEnd

selOrigin

int selOrigin

selLine

int selLine

tc

ij.text.TextCanvas tc

pm

javax.swing.JPopupMenu pm

columnsManuallyAdjusted

boolean columnsManuallyAdjusted

mouseDownTime

long mouseDownTime

filePath

java.lang.String filePath

rt

ResultsTable rt

unsavedLines

boolean unsavedLines

Class ij.text.TextWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

textPanel

TextPanel textPanel

antialiased

javax.swing.JCheckBoxMenuItem antialiased

sizes

int[] sizes

fontSize

int fontSize

mb

javax.swing.JMenuBar mb

Package ij.util

Class ij.util.CharIndexedSegment extends java.lang.Object implements Serializable

Serialized Fields

seg

javax.swing.text.Segment seg

m_index

int m_index

reverse

boolean reverse

Class ij.util.WorkThread.Abort extends java.lang.Error implements Serializable


Package ij2x

Class ij2x.Command_Bar extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

offset

int offset

offsetHeight

int offsetHeight

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

newButton

javax.swing.JButton newButton

openButton

javax.swing.JButton openButton

undoButton

javax.swing.JButton undoButton

copyButton

javax.swing.JButton copyButton

cutButton

javax.swing.JButton cutButton

pasteButton

javax.swing.JButton pasteButton

clearButton

javax.swing.JButton clearButton

fillButton

javax.swing.JButton fillButton

drawButton

javax.swing.JButton drawButton

roicolorButton

javax.swing.JButton roicolorButton

colorpickerButton

javax.swing.JButton colorpickerButton

selectButton

javax.swing.JButton selectButton

nonselectButton

javax.swing.JButton nonselectButton

splineButton

javax.swing.JButton splineButton

duplicateButton

javax.swing.JButton duplicateButton

captureButton

javax.swing.JButton captureButton

specifyButton

javax.swing.JButton specifyButton

rotateButton

javax.swing.JButton rotateButton

scaleButton

javax.swing.JButton scaleButton

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

commandBarPanel

javax.swing.JPanel commandBarPanel

spaceLabel

javax.swing.JLabel spaceLabel

clockLabel

javax.swing.JLabel clockLabel

label

javax.swing.JLabel label

panel

javax.swing.JPanel panel

date

java.util.Date date

running

boolean running

timer

java.lang.Thread timer

time

java.lang.String time

timeFormat

java.text.DateFormat timeFormat

index

int index

Class ij2x.Math_Commands_Bar extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

addButton

javax.swing.JButton addButton

subButton

javax.swing.JButton subButton

mulButton

javax.swing.JButton mulButton

divButton

javax.swing.JButton divButton

orButton

javax.swing.JButton orButton

andButton

javax.swing.JButton andButton

xorButton

javax.swing.JButton xorButton

minButton

javax.swing.JButton minButton

maxButton

javax.swing.JButton maxButton

gammaButton

javax.swing.JButton gammaButton

calculButton

javax.swing.JButton calculButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

Package ij2x.control

Class ij2x.control.DeleteAction.DeleteProgressDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

fileLabel

javax.swing.JLabel fileLabel

fromLabel

javax.swing.JLabel fromLabel

cancelButton

javax.swing.JButton cancelButton

progressBar

javax.swing.JProgressBar progressBar

panel

javax.swing.JPanel panel

Class ij2x.control.JThumbEvent extends java.util.EventObject implements Serializable

Serialized Fields

_sourceFile

java.io.File _sourceFile

_destinationFile

java.io.File _destinationFile

_type

int _type

Package ij2x.filetree

Class ij2x.filetree.FileTree extends javax.swing.JTree implements Serializable

Serialized Fields

_popupMenu

javax.swing.JPopupMenu _popupMenu

_currentFile

java.io.File _currentFile

_previousFile

java.io.File _previousFile

_nextFile

java.io.File _nextFile

Class ij2x.filetree.FileTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class ij2x.filetree.FileTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

_fsv

javax.swing.filechooser.FileSystemView _fsv

_useFileHiding

boolean _useFileHiding

_viewMode

int _viewMode

Package ij2x.gui

Class ij2x.gui.FilePreviewer extends javax.swing.JComponent implements Serializable

Serialized Fields

thumbnail

javax.swing.ImageIcon thumbnail

f

java.io.File f

Class ij2x.gui.JColorChooser extends PlugInFrame implements Serializable

Serialized Fields

colors

java.util.Vector<E> colors

sliders

java.util.Vector<E> sliders

spinners

java.util.Vector<E> spinners

panel

ij2x.gui.JColorPanel panel

initialColor

java.awt.Color initialColor

red

int red

green

int green

blue

int blue

useHSB

boolean useHSB

title

java.lang.String title

mono

boolean mono

colorsDoc

javax.swing.text.Document[] colorsDoc

slider

javax.swing.JSlider[] slider

spinner

javax.swing.JSpinner[] spinner

rgbColor

java.lang.String[] rgbColor

rgbcolor

int[] rgbcolor

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

emptyBorder

javax.swing.border.Border emptyBorder

font

java.awt.Font font

contentPane

java.awt.Container contentPane

Package ij2x.plugin

Class ij2x.plugin.AdjustPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

brightnesContButton

javax.swing.JButton brightnesContButton

winLevelButton

javax.swing.JButton winLevelButton

resizeCanButton

javax.swing.JButton resizeCanButton

colorBalButton

javax.swing.JButton colorBalButton

thresholdButton

javax.swing.JButton thresholdButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

index

int index

Class ij2x.plugin.CheckBoxPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

roiColor

javax.swing.JCheckBox roiColor

fgColor

javax.swing.JCheckBox fgColor

bgColor

javax.swing.JCheckBox bgColor

groupCB

javax.swing.ButtonGroup groupCB

colorSelection

javax.swing.JPanel colorSelection

picker

ColorPicker picker

allLabelName

java.lang.String[] allLabelName

itemListener

java.awt.event.ItemListener itemListener

cbActionListener

java.awt.event.ActionListener cbActionListener

Class ij2x.plugin.CollapsiblePane extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

systemLF

boolean systemLF

icon

javax.swing.Icon icon

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

lightGrayBorder

javax.swing.border.Border lightGrayBorder

commandPanel

javax.swing.JPanel[] commandPanel

leftButton

javax.swing.JButton leftButton

rightButton

javax.swing.JButton rightButton

parentButton

javax.swing.JButton parentButton

cp

JXCollapsiblePane cp

control

JXCollapsiblePane control

lut

JXCollapsiblePane lut

adjust

JXCollapsiblePane adjust

math

JXCollapsiblePane math

stack

JXCollapsiblePane stack

icontrol

JXCollapsiblePane icontrol

movie

JXCollapsiblePane movie

overlay

JXCollapsiblePane overlay

trans

JXCollapsiblePane trans

emptoy

JXCollapsiblePane emptoy

layout

java.awt.BorderLayout layout

imageDir

java.lang.String imageDir

imgName

java.lang.String[][] imgName

barName

java.lang.String[] barName

barNames

java.lang.String[] barNames

increment

int increment

oldInc

int oldInc

currentInc

int currentInc

length

int length

ij

ImageJ ij

running

boolean running

timer

java.lang.Thread timer

collapsiblePane

javax.swing.JPanel collapsiblePane

nextCollapsLabel

javax.swing.JLabel nextCollapsLabel

parentCollapsLabel

javax.swing.JLabel parentCollapsLabel

offset

int offset

offsetHeight

int offsetHeight

direction

boolean direction

pm

javax.swing.JPopupMenu pm

index

int index

indexstr

int indexstr

isCommandAction

boolean isCommandAction

isLutAction

boolean isLutAction

isStackAction

boolean isStackAction

isMathAction

boolean isMathAction

isImagetypeAction

boolean isImagetypeAction

isTransAction

boolean isTransAction

isAdjustAction

boolean isAdjustAction

isMovieAction

boolean isMovieAction

allBarActions

javax.swing.Action[] allBarActions

Class ij2x.plugin.ControlbarJPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

offset

int offset

offsetHeight

int offsetHeight

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

newButton

javax.swing.JButton newButton

openButton

javax.swing.JButton openButton

undoButton

javax.swing.JButton undoButton

copyButton

javax.swing.JButton copyButton

cutButton

javax.swing.JButton cutButton

pasteButton

javax.swing.JButton pasteButton

clearButton

javax.swing.JButton clearButton

fillButton

javax.swing.JButton fillButton

drawButton

javax.swing.JButton drawButton

drawOverlayButton

javax.swing.JButton drawOverlayButton

removeOverlayButton

javax.swing.JButton removeOverlayButton

roicolorButton

javax.swing.JButton roicolorButton

colorpickerButton

javax.swing.JButton colorpickerButton

selectButton

javax.swing.JButton selectButton

nonselectButton

javax.swing.JButton nonselectButton

showOverlayButton

javax.swing.JButton showOverlayButton

hideOverlayButton

javax.swing.JButton hideOverlayButton

splineButton

javax.swing.JButton splineButton

duplicateButton

javax.swing.JButton duplicateButton

captureButton

javax.swing.JButton captureButton

rotateButton

javax.swing.JButton rotateButton

clockButton

javax.swing.JButton clockButton

specifyButton

javax.swing.JButton specifyButton

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

spaceLabel

javax.swing.JLabel spaceLabel

clockLabel

javax.swing.JLabel clockLabel

label

javax.swing.JLabel label

panel

javax.swing.JPanel panel

date

java.util.Date date

running

boolean running

timer

java.lang.Thread timer

time

java.lang.String time

timeFormat

java.text.DateFormat timeFormat

index

int index

defaultActions

javax.swing.Action[] defaultActions

Class ij2x.plugin.ControlBarPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

offset

int offset

offsetHeight

int offsetHeight

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

newButton

javax.swing.JButton newButton

openButton

javax.swing.JButton openButton

undoButton

javax.swing.JButton undoButton

copyButton

javax.swing.JButton copyButton

cutButton

javax.swing.JButton cutButton

pasteButton

javax.swing.JButton pasteButton

clearButton

javax.swing.JButton clearButton

fillButton

javax.swing.JButton fillButton

drawButton

javax.swing.JButton drawButton

roicolorButton

javax.swing.JButton roicolorButton

colorpickerButton

javax.swing.JButton colorpickerButton

selectButton

javax.swing.JButton selectButton

nonselectButton

javax.swing.JButton nonselectButton

splineButton

javax.swing.JButton splineButton

duplicateButton

javax.swing.JButton duplicateButton

captureButton

javax.swing.JButton captureButton

rotateButton

javax.swing.JButton rotateButton

clockButton

javax.swing.JButton clockButton

specifyButton

javax.swing.JButton specifyButton

languageButton

javax.swing.JButton languageButton

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

spaceLabel

javax.swing.JLabel spaceLabel

clockLabel

javax.swing.JLabel clockLabel

label

javax.swing.JLabel label

panel

javax.swing.JPanel panel

date

java.util.Date date

running

boolean running

timer

java.lang.Thread timer

time

java.lang.String time

timeFormat

java.text.DateFormat timeFormat

index

int index

defaultActions

javax.swing.Action[] defaultActions

Class ij2x.plugin.HorizontalGradient extends javax.swing.JComponent implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

oldsettingColor

java.awt.Color oldsettingColor

colorPane

javax.swing.JPanel colorPane

colorPanel

javax.swing.JPanel colorPanel

palettePanel

javax.swing.JPanel palettePanel

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jPanel

javax.swing.JPanel[] jPanel

tempLabel

javax.swing.JLabel tempLabel

colorHex

java.lang.String colorHex

maxColumn

int maxColumn

border1

javax.swing.border.Border border1

curstringRGB

java.lang.String[] curstringRGB

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

pressed

boolean pressed

icon

ColorIcon icon

stringRGB

java.lang.String[] stringRGB

colorIconArea

HorizontalGradient.ColorIconArea colorIconArea

imp

ImagePlus imp

ip

ImageProcessor ip

checkBox

java.util.Vector<E> checkBox

lutCheckBox

java.util.Vector<E> lutCheckBox

lutColor

java.awt.Color[] lutColor

checkBoxes

javax.swing.JCheckBox[] checkBoxes

ccButton

javax.swing.JButton ccButton

resetButton

javax.swing.JButton resetButton

saveAsJavaButton

javax.swing.JButton saveAsJavaButton

compilerunButton

javax.swing.JButton compilerunButton

group

javax.swing.ButtonGroup group

background

boolean background

isShowing

boolean isShowing

isLUT

boolean isLUT

ij

ImageJ ij

image

java.awt.Image image

mouseDownTime

long mouseDownTime

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

lightGrayBorder

javax.swing.border.Border lightGrayBorder

names

java.lang.String[] names

lutChecked

boolean[] lutChecked

gd

GenericDialog gd

lutDialog

boolean lutDialog

fi

FileInfo fi

plot

ij2x.plugin.GradientPlot plot

indexes

int indexes

Class ij2x.plugin.ImageTypePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

gray8Button

javax.swing.JButton gray8Button

gray16Button

javax.swing.JButton gray16Button

rgb8Button

javax.swing.JButton rgb8Button

gray32Button

javax.swing.JButton gray32Button

rgbButton

javax.swing.JButton rgbButton

action

javax.swing.AbstractButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

g8layout

ImageTypePanel.Boxlayout g8layout

g16layout

ImageTypePanel.Boxlayout g16layout

g32layout

ImageTypePanel.Boxlayout g32layout

rgb8layout

ImageTypePanel.Boxlayout rgb8layout

rgb32layout

ImageTypePanel.Boxlayout rgb32layout

group

javax.swing.ButtonGroup group

index

int index

Class ij2x.plugin.ImageTypePanel.Boxlayout extends javax.swing.JComponent implements Serializable

Class ij2x.plugin.LutPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

newButton

javax.swing.JButton newButton

readLutButton

javax.swing.JButton readLutButton

exportLutButton

javax.swing.JButton exportLutButton

redLutButton

javax.swing.JButton redLutButton

greenLutButton

javax.swing.JButton greenLutButton

blueLutButton

javax.swing.JButton blueLutButton

lutSlideShowButton

javax.swing.JButton lutSlideShowButton

showLutSlideButton

javax.swing.JButton showLutSlideButton

grayLutButton

javax.swing.JButton grayLutButton

saveAsJavaButton

javax.swing.JButton saveAsJavaButton

rgbButton

javax.swing.JButton rgbButton

gradientButton

javax.swing.JButton gradientButton

alignButton

javax.swing.JButton alignButton

mergergbButton

javax.swing.JButton mergergbButton

thresholdButton

javax.swing.JButton thresholdButton

showlutButton

javax.swing.JButton showlutButton

editlutButton

javax.swing.JButton editlutButton

editButton

javax.swing.JButton editButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

previousOrNext

boolean previousOrNext

index

int index

Class ij2x.plugin.MathPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

addButton

javax.swing.JButton addButton

subButton

javax.swing.JButton subButton

mulButton

javax.swing.JButton mulButton

divButton

javax.swing.JButton divButton

orButton

javax.swing.JButton orButton

andButton

javax.swing.JButton andButton

xorButton

javax.swing.JButton xorButton

minButton

javax.swing.JButton minButton

maxButton

javax.swing.JButton maxButton

gammaButton

javax.swing.JButton gammaButton

invButton

javax.swing.JButton invButton

smoButton

javax.swing.JButton smoButton

shaButton

javax.swing.JButton shaButton

edgButton

javax.swing.JButton edgButton

undoButton

javax.swing.JButton undoButton

revButton

javax.swing.JButton revButton

duplicateButton

javax.swing.JButton duplicateButton

logButton

javax.swing.JButton logButton

calculButton

javax.swing.JButton calculButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

index

int index

Class ij2x.plugin.MovieControllerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

startStop

boolean startStop

flipflop

boolean flipflop

pressed

boolean pressed

buttons

javax.swing.JPanel buttons

ij

ImageJ ij

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

tobeginnButton

javax.swing.JButton tobeginnButton

revButton

javax.swing.JButton revButton

startButton

javax.swing.JButton startButton

stopButton

javax.swing.JButton stopButton

fwdButton

javax.swing.JButton fwdButton

toendButton

javax.swing.JButton toendButton

speedButton

javax.swing.JButton speedButton

controlPanel

javax.swing.JPanel controlPanel

icons

java.awt.Image[][] icons

index

int index

Class ij2x.plugin.OverlayPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

addOverlayButton

javax.swing.JButton addOverlayButton

removeOverlayButton

javax.swing.JButton removeOverlayButton

showOverlayButton

javax.swing.JButton showOverlayButton

hideOverlayButton

javax.swing.JButton hideOverlayButton

optionOverlayButton

javax.swing.JButton optionOverlayButton

imageButton

javax.swing.JButton imageButton

fromROIMButton

javax.swing.JButton fromROIMButton

toROIMButton

javax.swing.JButton toROIMButton

flattenButton

javax.swing.JButton flattenButton

labelsButton

javax.swing.JButton labelsButton

fillButton

javax.swing.JButton fillButton

openArbitraryButton

javax.swing.JButton openArbitraryButton

ROIMButton

javax.swing.JButton ROIMButton

undoButton

javax.swing.JButton undoButton

colorpickerButton

javax.swing.JButton colorpickerButton

forwardPlayButton

javax.swing.JButton forwardPlayButton

backwardPlayButton

javax.swing.JButton backwardPlayButton

splineButton

javax.swing.JButton splineButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

index

int index

roi

Roi roi

Class ij2x.plugin.StackControlPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

startStop

boolean startStop

flipflop

boolean flipflop

pressed

boolean pressed

buttons

javax.swing.JPanel buttons

ij

ImageJ ij

imp

ImagePlus imp

stack

ImageStack stack

controlPanel

javax.swing.JPanel controlPanel

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

action

javax.swing.JButton action

tobeginnButton

javax.swing.JButton tobeginnButton

revButton

javax.swing.JButton revButton

stopButton

javax.swing.JButton stopButton

fwdButton

javax.swing.JButton fwdButton

toendButton

javax.swing.JButton toendButton

addSliceButton

javax.swing.JButton addSliceButton

removeSliceButton

javax.swing.JButton removeSliceButton

addStackButton

javax.swing.JButton addStackButton

makeStackButton

javax.swing.JButton makeStackButton

insertSlicesButton

javax.swing.JButton insertSlicesButton

removeSlicesButton

javax.swing.JButton removeSlicesButton

buildStackButton

javax.swing.JButton buildStackButton

splitStackButton

javax.swing.JButton splitStackButton

stackButton

javax.swing.JButton stackButton

spliterButton

javax.swing.JButton spliterButton

reversButton

javax.swing.JButton reversButton

to3dButton

javax.swing.JButton to3dButton

montageButton

javax.swing.JButton montageButton

index

int index

Class ij2x.plugin.ThreeColor extends javax.swing.JComponent implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

oldsettingColor

java.awt.Color oldsettingColor

colorPane

javax.swing.JPanel colorPane

colorPanel

javax.swing.JPanel colorPanel

palettePanel

javax.swing.JPanel palettePanel

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jPanel

javax.swing.JPanel[] jPanel

tempLabel

javax.swing.JLabel tempLabel

colorHex

java.lang.String colorHex

maxColumn

int maxColumn

border1

javax.swing.border.Border border1

curstringRGB

java.lang.String[] curstringRGB

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

pressed

boolean pressed

stringRGB

java.lang.String[] stringRGB

colorIconArea

ThreeColor.ColorIconArea colorIconArea

imp

ImagePlus imp

ip

ImageProcessor ip

checkBox

java.util.Vector<E> checkBox

roiCheckbox

javax.swing.JCheckBox roiCheckbox

fgCheckbox

javax.swing.JCheckBox fgCheckbox

bgCheckbox

javax.swing.JCheckBox bgCheckbox

fillCheckbox

javax.swing.JCheckBox fillCheckbox

strokeCheckbox

javax.swing.JCheckBox strokeCheckbox

group

javax.swing.ButtonGroup group

background

boolean background

isShowing

boolean isShowing

ij

ImageJ ij

image

java.awt.Image image

mouseDownTime

long mouseDownTime

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

lightGrayBorder

javax.swing.border.Border lightGrayBorder

buttonPanel

javax.swing.JPanel buttonPanel

ccButton

javax.swing.JButton ccButton

Class ij2x.plugin.ToolbarBoxControl extends javax.swing.JPanel implements Serializable

Serialized Fields

imp

ImagePlus imp

ij

ImageJ ij

infoButton

javax.swing.JButton infoButton

draggedButton

javax.swing.JButton draggedButton

closeButton

javax.swing.JButton closeButton

undecoratedButton

javax.swing.JButton undecoratedButton

brightnesContButton

javax.swing.JButton brightnesContButton

winLevelButton

javax.swing.JButton winLevelButton

resizeCanButton

javax.swing.JButton resizeCanButton

colorBalButton

javax.swing.JButton colorBalButton

thresholdButton

javax.swing.JButton thresholdButton

action

javax.swing.JButton action

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

actionCount

int actionCount

mouseDownTime

long mouseDownTime

controlBarPanel

javax.swing.JPanel controlBarPanel

panel

javax.swing.JPanel panel

gblayout

java.awt.GridBagLayout gblayout

Class ij2x.plugin.TransformPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

mouseDownTime

long mouseDownTime

startStop

boolean startStop

flipflop

boolean flipflop

pressed

boolean pressed

buttons

javax.swing.JPanel buttons

ij

ImageJ ij

action

javax.swing.JButton action

stack

ImageStack stack

controlPanel

javax.swing.JPanel controlPanel

tobeginnButton

javax.swing.JButton tobeginnButton

revButton

javax.swing.JButton revButton

buildStackButton

javax.swing.JButton buildStackButton

splitStackButton

javax.swing.JButton splitStackButton

stopButton

javax.swing.JButton stopButton

fwdButton

javax.swing.JButton fwdButton

toendButton

javax.swing.JButton toendButton

rotLeftButton

javax.swing.JButton rotLeftButton

rotRightButton

javax.swing.JButton rotRightButton

flipHorizontalButton

javax.swing.JButton flipHorizontalButton

flipVerticalButton

javax.swing.JButton flipVerticalButton

rotButton

javax.swing.JButton rotButton

rotRoiButton

javax.swing.JButton rotRoiButton

scaleButton

javax.swing.JButton scaleButton

transButton

javax.swing.JButton transButton

selectButton

javax.swing.JButton selectButton

nonselectButton

javax.swing.JButton nonselectButton

openArbitraryButton

javax.swing.JButton openArbitraryButton

huaweiButton

javax.swing.JButton huaweiButton

infoButton

javax.swing.JButton infoButton

index

int index

Package ij2x.plugin.event

Class ij2x.plugin.event.ShapesEvent extends java.util.EventObject implements Serializable

Serialized Fields

shape

ShapeRoi shape

command

int command

Package ij2x.plugin.filter

Class ij2x.plugin.filter.LutViewer extends PlugInFrame implements Serializable

Serialized Fields

plot

ij2x.plugin.filter.ViewerPlot plot

thread

java.lang.Thread thread

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

button

javax.swing.JButton button

previousImageID

int previousImageID

previousImageType

int previousImageType

previousMin

double previousMin

previousMax

double previousMax

ij

ImageJ ij

minThreshold

double minThreshold

maxThreshold

double maxThreshold

done

boolean done

invertedLut

boolean invertedLut

firstActivation

boolean firstActivation

imp

ImagePlus imp

titleBorder

javax.swing.border.Border titleBorder

index

int index

Class ij2x.plugin.filter.Magnifier extends javax.swing.JComponent implements Serializable

Serialized Fields

canvas

ImageCanvas canvas

imp

ImagePlus imp

stopMag

boolean stopMag

magFrame

MagnifierFrame magFrame

Class ij2x.plugin.filter.Process extends javax.swing.JComponent implements Serializable

Serialized Fields

canvas

ImageCanvas canvas

imp

ImagePlus imp

stopProcess

boolean stopProcess

arg

java.lang.String arg

Class ij2x.plugin.filter.ProcessAdjust extends javax.swing.JComponent implements Serializable

Serialized Fields

canvas

ImageCanvas canvas

imp

ImagePlus imp

stopProcess

boolean stopProcess

arg

java.lang.String arg

comp

java.awt.Component comp

Class ij2x.plugin.filter.ProcessImage extends javax.swing.JComponent implements Serializable

Serialized Fields

canvas

ImageCanvas canvas

imp

ImagePlus imp

stopProcess

boolean stopProcess

arg

java.lang.String arg

Package ij2x.plugin.frame

Class ij2x.plugin.frame.ColorPane extends PlugInFrame implements Serializable

serialVersionUID: 4L

Serialized Fields

colorChooice

javax.swing.JTabbedPane colorChooice

pickerSAT

ColorPicker pickerSAT

pickerHUE

ColorPicker pickerHUE

pickerBRI

ColorPicker pickerBRI

pickerRED

ColorPicker pickerRED

pickerGREEN

ColorPicker pickerGREEN

pickerBLUE

ColorPicker pickerBLUE

picker

ColorPicker picker

colorSelection

CheckBoxPanel colorSelection

colorSwatchs

ColorSwatchs colorSwatchs

model

javax.swing.SingleSelectionModel model

colorPaneLayout

java.awt.GridBagLayout colorPaneLayout

settingColor

java.awt.Color settingColor

rgbColor

RGBColor rgbColor

dim

java.awt.Dimension dim

locale

java.util.Locale locale

grayBorder

javax.swing.border.Border grayBorder

Class ij2x.plugin.frame.ColorSwatchs extends javax.swing.JPanel implements Serializable

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

oldsettingColor

java.awt.Color oldsettingColor

colorPane

javax.swing.JPanel colorPane

colorPanel

javax.swing.JPanel colorPanel

palettePanel

javax.swing.JPanel palettePanel

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jPanel

javax.swing.JPanel[] jPanel

tempLabel

javax.swing.JLabel tempLabel

colorHex

java.lang.String colorHex

maxColumn

int maxColumn

border1

javax.swing.border.Border border1

curstringRGB

java.lang.String[] curstringRGB

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

pressed

boolean pressed

icon

ColorIcon icon

stringRGB

java.lang.String[] stringRGB

colorIconArea

ColorSwatchs.ColorSwatchArea colorIconArea

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

cpDemo

ij2x.plugin.frame.ColorPanelDemo cpDemo

Class ij2x.plugin.frame.Editor extends PlugInFrame implements Serializable

Serialized Fields

editor

javax.swing.text.JTextComponent editor

path

java.lang.String path

changes

boolean changes

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

p

java.util.Properties p

mb

javax.swing.JMenuBar mb

scrollPane

javax.swing.JScrollPane scrollPane

scrollBar

javax.swing.JScrollBar scrollBar

port

javax.swing.JViewport port

macrosMenu

javax.swing.JMenu macrosMenu

pgm

Program pgm

eventCount

int eventCount

installer

MacroInstaller installer

sizes

int[] sizes

fontSize

int fontSize

layout

java.awt.font.TextLayout layout

frc

java.awt.font.FontRenderContext frc

monospaced

javax.swing.JCheckBoxMenuItem monospaced

dontShowWindow

boolean dontShowWindow

pm

javax.swing.JPopupMenu pm

enable

boolean enable

commands

java.util.Hashtable<K,V> commands

menuItems

java.util.Hashtable<K,V> menuItems

menubar

javax.swing.JMenuBar menubar

toolbar

javax.swing.JToolBar toolbar

statusLabel

javax.swing.JLabel statusLabel

group

javax.swing.ButtonGroup group

isMacroWindow

boolean isMacroWindow

highlighter

javax.swing.text.Highlighter highlighter

navigation

javax.swing.text.NavigationFilter navigation

num

int num

length

int length

lnwidth

int lnwidth

lines

java.lang.String[] lines

llength

int[] llength

lwidth

int[] lwidth

offset

int[] offset

row

int row

lineBegin

int lineBegin

lineEnd

int lineEnd

sb

java.lang.StringBuilder sb

lnsb

java.lang.StringBuilder lnsb

text

java.lang.String text

lntext

java.lang.String lntext

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

curFont

java.awt.Font curFont

fm

java.awt.FontMetrics fm

curRow

int curRow

oldrow

int oldrow

doc

javax.swing.text.Document doc

segment

javax.swing.text.Segment segment

attribString

java.text.AttributedString attribString

attribCharIterator

java.text.AttributedCharacterIterator attribCharIterator

undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for the edits on the current document.


undo

javax.swing.undo.UndoManager undo
UndoManager that we add edits to.


undoAction

ij2x.plugin.frame.Editor.UndoAction undoAction

redoAction

ij2x.plugin.frame.Editor.RedoAction redoAction

defaultActions

javax.swing.Action[] defaultActions
Actions defined by the Editor class

Class ij2x.plugin.frame.JCalendar extends PlugInFrame implements Serializable

Serialized Fields

calendar

Calendar calendar

analogClock

IClock analogClock

digitalClock

IClock digitalClock

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

ij

ImageJ ij

Class ij2x.plugin.frame.JCalendar.CalendarClock extends javax.swing.JComponent implements Serializable

Class ij2x.plugin.frame.JCalendar.CalendarPanel extends javax.swing.JPanel implements Serializable

Class ij2x.plugin.frame.JCalendar.ClockClock extends javax.swing.JComponent implements Serializable

Class ij2x.plugin.frame.JColorPicker extends PlugInFrame implements Serializable

Serialized Fields

slider

javax.swing.JSlider slider
The vertical slider


picker

ColorPicker picker

settingColor

java.awt.Color settingColor

oldsettingColor

java.awt.Color oldsettingColor

cp

JXCollapsiblePane cp

grayBorder

javax.swing.border.Border grayBorder

Class ij2x.plugin.frame.JTreeFrame extends PlugInFrame implements Serializable

Serialized Fields

treePanel

JExtTreePanel treePanel

Class ij2x.plugin.frame.LocaleFrame extends PlugInFrame implements Serializable

serialVersionUID: 8397169581252721646L

Serialized Fields

language

LocaleFrame.LocalePanel language

ulocale

com.ibm.icu.util.ULocale ulocale

timeZone

com.ibm.icu.util.TimeZone timeZone

Class ij2x.plugin.frame.LocaleFrame.LocalePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -7599481580374482525L

Serialized Fields

comBoxLocale

 comBoxLocale

conBoxModelLocale

 conBoxModelLocale

comBoxTimeZone

 comBoxTimeZone

conBoxModelTimeZone

 conBoxModelTimeZone

comBoxCalendarType

 comBoxCalendarType

conBoxModelCalendarType

 conBoxModelCalendarType

gridBagLayout

java.awt.GridBagLayout gridBagLayout

contentPane

javax.swing.JPanel contentPane

comBoxPane

javax.swing.JPanel comBoxPane

checkBoxPane

javax.swing.JPanel checkBoxPane

labelLocale

javax.swing.JLabel labelLocale

labelTimeZone

javax.swing.JLabel labelTimeZone

labelCalendarType

javax.swing.JLabel labelCalendarType

labelStyles

javax.swing.JLabel labelStyles

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

DATEFORMATSTYLES

int[] DATEFORMATSTYLES

DEFAULT

int DEFAULT

SHORT

int SHORT

MEDIUM

int MEDIUM

LONG

int LONG

FULL

int FULL

checkBoxDefault

javax.swing.JCheckBox checkBoxDefault

checkBoxShort

javax.swing.JCheckBox checkBoxShort

checkBoxMedium

javax.swing.JCheckBox checkBoxMedium

checkBoxLong

javax.swing.JCheckBox checkBoxLong

checkBoxFull

javax.swing.JCheckBox checkBoxFull

group

javax.swing.ButtonGroup group

Class ij2x.plugin.frame.MagnifierFrame extends PlugInFrame implements Serializable

Serialized Fields

magPanel

MagnifierFrame.MagPanel magPanel

xvalue

double xvalue

yvalue

double yvalue

magnifier

Magnifier magnifier

Class ij2x.plugin.frame.MagnifierFrame.MagPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

comBoxMethods

 comBoxMethods

xspinner

javax.swing.JSpinner xspinner

yspinner

javax.swing.JSpinner yspinner

methods

java.lang.String[] methods

snmx

javax.swing.SpinnerNumberModel snmx

snmy

javax.swing.SpinnerNumberModel snmy

conBoxModelMag

 conBoxModelMag

gridBagLayout

java.awt.GridBagLayout gridBagLayout

contentPane

javax.swing.JPanel contentPane

comBoxPane

javax.swing.JPanel comBoxPane

xSpinnerPane

javax.swing.JPanel xSpinnerPane

ySpinnerPane

javax.swing.JPanel ySpinnerPane

labelMethods

javax.swing.JLabel labelMethods

labelXSpinner

javax.swing.JLabel labelXSpinner

labelYSpinner

javax.swing.JLabel labelYSpinner

bb

javax.swing.border.BevelBorder bb

lightGrayBorder

javax.swing.border.Border lightGrayBorder

sxscale

java.lang.String sxscale

syscale

java.lang.String syscale

smethod

java.lang.String smethod

min

double min

max

double max

value

double value

stepSize

double stepSize

Class ij2x.plugin.frame.MonoEditor extends PlugInFrame implements Serializable

Serialized Fields

editor

javax.swing.text.JTextComponent editor

path

java.lang.String path

changes

boolean changes

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

p

java.util.Properties p

mb

javax.swing.JMenuBar mb

scrollPane

javax.swing.JScrollPane scrollPane

scrollBar

javax.swing.JScrollBar scrollBar

port

javax.swing.JViewport port

macrosMenu

javax.swing.JMenu macrosMenu

pgm

Program pgm

eventCount

int eventCount

installer

MacroInstaller installer

sizes

int[] sizes

fontSize

int fontSize

layout

java.awt.font.TextLayout layout

frc

java.awt.font.FontRenderContext frc

monospaced

javax.swing.JCheckBoxMenuItem monospaced

dontShowWindow

boolean dontShowWindow

pm

javax.swing.JPopupMenu pm

enable

boolean enable

commands

java.util.Hashtable<K,V> commands

menuItems

java.util.Hashtable<K,V> menuItems

menubar

javax.swing.JMenuBar menubar

toolbar

javax.swing.JToolBar toolbar

statusLabel

javax.swing.JLabel statusLabel

group

javax.swing.ButtonGroup group

isMacroWindow

boolean isMacroWindow

highlighter

javax.swing.text.Highlighter highlighter

navigation

javax.swing.text.NavigationFilter navigation

num

int num

length

int length

lnwidth

int lnwidth

lines

java.lang.String[] lines

llength

int[] llength

lwidth

int[] lwidth

offset

int[] offset

row

int row

lineBegin

int lineBegin

lineEnd

int lineEnd

sb

java.lang.StringBuilder sb

lnsb

java.lang.StringBuilder lnsb

text

java.lang.String text

lntext

java.lang.String lntext

bb

javax.swing.border.BevelBorder bb

grayBorder

javax.swing.border.Border grayBorder

curFont

java.awt.Font curFont

fm

java.awt.FontMetrics fm

curRow

int curRow

oldrow

int oldrow

doc

javax.swing.text.Document doc

segment

javax.swing.text.Segment segment

attribString

java.text.AttributedString attribString

attribCharIterator

java.text.AttributedCharacterIterator attribCharIterator

undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for the edits on the current document.


undo

javax.swing.undo.UndoManager undo
UndoManager that we add edits to.


undoAction

ij2x.plugin.frame.MonoEditor.UndoAction undoAction

redoAction

ij2x.plugin.frame.MonoEditor.RedoAction redoAction

defaultActions

javax.swing.Action[] defaultActions
Actions defined by the Editor class

Class ij2x.plugin.frame.RGBColor extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

initialColor

java.awt.Color initialColor

red

int red

green

int green

blue

int blue

alpha

int alpha

useHSB

boolean useHSB

title

java.lang.String title

mono

boolean mono

ssNumber

int ssNumber

colorsDoc

javax.swing.text.Document[] colorsDoc

slider

javax.swing.JSlider[] slider

spinner

javax.swing.JSpinner[] spinner

rgbColor

java.lang.String[] rgbColor

rgbcolor

int[] rgbcolor

bb

javax.swing.border.BevelBorder bb

container

java.awt.Container container

labels

java.util.Hashtable<K,V> labels

macro

boolean macro

numberField

java.util.Vector<E> numberField

stringField

java.util.Vector<E> stringField

checkbox

java.util.Vector<E> checkbox

choice

java.util.Vector<E> choice

vslider

java.util.Vector<E> vslider

vspinner

java.util.Vector<E> vspinner

spinnerField

java.util.Vector<E> spinnerField

textArea1

javax.swing.JTextArea textArea1

textArea2

javax.swing.JTextArea textArea2

numberDoc

javax.swing.text.Document[] numberDoc

manipSlider

javax.swing.JSlider manipSlider

defaultValues

java.util.Vector<E> defaultValues

defaultText

java.util.Vector<E> defaultText

theLabel

javax.swing.JComponent theLabel

y

int y

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

firstNumericField

boolean firstNumericField

firstSlider

boolean firstSlider

contentPane

javax.swing.JPanel contentPane

rgbColorPane

javax.swing.JPanel rgbColorPane

lightGrayBorder

javax.swing.border.Border lightGrayBorder

sliderVertical

javax.swing.JSlider sliderVertical
The vertical slider


sliderPanel

javax.swing.JPanel sliderPanel

cd

ij2x.plugin.frame.ColorDemo cd

Class ij2x.plugin.frame.Ruler extends PlugInFrame implements Serializable

Serialized Fields

componentListener

java.awt.event.ComponentAdapter componentListener

exitAction

javax.swing.Action exitAction

jPopupMenu

javax.swing.JPopupMenu jPopupMenu

mouseListener

java.awt.event.MouseAdapter mouseListener
Implements mouse-related behavior: window dragging and popup menu invocation


keyboardListener

java.awt.event.KeyAdapter keyboardListener
Implements keyboard navigation. Arrows move by 5 pixels, Ctrl + arrows move by 50 pixels, Alt + arrows move by 1 pixel. Esc exits the application.


Package ij2x.plugin.imageborder

Class ij2x.plugin.imageborder.ImageBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

top_center

java.awt.Image top_center

top_left

java.awt.Image top_left

top_right

java.awt.Image top_right

left_center

java.awt.Image left_center

right_center

java.awt.Image right_center

bottom_center

java.awt.Image bottom_center

bottom_left

java.awt.Image bottom_left

bottom_right

java.awt.Image bottom_right

insets

java.awt.Insets insets

Class ij2x.plugin.imageborder.ImageBorderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

imageborder

ImageBorder imageborder

imgBorder

javax.swing.border.Border imgBorder

Package ij2x.plugin.international

Class ij2x.plugin.international.InternationalizedMortgageCalculator extends javax.swing.JPanel implements Serializable

Serialized Fields

newline

java.lang.String newline

englishUSLocaleAction

javax.swing.Action englishUSLocaleAction

englishUKLocaleAction

javax.swing.Action englishUKLocaleAction

frenchFranceLocaleAction

javax.swing.Action frenchFranceLocaleAction

frenchCanadaLocaleAction

javax.swing.Action frenchCanadaLocaleAction

arabicSaudiArabiaLocaleAction

javax.swing.Action arabicSaudiArabiaLocaleAction

amount

double amount

rate

double rate

numPeriods

int numPeriods

amountLabel

javax.swing.JLabel amountLabel

rateLabel

javax.swing.JLabel rateLabel

numPeriodsLabel

javax.swing.JLabel numPeriodsLabel

paymentLabel

javax.swing.JLabel paymentLabel

amountField

javax.swing.JFormattedTextField amountField

rateField

javax.swing.JFormattedTextField rateField

numPeriodsField

javax.swing.JFormattedTextField numPeriodsField

paymentField

javax.swing.JFormattedTextField paymentField

amountFormat

java.text.NumberFormat amountFormat

percentFormat

java.text.NumberFormat percentFormat

paymentFormat

java.text.NumberFormat paymentFormat

Class ij2x.plugin.international.InternationalizedMortgageCalculator.ChangeLocaleAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

actionDesc

java.lang.String actionDesc

currentLocale

java.util.Locale currentLocale

Package ij2x.plugin.panner

Class ij2x.plugin.panner.Panner extends javax.swing.JComponent implements Serializable

Serialized Fields

pannerImage

TiledImage pannerImage
The TiledImage used for background.


sampleModel

java.awt.image.SampleModel sampleModel

colorModel

java.awt.image.ColorModel colorModel

minTileX

int minTileX
The image's tile parameters.


maxTileX

int maxTileX

minTileY

int minTileY

maxTileY

int maxTileY

tileWidth

int tileWidth

tileHeight

int tileHeight

tileGridXOffset

int tileGridXOffset

tileGridYOffset

int tileGridYOffset

pannerWidth

int pannerWidth
The panner's parameters.


pannerHeight

int pannerHeight

slider

javax.swing.JLabel slider
The slider box properties.


sliderOpaque

boolean sliderOpaque

sliderBorderColor

java.awt.Color sliderBorderColor

sliderX

int sliderX
The x,y center of the slider box


sliderY

int sliderY

sliderWidth

int sliderWidth
The dimensions of the slider box


sliderHeight

int sliderHeight

scale

float scale
scale from panner to scroll object


pannerMinH

float pannerMinH
Range of slider mapped values


pannerMaxH

float pannerMaxH

pannerMinV

float pannerMinV

pannerMaxV

float pannerMaxV

hValue

float hValue
Slider current values


vValue

float vValue

scrollObject

javax.swing.JComponent scrollObject
The object to control


odometer

javax.swing.JLabel odometer
X,Y position tracker


enableScale

boolean enableScale
enable or disabled scaling


Package ij2x.ui

Class ij2x.ui.CopyOfJExtTreePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8331644762304376024L

Serialized Fields

index

int index

jpegString

java.lang.String jpegString

tiffString

java.lang.String tiffString

opener

Opener opener

filterExt

java.lang.String[] filterExt

fileInfoList

java.lang.String[][] fileInfoList

columnNames

java.lang.String[] columnNames

selectionMode

int selectionMode

pretablerow

int pretablerow

listSelListeners

java.util.Vector<E> listSelListeners

isPressed

boolean isPressed

filterSelected

boolean filterSelected

isCollapsed

boolean isCollapsed

directoryTree

JDirectoryTree directoryTree

node

DirectoryTreeNode node

curDir

java.io.File curDir

filename

java.lang.String filename

jPanel1

javax.swing.JPanel jPanel1

panLayout

java.awt.BorderLayout panLayout

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jPanel2

javax.swing.JPanel jPanel2

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

set2PathButton

javax.swing.JButton set2PathButton

pathTextField

javax.swing.JTextField pathTextField

jPanel3

javax.swing.JPanel jPanel3

gridBagLayout3

java.awt.GridBagLayout gridBagLayout3

treeScrollPane

javax.swing.JScrollPane treeScrollPane

virtualTree

javax.swing.JTree virtualTree

tableScrollPane

javax.swing.JScrollPane tableScrollPane

table

javax.swing.JTable table

jPanel4

javax.swing.JPanel jPanel4

gridBagLayout4

java.awt.GridBagLayout gridBagLayout4

up2Button

javax.swing.JButton up2Button

filterComboBox

 filterComboBox

pathComboBox

 pathComboBox

comBoxModelPath

 comBoxModelPath

treeTablePane

javax.swing.JSplitPane treeTablePane

tableViewport

javax.swing.JViewport tableViewport

treeViewport

javax.swing.JViewport treeViewport

changeEvent

boolean changeEvent

image

javax.swing.ImageIcon image

Class ij2x.ui.CopyOfJExtTreePanel.LowerCaseField extends javax.swing.JTextField implements Serializable

Class ij2x.ui.DiskFormatEvent extends java.util.EventObject implements Serializable

Class ij2x.ui.JDirectoryTree extends javax.swing.JTree implements Serializable

serialVersionUID: 8698798062761068150L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

fileInfoList

java.lang.String[][] fileInfoList

fileInfoVec

java.util.Vector<E> fileInfoVec

filterFileNames

java.lang.String[] filterFileNames

directoryTreeCellRenderer

DirectoryTreeCellRenderer directoryTreeCellRenderer

Class ij2x.ui.JExtTreePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8331644762304376024L

Serialized Fields

index

int index

jpegString

java.lang.String jpegString

tiffString

java.lang.String tiffString

opener

Opener opener

filterExt

java.lang.String[] filterExt

filterExt0

java.lang.String[] filterExt0

columnNames

java.lang.String[] columnNames

selectionMode

int selectionMode

pretablerow

int pretablerow

listSelListeners

java.util.Vector<E> listSelListeners

isPressed

boolean isPressed

filterSelected

boolean filterSelected

isCollapsed

boolean isCollapsed

directoryTree

FileTree directoryTree

curDir

java.io.File curDir

filename

java.lang.String filename

jPanel1

javax.swing.JPanel jPanel1

panLayout

java.awt.BorderLayout panLayout

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jPanel2

javax.swing.JPanel jPanel2

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

set2PathButton

javax.swing.JButton set2PathButton

pathTextField

javax.swing.JTextField pathTextField

jPanel3

javax.swing.JPanel jPanel3

gridBagLayout3

java.awt.GridBagLayout gridBagLayout3

treeScrollPane

javax.swing.JScrollPane treeScrollPane

virtualTree

javax.swing.JTree virtualTree

tableScrollPane

javax.swing.JScrollPane tableScrollPane

table

javax.swing.JTable table

jPanel4

javax.swing.JPanel jPanel4

gridBagLayout4

java.awt.GridBagLayout gridBagLayout4

up2Button

javax.swing.JButton up2Button

filterComboBox

 filterComboBox

pathComboBox

 pathComboBox

comBoxModelPath

 comBoxModelPath

treeTablePane

javax.swing.JSplitPane treeTablePane

tableViewport

javax.swing.JViewport tableViewport

treeViewport

javax.swing.JViewport treeViewport

changeEvent

boolean changeEvent

image

javax.swing.ImageIcon image

Class ij2x.ui.JExtTreePanel.LowerCaseField extends javax.swing.JTextField implements Serializable


Package ij2x.ui.events

Class ij2x.ui.events.ListSelectEvent extends java.awt.event.ActionEvent implements Serializable

Serialized Fields

path

java.io.File path

fileList

java.lang.String[] fileList

Package ij2x.ui.jai.imageio

Class ij2x.ui.jai.imageio.ImageSaverPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tags

java.lang.String[] tags

fileName

java.lang.String fileName

plImage

java.awt.image.RenderedImage plImage

dispImage

java.awt.image.RenderedImage dispImage

fnField

javax.swing.JTextField fnField

saveTypeList

javax.swing.JList saveTypeList

Class ij2x.ui.jai.imageio.PlanarImageLoadedEvent extends java.util.EventObject implements Serializable

Serialized Fields

image

PlanarImage image

imageset

PlanarImage[] imageset

Package ij2x.ui.tree

Class ij2x.ui.tree.DirectoryTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 6836438888267854923L

Serialized Fields

openIcon

javax.swing.ImageIcon openIcon

closedIcon

javax.swing.ImageIcon closedIcon

leafIcon

javax.swing.ImageIcon leafIcon

Class ij2x.ui.tree.DirectoryTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Class ij2x.ui.tree.DirectoryTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

serialVersionUID: 7423195265716734928L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

file

java.io.File file

bRoot

boolean bRoot

isNew

boolean isNew

isDummyRoot

boolean isDummyRoot

Package org.jdesktop.beans

Class org.jdesktop.beans.AbstractSerializableBean extends AbstractBean implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

Package org.jdesktop.swingx

Class org.jdesktop.swingx.AbstractPatternPanel extends JXPanel implements Serializable

Serialized Fields

searchLabel

javax.swing.JLabel searchLabel

searchField

javax.swing.JTextField searchField

matchCheck

javax.swing.JCheckBox matchCheck

patternModel

org.jdesktop.swingx.search.PatternModel patternModel

actionFactory

org.jdesktop.swingx.action.ActionContainerFactory actionFactory

Class org.jdesktop.swingx.JXBusyLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: 5979268460848257147L

Serialized Fields

busyPainter

org.jdesktop.swingx.painter.BusyPainter busyPainter

busy

javax.swing.Timer busy

delay

int delay

wasBusyOnNotify

boolean wasBusyOnNotify
Status flag to save/restore status of timer when moving component between containers.


direction

JXBusyLabel.Direction direction

Class org.jdesktop.swingx.JXButton extends javax.swing.JButton implements Serializable

Serialized Fields

text

java.lang.String text

borderPainted

boolean borderPainted

contentAreaFilled

boolean contentAreaFilled

fgPainter

org.jdesktop.swingx.painter.Painter<T> fgPainter

bgPainter

org.jdesktop.swingx.painter.Painter<T> bgPainter

paintBorderInsets

boolean paintBorderInsets

painting

boolean painting

opaque

boolean opaque

Class org.jdesktop.swingx.JXCollapsiblePane extends JXPanel implements Serializable

Serialized Fields

collapsed

boolean collapsed
Indicates whether the component is collapsed or expanded


direction

JXCollapsiblePane.Direction direction
Defines the orientation of the component.


animateTimer

javax.swing.Timer animateTimer
Timer used for doing the transparency animation (fade-in)


animator

org.jdesktop.swingx.JXCollapsiblePane.AnimationListener animator

currentDimension

int currentDimension

wrapper

org.jdesktop.swingx.JXCollapsiblePane.WrapperContainer wrapper

useAnimation

boolean useAnimation

animationParams

org.jdesktop.swingx.JXCollapsiblePane.AnimationParams animationParams

Class org.jdesktop.swingx.JXColorSelectionButton extends javax.swing.JButton implements Serializable

Serialized Fields

colorwell

java.awt.image.BufferedImage colorwell

dialog

javax.swing.JDialog dialog

chooser

javax.swing.JColorChooser chooser

Class org.jdesktop.swingx.JXDatePicker extends javax.swing.JComponent implements Serializable

Serialized Fields

_dateField

javax.swing.JFormattedTextField _dateField
The editable date field that displays the date


_linkPanel

javax.swing.JPanel _linkPanel
Popup that displays the month view with controls for traversing/selecting dates.


_linkFormat

java.text.MessageFormat _linkFormat

linkDate

java.util.Date linkDate

_monthView

JXMonthView _monthView

editable

boolean editable

listenerMap

org.jdesktop.swingx.event.EventListenerMap listenerMap

lightWeightPopupEnabled

boolean lightWeightPopupEnabled

date

java.util.Date date

monthViewListener

java.beans.PropertyChangeListener monthViewListener

Class org.jdesktop.swingx.JXDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

content

javax.swing.JComponent content

Class org.jdesktop.swingx.JXEditorPane extends javax.swing.JEditorPane implements Serializable

Serialized Fields

undoHandler

javax.swing.event.UndoableEditListener undoHandler

undoManager

javax.swing.undo.UndoManager undoManager

caretHandler

javax.swing.event.CaretListener caretHandler

selector

javax.swing.JComboBox selector

targetSupport

org.jdesktop.swingx.action.TargetableSupport targetSupport

searchable

org.jdesktop.swingx.search.Searchable searchable

Class org.jdesktop.swingx.JXErrorPane extends javax.swing.JComponent implements Serializable

Serialized Fields

errorInfo

org.jdesktop.swingx.error.ErrorInfo errorInfo
ErrorInfo that contains all the information prepared for reporting.


icon

javax.swing.Icon icon
The Icon to use, regardless of the error message. The UI delegate is responsible for setting this icon, if the developer has not specified the icon.


reporter

org.jdesktop.swingx.error.ErrorReporter reporter
The delegate to use for reporting errors.

Class org.jdesktop.swingx.JXFindBar extends JXFindPanel implements Serializable

Serialized Fields

previousBackgroundColor

java.awt.Color previousBackgroundColor

previousForegroundColor

java.awt.Color previousForegroundColor

notFoundBackgroundColor

java.awt.Color notFoundBackgroundColor

notFoundForegroundColor

java.awt.Color notFoundForegroundColor

findNext

javax.swing.JButton findNext

findPrevious

javax.swing.JButton findPrevious

Class org.jdesktop.swingx.JXFindPanel extends AbstractPatternPanel implements Serializable

Serialized Fields

searchable

org.jdesktop.swingx.search.Searchable searchable

wrapCheck

javax.swing.JCheckBox wrapCheck

backCheck

javax.swing.JCheckBox backCheck

initialized

boolean initialized

Class org.jdesktop.swingx.JXFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

waitPane

java.awt.Component waitPane

glassPane

java.awt.Component glassPane

waitPaneVisible

boolean waitPaneVisible

realCursor

java.awt.Cursor realCursor

waitCursorVisible

boolean waitCursorVisible

waiting

boolean waiting

startPosition

JXFrame.StartPosition startPosition

hasBeenVisible

boolean hasBeenVisible

keyEventListener

java.awt.event.AWTEventListener keyEventListener

keyPreview

boolean keyPreview

idleListener

java.awt.event.AWTEventListener idleListener

idleTimer

javax.swing.Timer idleTimer

idleThreshold

long idleThreshold

idle

boolean idle

Class org.jdesktop.swingx.JXGlassBox extends JXPanel implements Serializable

Serialized Fields

alphaStart

float alphaStart

alphaEnd

float alphaEnd

animateTimer

javax.swing.Timer animateTimer

alphaIncrement

float alphaIncrement

dismissOnClick

boolean dismissOnClick

dismissListener

java.awt.event.MouseAdapter dismissListener

Class org.jdesktop.swingx.JXGradientChooser extends JXPanel implements Serializable

Serialized Fields

slider

JXMultiThumbSlider<E> slider
The multi-thumb slider to use for the gradient stops


deleteThumbButton

javax.swing.JButton deleteThumbButton

addThumbButton

javax.swing.JButton addThumbButton

colorField

javax.swing.JTextField colorField

changeColorButton

JXColorSelectionButton changeColorButton

colorLocationSpinner

javax.swing.JSpinner colorLocationSpinner

alphaSpinner

javax.swing.JSpinner alphaSpinner

alphaSlider

javax.swing.JSlider alphaSlider

styleCombo

javax.swing.JComboBox styleCombo

gradientPreview

org.jdesktop.swingx.color.GradientPreviewPanel gradientPreview

noCycleRadio

javax.swing.JRadioButton noCycleRadio

reflectedRadio

javax.swing.JRadioButton reflectedRadio

repeatedRadio

javax.swing.JRadioButton repeatedRadio

reversedCheck

javax.swing.JCheckBox reversedCheck

gradient

org.apache.batik.ext.awt.MultipleGradientPaint gradient

thumbsMoving

boolean thumbsMoving

log

java.util.logging.Logger log

topPanel

javax.swing.JPanel topPanel
This method is called from within the constructor to initialize the form.


previewPanel

javax.swing.JPanel previewPanel
This method is called from within the constructor to initialize the form.

Class org.jdesktop.swingx.JXGraph extends JXPanel implements Serializable

Serialized Fields

plotChangeListener

java.beans.PropertyChangeListener plotChangeListener

majorGridColor

java.awt.Color majorGridColor

minorGridColor

java.awt.Color minorGridColor

axisColor

java.awt.Color axisColor

plots

java.util.List<E> plots

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

defaultView

java.awt.geom.Rectangle2D defaultView

originX

double originX

originY

double originY

majorX

double majorX

defaultMajorX

double defaultMajorX

minorCountX

int minorCountX

majorY

double majorY

defaultMajorY

double defaultMajorY

minorCountY

int minorCountY

textPainted

boolean textPainted

gridPainted

boolean gridPainted

axisPainted

boolean axisPainted

backPainted

boolean backPainted

dragStart

java.awt.Point dragStart

mainFormatter

java.text.NumberFormat mainFormatter

secondFormatter

java.text.NumberFormat secondFormatter

inputEnabled

boolean inputEnabled

zoomHandler

org.jdesktop.swingx.JXGraph.ZoomHandler zoomHandler

panMotionHandler

org.jdesktop.swingx.JXGraph.PanMotionHandler panMotionHandler

panHandler

org.jdesktop.swingx.JXGraph.PanHandler panHandler

resetHandler

org.jdesktop.swingx.JXGraph.ResetHandler resetHandler

Class org.jdesktop.swingx.JXHeader extends JXPanel implements Serializable

serialVersionUID: 3593838231433068954L

Serialized Fields

title

java.lang.String title

description

java.lang.String description

icon

javax.swing.Icon icon

titleFont

java.awt.Font titleFont

descriptionFont

java.awt.Font descriptionFont

titleForeground

java.awt.Color titleForeground

descriptionForeground

java.awt.Color descriptionForeground

iconPosition

JXHeader.IconPosition iconPosition

Class org.jdesktop.swingx.JXHyperlink extends javax.swing.JButton implements Serializable

Serialized Fields

hasBeenVisited

boolean hasBeenVisited

unclickedColor

java.awt.Color unclickedColor
Color for the hyper link if it has not yet been clicked. This color can be set both in code, and through the UIManager with the property "JXHyperlink.unclickedColor".


clickedColor

java.awt.Color clickedColor
Color for the hyper link if it has already been clicked. This color can be set both in code, and through the UIManager with the property "JXHyperlink.clickedColor".


overrulesActionOnClick

boolean overrulesActionOnClick

Class org.jdesktop.swingx.JXImagePanel extends JXPanel implements Serializable

Serialized Fields

img

java.lang.ref.SoftReference<T> img
The image to draw


editable

boolean editable
If true, then the image can be changed. Perhaps a better name is "readOnly", but editable was chosen to be more consistent with other Swing components.


mhandler

org.jdesktop.swingx.JXImagePanel.MouseHandler mhandler
The mouse handler that is used if the component is editable


style

JXImagePanel.Style style
Specifies how to draw the image, i.e. what kind of Style to use when drawing


defaultImage

java.awt.Image defaultImage

imageLoader

java.util.concurrent.Callable<V> imageLoader

Class org.jdesktop.swingx.JXImageView extends JXPanel implements Serializable

Serialized Fields

log

java.util.logging.Logger log

image

java.awt.Image image

imageURL

java.net.URL imageURL

errorSupport

org.jdesktop.swingx.error.ErrorSupport errorSupport

imageLocation

java.awt.geom.Point2D imageLocation

checkerPaint

java.awt.Paint checkerPaint

scale

double scale

editable

boolean editable

moveHandler

org.jdesktop.swingx.JXImageView.MoveHandler moveHandler

dragEnabled

boolean dragEnabled

exportName

java.lang.String exportName

exportFormat

java.lang.String exportFormat

Class org.jdesktop.swingx.JXLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

textRotation

double textRotation

painting

boolean painting

foregroundPainter

org.jdesktop.swingx.painter.Painter<T> foregroundPainter

backgroundPainter

org.jdesktop.swingx.painter.Painter<T> backgroundPainter

multiLine

boolean multiLine

pWidth

int pWidth

pHeight

int pHeight

dontIgnoreRepaint

boolean dontIgnoreRepaint

occupiedWidth

int occupiedWidth

paintBorderInsets

boolean paintBorderInsets

maxLineSpan

int maxLineSpan

painted

boolean painted

textAlignment

JXLabel.TextAlignment textAlignment

Class org.jdesktop.swingx.JXList extends javax.swing.JList implements Serializable

Serialized Fields

filters

org.jdesktop.swingx.decorator.FilterPipeline filters
The pipeline holding the filters.


compoundHighlighter

org.jdesktop.swingx.decorator.CompoundHighlighter compoundHighlighter
The pipeline holding the highlighters.


highlighterChangeListener

javax.swing.event.ChangeListener highlighterChangeListener
listening to changeEvents from compoundHighlighter.


dataAdapter

org.jdesktop.swingx.decorator.ComponentAdapter dataAdapter
The ComponentAdapter for model data access.


rolloverProducer

org.jdesktop.swingx.rollover.RolloverProducer rolloverProducer
Mouse/Motion/Listener keeping track of mouse moved in cell coordinates.


linkController

org.jdesktop.swingx.rollover.ListRolloverController<T extends javax.swing.JList> linkController
RolloverController: listens to cell over events and repaints entered/exited rows.


delegatingRenderer

JXList.DelegatingRenderer delegatingRenderer
A wrapper around the default renderer enabling decoration.


wrappingModel

org.jdesktop.swingx.JXList.WrappingListModel wrappingModel

pipelineListener

org.jdesktop.swingx.decorator.PipelineListener pipelineListener

filterEnabled

boolean filterEnabled

selectionMapper

org.jdesktop.swingx.decorator.SelectionMapper selectionMapper

searchable

org.jdesktop.swingx.search.Searchable searchable

comparator

java.util.Comparator<T> comparator

Class org.jdesktop.swingx.JXLoginDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

JXLoginPane panel
The login panel containing the username & password fields, and handling the login procedures.

Class org.jdesktop.swingx.JXLoginPane extends JXPanel implements Serializable

serialVersionUID: 3544949969896288564L

Serialized Fields

status

JXLoginPane.Status status
The current login status for this panel


banner

JXImagePanel banner
An optional banner at the top of the panel


bannerText

java.lang.String bannerText
Text that should appear on the banner


messageLabel

javax.swing.JLabel messageLabel
Custom label allowing the developer to display some message to the user


errorMessageLabel

JXLabel errorMessageLabel
Shows an error message such as "user name or password incorrect" or "could not contact server" or something like that if something goes wrong


loginPanel

JXPanel loginPanel
A Panel containing all of the input fields, check boxes, etc necessary for the user to do their job. The items on this panel change whenever the SaveMode changes, so this panel must be recreated at runtime if the SaveMode changes. Thus, I must maintain this reference so I can remove this panel from the content panel at runtime.


contentPanel

JXPanel contentPanel
The panel on which the input fields, messageLabel, and errorMessageLabel are placed. While the login thread is running, this panel is removed from the dialog and replaced by the progressPanel


namePanel

org.jdesktop.swingx.JXLoginPane.NameComponent namePanel
This is the area in which the name field is placed. That way it can toggle on the fly between text field and a combo box depending on the situation, and have a simple way to get the user name


passwordField

javax.swing.JPasswordField passwordField
The password field presented allowing the user to enter their password


serverCombo

javax.swing.JComboBox serverCombo
A combo box presenting the user with a list of servers to which they may log in. This is an optional feature, which is only enabled if the List of servers supplied to the JXLoginPane has a length greater than 1.


saveCB

javax.swing.JCheckBox saveCB
Check box presented if a PasswordStore is used, allowing the user to decide whether to save their password


capsOn

javax.swing.JLabel capsOn
Label displayed whenever caps lock is on.


progressPanel

JXPanel progressPanel
A special panel that displays a progress bar and cancel button, and which notify the user of the login process, and allow them to cancel that process.


progressMessageLabel

javax.swing.JLabel progressMessageLabel
A JLabel on the progressPanel that is used for informing the user of the status of the login procedure (logging in..., canceling login...)


loginService

org.jdesktop.swingx.auth.LoginService loginService
The LoginService to use. This must be specified for the login dialog to operate. If no LoginService is defined, a default login service is used that simply allows all users access. This is useful for demos or prototypes where a proper login server is not available.


passwordStore

org.jdesktop.swingx.auth.PasswordStore passwordStore
Optional: a PasswordStore to use for storing and retrieving passwords for a specific user.


userNameStore

org.jdesktop.swingx.auth.UserNameStore userNameStore
Optional: a UserNameStore to use for storing user names and retrieving them


servers

java.util.List<E> servers
A list of servers where each server is represented by a String. If the list of Servers is greater than 1, then a combo box will be presented to the user to choose from. If any servers are specified, the selected one (or the only one if servers.size() == 1) will be passed to the LoginService


saveMode

JXLoginPane.SaveMode saveMode
Whether to save password or username or both.


oldCursor

java.awt.Cursor oldCursor
Tracks the cursor at the time that authentication was started, and restores to that cursor after authentication ends, or is canceled;


namePanelEnabled

boolean namePanelEnabled

defaultLoginListener

org.jdesktop.swingx.auth.LoginListener defaultLoginListener
The default login listener used by this panel.


capsOnTest

org.jdesktop.swingx.JXLoginPane.CapsOnTest capsOnTest

caps

boolean caps

isTestingCaps

boolean isTestingCaps

capsOnListener

java.awt.KeyEventDispatcher capsOnListener

capsLockSupport

boolean capsLockSupport
Caps lock detection support


buttonPanel

org.jdesktop.swingx.JXLoginPane.JXBtnPanel buttonPanel
Login/cancel control pane;


capsOnWinListener

org.jdesktop.swingx.JXLoginPane.CapsOnWinListener capsOnWinListener
Window event listener responsible for triggering caps lock test on vindow activation and focus changes.


contentCardPane

javax.swing.JPanel contentCardPane
Card pane holding user/pwd fields view and the progress view.


isErrorMessageSet

boolean isErrorMessageSet

Class org.jdesktop.swingx.JXLoginPane.JXLoginDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -3185639594267828103L

Serialized Fields

panel

JXLoginPane panel

Class org.jdesktop.swingx.JXLoginPane.JXLoginFrame extends JXFrame implements Serializable

serialVersionUID: -9016407314342050807L

Serialized Fields

panel

JXLoginPane panel

Class org.jdesktop.swingx.JXMonthView extends javax.swing.JComponent implements Serializable

Serialized Fields

firstDisplayedDay

java.util.Date firstDisplayedDay
Keeps track of the first date we are displaying. We use this as a restore point for the calendar. This is normalized to the start of the first day of the month given in setFirstDisplayedDate.


cal

java.util.Calendar cal
the calendar to base all selections, flagging upon. NOTE: the time of this calendar is undefined - before using, internal code must explicitly set it. PENDING JW: as of version 1.26 all calendar/properties are controlled by the model. We keep a clone of the model's calendar here for notification reasons: model fires DateSelectionEvent of type CALENDAR_CHANGED which neiter carry the oldvalue nor the property name needed to map into propertyChange notification.


anchor

java.util.Calendar anchor
calendar to store the real input of firstDisplayedDate.


today

java.util.Date today
Start of the day which contains System.millis() in the current calendar. Kept in synch via a timer started in addNotify.


todayTimer

javax.swing.Timer todayTimer
The timer used to keep today in synch with system time.


firstDayOfWeek

int firstDayOfWeek

model

org.jdesktop.swingx.calendar.DateSelectionModel model
The DateSelectionModel driving this component. This model's calendar is the reference for all dates.


modelListener

org.jdesktop.swingx.event.DateSelectionListener modelListener
Listener registered with the current model to keep Calendar dependent state synched.


flaggedDates

org.jdesktop.swingx.calendar.DaySelectionModel flaggedDates
The manager of the flagged dates. Note that the type of this is an implementation detail.


listenerMap

org.jdesktop.swingx.event.EventListenerMap listenerMap
Storage of actionListeners registered with the monthView.


traversable

boolean traversable

leadingDays

boolean leadingDays

trailingDays

boolean trailingDays

showWeekNumber

boolean showWeekNumber

componentInputMapEnabled

boolean componentInputMapEnabled

modifiedStartDate

java.util.Date modifiedStartDate

modifiedEndDate

java.util.Date modifiedEndDate

_daysOfTheWeek

java.lang.String[] _daysOfTheWeek
Localizable day column headers. Default typically installed by the uidelegate.


_monthStringInsets

java.awt.Insets _monthStringInsets

boxPaddingX

int boxPaddingX

boxPaddingY

int boxPaddingY

minCalCols

int minCalCols

minCalRows

int minCalRows

todayBackgroundColor

java.awt.Color todayBackgroundColor

monthStringBackground

java.awt.Color monthStringBackground

monthStringForeground

java.awt.Color monthStringForeground

daysOfTheWeekForeground

java.awt.Color daysOfTheWeekForeground

selectedBackground

java.awt.Color selectedBackground

dayToColorTable

java.util.Hashtable<K,V> dayToColorTable

flaggedDayForeground

java.awt.Color flaggedDayForeground

selectedForeground

java.awt.Color selectedForeground

zoomable

boolean zoomable

Class org.jdesktop.swingx.JXMultiSplitPane extends javax.swing.JPanel implements Serializable

Serialized Fields

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

continuousLayout

boolean continuousLayout

dividerPainter

JXMultiSplitPane.DividerPainter dividerPainter

backgroundPainter

org.jdesktop.swingx.painter.Painter<T> backgroundPainter

dragUnderway

boolean dragUnderway

dragDivider

MultiSplitLayout.Divider dragDivider

initialDividerBounds

java.awt.Rectangle initialDividerBounds

oldFloatingDividers

boolean oldFloatingDividers

dragOffsetX

int dragOffsetX

dragOffsetY

int dragOffsetY

dragMin

int dragMin

dragMax

int dragMax

Class org.jdesktop.swingx.JXMultiSplitPane.AccessibleMultiSplitPane extends javax.swing.JPanel.AccessibleJPanel implements Serializable

Class org.jdesktop.swingx.JXMultiThumbSlider extends javax.swing.JComponent implements Serializable

Serialized Fields

tdl

org.jdesktop.swingx.multislider.ThumbDataListener tdl

thumbs

java.util.List<E> thumbs

thumbRenderer

org.jdesktop.swingx.multislider.ThumbRenderer thumbRenderer

trackRenderer

org.jdesktop.swingx.multislider.TrackRenderer trackRenderer

model

org.jdesktop.swingx.multislider.MultiThumbModel<E> model

listeners

java.util.List<E> listeners

selected

org.jdesktop.swingx.JXMultiThumbSlider.ThumbComp selected

Class org.jdesktop.swingx.JXPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

scrollableTracksViewportHeight

boolean scrollableTracksViewportHeight

scrollableTracksViewportWidth

boolean scrollableTracksViewportWidth

alpha

float alpha
The alpha level for this component.


oldOpaque

boolean oldOpaque
If the old alpha value was 1.0, I keep track of the opaque setting because a translucent component is not opaque, but I want to be able to restore opacity to its default setting if the alpha is 1.0. Honestly, I don't know if this is necessary or not, but it sounded good on paper :)

TODO: Check whether this variable is necessary or not


inheritAlpha

boolean inheritAlpha
Indicates whether this component should inherit its parent alpha value


backgroundPainter

org.jdesktop.swingx.painter.Painter<T> backgroundPainter
Specifies the Painter to use for painting the background of this panel. If no painter is specified, the normal painting routine for JPanel is called. Old behavior is also honored for the time being if no backgroundPainter is specified


paintBorderInsets

boolean paintBorderInsets

Class org.jdesktop.swingx.JXRadioGroup extends javax.swing.JPanel implements Serializable

serialVersionUID: 3257285842266567986L

Serialized Fields

buttonGroup

javax.swing.ButtonGroup buttonGroup

values

java.util.List<E> values

actionHandler

org.jdesktop.swingx.JXRadioGroup.ActionSelectionListener actionHandler

actionListeners

java.util.List<E> actionListeners

Class org.jdesktop.swingx.JXRootPane extends javax.swing.JRootPane implements Serializable

Serialized Fields

statusBar

JXStatusBar statusBar
The current status bar for this root pane.


toolBar

javax.swing.JToolBar toolBar

cancelButton

javax.swing.JButton cancelButton
The button that gets activated when the pane has the focus and a UI-specific action like pressing the ESC key occurs.

Class org.jdesktop.swingx.JXRootPane.XRootLayout extends javax.swing.JRootPane.RootLayout implements Serializable

Serialized Fields

delegate

java.awt.LayoutManager2 delegate

Class org.jdesktop.swingx.JXSearchPanel extends AbstractPatternPanel implements Serializable

Serialized Fields

searchCriteria

javax.swing.JComboBox searchCriteria

patternMatchers

java.util.List<E> patternMatchers

Class org.jdesktop.swingx.JXStatusBar extends javax.swing.JComponent implements Serializable

Serialized Fields

resizeHandleEnabled

boolean resizeHandleEnabled

Class org.jdesktop.swingx.JXTable extends javax.swing.JTable implements Serializable

Serialized Fields

filters

org.jdesktop.swingx.decorator.FilterPipeline filters
The FilterPipeline for the table.


compoundHighlighter

org.jdesktop.swingx.decorator.CompoundHighlighter compoundHighlighter
The CompoundHighlighter for the table.


resetDefaultTableCellRendererHighlighter

org.jdesktop.swingx.decorator.Highlighter resetDefaultTableCellRendererHighlighter
The Highlighter used to hack around DefaultTableCellRenderer's color memory.


dataAdapter

org.jdesktop.swingx.decorator.ComponentAdapter dataAdapter
The ComponentAdapter for model data access.


selectionMapper

org.jdesktop.swingx.decorator.SelectionMapper selectionMapper
The handler for mapping view/model coordinates of row selection. Widened access to allow lazy instantiation in subclasses (#746-swingx).


sortable

boolean sortable
flag to indicate if table is interactively sortable.


pipelineListener

org.jdesktop.swingx.decorator.PipelineListener pipelineListener
Listens for changes from the filters.


highlighterChangeListener

javax.swing.event.ChangeListener highlighterChangeListener
Listens for changes from the highlighters.


columnFactory

org.jdesktop.swingx.table.ColumnFactory columnFactory
the factory to use for column creation and configuration.


visibleRowCount

int visibleRowCount
The default number of visible rows (in a ScrollPane).


visibleColumnCount

int visibleColumnCount
The default number of visible columns (in a ScrollPane).


rowModelMapper

org.jdesktop.swingx.decorator.SizeSequenceMapper rowModelMapper

rowModelField

java.lang.reflect.Field rowModelField

rowHeightEnabled

boolean rowHeightEnabled

columnControlVisible

boolean columnControlVisible
Flag to indicate if the column control is visible.


verticalScrollPolicy

int verticalScrollPolicy
ScrollPane's original vertical scroll policy. If the column control is visible the policy is set to ALWAYS.


columnControlButton

javax.swing.JComponent columnControlButton
The component used a column control in the upper trailing corner of an enclosing JScrollPane.


rolloverProducer

org.jdesktop.swingx.rollover.RolloverProducer rolloverProducer
Mouse/Motion/Listener keeping track of mouse moved in cell coordinates.


linkController

org.jdesktop.swingx.rollover.TableRolloverController<T extends javax.swing.JTable> linkController
RolloverController: listens to cell over events and repaints entered/exited rows.


oldAutoResizeMode

int oldAutoResizeMode
field to store the autoResizeMode while interactively setting horizontal scrollbar to visible.


fillsViewportHeight

boolean fillsViewportHeight
property to control the tracksViewportHeight behaviour.


intelliMode

boolean intelliMode
flag to indicate enhanced auto-resize-off behaviour is on. This is set/reset in setHorizontalScrollEnabled.


inLayout

boolean inLayout
internal flag indicating that we are in super.doLayout(). (used in columnMarginChanged to not update the resizingCol's prefWidth).


isXTableRowHeightSet

boolean isXTableRowHeightSet
Flag to distinguish internal settings of row height from client code settings. The rowHeight will be internally adjusted to font size on instantiation and in updateUI if the height has not been set explicitly by the application.

See Also:
JXTable.adminSetRowHeight(int), JXTable.setRowHeight(int)

searchable

org.jdesktop.swingx.search.Searchable searchable
property to control search behaviour.


editable

boolean editable
property to control table's editability as a whole.


calculatedPrefScrollableViewportSize

java.awt.Dimension calculatedPrefScrollableViewportSize

Class org.jdesktop.swingx.JXTable.BooleanEditor extends javax.swing.DefaultCellEditor implements Serializable

Class org.jdesktop.swingx.JXTable.GenericEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

argTypes

java.lang.Class<T>[] argTypes

constructor

java.lang.reflect.Constructor<T> constructor

value

java.lang.Object value

Class org.jdesktop.swingx.JXTable.NumberEditor extends JXTable.GenericEditor implements Serializable

Class org.jdesktop.swingx.JXTableHeader extends javax.swing.table.JTableHeader implements Serializable

Serialized Fields

sortGestureRecognizer

JXTableHeader.SortGestureRecognizer sortGestureRecognizer
The recognizer used for interpreting mouse events as sorting user gestures.


headerListener

javax.swing.event.MouseInputListener headerListener

Class org.jdesktop.swingx.JXTaskPane extends javax.swing.JPanel implements Serializable

Serialized Fields

title

java.lang.String title

icon

javax.swing.Icon icon

special

boolean special

collapsed

boolean collapsed

scrollOnExpand

boolean scrollOnExpand

mnemonic

int mnemonic

mnemonicIndex

int mnemonicIndex

collapsePane

JXCollapsiblePane collapsePane

Class org.jdesktop.swingx.JXTaskPaneContainer extends JXPanel implements Serializable

Class org.jdesktop.swingx.JXTipOfTheDay extends JXPanel implements Serializable

Serialized Fields

model

org.jdesktop.swingx.tips.TipOfTheDayModel model

currentTip

int currentTip

Class org.jdesktop.swingx.JXTitledPanel extends JXPanel implements Serializable

Serialized Fields

title

java.lang.String title
The text to use for the title


titleFont

java.awt.Font titleFont
The Font to use for the Title


titleForeground

java.awt.Color titleForeground
The foreground color to use for the Title (particularly for the text)


contentPanel

java.awt.Container contentPanel
The ContentPanel. Whatever this container is will be displayed in the Content section


titlePainter

org.jdesktop.swingx.painter.Painter<T> titlePainter
The Painter to use for painting the title section of the JXTitledPanel

Class org.jdesktop.swingx.JXTitledSeparator extends JXPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label
Implementation detail: the label used to display the title


leftSeparator

javax.swing.JSeparator leftSeparator
Implementation detail: a separator to use on the left of the title if alignment is centered or right justified


rightSeparator

javax.swing.JSeparator rightSeparator
Implementation detail: a separator to use on the right of the title if alignment is centered or left justified

Class org.jdesktop.swingx.JXTree extends javax.swing.JTree implements Serializable

Serialized Fields

compoundHighlighter

org.jdesktop.swingx.decorator.CompoundHighlighter compoundHighlighter
Collection of active Highlighters.


highlighterChangeListener

javax.swing.event.ChangeListener highlighterChangeListener
Listener to changes of Highlighters in collection.


delegatingRenderer

JXTree.DelegatingRenderer delegatingRenderer
Wrapper around the installed renderer, needed to support Highlighters.


rolloverProducer

org.jdesktop.swingx.rollover.RolloverProducer rolloverProducer
The RolloverProducer used if rollover is enabled.


linkController

org.jdesktop.swingx.rollover.TreeRolloverController<T extends javax.swing.JTree> linkController
The RolloverController used if rollover is enabled.


overwriteIcons

boolean overwriteIcons

searchable

org.jdesktop.swingx.search.Searchable searchable

editorRemover

JXTree.CellEditorRemover editorRemover
The propertyChangeListener responsible for terminating edits if focus lost.


editorListener

javax.swing.event.CellEditorListener editorListener
The CellEditorListener responsible to force the focus back to the tree after terminating edits.


selectionForeground

java.awt.Color selectionForeground
Color of selected foreground. Added for consistent api across collection components.


selectionBackground

java.awt.Color selectionBackground
Color of selected background. Added for consistent api across collection components.


dataAdapter

org.jdesktop.swingx.decorator.ComponentAdapter dataAdapter

Class org.jdesktop.swingx.JXTreeTable extends JXTable implements Serializable

Serialized Fields

renderer

org.jdesktop.swingx.JXTreeTable.TreeTableCellRenderer renderer
Renderer used to render cells within the hierarchical column. renderer extends JXTree and implements TableCellRenderer


hierarchicalEditor

org.jdesktop.swingx.treetable.TreeTableCellEditor hierarchicalEditor
Editor used to edit cells within the hierarchical column.


treeTableHacker

JXTreeTable.TreeTableHacker treeTableHacker

consumedOnPress

boolean consumedOnPress

Class org.jdesktop.swingx.JXTreeTable.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

treeModelListener

javax.swing.event.TreeModelListener treeModelListener

tree

javax.swing.JTree tree

treeTable

JXTreeTable treeTable

Class org.jdesktop.swingx.MultiSplitLayout.InvalidLayoutException extends java.lang.RuntimeException implements Serializable

Serialized Fields

node

MultiSplitLayout.Node node