A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

IClock - Class in com.ibm.clock
An IClock component is a Java bean that can be used to display a clock in an application.
IClock() - Constructor for class com.ibm.clock.IClock
Default Constructor.
IClockBeanInfo - Class in com.ibm.clock
BeanInfo for the IClock class.
IClockBeanInfo() - Constructor for class com.ibm.clock.IClockBeanInfo
 
icon - Variable in class ij2x.plugin.frame.ColorSwatchs
 
icon - Variable in class ij2x.plugin.HorizontalGradient
 
ICON - Static variable in class org.jdesktop.swingx.renderer.IconValues
Returns the value as Icon if possible or null.
ICON_CHANGED_KEY - Static variable in class org.jdesktop.swingx.JXTaskPane
Used when generating PropertyChangeEvents for the "icon" property
IconBorder - Class in org.jdesktop.swingx.border
IconBorder creates a border that places an Icon in the border on the horizontal axis.
IconBorder() - Constructor for class org.jdesktop.swingx.border.IconBorder
Creates an IconBorder with an empty icon in a trailing position with a padding of 4.
IconBorder(Icon) - Constructor for class org.jdesktop.swingx.border.IconBorder
Creates an IconBorder with the specified icon in a trailing position with a padding of 4.
IconBorder(Icon, int) - Constructor for class org.jdesktop.swingx.border.IconBorder
Creates an IconBorder with the specified constraints and a padding of 4.
IconBorder(Icon, int, int) - Constructor for class org.jdesktop.swingx.border.IconBorder
Creates an IconBorder with the specified constraints.
IconHighlighter - Class in org.jdesktop.swingx.decorator
Highlighter which decorates by setting the icon property of a label.
IconHighlighter() - Constructor for class org.jdesktop.swingx.decorator.IconHighlighter
Instantiates a IconHighlighter with null Icon and default HighlightPredicate.
IconHighlighter(HighlightPredicate) - Constructor for class org.jdesktop.swingx.decorator.IconHighlighter
Instantiates a IconHighlighter with null Icon the given predicate.
IconHighlighter(Icon) - Constructor for class org.jdesktop.swingx.decorator.IconHighlighter
Instantiates a IconHighlighter with the specified Icon and default HighlightPredicate.
IconHighlighter(HighlightPredicate, Icon) - Constructor for class org.jdesktop.swingx.decorator.IconHighlighter
Instantiates a IconHighlighter with the specified Icon and HighlightPredicate.
IconValue - Interface in org.jdesktop.swingx.renderer
A simple converter to return a Icon representation of an Object.
IconValue.IconType - Enum in org.jdesktop.swingx.renderer
The cell type the icon is used for.
IconValues - Class in org.jdesktop.swingx.renderer
A collection of common IconValue implementations.
id - Variable in class ij.plugin.frame.jedit.syntax.Token
The id of this token.
id - Variable in class ij.plugin.frame.jedit.tokenmarker.Token
The id of this token.
ID_COUNT - Static variable in class ij.plugin.frame.jedit.syntax.Token
 
ID_COUNT - Static variable in class ij.plugin.frame.jedit.tokenmarker.Token
The total number of defined token ids.
IDLTokenMarker - Class in ij.plugin.frame.jedit.tokenmarker
IDL token marker.
IDLTokenMarker() - Constructor for class ij.plugin.frame.jedit.tokenmarker.IDLTokenMarker
 
IF - Static variable in interface ij.macro.MacroConstants
 
ignorableWhitespace(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Ignorable whitespace.
ij - package ij
 
IJ - Class in ij
This class consists of static utility methods.
IJ() - Constructor for class ij.IJ
 
IJ.ExceptionHandler - Interface in ij
 
ij.gui - package ij.gui
 
ij.io - package ij.io
 
ij.macro - package ij.macro
 
ij.measure - package ij.measure
 
ij.plugin - package ij.plugin
 
ij.plugin.filter - package ij.plugin.filter
 
ij.plugin.frame - package ij.plugin.frame
 
ij.plugin.frame.jedit - package ij.plugin.frame.jedit
 
ij.plugin.frame.jedit.syntax - package ij.plugin.frame.jedit.syntax
The jEdit syntax highlighting engine.
ij.plugin.frame.jedit.tokenmarker - package ij.plugin.frame.jedit.tokenmarker
 
ij.process - package ij.process
 
ij.text - package ij.text
 
ij.util - package ij.util
 
ij2x - package ij2x
 
ij2x.gui - package ij2x.gui
 
ij2x.plugin - package ij2x.plugin
 
ij2x.plugin.event - package ij2x.plugin.event
 
ij2x.plugin.filter - package ij2x.plugin.filter
 
ij2x.plugin.frame - package ij2x.plugin.frame
 
ij2x.plugin.imageborder - package ij2x.plugin.imageborder
 
ij2x.print - package ij2x.print
 
ij2x.util - package ij2x.util
 
IJ_CALL - Static variable in interface ij.macro.MacroConstants
 
IJEventListener - Interface in ij
Plugins that implement this interface are notified when the user changes the foreground color, changes the background color, closes the color picker, closes the Log window or switches to another tool.
IMAGE - Static variable in class ij.io.RoiDecoder
 
IMAGE_DESCRIPTION - Static variable in class ij.io.TiffDecoder
 
IMAGE_LENGTH - Static variable in class ij.io.TiffDecoder
 
IMAGE_OPACITY - Static variable in class ij.io.RoiDecoder
 
IMAGE_SIZE - Static variable in class ij.io.RoiDecoder
 
IMAGE_WIDTH - Static variable in class ij.io.TiffDecoder
 
ImageBorder - Class in ij2x.plugin.imageborder
 
ImageBorder(Image, Image, Image, Image, Image, Image, Image, Image) - Constructor for class ij2x.plugin.imageborder.ImageBorder
 
ImageBorderPanel - Class in ij2x.plugin.imageborder
Title: Description: Copyright: Copyright (c) 2006 Company:
ImageBorderPanel() - Constructor for class ij2x.plugin.imageborder.ImageBorderPanel
 
ImageCalculator - Class in ij.plugin
This plugin implements the Process/Image Calculator command.
ImageCalculator() - Constructor for class ij.plugin.ImageCalculator
 
ImageCanvas - Class in ij.gui
This is a Canvas used to display images in a Window.
ImageCanvas(ImagePlus) - Constructor for class ij.gui.ImageCanvas
 
imageClosed(ImagePlus) - Method in interface ij.ImageListener
 
imageClosed(ImagePlus) - Method in class ij.plugin.EventListener
 
imageClosed(ImagePlus) - Method in class ij.plugin.frame.Recorder
 
imageClosed(ImagePlus) - Method in class ij.plugin.Orthogonal_Views
 
ImageConverter - Class in ij.process
This class converts an ImagePlus object to a different type.
ImageConverter(ImagePlus) - Constructor for class ij.process.ImageConverter
Constructs an ImageConverter based on an ImagePlus object.
ImageIcons - Class in ij2x.util
Title: Description: Copyright: Copyright (c) 2012 Company:
ImageIcons() - Constructor for class ij2x.util.ImageIcons
 
IMAGEIO - Static variable in class ij.io.FileInfo
 
ImageJ - Class in ij
This frame is the main ImageJ class.
ImageJ() - Constructor for class ij.ImageJ
Creates a new ImageJ frame that runs as an application.
ImageJ(int) - Constructor for class ij.ImageJ
Creates a new ImageJ frame that runs as an application in the specified mode.
ImageJ(Applet) - Constructor for class ij.ImageJ
Creates a new ImageJ frame that runs as an applet.
ImageJ(Applet, int) - Constructor for class ij.ImageJ
If 'applet' is not null, creates a new ImageJ frame that runs as an applet.
ImageJ_Updater - Class in ij.plugin
This plugin implements the Help/Update ImageJ command.
ImageJ_Updater() - Constructor for class ij.plugin.ImageJ_Updater
 
ImageJApplet - Class in ij
Runs ImageJ as an applet and optionally opens up to nine images using URLs passed as a parameters.
ImageJApplet() - Constructor for class ij.ImageJApplet
 
ImageLayout - Class in ij.gui
This is a custom layout manager that supports resizing of zoomed images.
ImageLayout(ImageCanvas) - Constructor for class ij.gui.ImageLayout
Creates a new ImageLayout with center alignment and 5 pixel horizontal and vertical gaps.
ImageListener - Interface in ij
Plugins that implement this interface are notified when an image window is opened, closed or updated.
ImageMath - Class in ij.plugin.filter
This plugin implements ImageJ's Process/Math submenu.
ImageMath() - Constructor for class ij.plugin.filter.ImageMath
 
imageOpened(ImagePlus) - Method in interface ij.ImageListener
 
imageOpened(ImagePlus) - Method in class ij.plugin.EventListener
 
imageOpened(ImagePlus) - Method in class ij.plugin.frame.Recorder
 
imageOpened(ImagePlus) - Method in class ij.plugin.Orthogonal_Views
 
ImagePainter - Class in org.jdesktop.swingx.painter
A Painter instance that paints an image.
ImagePainter() - Constructor for class org.jdesktop.swingx.painter.ImagePainter
Create a new ImagePainter.
ImagePainter(BufferedImage) - Constructor for class org.jdesktop.swingx.painter.ImagePainter
Create a new ImagePainter with the specified image and the Style Style.CENTERED
ImagePainter(BufferedImage, AbstractLayoutPainter.HorizontalAlignment, AbstractLayoutPainter.VerticalAlignment) - Constructor for class org.jdesktop.swingx.painter.ImagePainter
Create a new ImagePainter with the specified image and alignment.
ImagePainter(URL) - Constructor for class org.jdesktop.swingx.painter.ImagePainter
 
ImagePainter(URL, AbstractLayoutPainter.HorizontalAlignment, AbstractLayoutPainter.VerticalAlignment) - Constructor for class org.jdesktop.swingx.painter.ImagePainter
 
ImagePainter.ScaleType - Enum in org.jdesktop.swingx.painter
 
ImagePlus - Class in ij
An ImagePlus contain an ImageProcessor (2D image) or an ImageStack (3D, 4D or 5D image).
ImagePlus() - Constructor for class ij.ImagePlus
Constructs an uninitialized ImagePlus.
ImagePlus(String, Image) - Constructor for class ij.ImagePlus
Constructs an ImagePlus from an Image or BufferedImage.
ImagePlus(String, ImageProcessor) - Constructor for class ij.ImagePlus
Constructs an ImagePlus from an ImageProcessor.
ImagePlus(String) - Constructor for class ij.ImagePlus
Constructs an ImagePlus from a TIFF, BMP, DICOM, FITS, PGM, GIF or JPRG specified by a path or from a TIFF, DICOM, GIF or JPEG specified by a URL.
ImagePlus(String, ImageStack) - Constructor for class ij.ImagePlus
Constructs an ImagePlus from a stack.
ImageProcessor - Class in ij.process
This abstract class is the superclass for classes that process the four data types (byte, short, float and RGB) supported by ImageJ.
ImageProcessor() - Constructor for class ij.process.ImageProcessor
 
ImageProperties - Class in ij.plugin.filter
 
ImageProperties() - Constructor for class ij.plugin.filter.ImageProperties
 
ImageReader - Class in ij.io
Reads raw 8-bit, 16-bit or 32-bit (float or RGB) images from a stream or URL.
ImageReader(FileInfo) - Constructor for class ij.io.ImageReader
Constructs a new ImageReader using a FileInfo object to describe the file to be read.
ImageRoi - Class in ij.gui
An ImageRoi is an Roi that displays an image as an overlay.
ImageRoi(int, int, BufferedImage) - Constructor for class ij.gui.ImageRoi
Creates a new ImageRoi from a BufferedImage.
ImageRoi(int, int, ImageProcessor) - Constructor for class ij.gui.ImageRoi
Creates a new ImageRoi from a ImageProcessor.
ImageStack - Class in ij
This class represents an expandable array of images.
ImageStack() - Constructor for class ij.ImageStack
Default constructor.
ImageStack(int, int) - Constructor for class ij.ImageStack
Creates a new, empty image stack.
ImageStack(int, int, int) - Constructor for class ij.ImageStack
Creates a new, empty image stack with a capacity of 'size'.
ImageStack(int, int, ColorModel) - Constructor for class ij.ImageStack
Creates a new, empty image stack using the specified color model.
ImageStatistics - Class in ij.process
Statistics, including the histogram, of an image or selection.
ImageStatistics() - Constructor for class ij.process.ImageStatistics
 
ImagesToStack - Class in ij.plugin
Implements the Image/Stacks/Images to Stack" command.
ImagesToStack() - Constructor for class ij.plugin.ImagesToStack
 
imageSuffix - Static variable in class ij.plugin.frame.Editor
Suffix applied to the key used in resource file lookups for an image.
imageSuffix - Static variable in class ij2x.plugin.CollapsiblePane
Suffix applied to the key used in resource file lookups for an image.
imageSuffix - Static variable in class ij2x.plugin.frame.Editor
Suffix applied to the key used in resource file lookups for an image.
imageSuffix - Static variable in class ij2x.plugin.frame.MonoEditor
Suffix applied to the key used in resource file lookups for an image.
imagetypeAction - Static variable in class ij2x.plugin.CollapsiblePane
 
ImageTypePanel - Class in ij2x.plugin
Title: Description: Copyright: Copyright (c) 2012 Company:
ImageTypePanel() - Constructor for class ij2x.plugin.ImageTypePanel
 
ImageTypePanel.Boxlayout - Class in ij2x.plugin
 
ImageTypePanel.Boxlayout() - Constructor for class ij2x.plugin.ImageTypePanel.Boxlayout
 
imageUpdate(Image, int, int, int, int, int) - Method in class ij.ImagePlus
Used by ImagePlus to monitor loading of images.
imageUpdated(ImagePlus) - Method in interface ij.ImageListener
 
imageUpdated(ImagePlus) - Method in class ij.plugin.EventListener
 
imageUpdated(ImagePlus) - Method in class ij.plugin.frame.Recorder
 
imageUpdated(ImagePlus) - Method in class ij.plugin.Orthogonal_Views
 
ImageWindow - Class in ij.gui
A frame for displaying images.
ImageWindow(String) - Constructor for class ij.gui.ImageWindow
 
ImageWindow(ImagePlus) - Constructor for class ij.gui.ImageWindow
 
ImageWindow(ImagePlus, ImageCanvas) - Constructor for class ij.gui.ImageWindow
 
ImageWriter - Class in ij.io
Writes a raw image described by a FileInfo object to an OutputStream.
ImageWriter(FileInfo) - Constructor for class ij.io.ImageWriter
 
imp - Variable in class ij2x.plugin.HorizontalGradient
 
imp - Variable in class ij2x.plugin.ThreeColor
 
IMPORT_MENU - Static variable in class ij.Menus
 
ImportDialog - Class in ij.io
This is a dialog box used to imports raw 8, 16, 24 and 32-bit images.
ImportDialog(String, String) - Constructor for class ij.io.ImportDialog
 
ImportDialog() - Constructor for class ij.io.ImportDialog
 
IN_PLACE - Static variable in class ij.plugin.Resizer
 
IN_SITU_SHOW - Static variable in class ij.plugin.filter.ParticleAnalyzer
Replace original image with masks.
IN_TOLERANCE - Static variable in class ij.plugin.filter.MaximumFinder
Output type all points around the maximum within the tolerance
INCLUDE_HOLES - Static variable in class ij.plugin.filter.ParticleAnalyzer
Flood fill to ignore interior holes.
incrementCounter() - Method in class ij.measure.ResultsTable
Increments the measurement counter by one.
INDENT - Static variable in class org.jdesktop.layout.LayoutStyle
Possible argument to getPreferredGap.
INDEX_OF - Static variable in interface ij.macro.MacroConstants
 
indices - Variable in class ij.process.DownsizeTable
For each source point between srcStart and srcEnd, indices of destination points where the data should be added.
info - Variable in class ij.io.FileInfo
 
info - Variable in class ij.measure.Calibration
Plugin writers can use this string to store information about the image.
Info - Class in ij.plugin.filter
This plugin implements the Image/Show Info command.
Info() - Constructor for class ij.plugin.filter.Info
 
infoButton - Variable in class ij2x.Command_Bar
 
infoButton - Variable in class ij2x.Math_Commands_Bar
 
infoButton - Variable in class ij2x.plugin.AdjustPanel
 
infoButton - Variable in class ij2x.plugin.ControlbarJPanel
 
infoButton - Variable in class ij2x.plugin.ControlBarPanel
 
infoButton - Variable in class ij2x.plugin.ImageTypePanel
 
infoButton - Variable in class ij2x.plugin.LutPanel
 
infoButton - Variable in class ij2x.plugin.MathPanel
 
infoButton - Variable in class ij2x.plugin.OverlayPanel
 
infoButton - Variable in class ij2x.plugin.ToolbarBoxControl
 
init() - Method in class com.bric.swing.ColorPickerPanel
 
init() - Method in class ij.ImageJApplet
Starts ImageJ if it's not already running.
init(JEditTextArea, LNTextAreaPainter.Highlight) - Method in interface ij.plugin.frame.jedit.LNTextAreaPainter.Highlight
Called after the highlight painter has been added.
init() - Method in class ij.plugin.frame.jedit.Mode
Initializes the edit mode.
init(Segment, TabExpander, float, FontRenderContext) - Method in class ij.plugin.frame.jedit.syntax.Chunk
 
init() - Method in class ij.plugin.frame.jedit.syntax.DefaultTokenHandler
Clears the list of tokens.
init(SyntaxStyle[], FontRenderContext, TabExpander, List, float) - Method in class ij.plugin.frame.jedit.syntax.DisplayTokenHandler
 
init(JEditTextArea, TextAreaPainter.Highlight) - Method in interface ij.plugin.frame.jedit.TextAreaPainter.Highlight
Called after the highlight painter has been added.
init(boolean, int) - Static method in class ij.util.Log
Initializes the log.
initialDatePropertyDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the initialDate property descriptor.
initialize() - Method in class com.ibm.calendar.Holiday
Creates and initializes needed arrays.
initialize(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
initialize() - Method in class org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
initialize(LookAndFeelAddons) - Method in interface org.jdesktop.swingx.plaf.ComponentAddon
Initializes this addon (i.e register UI classes, colors, fonts, borders, any UIResource used by the component class).
initialize() - Method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
initialize() - Method in class org.jdesktop.swingx.plaf.metal.MetalLookAndFeelAddons
 
initialized - Variable in class ij.plugin.frame.jedit.syntax.Chunk
 
initialTimeIntervalPropertyDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the initialTimeInterval property descriptor.
initLocale() - Method in class ij2x.plugin.frame.LocaleFrame.LocalePanel
 
initMenus() - Method in class ij.Menus
init munubar
initPlugin() - Method in class com.ibm.calendar.DayPlugin
used to initialize the init List in the DayPlugin
initPlugin() - Method in class com.ibm.calendar.NotePlugin
used to initialize the init List in the DayPlugin
initPlugin() - Method in interface com.ibm.calendar.Plugin
initPlugin method was created to initialize the plugin.
initPlugin() - Method in class com.ibm.calendar.ToDoPlugin
Initialize The Plugin
initPluginMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the initPlugin() method descriptor.
initPluginMethodDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the initPlugin() method descriptor.
initPluginMethodDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the initPlugin() method descriptor.
initPluginMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the initPlugin() method descriptor.
InnerGlowPathEffect - Class in org.jdesktop.swingx.painter.effects
An effect which draws a glow inside the painter's shape
InnerGlowPathEffect() - Constructor for class org.jdesktop.swingx.painter.effects.InnerGlowPathEffect
Creates a new instance of InnerGlowPathEffect
InnerShadowPathEffect - Class in org.jdesktop.swingx.painter.effects
An effect which draws a shadow inside the path painter.
InnerShadowPathEffect() - Constructor for class org.jdesktop.swingx.painter.effects.InnerShadowPathEffect
Creates a new instance of InnerShadowPathEffect
InputHandler - Class in ij.plugin.frame.jedit
An input handler converts the user's key strokes into concrete actions.
InputHandler() - Constructor for class ij.plugin.frame.jedit.InputHandler
 
inputHandler - Variable in class ij.plugin.frame.jedit.JEditTextArea
 
inputHandler - Variable in class ij.plugin.frame.jedit.LNTextAreaDefaults
 
inputHandler - Variable in class ij.plugin.frame.jedit.TextAreaDefaults
 
InputHandler.backspace - Class in ij.plugin.frame.jedit
 
InputHandler.backspace() - Constructor for class ij.plugin.frame.jedit.InputHandler.backspace
 
InputHandler.backspace_word - Class in ij.plugin.frame.jedit
 
InputHandler.backspace_word() - Constructor for class ij.plugin.frame.jedit.InputHandler.backspace_word
 
InputHandler.clip_copy - Class in ij.plugin.frame.jedit
 
InputHandler.clip_copy() - Constructor for class ij.plugin.frame.jedit.InputHandler.clip_copy
 
InputHandler.clip_cut - Class in ij.plugin.frame.jedit
 
InputHandler.clip_cut() - Constructor for class ij.plugin.frame.jedit.InputHandler.clip_cut
 
InputHandler.clip_paste - Class in ij.plugin.frame.jedit
 
InputHandler.clip_paste() - Constructor for class ij.plugin.frame.jedit.InputHandler.clip_paste
 
InputHandler.delete - Class in ij.plugin.frame.jedit
 
InputHandler.delete() - Constructor for class ij.plugin.frame.jedit.InputHandler.delete
 
InputHandler.delete_word - Class in ij.plugin.frame.jedit
 
InputHandler.delete_word() - Constructor for class ij.plugin.frame.jedit.InputHandler.delete_word
 
InputHandler.document_end - Class in ij.plugin.frame.jedit
 
InputHandler.document_end(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.document_end
 
InputHandler.document_home - Class in ij.plugin.frame.jedit
 
InputHandler.document_home(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.document_home
 
InputHandler.end - Class in ij.plugin.frame.jedit
 
InputHandler.end(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.end
 
InputHandler.home - Class in ij.plugin.frame.jedit
 
InputHandler.home(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.home
 
InputHandler.insert_break - Class in ij.plugin.frame.jedit
 
InputHandler.insert_break() - Constructor for class ij.plugin.frame.jedit.InputHandler.insert_break
 
InputHandler.insert_char - Class in ij.plugin.frame.jedit
 
InputHandler.insert_char() - Constructor for class ij.plugin.frame.jedit.InputHandler.insert_char
 
InputHandler.insert_tab - Class in ij.plugin.frame.jedit
 
InputHandler.insert_tab() - Constructor for class ij.plugin.frame.jedit.InputHandler.insert_tab
 
InputHandler.MacroRecorder - Interface in ij.plugin.frame.jedit
Macro recorder.
InputHandler.next_char - Class in ij.plugin.frame.jedit
 
InputHandler.next_char(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.next_char
 
InputHandler.next_line - Class in ij.plugin.frame.jedit
 
InputHandler.next_line(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.next_line
 
InputHandler.next_page - Class in ij.plugin.frame.jedit
 
InputHandler.next_page(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.next_page
 
InputHandler.next_word - Class in ij.plugin.frame.jedit
 
InputHandler.next_word(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.next_word
 
InputHandler.NonRecordable - Interface in ij.plugin.frame.jedit
If an action implements this interface, it should not be recorded by the macro recorder.
InputHandler.NonRepeatable - Interface in ij.plugin.frame.jedit
If an action implements this interface, it should not be repeated.
InputHandler.overwrite - Class in ij.plugin.frame.jedit
 
InputHandler.overwrite() - Constructor for class ij.plugin.frame.jedit.InputHandler.overwrite
 
InputHandler.prev_char - Class in ij.plugin.frame.jedit
 
InputHandler.prev_char(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.prev_char
 
InputHandler.prev_line - Class in ij.plugin.frame.jedit
 
InputHandler.prev_line(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.prev_line
 
InputHandler.prev_page - Class in ij.plugin.frame.jedit
 
InputHandler.prev_page(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.prev_page
 
InputHandler.prev_word - Class in ij.plugin.frame.jedit
 
InputHandler.prev_word(boolean) - Constructor for class ij.plugin.frame.jedit.InputHandler.prev_word
 
InputHandler.repeat - Class in ij.plugin.frame.jedit
 
InputHandler.repeat() - Constructor for class ij.plugin.frame.jedit.InputHandler.repeat
 
InputHandler.select_all - Class in ij.plugin.frame.jedit
 
InputHandler.select_all() - Constructor for class ij.plugin.frame.jedit.InputHandler.select_all
 
InputHandler.toggle_rect - Class in ij.plugin.frame.jedit
 
InputHandler.toggle_rect() - Constructor for class ij.plugin.frame.jedit.InputHandler.toggle_rect
 
InputHandler.Wrapper - Interface in ij.plugin.frame.jedit
For use by EditAction.Wrapper only.
inputPluginPropertyDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the inputPlugin property descriptor.
inputStream - Variable in class ij.io.FileInfo
 
inputThemePropertyDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the inputTheme property descriptor.
inRule - Variable in class ij.plugin.frame.jedit.syntax.TokenMarker.LineContext
 
insert(ImagePlus, ImagePlus, int, int) - Method in class ij.plugin.StackInserter
 
insert(ImageProcessor, int, int) - Method in class ij.process.ImageProcessor
Inserts the image contained in 'ip' at (xloc, yloc).
insert(MutableTreeTableNode, int) - Method in class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
Adds the child to this node at the specified index.
insert(MutableTreeTableNode, int) - Method in interface org.jdesktop.swingx.treetable.MutableTreeTableNode
Adds the child to this node at the specified index.
INSERT_BREAK - Static variable in class ij.plugin.frame.jedit.InputHandler
 
INSERT_CHAR - Static variable in class ij.plugin.frame.jedit.InputHandler
 
INSERT_TAB - Static variable in class ij.plugin.frame.jedit.InputHandler
 
insertIndexInterval(int, int, boolean) - Method in class org.jdesktop.swingx.decorator.DefaultSelectionMapper
 
insertIndexInterval(int, int, boolean) - Method in interface org.jdesktop.swingx.decorator.SelectionMapper
Adjust the model by adding the specified rows.
insertIndexInterval(int, int, int) - Method in class org.jdesktop.swingx.decorator.SizeSequenceMapper
 
insertLines(int, int) - Method in class ij.plugin.frame.jedit.tokenmarker.TokenMarker
Informs the token marker that lines have been inserted into the document.
insertNodeInto(MutableTreeTableNode, MutableTreeTableNode, int) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
Invoked this to insert newChild at location index in parents children.
insertSlicesButton - Variable in class ij2x.plugin.StackControlPanel
 
insertString(int, String, AttributeSet) - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
 
insertThumb(float, E, int) - Method in class org.jdesktop.swingx.multislider.DefaultMultiThumbModel
 
insertThumb(float, E, int) - Method in interface org.jdesktop.swingx.multislider.MultiThumbModel
 
insertUpdate(DocumentEvent) - Method in class ij.gui.ColorChooser
 
insertUpdate(DocumentEvent) - Method in class ij.gui.GenericDialog
 
insertUpdate(DocumentEvent) - Method in class ij.macro.FunctionFinder
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.ArrowToolOptions
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.Distribution
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.Duplicator
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.filter.ImageProperties
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.filter.Scaler
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.frame.Editor
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.frame.LineWidthAdjuster
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.Histogram
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.RectToolOptions
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.Resizer
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.Scaler
 
insertUpdate(DocumentEvent) - Method in class ij.plugin.Slicer
 
insertUpdate(DocumentEvent) - Method in class ij2x.gui.ColorChooser
 
insertUpdate(DocumentEvent) - Method in class ij2x.gui.JColorChooser
 
insertUpdate(DocumentEvent) - Method in class ij2x.plugin.AlignRGB
 
insertUpdate(DocumentEvent) - Method in class ij2x.plugin.filter.ScaleAll
 
insertUpdate(DocumentEvent) - Method in class ij2x.plugin.frame.Editor
 
insertUpdate(DocumentEvent) - Method in class ij2x.plugin.frame.MonoEditor
 
insertUpdate(DocumentEvent) - Method in class ij2x.plugin.frame.RGBColor
 
insertUpdate(DocumentEvent) - Method in class ij2x.plugin.RoiRotator
 
insertUpdate(DocumentEvent) - Method in class ij2x.plugin.ScaleAll
 
insertUpdate(DocumentEvent) - Method in class ij2x.plugin.Translator
 
INSETS_SIZE - Static variable in class com.bric.swing.ColorPickerPanel
 
insetsPropertyDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the insets property descriptor.
insetsPropertyDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the insets property descriptor.
insetsPropertyDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the insets property descriptor.
insetsPropertyDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the insets property descriptor.
install(String) - Method in class ij.plugin.MacroInstaller
 
install(String, JMenu) - Method in class ij.plugin.MacroInstaller
 
install(JComboBox) - Static method in class org.jdesktop.swingx.autocomplete.workarounds.MacOSXPopupLocationFix
Install the fix for the specified combo box.
install(JXMonthView) - Method in class org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler
 
install(JXMonthView) - Method in class org.jdesktop.swingx.plaf.basic.CalendarHeaderHandler
Installs this handler to the given month view.
install(JXMonthView) - Method in class org.jdesktop.swingx.plaf.basic.SpinningCalendarHeaderHandler
Installs this handler to the given month view.
install(T) - Method in class org.jdesktop.swingx.rollover.RolloverController
Install this as controller for the given component.
installBackgroundPainter(JComponent, String) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Convenience method for setting a component's background painter property with a value from the defaults.
installContext(JList, Object, int, int, boolean, boolean, boolean, boolean) - Method in class org.jdesktop.swingx.renderer.ListCellContext
Sets state of the cell's context.
installContext(JTable, Object, int, int, boolean, boolean, boolean, boolean) - Method in class org.jdesktop.swingx.renderer.TableCellContext
Sets state of the cell's context.
installContext(JTree, Object, int, int, boolean, boolean, boolean, boolean) - Method in class org.jdesktop.swingx.renderer.TreeCellContext
Sets state of the cell's context.
Installer - Class in ij.plugin
Implements the Plugins/Shortcuts/Install... command.
Installer() - Constructor for class ij.plugin.Installer
 
installFile(String) - Method in class ij.plugin.MacroInstaller
 
installFromIJJar(String) - Method in class ij.plugin.MacroInstaller
Installs a macro set contained in ij.jar.
installLibrary(String) - Method in class ij.plugin.MacroInstaller
 
installmacrosAction - Static variable in class ij.plugin.frame.Editor
 
installmacrosAction - Static variable in class ij2x.plugin.frame.Editor
 
installmacrosAction - Static variable in class ij2x.plugin.frame.MonoEditor
 
installPlugin(String, char, String, String, ImageJ) - Static method in class ij.Menus
Adds a plugin based command to the end of a specified menu.
installStartupMacroSet(Menus) - Method in class ij.ImageJ
 
installStartupMacroSet() - Method in class ij.Menus
 
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicDatePickerUI
 
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicHeaderUI
Configures the specified component appropriate for the look and feel.
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicLoginPaneUI
 
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicMonthViewUI
Installs the component as appropriate for the current lf.
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicMultiThumbSliderUI
 
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicTipOfTheDayUI
 
installUI(JComponent) - Method in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
Configures the specified component appropriate for the look and feel.
installUserPlugin(String, boolean) - Method in class ij.Menus
 
instance - Static variable in class ij.plugin.frame.ColorPicker
 
INSTANCE - Static variable in class ij.plugin.frame.jedit.syntax.DummyTokenHandler
To avoid having to create new instances of this class, use this variable.
instance - Static variable in class ij2x.plugin.frame.ColorPane
 
instance - Static variable in class ij2x.plugin.frame.LocaleFrame
 
instance - Static variable in class ij2x.plugin.ImageTypePanel
 
INTEGER_NEGATIVE - Static variable in interface org.jdesktop.swingx.decorator.HighlightPredicate
Negative Number.
INTEGRATED_DENSITY - Static variable in interface ij.measure.Measurements
 
INTEGRATED_DENSITY - Static variable in class ij.measure.ResultsTable
 
intelByteOrder - Variable in class ij.io.FileInfo
 
intelByteOrder - Static variable in class ij.Prefs
Export TIFF and Raw using little-endian byte order.
intern(String) - Method in class com.microstar.xml.XmlParser
Return an internalised version of a string.
intern(char[], int, int) - Method in class com.microstar.xml.XmlParser
Create an internalised string from a character array.
intern() - Method in class ij.plugin.frame.jedit.syntax.TokenMarker.LineContext
 
INTERNAL_FIRST - Static variable in class ij.plugin.frame.jedit.tokenmarker.Token
The first id that can be used for internal state in a token marker.
INTERNAL_LAST - Static variable in class ij.plugin.frame.jedit.tokenmarker.Token
The last id that can be used for internal state in a token marker.
interpolate - Static variable in class ij.gui.PlotWindow
Interpolate line profiles.
interpolate(Color, Color, float) - Static method in class org.jdesktop.swingx.color.ColorUtil
 
interpolateScaledImages - Static variable in class ij.Prefs
Display images scaled <100% using bilinear interpolation
Interpreter - Class in ij.macro
This is the recursive descent parser/interpreter for the ImageJ macro language.
Interpreter() - Constructor for class ij.macro.Interpreter
 
intersects(long, long) - Method in class org.jdesktop.swingx.calendar.DateSpan
Returns true if the this DateSpan intersects with the specified time.
intersects(DateSpan) - Method in class org.jdesktop.swingx.calendar.DateSpan
Returns true if the this DateSpan intersects with the specified DateSpan.
intersects(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Morphing2D
intersects(Rectangle2D) - Method in class org.jdesktop.swingx.geom.Morphing2D
intersects(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Star2D
intersects(Rectangle2D) - Method in class org.jdesktop.swingx.geom.Star2D
intersects(Rectangle2D) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
intersects(double, double, double, double) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
INVALID - Static variable in class ij.plugin.frame.jedit.syntax.Token
 
INVALID - Static variable in class ij.plugin.frame.jedit.tokenmarker.Token
Invalid token id.
INVALID_SHORTCUT - Static variable in class ij.Menus
 
invalidate() - Method in class com.ibm.clock.AnalogDisplay
Overridden Invalidate for double buffering purposes.
invalidate() - Method in class com.ibm.clock.DigitalDisplay
Overridden Invalidate for double buffering purposes.
invalidate() - Method in class org.jdesktop.swingx.renderer.JRendererCheckBox
Overridden for performance reasons.
invalidate() - Method in class org.jdesktop.swingx.renderer.JRendererLabel
Overridden for performance reasons.
invalidate() - Method in class org.jdesktop.swingx.renderer.JXRendererHyperlink
Overridden for performance reasons.
invalidateLayout(Container) - Method in class org.jdesktop.layout.GroupLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class org.jdesktop.swingx.StackLayout
invalidateLine(int) - Method in class ij.plugin.frame.jedit.LNTextAreaPainter
Marks a line as needing a repaint.
invalidateLine(int) - Method in class ij.plugin.frame.jedit.TextAreaPainter
Marks a line as needing a repaint.
invalidateLineRange(int, int) - Method in class ij.plugin.frame.jedit.LNTextAreaPainter
Marks a range of lines as needing a repaint.
invalidateLineRange(int, int) - Method in class ij.plugin.frame.jedit.TextAreaPainter
Marks a range of lines as needing a repaint.
invalidateMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the invalidate() method descriptor.
invalidateMethodDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the invalidate() method descriptor.
invalidateMethodDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the invalidate() method descriptor.
invalidateMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the invalidate() method descriptor.
invalidateSelectedLines() - Method in class ij.plugin.frame.jedit.LNTextAreaPainter
Repaints the lines containing the selection.
invalidateSelectedLines() - Method in class ij.plugin.frame.jedit.TextAreaPainter
Repaints the lines containing the selection.
invalidNumber() - Method in class ij.gui.GenericDialog
Returns true if one or more of the numeric fields contained an invalid number.
InvalidPropertyValue - Class in com.ibm.calendar.events
This event is fired when any property vaule is not acceptable.
InvalidPropertyValue(Object) - Constructor for class com.ibm.calendar.events.InvalidPropertyValue
InvalidPropertyValue constructor comment.
invalidPropertyValueEventSetDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the invalidPropertyValue event set descriptor.
InvalidPropertyValueListener - Interface in com.ibm.calendar.events
The listener interface for receiving InvalidPropertyValueListener.
invalidPropertyValueonInvalidPropertyValue_comibmcalendareventsInvalidPropertyValueMethodEventDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the invalidPropertyValue.onInvalidPropertyValue(com.ibm.calendar.events.InvalidPropertyValue) method descriptor.
InverseColorBurn - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
InverseColorDodge - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
inverseTransform() - Method in class ij.process.FHT
Performs an inverse transform, converting this image into the space domain.
INVERT - Static variable in interface ij.macro.MacroConstants
 
invert() - Method in class ij.process.FloatProcessor
 
invert() - Method in class ij.process.ImageProcessor
Inverts the image or ROI.
INVERT - Static variable in interface ij.process.ProcessorConstance
 
invert() - Method in class ij.process.ShortProcessor
 
invert() - Method in class ij.process.StackProcessor
 
INVERT_Y - Static variable in interface ij.measure.Measurements
 
INVERTED - Static variable in class org.jdesktop.swingx.JXLabel
 
invertLut() - Method in class ij.process.ColorProcessor
Does nothing since RGB images do not use LUTs.
invertLut() - Method in class ij.process.ImageProcessor
Inverts the values in this image's LUT (indexed color model).
IPLAB - Static variable in class ij.io.TiffDecoder
 
IS - Static variable in interface ij.macro.MacroConstants
 
is64Bit() - Static method in class ij.IJ
Returns true if ImageJ is running a 64-bit version of Java.
IS_ACTIVE - Static variable in interface ij.macro.MacroConstants
 
IS_ESCAPE - Static variable in class ij.plugin.frame.jedit.syntax.ParserRule
 
IS_FOLDER - Static variable in interface org.jdesktop.swingx.decorator.HighlightPredicate
Folder predicate - convenience: same as !
IS_KEY_DOWN - Static variable in interface ij.macro.MacroConstants
 
IS_LEAF - Static variable in interface org.jdesktop.swingx.decorator.HighlightPredicate
Leaf predicate.
IS_NAN - Static variable in interface ij.macro.MacroConstants
 
IS_OPEN - Static variable in interface ij.macro.MacroConstants
 
IS_STATE - Static variable in class org.jdesktop.swingx.action.AbstractActionExt
The key for the flag which indicates that this is a state type.
isAbsolutePath(String) - Static method in class ij.plugin.frame.jedit.MiscUtilities
Returns if the specified path name is an absolute path or URL.
isAddedFromInvisibleEvent(int) - Method in class org.jdesktop.swingx.table.DefaultTableColumnModelExt
hot fix for #157: listeners that are aware of the possible existence of invisible columns should check if the received columnAdded originated from moving a column from invisible to visible.
isAdjusting() - Method in class org.jdesktop.swingx.calendar.AbstractDateSelectionModel
Returns the property to decide whether the selection is intermediate or final.
isAdjusting() - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
Returns the property to decide whether the selection is intermediate or final.
isAdjusting() - Method in class org.jdesktop.swingx.event.DateSelectionEvent
Returns a boolean indicating whether the event source is in adjusting state.
isAncestorOf_javaawtComponentMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the isAncestorOf(java.awt.Component) method descriptor.
isAncestorOf_javaawtComponentMethodDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the isAncestorOf(java.awt.Component) method descriptor.
isAncestorOf_javaawtComponentMethodDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the isAncestorOf(java.awt.Component) method descriptor.
isAncestorOf_javaawtComponentMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the isAncestorOf(java.awt.Component) method descriptor.
isAnimated() - Method in class org.jdesktop.swingx.JXCollapsiblePane
 
isAnimated() - Method in class org.jdesktop.swingx.JXTaskPane
Returns true if this task pane is animated during expand/collapse transition.
isAntialiased() - Static method in class ij.gui.TextRoi
Returns the state of global 'antialiasedText' variable, which is used by the "Fonts" widget.
isAntialiasing() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Returns if antialiasing is turned on or not.
isArea() - Method in class ij.gui.RectangleRoi
Returns 'true' if this is an area selection.
isArea() - Method in class ij.gui.Roi
Returns 'true' if this is an area selection.
isArea() - Method in interface ij.gui.RoiBeans
Returns 'true' if this is an area selection.
isArea() - Method in class ij.gui.RoundRectangleRoi
Returns 'true' if this is an area selection.
isAscending() - Method in class org.jdesktop.swingx.decorator.Sorter
 
isAscending() - Method in class org.jdesktop.swingx.decorator.SortOrder
Convenience to check for ascending sort order.
isAssigned() - Method in class org.jdesktop.swingx.decorator.FilterPipeline
 
isAutoAdjustFoundIndex() - Method in class org.jdesktop.swingx.search.PatternModel
 
isAutoDetect() - Method in class org.jdesktop.swingx.search.PatternModel.AnchoredSearchMode
 
isAutoDetect() - Method in class org.jdesktop.swingx.search.PatternModel.RegexCreator
 
isAutoRunAndHide() - Method in class ij.plugin.MacroInstaller
Returns true if an "AutoRunAndHide" macro was run/installed.
isAutoStartEditOnKeyStroke() - Method in class org.jdesktop.swingx.JXTable
Returns the autoStartsEdit property.
isAxisPainted() - Method in class org.jdesktop.swingx.JXGraph
Defines whether or not the graph main axis is painted by this component.
isBackgroundColor - Static variable in class ij.gui.Toolbar
 
isBackgroundPainted() - Method in class org.jdesktop.swingx.JXGraph
Defines whether or not the background painted by this component.
isBackgroundSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isBackwards() - Method in class org.jdesktop.swingx.search.PatternModel
 
isBatchMode() - Static method in class ij.macro.Interpreter
 
isBatchModeRoiManager() - Static method in class ij.macro.Interpreter
Returns true if there is an internal batch mode RoiManager.
isBGChecked - Static variable in class ij2x.plugin.CheckBoxPanel
 
isBGChecked - Static variable in class ij2x.plugin.frame.ColorPane
 
isBGChecked - Static variable in class ij2x.plugin.frame.JColorPicker
 
isBGChecked - Static variable in class ij2x.plugin.ThreeColor
 
isBinary() - Method in class ij.process.ByteProcessor
Returns 'true' if this is a binary image (8-bit-image with only 0 and 255).
isBinary() - Method in class ij.process.ImageProcessor
Returns 'true' if this is a binary image (8-bit-image with only 0 and 255).
isBlockCaretEnabled() - Method in class ij.plugin.frame.jedit.LNTextAreaPainter
Returns true if the caret should be drawn as a block, false otherwise.
isBlockCaretEnabled() - Method in class ij.plugin.frame.jedit.TextAreaPainter
Returns true if the caret should be drawn as a block, false otherwise.
isBlurEnabled() - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
Returns true if the blurring of the reflection is enabled, false otherwise.
isBold() - Method in class ij.plugin.frame.jedit.SyntaxStyle
Returns true if boldface is enabled for this style.
isBorderOpaque() - Method in class org.jdesktop.swingx.border.DropShadowBorder
isBorderOpaque() - Method in class org.jdesktop.swingx.border.IconBorder
This border is not opaque.
isBorderOpaque() - Method in class org.jdesktop.swingx.plaf.windows.WindowsTipOfTheDayUI.TipAreaBorder
 
isBorderOpaque() - Method in class org.jdesktop.swingx.renderer.TreeCellContext.TreeFocusBorder
isBorderPainted() - Method in class org.jdesktop.swingx.JXButton
 
isBorderPainted() - Method in class org.jdesktop.swingx.renderer.CheckBoxProvider
Returns the border painted flag.
isBoundAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Test to determine if the action is a BoundAction
isBracketHighlightEnabled() - Method in class ij.plugin.frame.jedit.LNTextAreaPainter
Returns true if bracket highlighting is enabled, false otherwise.
isBracketHighlightEnabled() - Method in class ij.plugin.frame.jedit.TextAreaPainter
Returns true if bracket highlighting is enabled, false otherwise.
isBuiltIn() - Method in class ij.plugin.frame.jedit.syntax.ParserRuleSet
Returns if this is a built-in ruleset.
isBusy() - Method in class org.jdesktop.swingx.JXBusyLabel
Gets whether this JXBusyLabel is busy.
isCacheable() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Gets whether this AbstractPainter can be cached as an image.
isCapsLockDetectionSupported() - Method in class org.jdesktop.swingx.JXLoginPane
Check current state of the caps lock state detection.
isCapsLockOn() - Method in class org.jdesktop.swingx.JXLoginPane
Gets current state of the caps lock as seen by the login panel.
isCaretBlinkEnabled() - Method in class ij.plugin.frame.jedit.JEditTextArea
Returns true if the caret is blinking, false otherwise.
isCaretVisible() - Method in class ij.plugin.frame.jedit.JEditTextArea
Returns true if the caret is visible, false otherwise.
isCaseSensitive() - Method in class org.jdesktop.swingx.search.PatternModel
 
isCellEditable(int, int) - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Determines whether this cell is editable.
isCellEditable(int, int) - Method in class org.jdesktop.swingx.decorator.Filter
Returns editability of the cell identified by the specified row and column index.
isCellEditable(int, int) - Method in class org.jdesktop.swingx.decorator.FilterPipeline
 
isCellEditable(int, int) - Method in class org.jdesktop.swingx.JXTable
Returns true if the cell at row and column is editable.
isCellEditable(EventObject) - Method in class org.jdesktop.swingx.table.DatePickerCellEditor
 
isCellEditable(Object, int) - Method in class org.jdesktop.swingx.treetable.AbstractTreeTableModel
Returns true if the cell for the node at columnIndex is editable.
isCellEditable(Object, int) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
Returns true if the cell for the node at columnIndex is editable.
isCellEditable(Object, int) - Method in class org.jdesktop.swingx.treetable.SimpleFileSystemModel
Returns true if the cell for the node at columnIndex is editable.
isCellEditable(EventObject) - Method in class org.jdesktop.swingx.treetable.TreeTableCellEditor
This is overriden to forward the event to the tree.
isCellEditable(Object, int) - Method in interface org.jdesktop.swingx.treetable.TreeTableModel
Returns true if the cell for the node at columnIndex is editable.
isCheckingDirtyChildPainters() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Used by CompoundPainter.isDirty() to check if the child Painters should be checked for their dirty flag as part of processing.
isClicked() - Method in class org.jdesktop.swingx.JXHyperlink
Returns a boolean indicating if this link has already been visited.
isClipPreserved() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Indicates if the clip produced by any painter is left set once it finishes painting.
isClosed() - Method in class ij.gui.ImageWindow
Has this window been closed?
isCollapsed() - Method in class org.jdesktop.swingx.JXCollapsiblePane
 
isCollapsed() - Method in class org.jdesktop.swingx.JXTaskPane
Returns the collapsed state of this task pane.
isCollapsed(TreePath) - Method in class org.jdesktop.swingx.JXTreeTable
Returns true if the node identified by path is currently collapsed, this will return false if any of the values in path are currently not being displayed.
isCollapsed(int) - Method in class org.jdesktop.swingx.JXTreeTable
Returns true if the node at the specified display row is collapsed.
isColorLut() - Method in class ij.process.ImageProcessor
Returns true if this image uses a color LUT.
isColumnControlVisible() - Method in class org.jdesktop.swingx.JXTable
Returns the column control visible property.
isCompletelyDirty(JComponent) - Method in class org.jdesktop.swingx.ForwardingRepaintManager
isComponentInputMapEnabled() - Method in class org.jdesktop.swingx.JXMonthView
Returns the componentInputMapEnabled property.
isComposite() - Method in class ij.ImagePlus
Returns true if this is a CompositeImage.
isCompositeAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Test to determine if the action is a BoundAction
isCompound() - Method in class org.jdesktop.swingx.decorator.BorderHighlighter
 
isContentAreaFilled() - Method in class org.jdesktop.swingx.JXButton
 
isContinuousLayout() - Method in class org.jdesktop.swingx.JXMultiSplitPane
Returns true if dragging a divider only updates the layout when the drag gesture ends (typically, when the mouse button is released).
isDataFlavorSupported(DataFlavor) - Method in class ij.plugin.Clipboard
 
isDefaultLut() - Method in class ij.process.ImageProcessor
Returns true if the image is using the default grayscale LUT.
isDescendingFrom(Component, Component) - Static method in class org.jdesktop.swingx.SwingXUtilities
Returns whether the component is part of the parent's container hierarchy.
isDismissOnClick() - Method in class org.jdesktop.swingx.JXGlassBox
Determines if the glass box if dismissed when a user clicks on it.
isDisplayedHyperStack() - Method in class ij.ImagePlus
Returns 'true' if this is a hyperstack currently being displayed in a StackWindow.
isDOSDerived() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP, or OS/2.
isDoubleBufferingEnabled() - Method in class org.jdesktop.swingx.ForwardingRepaintManager
isDragEnabled() - Method in class org.jdesktop.swingx.JXImageView
Gets the current value of the dragEnabled property.
isDrawingTool() - Method in class ij.gui.Arrow
 
isDrawingTool() - Method in class ij.gui.RectangleRoi
Returns 'true' if this is an ROI primarily used from drawing (e.g., TextRoi or Arrow).
isDrawingTool() - Method in class ij.gui.Roi
Returns 'true' if this is an ROI primarily used from drawing (e.g., TextRoi or Arrow).
isDrawingTool() - Method in interface ij.gui.RoiBeans
Returns 'true' if this is an ROI primarily used from drawing (e.g., TextRoi or Arrow).
isDrawingTool() - Method in class ij.gui.RoundRectangleRoi
Returns 'true' if this is an ROI primarily used from drawing (e.g., TextRoi or Arrow).
isDrawingTool() - Method in class ij.gui.TextRoi
 
isEditable() - Method in class ij.plugin.frame.jedit.JEditTextArea
Returns true if this text area is editable, false otherwise.
isEditable() - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Returns true if the cell identified by this adapter is editable, false otherwise.
isEditable() - Method in class org.jdesktop.swingx.JXDatePicker
Returns the editable property.
isEditable() - Method in class org.jdesktop.swingx.JXImagePanel
 
isEditable() - Method in class org.jdesktop.swingx.JXImageView
Returns whether or not the user can drag images.
isEditable() - Method in class org.jdesktop.swingx.JXTable
Returns the editable property of the JXTable as a whole.
isEditable() - Method in class org.jdesktop.swingx.renderer.CellContext
Returns the cell's editability.
isEditable() - Method in class org.jdesktop.swingx.renderer.TableCellContext
Returns the cell's editable property as returned by table.isCellEditable or false if the table is null.
isEditable() - Method in class org.jdesktop.swingx.renderer.TreeCellContext
Returns the cell's editability.
isEditable() - Method in class org.jdesktop.swingx.table.TableColumnExt
Returns the per-column editable property.
isEditable(int) - Method in class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
Determines whether the specified column is editable.
isEditable(int) - Method in class org.jdesktop.swingx.treetable.DefaultMutableTreeTableNode
Determines whether the specified column is editable.
isEditable(int) - Method in interface org.jdesktop.swingx.treetable.TreeTableNode
Determines whether the specified column is editable.
isEditValid() - Method in class org.jdesktop.swingx.JXDatePicker
Returns true if the current value being edited is valid.
isEmpty() - Method in class org.jdesktop.swingx.search.PatternModel
 
isEnabled(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Returns the enabled state of the Action.
isEnabled() - Method in class org.jdesktop.swingx.decorator.DefaultSelectionMapper
isEnabled() - Method in interface org.jdesktop.swingx.decorator.SelectionMapper
 
isEnabled() - Method in class org.jdesktop.swingx.JXList.DelegatingRenderer
isEnabled() - Method in class org.jdesktop.swingx.JXTree.DelegatingRenderer
 
isEnabled() - Method in class org.jdesktop.swingx.renderer.AbstractRenderer
isEnabled() - Method in class org.jdesktop.swingx.renderer.HyperlinkProvider
 
isEnabled() - Method in class org.jdesktop.swingx.renderer.WrappingProvider
isEnabled() - Method in interface org.jdesktop.swingx.rollover.RolloverRenderer
 
isEnabled() - Method in class org.jdesktop.swingx.table.ColumnControlButton.ColumnVisibilityAction
Returns true if the action is enabled.
isEnabled() - Method in class org.jdesktop.swingx.UIAction
Cover method for isEnabled(null).
isEnabled(Object) - Method in class org.jdesktop.swingx.UIAction
Subclasses that need to conditionalize the enabled state should override this.
isEnabledMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the isEnabled() method descriptor.
isEnabledMethodDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the isEnabled() method descriptor.
isEnabledMethodDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the isEnabled() method descriptor.
isEnabledMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the isEnabled() method descriptor.
isEndAnchored() - Method in class org.jdesktop.swingx.search.PatternModel.AnchoredSearchMode
returns true if the pattern must match from the beginning of the string, or false if the pattern can match anywhere in a string.
isEndOfDay(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
Returns a boolean indicating if the given calendar represents the end of a day (in the calendar's time zone).
isEndOfMonth(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
Returns a boolean indicating if the given calendar represents the end of a month (in the calendar's time zone).
isEndOfWeek(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
Returns a boolean indicating if the given calendar represents the end of a week (in the calendar's time zone).
isEnlarge - Variable in class ij2x.plugin.AlignRGB
 
isEqual(ColorSpace, ColorSpace) - Static method in class com.bric.swing.ColorPicker
Returns true, if the two color spaces are equal.
isExpanded() - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Returns true if the cell identified by this adapter is currently expanded.
isExpanded(TreePath) - Method in class org.jdesktop.swingx.JXTreeTable
Returns true if the node identified by path is currently expanded.
isExpanded(int) - Method in class org.jdesktop.swingx.JXTreeTable
Returns true if the node at the specified display row is currently expanded.
isExpanded() - Method in class org.jdesktop.swingx.renderer.CellContext
Returns the expanded state as set in the install.
isFGChecked - Static variable in class ij2x.plugin.CheckBoxPanel
 
isFGChecked - Static variable in class ij2x.plugin.frame.ColorPane
 
isFGChecked - Static variable in class ij2x.plugin.frame.JColorPicker
 
isFGChecked - Static variable in class ij2x.plugin.ThreeColor
 
isFillHorizontal() - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
indicates if the painter content is stretched horizontally
isFillVertical() - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
indicates if the painter content is stretched vertically
isFilterEnabled() - Method in class org.jdesktop.swingx.JXList
 
isFirstOfMonth(long) - Static method in class org.jdesktop.swingx.calendar.DateUtils
Check, whether the date passed in is the first day of the month.
isFirstOfYear(long) - Static method in class org.jdesktop.swingx.calendar.DateUtils
Check, whether the date passed in is the first day of the year.
isFlaggedDate(Date) - Method in class org.jdesktop.swingx.JXMonthView
Identifies whether or not the date passed is a flagged date.
isFocusCycleRoot() - Method in class org.jdesktop.swingx.JXTable
Overridden to prevent spurious focus loss to outside of table while removing the editor.
isFocused() - Method in class org.jdesktop.swingx.event.CompoundFocusListener
Return true if the root or any of its descendants is focused.
isFocused() - Method in class org.jdesktop.swingx.renderer.CellContext
Returns the focused state as set in the install.
isFocusTraversable() - Method in class com.bric.swing.SwingButton
Returns whether the arrow button should get the focus.
isFocusTraversableMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the isFocusTraversable() method descriptor.
isFocusTraversableMethodDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the isFocusTraversable() method descriptor.
isFocusTraversableMethodDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the isFocusTraversable() method descriptor.
isFocusTraversableMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the isFocusTraversable() method descriptor.
isFontSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isForegroundColor - Static variable in class ij.gui.Toolbar
 
isForegroundSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isGrayscale() - Method in class ij.LookUpTable
Returns true if this is a 256 entry grayscale LUT.
isGridPainted() - Method in class org.jdesktop.swingx.JXGraph
Defines whether or not grids lines are painted by this component.
isHandle(int, int) - Method in class ij.gui.EllipseRoi
 
isHandle(int, int) - Method in class ij.gui.Line
Returns a handle number if the specified screen coordinates are inside or near a handle, otherwise returns -1.
isHandle(int, int) - Method in class ij.gui.OvalRoi
Returns a handle number if the specified screen coordinates are inside or near a handle, otherwise returns -1.
isHandle(int, int) - Method in class ij.gui.PolygonRoi
Returns a handle number if the specified screen coordinates are inside or near a handle, otherwise returns -1.
isHandle(int, int) - Method in class ij.gui.RectangleRoi
Returns a handle number if the specified screen coordinates are inside or near a handle, otherwise returns -1.
isHandle(int, int) - Method in class ij.gui.Roi
Returns a handle number if the specified screen coordinates are inside or near a handle, otherwise returns -1.
isHandle(int, int) - Method in interface ij.gui.RoiBeans
Returns a handle number if the specified screen coordinates are inside or near a handle, otherwise returns -1.
isHandle(int, int) - Method in class ij.gui.RoundRectangleRoi
Returns a handle number if the specified screen coordinates are inside or near a handle, otherwise returns -1.
isHandle(int, int) - Method in class ij.gui.ShapeRoi
Always returns -1 since ShapeRois do not have handles.
isHierarchical() - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Returns true if the cell identified by this adapter displays the hierarchical node.
isHierarchical(int) - Method in class org.jdesktop.swingx.JXTreeTable
Determines if the specified column is defined as the hierarchical column.
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.AndHighlightPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.ColumnHighlightPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.DepthHighlightPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.EqualsHighlightPredicate
 
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.IdentifierHighlightPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHighlighted(Component, ComponentAdapter) - Method in interface org.jdesktop.swingx.decorator.HighlightPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.NotHighlightPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.OrHighlightPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.RowGroupHighlightPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.HighlightPredicate.TypeHighlightPredicate
 
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.PatternPredicate
 
isHighlighted(Component, ComponentAdapter) - Method in class org.jdesktop.swingx.decorator.SearchPredicate
Returns a boolean to indicate whether the component should be highlighted.
isHorizontalAlignmentSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isHorizontalRepeat() - Method in class org.jdesktop.swingx.painter.ImagePainter
Indicates if the image will be repeated horizontally.
isHorizontalScrollEnabled() - Method in class org.jdesktop.swingx.JXTable
Returns the current setting for horizontal scrolling.
isHorizontalTextPositionSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isHourHandVisible() - Method in class com.ibm.clock.AnalogDisplay
Is the hour hand visible ?
isHSB() - Method in class ij.ImageStack
Returns true if this is a 3-slice HSB stack.
isHyperStack() - Method in class ij.gui.StackWindow
 
isHyperStack() - Method in class ij.ImagePlus
Returns 'true' if this image is a hyperstack.
isIconSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isIconTextGapSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isIdle() - Method in class org.jdesktop.swingx.JXFrame
 
isIncremental() - Method in class org.jdesktop.swingx.search.PatternModel
 
isInheritAlpha() - Method in class org.jdesktop.swingx.JXPanel
Returns the state of the panel with respect to inheriting alpha values.
isInner() - Method in class org.jdesktop.swingx.decorator.BorderHighlighter
Returns the inner property.
isInputEnabled() - Method in class org.jdesktop.swingx.JXGraph
Defines whether or not user input is accepted and managed by this component.
isInvertedLut() - Method in class ij.ImagePlus
Returns true is this image uses an inverting LUT that displays zero as white and 255 as black.
isInvertedLut() - Method in class ij.process.ColorProcessor
Always returns false since RGB images do not use LUTs.
isInvertedLut() - Method in class ij.process.ImageProcessor
Returns true if this image uses an inverting LUT that displays zero as white and 255 as black.
isItalic() - Method in class ij.plugin.frame.jedit.SyntaxStyle
Returns true if italics is enabled for this style.
isJava14() - Static method in class ij.IJ
Returns true if ImageJ is running on a Java 1.4 or greater JVM.
isJava15() - Static method in class ij.IJ
Returns true if ImageJ is running on a Java 1.5 or greater JVM.
isJava16() - Static method in class ij.IJ
Returns true if ImageJ is running on a Java 1.6 or greater JVM.
isJava17() - Static method in class ij.IJ
Returns true if ImageJ is running on a Java 1.7 or greater JVM.
isJava2() - Static method in class ij.IJ
Always returns true.
isKillable() - Method in class ij.process.ImageProcessor
Deprecated.  
isLargeFrameIcons() - Static method in class org.jdesktop.swingx.util.Utilities
Test whether the operating system supports icons on frames (windows).
isLargeModel() - Method in class org.jdesktop.swingx.JXTreeTable
Returns true if the tree is configured for a large model.
isLeaf() - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Returns true if the cell identified by this adapter is a leaf node.
isLeaf() - Method in class org.jdesktop.swingx.renderer.CellContext
Returns the leaf state as set in the install.
isLeaf() - Method in class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
isLeaf(Object) - Method in class org.jdesktop.swingx.treetable.AbstractTreeTableModel
Returns true if node is a leaf.
isLeaf(Object) - Method in class org.jdesktop.swingx.treetable.DefaultTreeTableModel
Returns true if node is a leaf.
isLeaf(Object) - Method in class org.jdesktop.swingx.treetable.FileSystemModel
Returns true if node is a leaf.
isLeaf(Object) - Method in class org.jdesktop.swingx.treetable.SimpleFileSystemModel
isLightWeightPopupEnabled() - Method in class org.jdesktop.swingx.JXDatePicker
Gets the value of the lightWeightPopupEnabled property.
isLine() - Method in class ij.gui.RectangleRoi
Returns 'true' if this is a line selection.
isLine() - Method in class ij.gui.Roi
Returns 'true' if this is a line selection.
isLine() - Method in interface ij.gui.RoiBeans
Returns 'true' if this is a line selection.
isLine() - Method in class ij.gui.RoundRectangleRoi
Returns 'true' if this is a line selection.
isLineHighlightEnabled() - Method in class ij.plugin.frame.jedit.LNTextAreaPainter
Returns true if line highlight is enabled, false otherwise.
isLineHighlightEnabled() - Method in class ij.plugin.frame.jedit.TextAreaPainter
Returns true if line highlight is enabled, false otherwise.
isLineWrap() - Method in class org.jdesktop.swingx.JXLabel
Returns the current status of line wrap support.
isLinux() - Static method in class ij.IJ
Returns true if ImageJ is running on Linux.
isLinux() - Static method in class org.jdesktop.swingx.util.OS
 
isLocked() - Method in class ij.ImagePlus
Returns 'true' if the image is locked.
isLUT - Variable in class ij2x.plugin.AlignRGB
 
isLUT - Variable in class ij2x.plugin.HorizontalGradient
 
isMacintosh() - Static method in class ij.IJ
Returns true if this machine is a Macintosh.
isMacOS() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running MacOS X.
isMacOSLF() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running MacOS X and using the native look and feel.
isMacOSX() - Static method in class ij.IJ
Returns true if this machine is a Macintosh running OS X.
isMacOSX() - Static method in class org.jdesktop.swingx.util.OS
 
isMacro() - Static method in class ij.IJ
Returns true if a macro is running, or if the run(), open() or newImage() method is executing.
isManagingFocus() - Method in class ij.plugin.frame.jedit.JEditTextArea
Deprecated. 
isManagingFocus() - Method in class ij.plugin.frame.jedit.LNTextAreaPainter
Deprecated. 
isManagingFocus() - Method in class ij.plugin.frame.jedit.TextAreaPainter
Deprecated. 
isMatch(Object) - Method in class gnu.regexp.RE
Checks if the regular expression matches the input in its entirety.
isMatch(Object, int) - Method in class gnu.regexp.RE
Checks if the input string, starting from index, is an exact match of this regular expression.
isMatch(Object, int, int) - Method in class gnu.regexp.RE
Checks if the input, starting from index and using the specified execution flags, is an exact match of this regular expression.
isMinuteHandVisible() - Method in class com.ibm.clock.AnalogDisplay
Is the minute hand visible ?
isNextLineRequested() - Method in class ij.plugin.frame.jedit.tokenmarker.TokenMarker
Returns true if the next line should be repainted.
ISODATA - Static variable in interface ij.process.ProcessorConstance
Isodata thresholding method
ISODATA2 - Static variable in interface ij.process.ProcessorConstance
Modified isodata method used in Image/Adjust/Threshold tool
isOneDotFive() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotFour() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotOne() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotSeven() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotSix() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotSixUpdateN() - Method in class org.jdesktop.swingx.util.JVM
Determines if the version of JDK1_6 has Nimbus Look and Feel installed.
isOneDotThree() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotTwo() - Method in class org.jdesktop.swingx.util.JVM
 
isOpaque() - Method in class org.jdesktop.swingx.JXButton
 
isOpaque() - Method in class org.jdesktop.swingx.JXGraph
isOpaque() - Method in class org.jdesktop.swingx.JXLabel
 
isOpaque() - Method in class org.jdesktop.swingx.renderer.JRendererCheckBox
Overridden to return true if there is no painter.
isOpaque() - Method in class org.jdesktop.swingx.renderer.JRendererLabel
Overridden for performance reasons.
isOptionalArg(int) - Static method in class ij.macro.ExtensionDescriptor
 
isOrLater(int) - Method in class org.jdesktop.swingx.util.JVM
 
isOrthoViewsImage(ImagePlus) - Static method in class ij.plugin.Orthogonal_Views
 
isOS2() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running OS/2.
isOutputArg(int) - Static method in class ij.macro.ExtensionDescriptor
 
isOverwriteEnabled() - Method in class ij.plugin.frame.jedit.JEditTextArea
Returns true if overwrite mode is enabled, false otherwise.
isOverwriteRendererIcons() - Method in class org.jdesktop.swingx.JXTree
Returns a boolean indicating whether the per-tree icons should be copied to the renderer on setCellRenderer.
isOverwriteRendererIcons() - Method in class org.jdesktop.swingx.JXTreeTable
Returns a boolean indicating whether the per-tree icons should be copied to the renderer on setTreeCellRenderer.
isPaintable() - Method in class com.ibm.calendar.editors.DateEditor
 
isPaintable() - Method in class com.ibm.calendar.editors.HolidayEditor
Insert the method's description here.
isPaintBorderInsets() - Method in class org.jdesktop.swingx.JXButton
Returns true if the background painter should paint where the border is or false if it should only paint inside the border.
isPaintBorderInsets() - Method in class org.jdesktop.swingx.JXLabel
Returns true if the background painter should paint where the border is or false if it should only paint inside the border.
isPaintBorderInsets() - Method in class org.jdesktop.swingx.JXPanel
Returns true if the background painter should paint where the border is or false if it should only paint inside the border.
isPaintCentered() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets value of centering hint.
isPaintStretched() - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Indicates if the paint will be snapped.
isPlain() - Method in class ij.plugin.frame.jedit.SyntaxStyle
Returns true if no font styles are enabled.
isPopupVisible() - Method in class org.jdesktop.swingx.plaf.basic.BasicDatePickerUI
 
isProcessor() - Method in class ij.ImagePlus
 
isPseudoColorLut() - Method in class ij.process.ImageProcessor
Returns true if this image uses a pseudocolor or grayscale LUT, in other words, is this an image that can be filtered.
isRadial() - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
 
isRedirectImage() - Static method in class ij.plugin.filter.Analyzer
Returns true if an image is selected in the "Redirect To:" popup menu of the Analyze/Set Measurements dialog box.
isReflected() - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
 
isRememberPassword() - Method in class org.jdesktop.swingx.JXLoginPane
 
isRemovedToInvisibleEvent(int) - Method in class org.jdesktop.swingx.table.DefaultTableColumnModelExt
hot fix for #157: listeners that are aware of the possible existence of invisible columns should check if the received columnRemoved originated from moving a column from visible to invisible.
isRenderInsideShape() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property renderInsideShape.
isRepeated() - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
 
isRepeatEnabled() - Method in class ij.plugin.frame.jedit.InputHandler
Returns if repeating is enabled.
isRequestRunning() - Method in class ij.util.WorkThread
Returns if the work thread is currently running a request.
isResetSortOrderGesture(MouseEvent) - Method in class org.jdesktop.swingx.JXTableHeader.SortGestureRecognizer
Returns a boolean indicating whether the mouse event should be interpreted as an unsort trigger or not.
isResizeHandleEnabled() - Method in class org.jdesktop.swingx.JXStatusBar
 
isResultsWindow() - Static method in class ij.IJ
Returns true if the "Results" window is open.
isReversed() - Method in class org.jdesktop.swingx.color.GradientPreviewPanel
 
isRGB() - Method in class ij.ImageStack
Returns true if this is a 3-slice RGB stack.
isRoiChecked - Static variable in class ij2x.plugin.CheckBoxPanel
 
isRoiChecked - Static variable in class ij2x.plugin.frame.ColorPane
 
isRoiChecked - Static variable in class ij2x.plugin.frame.JColorPicker
 
isRoiChecked - Static variable in class ij2x.plugin.ThreeColor
 
isRolloverEnabled() - Method in class org.jdesktop.swingx.JXList
Returns a boolean indicating whether or not rollover support is enabled.
isRolloverEnabled() - Method in class org.jdesktop.swingx.JXTable
Returns a boolean indicating whether or not rollover support is enabled.
isRolloverEnabled() - Method in class org.jdesktop.swingx.JXTree
Returns a boolean indicating whether or not rollover support is enabled.
isRootVisible() - Method in class org.jdesktop.swingx.JXTreeTable
Returns true if the root node of the tree is displayed.
isRounded() - Method in class org.jdesktop.swingx.painter.RectanglePainter
Indicates if the rectangle is rounded
isRowHeightEnabled() - Method in class org.jdesktop.swingx.JXTable
Returns a boolean to indicate whether individual row height is enabled.
isRowLayout() - Method in class org.jdesktop.swingx.MultiSplitLayout.ColSplit
Returns true if the this Split's children are to be laid out in a row: all the same height, left edge equal to the previous Node's right edge.
isRowLayout() - Method in class org.jdesktop.swingx.MultiSplitLayout.RowSplit
Returns true if the this Split's children are to be laid out in a row: all the same height, left edge equal to the previous Node's right edge.
isRowLayout() - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
Returns true if the this Split's children are to be laid out in a row: all the same height, left edge equal to the previous Node's right edge.
isSameDay(Calendar, Date) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
Returns a boolean indicating whether the given Date is the same day as the day in the calendar.
isSaturday(int) - Method in class com.ibm.calendar.Calendar
Checkes whether the day parameter is saturday or not.
isScaleToFit() - Method in class org.jdesktop.swingx.painter.ImagePainter
 
isScrollOnExpand() - Method in class org.jdesktop.swingx.JXTaskPane
Should this group scroll to be visible after this group was expanded.
isSecondHandVisible() - Method in class com.ibm.clock.AnalogDisplay
Is the hour hand visible ?
isSelectable(Date) - Method in class org.jdesktop.swingx.calendar.SingleDaySelectionModel
Returns a boolean indicating whether the given date is selectable.
isSelected() - Method in class org.jdesktop.swingx.action.AbstractActionExt
 
isSelected(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Gets the selected state of a toggle action.
isSelected(Date) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
Returns true if the date specified is selected, false otherwise.
isSelected(Date) - Method in class org.jdesktop.swingx.calendar.DaySelectionModel
Returns true if the date specified is selected, false otherwise.
isSelected(Date) - Method in class org.jdesktop.swingx.calendar.DefaultDateSelectionModel
Returns true if the date specified is selected, false otherwise.
isSelected(Date) - Method in class org.jdesktop.swingx.calendar.SingleDaySelectionModel
Returns true if the date specified is selected, false otherwise.
isSelected() - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Returns true if the cell identified by this adapter is currently selected.
isSelected(Date) - Method in class org.jdesktop.swingx.JXMonthView
Returns true if the specified date falls within the _startSelectedDate and _endSelectedDate range.
isSelected() - Method in class org.jdesktop.swingx.renderer.CellContext
Returns the selected state as set in the install.
isSelectionEmpty() - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
Returns true if the selection is empty, false otherwise.
isSelectionEmpty() - Method in class org.jdesktop.swingx.calendar.DaySelectionModel
Returns true if the selection is empty, false otherwise.
isSelectionEmpty() - Method in class org.jdesktop.swingx.calendar.DefaultDateSelectionModel
Returns true if the selection is empty, false otherwise.
isSelectionEmpty() - Method in class org.jdesktop.swingx.calendar.SingleDaySelectionModel
Returns true if the selection is empty, false otherwise.
isSelectionEmpty() - Method in class org.jdesktop.swingx.JXMonthView
Return true if the selection is empty, false otherwise
isSelectionRectangular() - Method in class ij.plugin.frame.jedit.JEditTextArea
Returns true if the selection is rectangular, false otherwise.
isServerAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Test to determine if the action is a ServerAction
isShapeMasked() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property shapeMasked.
isShouldFillShape() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property shouldFillShape.
isShowBottomShadow() - Method in class org.jdesktop.swingx.border.DropShadowBorder
 
isShowing - Variable in class ij2x.plugin.AlignRGB
 
isShowing - Variable in class ij2x.plugin.HorizontalGradient
 
isShowing - Variable in class ij2x.plugin.ThreeColor
 
isShowingLeadingDays() - Method in class org.jdesktop.swingx.JXMonthView
Returns a boolean indicating whether or not we're showing leading dates.
isShowingMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the isShowing() method descriptor.
isShowingMethodDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the isShowing() method descriptor.
isShowingMethodDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the isShowing() method descriptor.
isShowingMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the isShowing() method descriptor.
isShowingOnStartup(Preferences) - Static method in class org.jdesktop.swingx.JXTipOfTheDay
 
isShowingOnStartup() - Method in interface org.jdesktop.swingx.JXTipOfTheDay.ShowOnStartupChoice
 
isShowingTrailingDays() - Method in class org.jdesktop.swingx.JXMonthView
Returns a boolean indicating whether or not we're showing trailing dates.
isShowingWeekNumber() - Method in class org.jdesktop.swingx.JXMonthView
Returns whether or not this JXMonthView should display week number.
isShowLeftShadow() - Method in class org.jdesktop.swingx.border.DropShadowBorder
 
isShowRightShadow() - Method in class org.jdesktop.swingx.border.DropShadowBorder
 
isShowTopShadow() - Method in class org.jdesktop.swingx.border.DropShadowBorder
 
isSigned16Bit() - Method in class ij.measure.Calibration
Returns true if this is a signed 16-bit image.
isSolaris() - Static method in class ij.IJ
Returns true if ImageJ is running on Sun Solaris.
isSortable() - Method in class org.jdesktop.swingx.JXTable
Returns the table's sortable property.
isSortable() - Method in class org.jdesktop.swingx.table.TableColumnExt
Returns the sortable property.
isSorted() - Method in class org.jdesktop.swingx.decorator.SortOrder
Convenience to check if the order is sorted.
isSorted(boolean) - Method in class org.jdesktop.swingx.decorator.SortOrder
 
isSortOrderGesture(MouseEvent) - Method in class org.jdesktop.swingx.JXTableHeader.SortGestureRecognizer
Returns a boolean indicating whether the mouse event should be interpreted as any type of sort change trigger.
isSpecial() - Method in class org.jdesktop.swingx.JXTaskPane
Returns true if this pane is "special".
isSplineFit() - Method in class ij.gui.PolygonRoi
Returns 'true' if this selection has been fitted with a spline.
isStartAnchored() - Method in class org.jdesktop.swingx.search.PatternModel.AnchoredSearchMode
returns true if the pattern must match from the beginning of the string, or false if the pattern can match anywhere in a string.
isStartOfDay(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
Returns a boolean indicating if the given calendar represents the start of a day (in the calendar's time zone).
isStartOfMonth(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
Returns a boolean indicating if the given calendar represents the start of a month (in the calendar's time zone).
isStartOfWeek(Calendar) - Static method in class org.jdesktop.swingx.calendar.CalendarUtils
Returns a boolean indicating if the given calendar represents the start of a month (in the calendar's time zone).
isStateAction() - Method in class org.jdesktop.swingx.action.AbstractActionExt
Indicates if this action has states.
isStateAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Determines if the Action corresponding to the action id is a state changed action (toggle, group type action).
isStrictMatching() - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
Returns if only items from the adaptor's list should be allowed to be entered.
isSupportedEncoding(String) - Static method in class ij.plugin.frame.jedit.MiscUtilities
Returns if the given character encoding is supported.
isTargetable(Object) - Method in class org.jdesktop.swingx.renderer.HyperlinkProvider
decides if the given target is acceptable for setTarget.
isTargetableAction(Object) - Method in class org.jdesktop.swingx.action.ActionManager
Test to determine if the action is a TargetableAction
isTerminateEditOnFocusLost() - Method in class org.jdesktop.swingx.JXTable
Returns the property which determines the edit termination behaviour on focus lost.
isTestable(int) - Method in class org.jdesktop.swingx.decorator.ComponentAdapter
Returns true if the column should be included in testing.
isTextPainted() - Method in class org.jdesktop.swingx.JXGraph
Defines whether or not axis labels are painted by this component.
isTextSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isToggleSortOrderGesture(MouseEvent) - Method in class org.jdesktop.swingx.JXTableHeader.SortGestureRecognizer
Returns a boolean indicating whether the mouse event should be interpreted as a toggle sort trigger or not.
isToolsJarAvailable() - Static method in class ij.plugin.frame.jedit.MiscUtilities
If on JDK 1.2 or higher, make sure that tools.jar is available.
isTrackingLookAndFeelChanges() - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
isTraversable() - Method in class org.jdesktop.swingx.JXMonthView
Returns whether or not the month view supports traversing months.
isUIInstallable(Object) - Static method in class org.jdesktop.swingx.SwingXUtilities
Checks and returns whether the given property should be replaced by the UI's default value.
isUnix() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running Unix (this includes MacOS X).
isUnix() - Static method in class org.jdesktop.swingx.util.Utilities
Test whether NetBeans is running on some variant of Unix.
isUnselectableDate(Date) - Method in interface org.jdesktop.swingx.calendar.DateSelectionModel
Returns true is the specified date is unselectable.
isUnselectableDate(Date) - Method in class org.jdesktop.swingx.calendar.DaySelectionModel
Returns true is the specified date is unselectable.
isUnselectableDate(Date) - Method in class org.jdesktop.swingx.calendar.DefaultDateSelectionModel
Returns true is the specified date is unselectable.
isUnselectableDate(Date) - Method in class org.jdesktop.swingx.calendar.SingleDaySelectionModel
Returns true is the specified date is unselectable.
isUnselectableDate(Date) - Method in class org.jdesktop.swingx.JXMonthView
Identifies whether or not the date passed is an unselectable date.
isURL(String) - Static method in class ij.plugin.frame.jedit.MiscUtilities
Checks if the specified string is a URL.
isUseFindBar(JComponent, Searchable) - Method in class org.jdesktop.swingx.search.SearchFactory
Returns decision about using a batch- vs. incremental-find for the searchable.
isUserInARole(String[]) - Method in class org.jdesktop.swingx.auth.UserPermissions
Returns true if the user is in one of the given roles (case sensitive).
isUserInRole(String) - Method in class org.jdesktop.swingx.auth.UserPermissions
Returns true if the user is in the given role (case sensitive).
isUserInRoles(String[]) - Method in class org.jdesktop.swingx.auth.UserPermissions
Returns true if the user is in all of the given roles (case sensitive).
isUserNameEnabled() - Method in class org.jdesktop.swingx.JXLoginPane
Gets current state of the user name field.
isUsingKeyboard() - Method in class org.jdesktop.swingx.plaf.basic.BasicMonthViewUI
 
isUsingWindowsVisualStyles() - Static method in class org.jdesktop.swingx.util.OS
 
isValid() - Method in interface gnu.regexp.CharIndexed
Returns true if the most recent move() operation placed the cursor position at a valid position in the input.
isValid() - Method in class ij.util.CharIndexedSegment
 
isValidMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the isValid() method descriptor.
isValidMethodDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the isValid() method descriptor.
isValidMethodDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the isValid() method descriptor.
isValidMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the isValid() method descriptor.
isVertical() - Method in enum org.jdesktop.swingx.JXCollapsiblePane.Direction
Gets the orientation for this direction.
isVertical() - Method in class org.jdesktop.swingx.MultiSplitLayout.Divider
Convenience method, returns true if the Divider's parent is a Split row (a Split with isRowLayout() true), false otherwise.
isVerticalAlignmentSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isVerticalRepeat() - Method in class org.jdesktop.swingx.painter.ImagePainter
Indicates if the image will be repeated vertically.
isVerticalTextPositionSet() - Method in class org.jdesktop.swingx.table.LabelProperties
 
isVetoed() - Method in class ij.plugin.frame.jedit.EBMessage
Deprecated. Returns false.
isVirtual() - Method in class ij.ImageStack
Returns true if this is a virtual (disk resident) stack.
isVirtual() - Method in class ij.VirtualStack
Always return true.
isVisible() - Method in class com.bric.swing.ColorPicker.Option
 
isVisible() - Method in class ij.gui.RectangleRoi
Returns true if this ROI is currently displayed on an image.
isVisible() - Method in class ij.gui.Roi
Returns true if this ROI is currently displayed on an image.
isVisible() - Method in interface ij.gui.RoiBeans
Returns true if this ROI is currently displayed on an image.
isVisible() - Method in class ij.gui.RoundRectangleRoi
Returns true if this ROI is currently displayed on an image.
isVisible() - Method in class ij.ImagePlus
Returns true if this image is currently being displayed in a window.
isVisible(TreePath) - Method in class org.jdesktop.swingx.JXTreeTable
Returns true if the value identified by path is currently viewable, which means it is either the root or all of its parents are expanded.
isVisible() - Method in class org.jdesktop.swingx.MultiSplitLayout.Node
Determines whether this node should be visible when its parent is visible.
isVisible() - Method in class org.jdesktop.swingx.MultiSplitLayout.Split
Determines whether this node should be visible when its parent is visible.
isVisible() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Gets the visible property.
isVisible() - Method in class org.jdesktop.swingx.renderer.WrappingIconPanel
Overridden to hack around #766-swingx: cursor flickering in DnD when dragging over tree column.
isVisible() - Method in class org.jdesktop.swingx.table.TableColumnExt
Returns the visible property.
isVisibleMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the isVisible() method descriptor.
isVisibleMethodDescriptor() - Method in class com.ibm.calendar.DayPluginBeanInfo
Gets the isVisible() method descriptor.
isVisibleMethodDescriptor() - Method in class com.ibm.calendar.NotePluginBeanInfo
Gets the isVisible() method descriptor.
isVisibleMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the isVisible() method descriptor.
isVisited() - Method in class org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction
 
isVista() - Static method in class ij.IJ
Returns true if ImageJ is running on Windows Vista.
isVMS() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running VMS.
isWaitCursorVisible() - Method in class org.jdesktop.swingx.JXFrame
Returns the state of the wait cursor visibility.
isWaiting() - Method in class org.jdesktop.swingx.JXFrame
Determines if the frame is in a wait state or not.
isWaitPaneVisible() - Method in class org.jdesktop.swingx.JXFrame
Returns the current visibility of the wait glass pane.
isWeekend(int) - Method in class com.ibm.calendar.Calendar
Checkes whether the day parameter is saturday/sunday or not.
isWindows() - Static method in class ij.IJ
Returns true if this machine is running Windows.
isWindows() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP.
isWindows() - Static method in class org.jdesktop.swingx.util.OS
 
isWindows() - Static method in class org.jdesktop.swingx.util.Utilities
Test whether NetBeans is running on some variant of Windows.
isWindows2003() - Static method in class org.jdesktop.swingx.util.OS
 
isWindows7() - Static method in class ij.IJ
Returns true if this machine is running Windows.
isWindows9x() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME.
isWindowsNT() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if we're running Windows NT/2000/XP.
isWindowsVista() - Static method in class org.jdesktop.swingx.util.OS
 
isWindowsXP() - Static method in class org.jdesktop.swingx.util.OS
 
isWrapping() - Method in class org.jdesktop.swingx.search.PatternModel
 
isWriteLocked() - Method in class ij.util.ReadWriteLock
 
isX11() - Static method in class ij.plugin.frame.jedit.OperatingSystem
Returns if this OS is likely to be using X11 as the graphics system.
isZoomable() - Method in class org.jdesktop.swingx.JXMonthView
Returns true if zoomable (through date ranges).
itemStateChanged(ItemEvent) - Method in class com.ibm.calendar.Calendar
Method to handle events for the ItemListener interface.
itemStateChanged(ItemEvent) - Method in class com.ibm.calendar.ToDoPlugin
Method to handle events for the ItemListener interface.
itemStateChanged(ItemEvent) - Method in class ij.gui.GenericDialog
 
itemStateChanged(ItemEvent) - Method in class ij.gui.Toolbar
 
itemStateChanged(ItemEvent) - Method in class ij.ImageJ
Handles CheckboxMenuItem state changes.
itemStateChanged(ItemEvent) - Method in class ij.macro.FunctionFinder
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.ArrowToolOptions
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.BatchProcesser
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.Colors
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.CommandFinder
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.Channels
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.ColorThresholder
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.ContrastAdjuster
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.Fitter
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.Fonts
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.LineWidthAdjuster
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.PasteController
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.Recorder
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.RoiManager
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.RoiManager0
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.frame.ThresholdAdjuster
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.Resizer
 
itemStateChanged(ItemEvent) - Method in class ij.plugin.Slicer
 
itemStateChanged(ItemEvent) - Method in class ij.text.TextWindow
 
itemStateChanged(ItemEvent) - Method in class ij2x.plugin.AlignRGB
 
itemStateChanged(ItemEvent) - Method in class ij2x.plugin.HorizontalGradient
 
itemStateChanged(ItemEvent) - Method in class ij2x.plugin.ThreeColor
 
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.action.AbstractActionExt
Callback method as ItemListener.
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.action.BoundAction
Callback for toggle actions.
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.action.CompositeAction
Callback for toggle actions.
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.action.TargetableAction
Callback for toggle actions.
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction
 
itemStateChanged(ItemEvent) - Method in class org.jdesktop.swingx.table.ColumnControlButton.ColumnVisibilityAction
 
itemStateChanged_javaawteventItemEventMethodDescriptor() - Method in class com.ibm.calendar.CalendarBeanInfo
Gets the itemStateChanged(java.awt.event.ItemEvent) method descriptor.
itemStateChanged_javaawteventItemEventMethodDescriptor() - Method in class com.ibm.calendar.ToDoPluginBeanInfo
Gets the itemStateChanged(java.awt.event.ItemEvent) method descriptor.
iterator() - Method in class org.jdesktop.swingx.multislider.DefaultMultiThumbModel
 
IterFactor - Static variable in class ij.measure.CurveFitter
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _