Groovy Documentation
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 _

A

ABOUT_CENTER - Enum Constant in RotatedIcon.Rotate
action - Field in ButtonColumn
action - Field in InactivityListener
action - Field in TableCellListener
actionCommand - Field in ActionMapAction
actionKey - Field in WrappedAction
ActionMapAction - Class in com.wordpress.tipsforjava.swing
The ActionMapAction class is a convenience class that allows you to use an installed Action as an Action or ActionListener on a separate component.
ActionMapAction(String, JComponent, String) - Constructor in ActionMapAction
Replace the default Action for the given KeyStroke with a custom Action
actionPerformed(ActionEvent) - Method in ActionMapAction
Invoke the original Action using the original component as the source of the event.
actionPerformed(ActionEvent) - Method in AnimatedIcon
Control the animation of the Icons when the Timer fires.
actionPerformed(ActionEvent) - Method in ButtonColumn
actionPerformed(ActionEvent) - Method in CompoundUndoManager.RedoAction
actionPerformed(ActionEvent) - Method in CompoundUndoManager.UndoAction
actionPerformed(ActionEvent) - Method in EditableCellFocusAction
actionPerformed(ActionEvent) - Method in EditListAction
actionPerformed(ActionEvent) - Method in InactivityListener
actionPerformed(ActionEvent) - Method in MarqueePanel
Adjust the offset of the components on the panel so it appears that they are scrolling from right to left.
actionPerformed(ActionEvent) - Method in RXCardLayout.CardAction
actionPerformed(ActionEvent) - Method in TableColumnAdjuster.ColumnAction
actionPerformed(ActionEvent) - Method in TableColumnAdjuster.ToggleAction
activate(String) - Method in DisabledGlassPane
ACTUAL - Field in BackgroundPanel
add(JComponent, Object) - Method in BackgroundPanel
add(AbstractButton) - Method in SelectButtonGroup
Adds the button to the group.
addComparator(Comparator) - Method in GroupComparator
addElement(Object) - Method in SortedComboBoxModel
addException(int) - Method in TabFocusHandler
addHighlight(int, int) - Method in ProtectedHighlighter
Add a highlight to the highlighter.
addIcon(Icon) - Method in AnimatedIcon
Add Icons to be used in the animation.
addLayoutComponent(Component, Object) - Method in OverlapLayout
addLayoutComponent(Component, Object) - Method in RelativeLayout
addLayoutComponent(Component, Object) - Method in RXCardLayout
addModel(Object, ComboBoxModel) - Method in ComboBoxTableEditor
Convenience method to create a ComboBoxModel to be used by the editor when the related column contains the specified key.
addNodes(JComponent, DefaultTreeModel, DefaultMutableTreeNode, boolean) - Method in ComponentTreeModel
private method to obtain the hierarchy devolving from the root container and add nodes to the tree accordingly.
addNotify() - Method in RowNumberTable
addPropertyChangeListener(PropertyChangeListener) - Method in SelectButtonGroup
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in WrappedAction
addRow(Object) - Method in ListTableModel
Adds a row of data to the end of the model.
addRow(Object) - Method in RowTableModel
Adds a row of data to the end of the model.
addRow(Dimension, int, int) - Method in WrapLayout
addSplitPane(JSplitPane) - Method in SplitPaneSynchronizer
adjustBorderInsets() - Method in ComponentBorder
adjustColumn(int) - Method in TableColumnAdjuster
adjustColumns() - Method in TableColumnAdjuster
adjustEqual(int[], int) - Method in RelativeLayout
adjustFirst(int[], int) - Method in RelativeLayout
adjustForRounding(int[], int) - Method in RelativeLayout
adjustInsets - Field in ComponentBorder
adjustLargest(int[], int) - Method in RelativeLayout
adjustLast(int[], int) - Method in RelativeLayout
ADJUSTMENT - Field in ScrollBarToolTip
adjustmentValueChanged(AdjustmentEvent) - Method in ToolTipListener
alignment - Field in ComponentBorder
alignment - Field in PopupMenuAlignment
alignment - Field in RelativeLayout
The alignment of the Components on the other axis of the Container.
alignmentX - Field in AnimatedIcon
alignmentX - Field in BackgroundPanel
alignmentX - Field in CompoundIcon
alignmentY - Field in AnimatedIcon
alignmentY - Field in BackgroundPanel
alignmentY - Field in CompoundIcon
alignText(JPopupMenu, int) - Method in PopupMenuAlignment
Align the menu items contained with the popup menu.
allButtons - Field in SelectButtonGroup
The collection of all buttons present in SelectedButtonGroups
allocateRelativeSpace(Container, int, float) - Method in RelativeLayout
alpha - Field in AlphaIcon
alpha - Field in AlphaImageIcon
AlphaContainer - Class in com.wordpress.tipsforjava.swing
A wrapper Container for holding components that use a background Color containing an alpha value with some transparency.
AlphaContainer(JComponent) - Constructor in AlphaContainer
AlphaContainerFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
AlphaContainerFactory() - Constructor in AlphaContainerFactory
AlphaIcon - Class in com.wordpress.tipsforjava.swing
An Icon wrapper that paints the contained icon with a specified transparency.
AlphaIcon(Icon, float) - Constructor in AlphaIcon
Creates an AlphaIcon with the specified icon and opacity.
AlphaIconFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
AlphaIconFactory() - Constructor in AlphaIconFactory
AlphaImageIcon - Class in com.wordpress.tipsforjava.swing
An Icon wrapper that paints the contained icon with a specified transparency.
AlphaImageIcon(Icon, float) - Constructor in AlphaImageIcon
Creates an AlphaImageIcon with the specified icon and opacity.
AlphaImageIconFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
AlphaImageIconFactory() - Constructor in AlphaImageIconFactory
amount - Field in ScrollablePanel.IncrementInfo
ancestorAdded(AncestorEvent) - Method in MarqueePanel
Get notified when the panel is added to a Window so we can use a WindowListener to automatically start the scrolling of the components.
ancestorAdded(AncestorEvent) - Method in RequestFocusListener
ancestorAdded(AncestorEvent) - Method in RXCardLayout
ancestorClass - Field in BeanTableModel
ancestorMoved(AncestorEvent) - Method in MarqueePanel
ancestorMoved(AncestorEvent) - Method in RequestFocusListener
ancestorMoved(AncestorEvent) - Method in RXCardLayout
ancestorRemoved(AncestorEvent) - Method in MarqueePanel
ancestorRemoved(AncestorEvent) - Method in RequestFocusListener
ancestorRemoved(AncestorEvent) - Method in RXCardLayout
angle - Field in RotatedIcon
AnimatedIcon - Class in com.wordpress.tipsforjava.swing
The AnimatedIcon will display a series of Icons in a predetermined sequence.
AnimatedIcon(JComponent, int, int, Icon) - Constructor in AnimatedIcon
Create an AnimatedIcon specifying all the properties.
AnimatedIconFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
AnimatedIconFactory() - Constructor in AnimatedIconFactory
animationFinished - Field in AnimatedIcon
applyValueToModel(String, ListModel, int) - Method in EditListAction
ASCENDING - Enum Constant in VerticalTableHeaderCellRenderer.VerticalSortIcon
attributes - Field in MessageConsole.ConsoleOutputStream
autoscrolls - Field in ComponentMover
autoscrolls - Field in ComponentResizer
autoTab - Field in SizeDocumentFilter
axis - Field in CompoundIcon
axis - Field in RelativeLayout
The axis of the Components within the Container.

B

BackgroundPanel - Class in com.wordpress.tipsforjava.swing
Support custom painting on a panel in the form of
BackgroundPanel(Paint) - Constructor in BackgroundPanel
beanClass - Field in BeanTableModel
BeanComparator - Class in com.wordpress.tipsforjava.util
A comparator to sort on the specified field of a given class.
BeanComparator(Class, String, boolean, boolean) - Constructor in BeanComparator
BeanTableModel - Class in com.wordpress.tipsforjava.swing.table
The BeanTableModel will use reflection to determine the columns of data to be displayed in the table model.
BeanTableModel.ColumnInformation - Class in com.wordpress.tipsforjava.swing.table
BeanTableModel.ColumnInformation(String, Class, Method, Method) - Constructor in BeanTableModel.ColumnInformation
BeanTableModel(Class, Class, List) - Constructor in BeanTableModel
Constructs an empty BeanTableModel for the specified bean.
borderGap - Field in RelativeLayout
The gap (in pixels) used before the leading component and after the trailing component.
borderGap - Field in TextLineNumber
borderInsets - Field in ComponentBorder
BOTTOM - Field in AnimatedIcon
BOTTOM - Enum Constant in ComponentBorder.Edge
BOTTOM - Field in CompoundIcon
bottomFixedCount - Field in MenuScroller
bounds - Field in ComponentResizer
buffer - Field in MessageConsole.ConsoleOutputStream
buildColumnInformation(Method, String) - Method in BeanTableModel
button - Field in IconTableCellRenderer
ButtonColumn - Class in com.wordpress.tipsforjava.swing.table
The ButtonColumn class provides a renderer and an editor that looks like a JButton.
ButtonColumn(JTable, Action, int) - Constructor in ButtonColumn
Create the ButtonColumn to be used as a renderer and editor.
buttonGroupAttributeDelegate(def, def, def) - Method in SelectButtonGroupFactory

C

calculateIconDimensions() - Method in AnimatedIcon
Calculate the width and height of the Icon based on the maximum width and height of any individual Icon.
calculateIconDimensions() - Method in TextIcon
Calculate the size of the Icon using the FontMetrics of the Font.
cards - Field in RXCardLayout
CaretPositionListener - Class in com.wordpress.tipsforjava.swing
This class will retain the caret positioning at the character where the mouse was clicked.
CaretPositionListener(JFormattedTextField) - Constructor in CaretPositionListener
Convenience constructor.
caretUpdate(CaretEvent) - Method in LinePainter
caretUpdate(CaretEvent) - Method in TextLineNumber
caretUpdate(CaretEvent) - Method in VisibleCaretListener
CENTER - Field in AnimatedIcon
CENTER_CENTER - Enum Constant in TileIcon.TileMode
CENTER - Field in ComponentBorder
CENTER - Field in CompoundIcon
CENTER_CORNER - Enum Constant in TileIcon.TileMode
CENTER - Field in PopupMenuAlignment
CENTER - Field in RelativeLayout
CENTER - Enum Constant in ScrollBarToolTip.Position
CENTER - Field in TextLineNumber
centerLineInScrollPane(JTextComponent) - Method in RXTextUtilities
ChainedDocumentFilter - Class in com.wordpress.tipsforjava.swing.text
A single DocumentFilter can be set on an AbstractDocument.
ChainedDocumentFilter(DocumentFilter) - Constructor in ChainedDocumentFilter
Constructor used when further filtering is required after this filter has been applied.
changeBounds(Component, int, Rectangle, Point, Point) - Method in ComponentResizer
changeCursor - Field in ComponentMover
changedUpdate(DocumentEvent) - Method in CompoundUndoManager
changedUpdate(DocumentEvent) - Method in LimitLinesDocumentListener
changedUpdate(DocumentEvent) - Method in TextLineNumber
CheckBoxIcon - Class in com.wordpress.tipsforjava.swing
@author Rob Camick
CheckBoxIcon(JCheckBox, Icon, int, int) - Constructor in CheckBoxIcon
Creates a CheckBoxIcon for a JCheckBox with the specified horizontal and vertical positioning.
checkHorizontalKey(int, String) - Method in DualIcon
checkVerticalKey(int, String) - Method in DualIcon
CHILD - Enum Constant in FormScroller.Type
CircularAnimatedIcon - Class in com.wordpress.tipsforjava.swing
The CircularAnimatedIcon will display a series of Icons in a circular sequence.
CircularAnimatedIcon(JComponent, int, int, Icon) - Constructor in CircularAnimatedIcon
Create an CircularAnimatedIcon specifying all the properties.
CircularAnimatedIconFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
CircularAnimatedIconFactory() - Constructor in CircularAnimatedIconFactory
clearBuffer() - Method in MessageConsole.ConsoleOutputStream
clearSelection() - Method in SelectButtonGroup
Clears the selection such that none of the buttons in the SelectButtonGroup are selected.
clockwise - Field in VerticalLabelUI
color - Field in LinePainter
column - Field in ColumnComparator
COLUMN_NAMES - Field in JButtonTableModel
column - Field in TableCellListener
columnClasses - Field in RowTableModel
ColumnComparator - Class in com.wordpress.tipsforjava.util
Sort an object based on a specified column within the object.
ColumnComparator(int, boolean, boolean) - Constructor in ColumnComparator
columnNames - Field in RowTableModel
columns - Field in BeanTableModel
columnSizes - Field in TableColumnAdjuster
ComboBoxTableEditor - Class in com.wordpress.tipsforjava.swing.table
This class will use a combo box as the editor for a JTable cell.
ComboBoxTableEditor(JComboBox, int) - Constructor in ComboBoxTableEditor
Create a combo box editor that supports different combo box models.
comparator - Field in SortedComboBoxModel
comparators - Field in GroupComparator
compare(Object, Object) - Method in BeanComparator
compare(Object, Object) - Method in ColumnComparator
compare(Object, Object) - Method in GroupComparator
compareTo(ColumnInformation) - Method in BeanTableModel.ColumnInformation
component - Field in ActionMapAction
component - Field in AlphaContainer
component - Field in AnimatedIcon
component - Field in ComponentBorder
COMPONENT - Enum Constant in FormScroller.Type
component - Field in LinePainter
component - Field in ProtectedDocument.ProtectedNavigationFilter
component - Field in ProtectedHighlighter.ProtectedHighlightPainter
component - Field in ProtectedTextComponent
COMPONENT - Field in RelativeLayout
component - Field in TextIcon
The TextIcon will paint a String of text as an Icon.
component - Field in TextLineNumber
component - Field in WrappedAction
componentAdded(ContainerEvent) - Method in PopupMenuAlignment
ComponentBorder - Class in com.wordpress.tipsforjava.swing.border
The ComponentBorder class allows you to place a real component in the space reserved for painting the Border of a component.
ComponentBorder.Edge - Enum in com.wordpress.tipsforjava.swing.border
ComponentBorder(JComponent, ComponentBorder.Edge, float) - Constructor in ComponentBorder
Main constructor to create a ComponentBorder.
componentHidden(ComponentEvent) - Method in ToolTipListener
componentMoved(ComponentEvent) - Method in ToolTipListener
ComponentMover - Class in com.wordpress.tipsforjava.swing
This class allows you to move a Component by using a mouse.
ComponentMover(Component, Component) - Constructor in ComponentMover
Constructor to specify a parent component that will be moved when drag events are generated on a registered child component.
componentRemoved(ContainerEvent) - Method in PopupMenuAlignment
componentResized(ComponentEvent) - Method in ToolTipListener
ComponentResizer - Class in com.wordpress.tipsforjava.swing
The ComponentResizer allows you to resize a component by dragging a border of the component.
ComponentResizer(Insets, Dimension, Component) - Constructor in ComponentResizer
Create a ComponentResizer.
components - Field in OverlapLayout
componentShown(ComponentEvent) - Method in ToolTipListener
ComponentTreeCellRenderer - Class in com.wordpress.tipsforjava.swing.tree
A tree cell renderer that displays scaled replicas of Swing components at the nodes of the tree.
ComponentTreeCellRenderer(JTree, double) - Constructor in ComponentTreeCellRenderer
Returns a ComponentTreeCellRenderer suitable for rendering scaled snapshots of Swing components.
ComponentTreeModel - Class in com.wordpress.tipsforjava.swing.tree
A tree data model that reproduces the structure of a GUI to reveal the hierarchical placement of components in containers.
ComponentTreeModel(JComponent, DefaultMutableTreeNode, boolean) - Constructor in ComponentTreeModel
private constructor for aligning the public constructors with the static method getComponentTreeModel
compoundEdit - Field in CompoundUndoManager
CompoundIcon - Class in com.wordpress.tipsforjava.swing
The CompoundIcon will paint two, or more, Icons as a single Icon.
CompoundIcon.Axis - Enum in com.wordpress.tipsforjava.swing
CompoundIcon(CompoundIcon.Axis, int, float, float, Icon) - Constructor in CompoundIcon
Create a CompoundIcon specifying all the properties.
CompoundUndoManager - Class in com.wordpress.tipsforjava.swing
This class will merge individual edits into a single larger edit.
CompoundUndoManager.MyCompoundEdit - Class in com.wordpress.tipsforjava.swing
CompoundUndoManager.MyCompoundEdit() - Constructor in CompoundUndoManager.MyCompoundEdit
CompoundUndoManager.RedoAction - Class in com.wordpress.tipsforjava.swing
CompoundUndoManager.RedoAction() - Constructor in CompoundUndoManager.RedoAction
CompoundUndoManager.UndoAction - Class in com.wordpress.tipsforjava.swing
CompoundUndoManager.UndoAction() - Constructor in CompoundUndoManager.UndoAction
CompoundUndoManager(JTextComponent) - Constructor in CompoundUndoManager
COMPUTED - Field in ThumbnailIcon
The constant for setting the width, height, default width or default height to be computed from the other dimension in a way that maintains the aspect ratio of the contained image.
constraints - Field in OverlapLayout
constraints - Field in RelativeLayout
convertIndex(int) - Method in OverlapLayout
When components are overlapped above the ZOrder of each component is changed resulting in the components position in the container being changed.
convertString(String) - Method in UpperCaseDocumentFilter
Convert each character in the input string to upper case
copyRectangle(Rectangle, Rectangle) - Method in VerticalLabelUI
copyToList(Object) - Method in ListTableModel
createColumnInformation() - Method in BeanTableModel
createDesktopImage() - Method in ScreenImage
Convenience method to create a BufferedImage of the desktop
createEditPopup() - Method in EditListAction
createIcon(Icon, JComponent) - Method in IconTableCellRenderer
Paints the icon to a BufferedImage for use as the renderer's Icon.
createImage(Rectangle) - Method in ScreenImage
Create a BufferedImage from a rectangular region on the screen.
createModelFromResultSet(ResultSet) - Method in ListTableModel
Create a ListTableModel given a specific ResultSet.
createNewFolder(File) - Method in SingleRootFileSystemView
createScrollAmountEvent(MouseWheelEvent) - Method in MouseWheelController
createUI(JComponent) - Method in VerticalLabelUI
@see ComponentUI#createUI(javax.swing.JComponent)
currentCard - Field in RXCardLayout
currentIconIndex - Field in AnimatedIcon
currentLineForeground - Field in TextLineNumber
cursors - Field in ComponentResizer
cycles - Field in AnimatedIcon
cyclesCompleted - Field in AnimatedIcon

D

deactivate() - Method in DisabledGlassPane
DEFAULT_CYCLES - Field in AnimatedIcon
DEFAULT_DELAY - Field in AnimatedIcon
DEFAULT_DELEGATE_PROPERTY_BUTTON_GROUP - Field in SelectButtonGroupFactory
DEFAULT - Field in ThumbnailIcon
The constant for setting the width and/or height to use the default for the class.
DEFAULT - Enum Constant in TileIcon.TileMode
DefaultButtonListener - Class in com.wordpress.tipsforjava.swing
Keep track of the default button and the temporary default button for all root panes in an application.
DefaultButtonListener() - Constructor in DefaultButtonListener
defaultHeight - Field in ThumbnailIcon
defaultIcon - Field in IconTableCellRenderer
DefaultTableHeaderCellRenderer - Class in com.wordpress.tipsforjava.swing.table
A default cell renderer for a JTableHeader.
DefaultTableHeaderCellRenderer() - Constructor in DefaultTableHeaderCellRenderer
Constructs a DefaultTableHeaderCellRenderer.
defaultWidth - Field in ThumbnailIcon
DELEGATE_PROPERTY_BUTTON_GROUP - Field in SelectButtonGroupFactory
deregisterComponent(JFormattedTextField) - Method in CaretPositionListener
Remove listeners from the specified component
deregisterComponent(Component) - Method in ComponentMover
Remove listeners from the specified component
deregisterComponent(Component) - Method in ComponentResizer
Remove listeners from the specified component
DESCENDING - Enum Constant in VerticalTableHeaderCellRenderer.VerticalSortIcon
destination - Field in ComponentMover
destinationClass - Field in ComponentMover
destinationComponent - Field in ComponentMover
determineCaretPosition(JFormattedTextField) - Method in CaretPositionListener
determineChildBounds(Component, JComponent) - Method in FormScroller
determineComponentBounds(Component, JComponent) - Method in FormScroller
determineInsetsAndAlignment() - Method in ComponentBorder
The insets need to be determined so they are included in the preferred size of the component the Border is attached to.
determineParentBounds(Component, JComponent) - Method in FormScroller
determineScrollBounds(Component, JComponent) - Method in FormScroller
Determine the bounds that must fit into the viewport of the scrollpane
digitAlignment - Field in TextLineNumber
direction - Field in CircularAnimatedIcon
direction - Field in ComponentResizer
DisabledGlassPane - Class in com.wordpress.tipsforjava.swing
Simple implementation of a Glass Pane that will capture and ignore all events as well paint the glass pane to give the frame a "disabled" look.
DisabledGlassPane() - Constructor in DisabledGlassPane
dispose() - Method in JumpScrollBarModel
Invoking this method will restore the scroll bar's original model.
dispose() - Method in MenuScroller
Removes this MenuScroller from the associated menu and restores the default behavior of the menu.
dispose() - Method in SelectButtonGroup
Removes all the buttons from the group
DIVIDER_LOCATION - Field in SplitPaneSynchronizer
DO_NOTHING - Field in RelativeLayout
doc - Field in ProtectedDocument
doClick(int) - Method in StayOpenCheckBoxMenuItem
Overridden to reopen the menu.
doClick(int) - Method in StayOpenMenuItem
Overridden to reopen the menu.
doClick(int) - Method in StayOpenRadioButtonMenuItem
Overridden to reopen the menu.
document - Field in MessageConsole
document - Field in ProtectedTextComponent
documentChanged() - Method in TextLineNumber
DOWN - Enum Constant in MenuScroller.MenuIcon
DOWN - Enum Constant in RotatedIcon.Rotate
downItem - Field in MenuScroller
dragInsets - Field in ComponentMover
dragInsets - Field in ComponentResizer
drawActual(Graphics) - Method in BackgroundPanel
drawScaled(Graphics) - Method in BackgroundPanel
drawTiled(Graphics) - Method in BackgroundPanel
DualIcon - Class in com.wordpress.tipsforjava.swing
A composite Icon class used to compose two Icon objects into a single Icon by painting the icons in turn at the precomputed offsets.
DualIcon(Icon, Icon, int, int, int) - Constructor in DualIcon
Creates a DualIcon with the specified icons, the specified horizontal and vertical positioning and the specified gap.
DualIconFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
DualIconFactory() - Constructor in DualIconFactory
dynamicFormatting - Field in CaretPositionListener

E

EAST - Field in ComponentResizer
edge - Field in ComponentBorder
EditableCellFocusAction - Class in com.wordpress.tipsforjava.swing.table
@author Rob Camick
EditableCellFocusAction(JTable, KeyStroke) - Constructor in EditableCellFocusAction
editBorder - Field in SelectAllRenderer
editButton - Field in ButtonColumn
editCellAt(int, int, EventObject) - Method in RXTable
EditListAction - Class in com.wordpress.tipsforjava.swing
EditListAction() - Constructor in EditListAction
editPopup - Field in EditListAction
editTextField - Field in EditListAction
EMPTY_CLASS_ARRAY - Field in BeanComparator
EMPTY_ICON_ARRAY - Field in AnimatedIconFactory
EMPTY_OBJECT_ARRAY - Field in BeanComparator
enabled - Field in SelectButtonGroup
The enabled state of the buttons in the group
ENTER - Field in ListAction
EQUAL - Field in RelativeLayout
equals(Object, Object) - Method in SwingUtils
Convenience method for determining whether two objects are either equal or both null.
eventDispatched(AWTEvent) - Method in InactivityListener
eventMask - Field in InactivityListener
exceptions - Field in TabFocusHandler

F

fill - Field in RelativeLayout
fillGap - Field in RelativeLayout
filter - Field in ChainedDocumentFilter
finalize() - Method in MenuScroller
Ensures that the dispose method of this MenuScroller is called when there are no more refrences to it.
finalize() - Method in SelectButtonGroup
Ensures that the dispose method of this group is called when there are no more refrences to it.
findIconValue(FactoryBuilderSupport, Object, Object, Map) - Method in IconFactory
firePropertyChanged(String, Object, Object) - Method in SelectButtonGroup
Support for reporting bound property changes for Object properties.
FIRST - Field in RelativeLayout
firstCard - Field in RXCardLayout
firstIndex - Field in MenuScroller
FIT - Enum Constant in ScrollablePanel.ScrollableSizeHint
FIXED_END - Enum Constant in ScrollBarToolTip.Style
fixed - Field in FixedColumnTable
FIXED_PRESSED - Enum Constant in ScrollBarToolTip.Style
FIXED_START - Enum Constant in ScrollBarToolTip.Style
FixedColumnTable - Class in com.wordpress.tipsforjava.swing.table
Prevent the specified number of columns from scrolling horizontally in the scroll pane.
FixedColumnTable(int, JScrollPane) - Constructor in FixedColumnTable
FLOAT_END - Enum Constant in ScrollBarToolTip.Style
FLOAT_START - Enum Constant in ScrollBarToolTip.Style
flush() - Method in MessageConsole.ConsoleOutputStream
focusBorder - Field in ButtonColumn
focusPolicy - Field in TabFocusHandler
font - Field in TextIcon
fonts - Field in TextLineNumber
foreground - Field in TextIcon
formatColumnName(String) - Method in RowTableModel
FormatRenderer - Class in com.wordpress.tipsforjava.swing.table
Use a formatter to format the cell Object
FormatRenderer(Format) - Constructor in FormatRenderer
formatter - Field in FormatRenderer
FormScroller - Class in com.wordpress.tipsforjava.swing
The FormScroller will ensure that when a component gains focus it will always be visible within the viewport of the scrollpane.
FormScroller.Type - Enum in com.wordpress.tipsforjava.swing
FormScroller(JScrollPane, FormScroller.Type) - Constructor in FormScroller
Create a FormScroller for the specified scroll Type
FormScrollerFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
FormScrollerFactory() - Constructor in FormScrollerFactory

G

gap - Field in ComponentBorder
gap - Field in CompoundIcon
gap - Field in RelativeLayout
This is the gap (in pixels) which specifies the space between components It can be changed at any time and should be a non-negative integer.
GAP - Field in ScrollBarToolTip
getAlignment() - Method in ComponentBorder
Get the component alignment along the Border Edge
getAlignment() - Method in RelativeLayout
Gets the alignment of the components on the opposite axis.
getAlignmentX() - Method in AnimatedIcon
Get the alignment of the Icon on the x-axis
getAlignmentX() - Method in CompoundIcon
Get the alignment of the icon on the x-axis
getAlignmentY() - Method in AnimatedIcon
Get the alignment of the icon on the y-axis
getAlignmentY() - Method in CompoundIcon
Get the alignment of the icon on the y-axis
getAllowedSize(FilterBypass) - Method in SizeDocumentFilter
When a size isn't specified then we assume the desired size can be obtained from the associated text field.
getAlpha() - Method in AlphaIcon
Gets this AlphaIcon's opacity
getAlpha() - Method in AlphaImageIcon
Gets this AlphaIcon's opacity
getAmount() - Method in ScrollablePanel.IncrementInfo
getAngle() - Method in RotatedIcon
Gets the angle of rotation.
getAutoTab() - Method in SizeDocumentFilter
Get the auto tab property
getAxis() - Method in CompoundIcon
Get the Axis along which each icon is painted.
getAxis() - Method in RelativeLayout
Gets the layout axis.
getBackwardDot(int) - Method in ProtectedDocument.ProtectedNavigationFilter
getBaseline(JComponent, int, int) - Method in VerticalLabelUI
Overridden to always return -1, since a vertical label does not have a meaningful baseline.
getBaselineResizeBehavior(JComponent) - Method in VerticalLabelUI
Overridden to always return Component.BaselineResizeBehavior.OTHER, since a vertical label does not have a meaningful baseline
getBorderGap() - Method in RelativeLayout
Gets the initial gap.
getBorderGap() - Method in TextLineNumber
Gets the border gap
getBorderInsets(Component) - Method in ComponentBorder
getBottomFixedCount() - Method in MenuScroller
Returns the number of items fixed at the bottom of the menu or popup menu.
getBoundingSize(Component) - Method in ComponentResizer
getCellDataWidth(int, int) - Method in TableColumnAdjuster
getCellEditorValue() - Method in ButtonColumn
getColumn() - Method in TableCellListener
Get the column that was last edited
getColumnAtCaret(JTextComponent) - Method in RXTextUtilities
getColumnClass(int) - Method in RowTableModel
Returns the Class of the queried column.
getColumnCount() - Method in RowTableModel
Returns the number of columns in this table model.
getColumnDataWidth(int) - Method in TableColumnAdjuster
getColumnHeaderWidth(int) - Method in TableColumnAdjuster
getColumnName(int) - Method in RowTableModel
Returns the column name.
getColumns(FilterBypass) - Method in SizeDocumentFilter
getComponent() - Method in AnimatedIcon
getComponentFromList(Class, List, String, Object) - Method in SwingUtils
getComponentMap(JComponent, boolean) - Method in SwingUtils
Convenience method for mapping a container in the hierarchy to its contained components.
getComponentTreeModel(JComponent, DefaultTreeModel, DefaultMutableTreeNode, boolean) - Method in ComponentTreeModel
Invoked to create a new model or to add a JComponent's hierarchy to an existing DefaultTreeModel.
getConstraints(Component) - Method in OverlapLayout
Gets the constraints for the specified component.
getConstraints(Component) - Method in RelativeLayout
Gets the constraints for the specified component.
getCorrectBackground(JTable, boolean) - Method in IconTableCellRenderer
Obtains the correct background as per the selection status
getCurrencyRenderer() - Method in NumberRenderer
getCurrentCard() - Method in RXCardLayout
getCurrentIconIndex() - Method in AnimatedIcon
Get the index of the currently visible Icon
getCurrentLineForeground() - Method in TextLineNumber
Gets the current line rendering Color
getCycles() - Method in AnimatedIcon
Get the cycles to complete before animation stops.
getDateTimeRenderer() - Method in FormatRenderer
getDefaultDirectory() - Method in SingleRootFileSystemView
getDefaultHeight() - Method in ThumbnailIcon
Gets the default height of all ThumbnailIcons.
getDefaultWidth() - Method in ThumbnailIcon
Gets the default width of all ThumbnailIcons.
getDelay() - Method in AnimatedIcon
Get the delay between painting each Icon
getDescendantOfClass(Class, Container, String, Object, boolean) - Method in SwingUtils
Convenience method that searches below container in the component hierarchy in a depth first manner and returns the first found component of class clazz having the bound property value.
getDescendantOfType(Class, Container, String, Object, boolean) - Method in SwingUtils
Convenience method that searches below container in the component hierarchy and returns the first found component that is an instance of class clazz and has the bound property value.
getDescendantsOfClass(Class, Container, boolean) - Method in SwingUtils
Convenience method for searching below container in the component hierarchy and return nested components of class clazz it finds.
getDescendantsOfType(Class, Container, boolean) - Method in SwingUtils
Convenience method for searching below container in the component hierarchy and return nested components that are instances of class clazz it finds.
getDigitAlignment() - Method in TextLineNumber
Gets the digit alignment
getDimension(Component, int) - Method in OverlapLayout
getDimension(Component, int) - Method in RelativeLayout
getDragBounded(int, int, int, int, int) - Method in ComponentResizer
getDragDistance(int, int, int) - Method in ComponentMover
getDragDistance(int, int, int) - Method in ComponentResizer
getDragInsets() - Method in ComponentMover
Get the drag insets
getDragInsets() - Method in ComponentResizer
Get the drag insets
getDrawingArea(int, int, Shape, View) - Method in RectanglePainter
getEdge() - Method in ComponentBorder
Get the Edge the component is positioned along
getFillGap() - Method in RelativeLayout
Gets the fill gap amount.
getFilter() - Method in ChainedDocumentFilter
Get the next filter in the chain.
getFixedTable() - Method in FixedColumnTable
getFocusBorder() - Method in ButtonColumn
Get foreground color of the button when the cell has focus
getFont() - Method in TextIcon
Get the Font used to render the text.
getForeground() - Method in TextIcon
Get the foreground Color used to render the text.
getForwardDot(int) - Method in ProtectedDocument.ProtectedNavigationFilter
getGap() - Method in ComponentBorder
Get the gap between the border component and the parent component
getGap() - Method in CompoundIcon
Get the gap between each icon
getGap() - Method in RelativeLayout
Gets the gap between components.
getGetter() - Method in BeanTableModel.ColumnInformation
getHomeDirectory() - Method in SingleRootFileSystemView
getHorizontalPosition(JToggleButton, int) - Method in ToggleButtonIcon
getHorizontalX(MouseEvent) - Method in ScrollBarToolTip
getHorizontalY(MouseEvent) - Method in ScrollBarToolTip
getIcon() - Method in AlphaIcon
Gets the icon wrapped by this AlphaIcon
getIcon() - Method in AlphaImageIcon
Gets the icon wrapped by this AlphaIcon
getIcon(int) - Method in AnimatedIcon
Get the Icon at the specified index.
getIcon(int) - Method in CompoundIcon
Get the Icon at the specified index.
getIcon(JTable, int) - Method in DefaultTableHeaderCellRenderer
Overloaded to return an icon suitable to a sorted column, or null if the column is unsorted.
getIcon() - Method in RotatedIcon
Gets the Icon to be rotated
getIcon(JTable, int) - Method in VerticalTableHeaderCellRenderer
Overridden to return a rotated version of the sort icon.
getIconCount() - Method in AnimatedIcon
Get the number of Icons contained in this AnimatedIcon.
getIconCount() - Method in CompoundIcon
Get the number of Icons contained in this CompoundIcon.
getIconHeight() - Method in AlphaIcon
Gets the height of the bounding rectangle of this AlphaIcon
getIconHeight() - Method in AlphaImageIcon
Gets the height of the bounding rectangle of this AlphaImageIcon.
getIconHeight() - Method in AnimatedIcon
Gets the height of this icon.
getIconHeight() - Method in CompoundIcon
Gets the height of this icon.
getIconHeight() - Method in DualIcon
Gets the height of the the bounding rectangle of this DualIcon.
getIconHeight() - Method in IconTableCellRenderer.XIcon
getIconHeight() - Method in MenuScroller.MenuIcon
getIconHeight() - Method in RotatedIcon
Gets the height of this icon.
getIconHeight() - Method in StretchIcon
Overridden to return 0.
getIconHeight() - Method in TextIcon
Gets the height of this icon.
getIconHeight() - Method in ThumbnailIcon
Gets the height of the icon.
getIconHeight() - Method in TileIcon
Overridden to return 0.
getIconHeight() - Method in VerticalTableHeaderCellRenderer.VerticalSortIcon
Returns the height of the rotated icon.
getIconWidth() - Method in AlphaIcon
Gets the width of the bounding rectangle of this AlphaIcon.
getIconWidth() - Method in AlphaImageIcon
Gets the width of the bounding rectangle of this AlphaImageIcon.
getIconWidth() - Method in AnimatedIcon
Gets the width of this icon.
getIconWidth() - Method in CompoundIcon
Gets the width of this icon.
getIconWidth() - Method in DualIcon
Gets the width of the bounding rectangle of this DualIcon.
getIconWidth() - Method in IconTableCellRenderer.XIcon
getIconWidth() - Method in MenuScroller.MenuIcon
getIconWidth() - Method in RotatedIcon
Gets the width of this icon.
getIconWidth() - Method in StretchIcon
Overridden to return 0.
getIconWidth() - Method in TextIcon
Gets the width of this icon.
getIconWidth() - Method in ThumbnailIcon
Gets the width of the icon.
getIconWidth() - Method in TileIcon
Overridden to return 0.
getIconWidth() - Method in VerticalTableHeaderCellRenderer.VerticalSortIcon
Returns the width of the rotated icon.
getImage() - Method in AlphaImageIcon
Overridden to return the image of a wrapped ImageIcon, or null if the wrapped icon is not an ImageIcon.
getImageLoadStatus() - Method in AlphaImageIcon
Overridden to return the status of the image loading operation of a wrapped ImageIcon, or 0 if the contained icon is not an ImageIcon.
getImageObserver() - Method in AlphaImageIcon
Overridden to return the ImageObserver of the image of a wrapped ImageIcon, or null if the contained icon is not an ImageIcon.
getIncrement() - Method in ScrollablePanel.IncrementInfo
getIntegerRenderer() - Method in NumberRenderer
getInterval() - Method in MenuScroller
Returns the scroll interval in milliseconds

getJClass(Object) - Method in SwingUtils
Convenience method to obtain the Swing class from which this component was directly or indirectly derived.
getJumpInterval() - Method in JumpScrollBarModel
Returns the jump interval in milliseconds, or -1 if the model does not auto jump.
getKeyForActionMap(JComponent, KeyStroke) - Method in WrappedAction
getKeys() - Method in WrappedAction
getLayout() - Method in TextIcon
Get the Layout enum
getLayoutAlignmentX(Container) - Method in OverlapLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in RelativeLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in OverlapLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in RelativeLayout
Returns the alignment along the y axis.
getLayoutSize(Container, int) - Method in OverlapLayout
getLayoutSize(Container, int) - Method in RelativeLayout
getLimitLines() - Method in LimitLinesDocumentListener
getLineAtCaret(JTextComponent) - Method in RXTextUtilities
getLines(JTextComponent) - Method in RXTextUtilities
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in PromptComboBoxRenderer
getLocationX(Component, int) - Method in RelativeLayout
getLocationY(Component, int) - Method in RelativeLayout
getMaximumSize() - Method in ComponentResizer
Get the components maximum size.
getMaximumSize(JComponent) - Method in VerticalLabelUI
Returns a Dimension appropriate for vertical rendering
getMinimumDisplayDigits() - Method in TextLineNumber
Gets the minimum display digits
getMinimumSize() - Method in ComponentResizer
Get the components minimum size.
getMinimumSize() - Method in MarqueePanel
getMinimumSize(JComponent) - Method in VerticalLabelUI
Returns a Dimension appropriate for vertical rendering
getMnemonic() - Method in ButtonColumn
getModelForRow(JTable, Object, int, int) - Method in ComboBoxTableEditor
Each time the editor is invoked the combo box model will be set based on the value contained in the related cell.
getName() - Method in BeanTableModel.ColumnInformation
getNewValue() - Method in TableCellListener
Get the new value in the cell
getNextAction(String) - Method in RXCardLayout
getNextIconIndex(int, int) - Method in AnimatedIcon
Get the index of the next Icon to be displayed.
getNextIconIndex(int, int) - Method in CircularAnimatedIcon
Get the index of the next Icon to be displayed.
getOffs1(int, int) - Method in ProtectedHighlighter.ProtectedHighlightPainter
getOffset(int, int, float) - Method in AnimatedIcon
getOffset(int, int, float) - Method in CompoundIcon
getOffsetX(int, int) - Method in TextLineNumber
getOffsetY(int, FontMetrics) - Method in TextLineNumber
getOldValue() - Method in TableCellListener
Get the old value of the cell
getOrientationPosition(JScrollBar) - Method in ScrollBarToolTip.Position
The ScrollBarToolTip class allows you to simulate the display of a tooltip as the scrollbar thumb is being dragged.
getOrientationStyle(JScrollBar) - Method in ScrollBarToolTip.Style
The ScrollBarToolTip class allows you to simulate the display of a tooltip as the scrollbar thumb is being dragged.
getOverlapPosition() - Method in OverlapLayout
Get the overlapping position of each component
getPadding() - Method in TextIcon
Get the padding used when rendering the text
getPercentRenderer() - Method in NumberRenderer
getPopupInsets() - Method in OverlapLayout
Get the popup insets
getPosition() - Method in ScrollBarToolTip
Get the Position tooltip
getPreferredScrollableViewportSize() - Method in ScrollablePanel
getPreferredSize() - Method in MarqueePanel
getPreferredSize(JComponent) - Method in VerticalLabelUI
Returns a Dimension appropriate for vertical rendering
getPreferredWidth() - Method in MarqueePanel
getPreviousAction(String) - Method in RXCardLayout
getProperties(JComponent) - Method in SwingUtils
Convenience method for obtaining most non-null human readable properties of a JComponent.
getPropertyChangeListeners() - Method in SelectButtonGroup
Returns an array of all the property change listeners registered on this group.
getPropertyChangeListeners() - Method in WrappedAction
getRedoAction() - Method in CompoundUndoManager
getReturnType(Method) - Method in BeanTableModel
getReturnType() - Method in BeanTableModel.ColumnInformation
getRoots() - Method in SingleRootFileSystemView
getRotate() - Method in RotatedIcon
Gets the Rotate enum which indicates the direction of rotation
getRoundingPolicy() - Method in RelativeLayout
Gets the rounding policy.
getRow(int) - Method in RowTableModel
Returns the Object of the requested row.
getRow() - Method in TableCellListener
Get the row that was last edited
getRowCount() - Method in RowNumberTable
getRowCount() - Method in RowTableModel
Returns the number of rows in this table model.
getRowHeight(int) - Method in RowNumberTable
getRowsAsArray(int) - Method in RowTableModel
Returns an array of Objects for the requested rows.
getRowsAsList(int) - Method in RowTableModel
Returns a List of Objects for the requested rows.
getScrollableBlockIncrement(Rectangle, int, int) - Method in ScrollablePanel
getScrollableHeight() - Method in ScrollablePanel
Get the height ScrollableSizeHint enum
getScrollableIncrement(ScrollablePanel.IncrementInfo, int) - Method in ScrollablePanel
getScrollableTracksViewportHeight() - Method in ScrollablePanel
getScrollableTracksViewportWidth() - Method in ScrollablePanel
getScrollableUnitIncrement(Rectangle, int, int) - Method in ScrollablePanel
getScrollableWidth() - Method in ScrollablePanel
Get the width ScrollableSizeHint enum
getScrollAmount() - Method in MarqueePanel
Get the scroll amount.
getScrollAmount() - Method in MouseWheelController
Get the scroll amount
getscrollCount() - Method in MenuScroller
Returns the number of items in the scrolling portion of the menu.
getScrollFrequency() - Method in MarqueePanel
Get the scroll frequency.
getScrollInsets() - Method in FormScroller
Get the scroll insets.
getSelectedButton() - Method in SelectButtonGroup
Gets the current selected button from this group.
getSelectedIndex() - Method in SelectButtonGroup
Returns the index of the selected button.
getSetter() - Method in BeanTableModel.ColumnInformation
getSize() - Method in SizeDocumentFilter
Get the maximum size for any Document using this filter
getSnapSize() - Method in ComponentMover
Get the snap size
getSnapSize() - Method in ComponentResizer
Get the snap size.
getSortKey(JTable, int) - Method in DefaultTableHeaderCellRenderer
getStyle() - Method in ScrollBarToolTip
Get the Style tooltip
getTable() - Method in TableCellListener
Get the table of the cell that was changed
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in ButtonColumn
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in ComboBoxTableEditor
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in ButtonColumn
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in DefaultTableHeaderCellRenderer
Returns the default table header cell renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in IconTableCellRenderer
@see DefaultTableCellRenderer#getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in RowNumberTable.RowNumberRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in SelectAllRenderer
getter - Field in BeanTableModel.ColumnInformation
getText() - Method in TextIcon
Get the text String that will be rendered on the Icon
getTextLineNumber(int) - Method in TextLineNumber
getThumbHeight() - Method in ThumbnailIcon
Returns the height that has been set, or DEFAULT.
getThumbnail() - Method in ThumbnailIcon
Convenience method to obtain the icon's image at the size at which it is displayed.
getThumbWidth() - Method in ThumbnailIcon
Returns the width that has been set, or DEFAULT.
getTileMode() - Method in TileIcon
Returns the tiling mode of this TileIcon
getTimeRenderer() - Method in FormatRenderer
getToolTipLocation(MouseEvent) - Method in ScrollBarToolTip
getToolTipText(MouseEvent) - Method in JumpScrollBarToolTip
Determine the tooltip text for the every MouseEvent.
getToolTipText(MouseEvent) - Method in ScrollBarToolTip
getTopFixedCount() - Method in MenuScroller
Returns the number of items fixed at the top of the menu or popup menu.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in ComponentTreeCellRenderer
Configures the renderer based on the passed in component.
getTrueValue() - Method in JumpScrollBarModel
Returns the true value of the scroll bar, as retrieved from the superclass.
getType() - Method in FormScroller
Get the Type of scrolling to be attempted by the scroller
getUIDefaultOfClass(Class, String) - Method in SwingUtils
Convenience method for retrieving the UIDefault for a single property of a particular class.
getUIDefaultsOfClass(String) - Method in SwingUtils
Convenience method for retrieving a subset of the UIDefaults pertaining to a particular class.
getUndoAction() - Method in CompoundUndoManager
getUpdateFont() - Method in TextLineNumber
Gets the update font property
getValue() - Method in JumpScrollBarModel
Overridden to return the previous value while the scroll bar's value is adjusting, and to return the current value only when not adjusting.
getValue(String) - Method in WrappedAction
getValueAt(int, int) - Method in BeanTableModel
Returns an attribute value for the cell at row and column.
getValueAt(int, int) - Method in JButtonTableModel
getValueAt(int, int) - Method in ListTableModel
Returns an attribute value for the cell at row and column.
getValueAt(int, int) - Method in RowNumberTable
getVerticalX(MouseEvent) - Method in ScrollBarToolTip
getVerticalY(MouseEvent) - Method in ScrollBarToolTip
getVisibleComponents(Container) - Method in RelativeLayout
getVisiblePixels() - Method in VisibleCaretListener
Get the number of visble pixels displayed after the Caret.
getWrapAmount() - Method in MarqueePanel
Get the wrap amount.
getWrappedLines(JTextComponent) - Method in RXTextUtilities
gotoFirstWordOnLine(JTextComponent, int) - Method in RXTextUtilities
gotoStartOfLine(JTextComponent, int) - Method in RXTextUtilities
GroupComparator - Class in com.wordpress.tipsforjava.util
This Comparator will invoke other Comparators as necesary in an attempt to sort on multiple fields from the same object.
GroupComparator(Comparator, Comparator) - Constructor in GroupComparator

H

handleAppend(String) - Method in MessageConsole.ConsoleOutputStream
handleAutoTab(int, int, FilterBypass) - Method in SizeDocumentFilter
handleInsert(String) - Method in MessageConsole.ConsoleOutputStream
height - Field in DualIcon
height - Field in IconTableCellRenderer.XIcon
HEIGHT - Field in TextLineNumber
highlighter - Field in ProtectedTextComponent
highlights - Field in ProtectedHighlighter
HORIZONTAL - Enum Constant in TextIcon.Layout
horizontalBlock - Field in ScrollablePanel
horizontalUnit - Field in ScrollablePanel

I

icon1 - Field in DualIcon
icon1HOffset - Field in DualIcon
icon1VOffset - Field in DualIcon
icon2 - Field in DualIcon
icon2HOffset - Field in DualIcon
icon2VOffset - Field in DualIcon
icon - Field in AlphaIcon
icon - Field in AlphaImageIcon
icon - Field in RotatedIcon
The RotatedIcon allows you to change the orientation of an Icon by rotating the Icon before it is painted.
icon - Field in VerticalTableHeaderCellRenderer.VerticalSortIcon
A renderer for a JTableHeader with text rotated 90 degrees counterclockwise.
iconClass - Property in IconFactory
IconFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
IconFactory(Class) - Constructor in IconFactory
iconHeight - Field in AnimatedIcon
iconHeight - Field in TextIcon
iconIconGap - Field in DualIcon
icons - Field in AnimatedIcon
icons - Field in CompoundIcon
IconTableCellRenderer - Class in com.wordpress.tipsforjava.swing.table
The package-private class javax.swing.JTable.IconRenderer, which is the default renderer for columns of class Icon and ImageIcon, is known to give rise to a ClassCastException when attempting to render an Icon whose implementation of paintIcon(Component c, Graphics g, int x, int y) requires a cast of its first parameter to a specific subclass of Component.
IconTableCellRenderer.XIcon - Class in com.wordpress.tipsforjava.swing.table
The default icon used if none is supplied.
IconTableCellRenderer.XIcon(int, int) - Constructor in IconTableCellRenderer.XIcon
IconTableCellRenderer(Icon) - Constructor in IconTableCellRenderer
Constructs an IconTableCellRenderer which will use the supplied default icon, which must be an icon that is capable of being painted to any JComponent.
iconWidth - Field in AnimatedIcon
iconWidth - Field in TextIcon
iconX - Field in AnimatedIcon
iconY - Field in AnimatedIcon
image - Field in AlphaImageIcon
image - Field in BackgroundPanel
InactivityListener - Class in com.wordpress.tipsforjava.swing
A class that monitors inactivity in an application.
InactivityListener(Action, int, long) - Constructor in InactivityListener
includeInvisible - Field in OverlapLayout
insertElementAt(Object, int) - Method in SortedComboBoxModel
insertRow(int, Object) - Method in ListTableModel
Insert a row of data at the row location in the model.
insertRow(int, Object) - Method in RowTableModel
Insert a row of data at the row location in the model.
insertRows(int, Object) - Method in ListTableModel
Insert multiple rows of data at the row location in the model.
insertRows(int, Object) - Method in RowTableModel
Insert multiple rows of data at the row location in the model.
insertString(FilterBypass, int, String, AttributeSet) - Method in ChainedDocumentFilter
insertString(FilterBypass, int, String, AttributeSet) - Method in ProtectedDocument.ProtectedDocumentFilter
insertString(FilterBypass, int, String, AttributeSet) - Method in SizeDocumentFilter
Make sure the insertion of text will not cause the Document to exceed its size limit.
insertString(FilterBypass, int, String, AttributeSet) - Method in UpperCaseDocumentFilter
insertUpdate(DocumentEvent) - Method in CompoundUndoManager
insertUpdate(DocumentEvent) - Method in LimitLinesDocumentListener
insertUpdate(DocumentEvent) - Method in TextLineNumber
INSIDE_EDGE - Enum Constant in ScrollBarToolTip.Position
INSIDE - Enum Constant in ScrollBarToolTip.Position
install(JComponent) - Method in ComponentBorder
install() - Method in DefaultButtonListener
install() - Method in MouseWheelController
Install this class as the default listener for MouseWheel events.
install() - Method in WrappedAction
installActions() - Method in TableColumnAdjuster
installColumnAction(boolean, boolean, String, String) - Method in TableColumnAdjuster
installFilter(JTextComponent) - Method in ChainedDocumentFilter
Install this filter on the AbstractDocument
installToggleAction(boolean, boolean, String, String) - Method in TableColumnAdjuster
interval - Field in InactivityListener
interval - Field in MenuScroller
invalidateLayout(Container) - Method in OverlapLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in RelativeLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invokeOriginalAction(ActionEvent) - Method in WrappedAction
isAdjust - Field in TableColumnAdjuster.ColumnAction
isAdjustInsets() - Method in ComponentBorder
isAppend - Field in MessageConsole
isAscending - Field in BeanComparator
isAscending - Field in ColumnComparator
isBorderOpaque() - Method in ComponentBorder
isButtonColumnEditor - Field in ButtonColumn
isCellEditable(int, int) - Method in RowNumberTable
isCellEditable(int, int) - Method in RowTableModel
Returns true regardless of parameter values.
isChangeCursor() - Method in ComponentMover
Get the change cursor property
isColumnDataIncluded - Field in TableColumnAdjuster
isColumnEditable - Field in RowTableModel
isColumnHeaderIncluded - Field in TableColumnAdjuster
isCurrentLine(int) - Method in TextLineNumber
isCycleCompleted(int, int) - Method in AnimatedIcon
Check if the currently visible Icon is the last Icon to be displayed in the animation sequence.
isCycleCompleted(int, int) - Method in CircularAnimatedIcon
This implemention checks if the first icon is currently displayed.
isDynamicAdjustment - Field in TableColumnAdjuster
isDynamicFormatting() - Method in CaretPositionListener
isEnabled() - Method in WrappedAction
isFill() - Method in RelativeLayout
Gets the fill property for the component size on the opposite edge.
isFirstLine - Field in MessageConsole.ConsoleOutputStream
isIgnoreCase - Field in BeanComparator
isIgnoreCase - Field in ColumnComparator
isIncludeInvisible() - Method in OverlapLayout
Get the include invisible property
isInProgress() - Method in CompoundUndoManager.MyCompoundEdit
isInsertProtected(int) - Method in ProtectedDocument.ProtectedDocumentFilter
isModelEditable - Field in RowTableModel
isMousePressed - Field in ProtectedDocument.ProtectedNavigationFilter
isNext - Field in RXCardLayout.CardAction
isNextCardAvailable() - Method in RXCardLayout
isNullsLast - Field in BeanComparator
isNullsLast - Field in ColumnComparator
isOnlyAdjustLarger - Field in TableColumnAdjuster
isPaintSelection - Field in SelectAllRenderer
isPreviousCardAvailable() - Method in RXCardLayout
isRemoveFromStart - Field in LimitLinesDocumentListener
isRemoveProtected(int, int) - Method in ProtectedDocument.ProtectedDocumentFilter
isRequestFocusOnCard - Field in RXCardLayout
isScrollingEnabled() - Method in FormScroller
isScrollWhenFocused() - Method in MarqueePanel
Get the scroll only when visible property.
isSelectAllForActionEvent - Field in RXTable
isSelectAllForKeyEvent - Field in RXTable
isSelectAllForMouseEvent - Field in RXTable
isSelected(AbstractButton) - Method in SelectButtonGroup
Returns whether a Button is selected.
isSelectedColumn - Field in TableColumnAdjuster.ColumnAction
isShowFirstIcon() - Method in AnimatedIcon
Get the showFirstIcon
isToggleDynamic - Field in TableColumnAdjuster.ToggleAction
isToggleLarger - Field in TableColumnAdjuster.ToggleAction
isTransparentAdd - Field in BackgroundPanel
isWrap() - Method in MarqueePanel
Get the wrap property.

J

JButtonTableModel - Class in com.wordpress.tipsforjava.swing.table
@author Rob Camick
JButtonTableModel() - Constructor in JButtonTableModel
JumpScrollBarModel - Class in com.wordpress.tipsforjava.swing
This class is used to create a scroll bar model which continues to return the initial value as long as the scroll thumb is being dragged, and returns the updated value when it is released, or optionally after a specified delay.
JumpScrollBarModel(JScrollBar) - Constructor in JumpScrollBarModel
Creates a JumpScrollBarModel for a JScrollBar.
JumpScrollBarToolTip - Class in com.wordpress.tipsforjava.swing
This class extends Rob Camick's ScrollBarToolTip to provide support for a scroll bar that has a JumpScrollBarModel.
JumpScrollBarToolTip(JScrollBar, Style, Position) - Constructor in JumpScrollBarToolTip
Creates a JumpScrollBarToolTip for a scroll bar that has a JumpScrollBarModel, with the specified Style and Position.
justifyRow(List) - Method in ListTableModel

K

KEY_EVENTS - Field in InactivityListener
keyPressed(KeyEvent) - Method in DisabledGlassPane
keyReleased(KeyEvent) - Method in DisabledGlassPane
keyStroke - Field in ListAction
keyTyped(KeyEvent) - Method in DisabledGlassPane

L

LARGEST - Field in RelativeLayout
LAST - Field in RelativeLayout
lastCard - Field in RXCardLayout
lastDigits - Field in TextLineNumber
lastDot - Field in ProtectedDocument.ProtectedNavigationFilter
lastHeight - Field in TextLineNumber
lastLength - Field in CompoundUndoManager
lastLine - Field in ProtectedHighlighter.ProtectedHighlightPainter
lastLine - Field in TextLineNumber
lastLocation - Field in FormScroller
lastOffset - Field in CompoundUndoManager
lastView - Field in LinePainter
layout - Field in TextIcon
layoutCL(JLabel, FontMetrics, String, Icon, Rectangle, Rectangle, Rectangle) - Method in VerticalLabelUI
Transposes the view rectangles as appropriate for a vertical view before invoking the super method and copies them after they have been altered by SwingUtilities.layoutCompoundLabel
layoutComponent(Component) - Method in ScreenImage
layoutContainer(Container) - Method in OverlapLayout
Lays out the specified container using this layout.
layoutContainer(Container) - Method in RelativeLayout
Lays out the specified container using this layout.
layoutContainer(Container) - Method in WrapLayout
Layout the components in the Container using the layout logic of the parent FlowLayout class.
layoutContainerHorizontally(Container) - Method in RelativeLayout
layoutContainerVertically(Container) - Method in RelativeLayout
layoutSize(Container, boolean) - Method in WrapLayout
Returns the minimum or preferred dimension needed to layout the target container.
LEADING - Field in ComponentBorder
The ComponentBorder class allows you to place a real component in the space reserved for painting the Border of a component.
LEADING - Field in RelativeLayout
LEFT - Field in AnimatedIcon
LEFT - Enum Constant in ComponentBorder.Edge
LEFT - Field in CompoundIcon
LEFT - Field in TextLineNumber
LimitLinesDocumentListener - Class in com.wordpress.tipsforjava.swing.text
A class to control the maximum number of lines to be stored in a Document
LimitLinesDocumentListener(int, boolean) - Constructor in LimitLinesDocumentListener
limitLinesListener - Field in MessageConsole
LinePainter - Class in com.wordpress.tipsforjava.swing
Track the movement of the Caret by painting a background line at the current caret position.
LinePainter(JTextComponent, Color) - Constructor in LinePainter
list - Field in EditListAction
list - Field in ListAction
ListAction - Class in com.wordpress.tipsforjava.swing
Add an Action to a JList that can be invoked either by using the keyboard or a mouse.
ListAction(JList, Action, KeyStroke) - Constructor in ListAction
ListTableModel - Class in com.wordpress.tipsforjava.swing.table
@author Rob Camick
ListTableModel(List, List) - Constructor in ListTableModel
Constructs a ListTableModel with initial data and customized column names.
location - Field in ComponentMover

M

main - Field in FixedColumnTable
main(String) - Method in JButtonTableModel
main - Field in RowNumberTable
makeComponentTransparent(JComponent) - Method in BackgroundPanel
MarqueePanel - Class in com.wordpress.tipsforjava.swing
The MarqueePanel is used to scroll components from the right edge of the panel to the left edge.
MarqueePanel(int, int) - Constructor in MarqueePanel
Create an AnimatedIcon that will continuously cycle with the default (500ms).
MarqueePanelFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
MarqueePanelFactory() - Constructor in MarqueePanelFactory
MAXIMUM_SIZE - Field in ComponentResizer
maximumLayoutSize(Container) - Method in OverlapLayout
There is no maximum.
maximumLayoutSize(Container) - Method in RelativeLayout
There is no maximum.
maximumLines - Field in LimitLinesDocumentListener
maximumSize - Field in ComponentResizer
maximumSize - Field in OverlapLayout
menu - Field in MenuScroller
menuCanceled(MenuEvent) - Method in MenuScroller.MenuScrollListener
menuDeselected(MenuEvent) - Method in MenuScroller.MenuScrollListener
MenuIcon(int) - Method in MenuScroller.MenuIcon
menuItems - Field in MenuScroller
menuListener - Field in MenuScroller
MenuScroller - Class in com.wordpress.tipsforjava.swing
A class that provides scrolling capabilities to a long menu dropdown or popup menu.
MenuScroller.MenuIcon - Enum in com.wordpress.tipsforjava.swing
MenuScroller.MenuScrollItem - Class in com.wordpress.tipsforjava.swing
MenuScroller.MenuScrollItem(MenuIcon, int) - Constructor in MenuScroller.MenuScrollItem
MenuScroller.MenuScrollListener - Class in com.wordpress.tipsforjava.swing
MenuScroller.MenuScrollListener() - Constructor in MenuScroller.MenuScrollListener
MenuScroller.MenuScrollTimer - Class in com.wordpress.tipsforjava.swing
MenuScroller.MenuScrollTimer(int, int) - Constructor in MenuScroller.MenuScrollTimer
MenuScroller(JPopupMenu, int, int, int, int) - Constructor in MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the popup menu.
menuSelected(MenuEvent) - Method in MenuScroller.MenuScrollListener
MESSAGE_BORDER - Field in DisabledGlassPane
message - Field in DisabledGlassPane
MessageConsole - Class in com.wordpress.tipsforjava.swing
Create a simple console to display text messages.
MessageConsole.ConsoleOutputStream - Class in com.wordpress.tipsforjava.swing
MessageConsole.ConsoleOutputStream(Color, PrintStream) - Constructor in MessageConsole.ConsoleOutputStream
MessageConsole(JTextComponent, boolean) - Constructor in MessageConsole
method - Field in BeanComparator
MINIMUM - Field in OverlapLayout
MINIMUM - Field in RelativeLayout
MINIMUM_SIZE - Field in ComponentResizer
minimumDisplayDigits - Field in TextLineNumber
minimumLayoutSize(Container) - Method in OverlapLayout
Determine the minimum size on the Container
minimumLayoutSize(Container) - Method in RelativeLayout
Determines the minimum size of the container argument using this column layout.
minimumLayoutSize(Container) - Method in WrapLayout
Returns the minimum dimensions needed to layout the visible components contained in the specified target container.
minimumSize - Field in ComponentResizer
mnemonic - Field in ButtonColumn
modelClass - Field in EditListAction
modelData - Field in RowTableModel
models - Field in ComboBoxTableEditor
MOUSE_EVENTS - Field in InactivityListener
mouseClicked(MouseEvent) - Method in ButtonColumn
mouseClicked(MouseEvent) - Method in CaretPositionListener
mouseClicked(MouseEvent) - Method in LinePainter
mouseClicked(MouseEvent) - Method in ListAction
mouseClicked(MouseEvent) - Method in ProtectedDocument.ProtectedNavigationFilter
mouseClicked(MouseEvent) - Method in ScrollBarToolTip
mouseDot - Field in ProtectedDocument.ProtectedNavigationFilter
mouseDragged(MouseEvent) - Method in ComponentMover
Move the component to its new location.
mouseDragged(MouseEvent) - Method in ComponentResizer
Resize the component ensuring location and size is within the bounds of the parent container and that the size is within the minimum and maximum constraints.
mouseDragged(MouseEvent) - Method in LinePainter
mouseDragged(MouseEvent) - Method in ScrollBarToolTip
Update the tooltip text and/or position as the mouse is dragged
mouseEntered(MouseEvent) - Method in ButtonColumn
mouseEntered(MouseEvent) - Method in CaretPositionListener
mouseEntered(MouseEvent) - Method in ComponentResizer
mouseEntered(MouseEvent) - Method in LinePainter
mouseEntered(MouseEvent) - Method in ListAction
mouseEntered(MouseEvent) - Method in ProtectedDocument.ProtectedNavigationFilter
mouseEntered(MouseEvent) - Method in ScrollBarToolTip
mouseExited(MouseEvent) - Method in ButtonColumn
mouseExited(MouseEvent) - Method in CaretPositionListener
mouseExited(MouseEvent) - Method in ComponentResizer
mouseExited(MouseEvent) - Method in LinePainter
mouseExited(MouseEvent) - Method in ListAction
mouseExited(MouseEvent) - Method in ProtectedDocument.ProtectedNavigationFilter
mouseExited(MouseEvent) - Method in ScrollBarToolTip
mouseMoved(MouseEvent) - Method in ComponentResizer
mouseMoved(MouseEvent) - Method in LinePainter
mouseMoved(MouseEvent) - Method in ScrollBarToolTip
mousePressed(MouseEvent) - Method in ButtonColumn
mousePressed(MouseEvent) - Method in CaretPositionListener
mousePressed(MouseEvent) - Method in ComponentMover
Setup the variables used to control the moving of the component:
mousePressed(MouseEvent) - Method in ComponentResizer
mousePressed(MouseEvent) - Method in LinePainter
mousePressed(MouseEvent) - Method in ListAction
mousePressed(MouseEvent) - Method in ProtectedDocument.ProtectedNavigationFilter
mousePressed(MouseEvent) - Method in ScrollBarToolTip
mouseReleased(MouseEvent) - Method in ButtonColumn
mouseReleased(MouseEvent) - Method in CaretPositionListener
mouseReleased(MouseEvent) - Method in ComponentMover
Restore the original state of the Component
mouseReleased(MouseEvent) - Method in ComponentResizer
Restore the original state of the Component
mouseReleased(MouseEvent) - Method in LinePainter
mouseReleased(MouseEvent) - Method in ListAction
mouseReleased(MouseEvent) - Method in ProtectedDocument.ProtectedNavigationFilter
mouseReleased(MouseEvent) - Method in ScrollBarToolTip
MouseWheelController - Class in com.wordpress.tipsforjava.swing
This class allows you to control the units scrolled for each mouse wheel rotation relative to the unit increment value of the scroll bar.
MouseWheelController(JScrollPane, int) - Constructor in MouseWheelController
Create the class with the specified scroll amount.
MouseWheelControllerFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
MouseWheelControllerFactory() - Constructor in MouseWheelControllerFactory
mouseWheelMoved(MouseWheelEvent) - Method in MouseWheelController
Redispatch a MouseWheelEvent to the real MouseWheelListeners
mouseWheelMoved(MouseWheelEvent) - Method in ToolTipListener
moveDot(FilterBypass, int, Bias) - Method in ProtectedDocument.ProtectedNavigationFilter
moveRow(int, int, int) - Method in RowTableModel
Moves one or more rows from the inlcusive range start to end to the to position in the model.

N

name - Field in BeanTableModel.ColumnInformation
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in AlphaContainerFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in AlphaIconFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in AlphaImageIconFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in AnimatedIconFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in CircularAnimatedIconFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in DualIconFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in FormScrollerFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in IconFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in MouseWheelControllerFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in RotatedIconFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in SelectButtonGroupFactory
newInstance(FactoryBuilderSupport, Object, Object, Map) - Method in StretchIconFactory
newList(int) - Method in ListTableModel
Initialize the List with null values.
newValue - Field in TableCellListener
nextAction - Field in RXCardLayout
NONE - Enum Constant in ScrollablePanel.ScrollableSizeHint
nonSelColor - Field in ComponentTreeCellRenderer
NORTH - Field in ComponentResizer
NumberRenderer - Class in com.wordpress.tipsforjava.swing.table
@author Rob Camick
NumberRenderer(NumberFormat) - Constructor in NumberRenderer

O

oldModel - Field in JumpScrollBarModel
oldValue - Field in DefaultButtonListener
oldValue - Field in JumpScrollBarModel
oldValue - Field in TableCellListener
onHandleNodeAttributes(FactoryBuilderSupport, Object, Map) - Method in AnimatedIconFactory
onHandleNodeAttributes(FactoryBuilderSupport, Object, Map) - Method in MarqueePanelFactory
onNodeCompleted(FactoryBuilderSupport, Object, Object) - Method in AnimatedIconFactory
onNodeCompleted(FactoryBuilderSupport, Object, Object) - Method in MarqueePanelFactory
originalAction - Field in ActionMapAction
originalAction - Field in WrappedAction
originalBorder - Field in ButtonColumn
originalCursor - Field in ComponentMover
OUTER - Field in TextLineNumber
OUTSIDE_EDGE - Enum Constant in ScrollBarToolTip.Position
OUTSIDE - Enum Constant in ScrollBarToolTip.Position
overlapAbove - Field in OverlapLayout
OverlapLayout - Class in com.wordpress.tipsforjava.swing
The OverlapLayout class is a layout manager that lays out a container's components in an overlapping fashion.
OverlapLayout(Point, boolean) - Constructor in OverlapLayout
Create an overlapping layout.
overlapPosition - Field in OverlapLayout

P

padding - Field in TextIcon
paint(Graphics, int, int, Shape, JTextComponent) - Method in LinePainter
paint(Graphics, int, int, Shape, JTextComponent) - Method in ProtectedHighlighter.ProtectedHighlightPainter
paint(Graphics, JComponent) - Method in VerticalLabelUI
Transforms the Graphics for vertical rendering and invokes the super method.
paintBorder(Component, Graphics, int, int, int, int) - Method in ComponentBorder
In this case a real component is to be painted.
paintChildren - Field in MarqueePanel
paintComponent(Graphics) - Method in AlphaContainer
Paint the background using the background Color of the contained component
paintComponent(Graphics) - Method in BackgroundPanel
paintComponent(Graphics) - Method in DisabledGlassPane
paintComponent(Graphics) - Method in SelectAllRenderer
paintComponent(Graphics) - Method in TextLineNumber
Draw the line numbers
painter - Field in BackgroundPanel
painter - Field in ProtectedHighlighter
paintIcon(Component, Graphics, int, int) - Method in AlphaIcon
Paints the wrapped icon with this AlphaIcon's transparency.
paintIcon(Component, Graphics, int, int) - Method in AlphaImageIcon
Paints the wrapped icon with this AlphaImageIcon's transparency.
paintIcon(Component, Graphics, int, int) - Method in AnimatedIcon
Paint the icons of this compound icon at the specified location
paintIcon(Component, Graphics, int, int) - Method in CompoundIcon
Paint the icons of this compound icon at the specified location
paintIcon(Component, Graphics, int, int) - Method in DualIcon
Paints the icons of this compound icon at the specified location with the precomputed offsets.
paintIcon(Component, Graphics, int, int) - Method in IconTableCellRenderer.XIcon
paintIcon(Component, Graphics, int, int) - Method in MenuScroller.MenuIcon
paintIcon(Component, Graphics, int, int) - Method in RotatedIcon
Paint the icons of this compound icon at the specified location
paintIcon(Component, Graphics, int, int) - Method in ShrinkIcon
Paints the icon.
paintIcon(Component, Graphics, int, int) - Method in StretchIcon
Paints the icon.
paintIcon(Component, Graphics, int, int) - Method in TextIcon
Paint the icons of this compound icon at the specified location
paintIcon(Component, Graphics, int, int) - Method in TileIcon
Paints the icon.
paintIcon(Component, Graphics, int, int) - Method in VerticalTableHeaderCellRenderer.VerticalSortIcon
Paints an icon suitable for the header of a sorted table column, rotated by 90 degrees clockwise.
paintLayer(Graphics, int, int, Shape, JTextComponent, View) - Method in RectanglePainter
Paints a portion of a highlight.
parent - Field in ComponentBorder
PARENT - Enum Constant in FormScroller.Type
parseRotate(def) - Method in RotatedIconFactory
parseSize(def) - Method in FormScrollerFactory
path - Field in StayOpenCheckBoxMenuItem
path - Field in StayOpenMenuItem
path - Field in StayOpenRadioButtonMenuItem
pause() - Method in AnimatedIcon
Pause the animation.
pauseScrolling() - Method in MarqueePanel
The components will stop scrolling but will remain visible
PERCENT - Enum Constant in ScrollablePanel.IncrementType
PERMANENT_FOCUS_OWNER - Field in DefaultButtonListener
phantomMouseMoved(Component) - Method in ToolTipListener
Create a mouseMoved event to pass to the ToolTipManager.
PIXELS - Enum Constant in ScrollablePanel.IncrementType
POP_DOWN - Field in OverlapLayout
POP_UP - Field in OverlapLayout
popup - Field in ScrollBarToolTip
popupInsets - Field in OverlapLayout
popupMenu - Field in MenuScroller
PopupMenuAlignment - Class in com.wordpress.tipsforjava.swing
Convenience class to align the text of JMenuItems within a specified JPopupMenu to be either CENTER or TRAILING aligned.
PopupMenuAlignment(int) - Constructor in PopupMenuAlignment
Use this class as a listener to handle dynamic changes to the popup menu.
popupMenuCanceled(PopupMenuEvent) - Method in MenuScroller.MenuScrollListener
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in MenuScroller.MenuScrollListener
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in MenuScroller.MenuScrollListener
position - Field in ScrollBarToolTip
positions - Field in ProtectedDocument
PREFERRED - Field in OverlapLayout
PREFERRED - Field in RelativeLayout
preferredLayoutSize(Container) - Method in OverlapLayout
Determine the preferred size on the Container
preferredLayoutSize(Container) - Method in RelativeLayout
Determines the preferred size of the container argument using this column layout.
preferredLayoutSize - Field in WrapLayout
preferredWidth - Field in MarqueePanel
pressed - Field in ComponentMover
pressed - Field in ComponentResizer
pressedPoint - Field in ScrollBarToolTip
previousAction - Field in RXCardLayout
primitives - Field in BeanTableModel
printStream - Field in MessageConsole.ConsoleOutputStream
processEditingStarted() - Method in TableCellListener
processEditingStopped() - Method in TableCellListener
prompt - Field in PromptComboBoxRenderer
PromptComboBoxRenderer - Class in com.wordpress.tipsforjava.swing
@author Rob Camick
PromptComboBoxRenderer(String) - Constructor in PromptComboBoxRenderer
propertyChange(PropertyChangeEvent) - Method in DefaultButtonListener
propertyChange(PropertyChangeEvent) - Method in FixedColumnTable
propertyChange(PropertyChangeEvent) - Method in FormScroller
propertyChange(PropertyChangeEvent) - Method in RowNumberTable
propertyChange(PropertyChangeEvent) - Method in SplitPaneSynchronizer
propertyChange(PropertyChangeEvent) - Method in TabFocusHandler
propertyChange(PropertyChangeEvent) - Method in TableCellListener
propertyChange(PropertyChangeEvent) - Method in TableColumnAdjuster
propertyChange(PropertyChangeEvent) - Method in TextIcon
propertyChange(PropertyChangeEvent) - Method in TextLineNumber
propertyChangeSupport - Field in SelectButtonGroup
all propertyChangeSupport goes through this.
proportionate - Field in StretchIcon
Determines whether the aspect ratio of the image is maintained.
protect(int, int) - Method in ProtectedDocument
ProtectedDocument - Class in com.wordpress.tipsforjava.swing.text
ProtectedDocument.ProtectedDocumentFilter - Class in com.wordpress.tipsforjava.swing.text
ProtectedDocument.ProtectedDocumentFilter() - Constructor in ProtectedDocument.ProtectedDocumentFilter
ProtectedDocument.ProtectedNavigationFilter - Class in com.wordpress.tipsforjava.swing.text
ProtectedDocument.ProtectedNavigationFilter(JTextComponent) - Constructor in ProtectedDocument.ProtectedNavigationFilter
ProtectedDocument(JTextComponent) - Constructor in ProtectedDocument
ProtectedHighlighter - Class in com.wordpress.tipsforjava.swing.text
Class to manage highlighting of protected text within a Document.
ProtectedHighlighter.ProtectedHighlightPainter - Class in com.wordpress.tipsforjava.swing.text
Custom painter.
ProtectedHighlighter.ProtectedHighlightPainter(JTextComponent, Color) - Constructor in ProtectedHighlighter.ProtectedHighlightPainter
ProtectedHighlighter(JTextComponent, Color) - Constructor in ProtectedHighlighter
Create a highlighter for the given text component.
ProtectedTextComponent - Class in com.wordpress.tipsforjava.swing
ProtectedTextComponent(JTextComponent, Color) - Constructor in ProtectedTextComponent
Specify the component to be protected.
protectLine(int) - Method in ProtectedTextComponent
Protect an entire line
protectLines(int, int) - Method in ProtectedTextComponent
Protect a range of lines
protectText(int, int) - Method in ProtectedTextComponent
Protect a range of characters
provideErrorFeedback() - Method in ChainedDocumentFilter
Provide appropriate LAF feedback when a filter error occurs.
putValue(String, Object) - Method in WrappedAction

Q


R

RadioButtonIcon - Class in com.wordpress.tipsforjava.swing
@author Rob Camick
RadioButtonIcon(JRadioButton, Icon, int, int) - Constructor in RadioButtonIcon
Creates a RadioButtonIcon for a JRadioButton with the specified horizontal and vertical positioning.
realListeners - Field in MouseWheelController
rectangleFits(Rectangle) - Method in FormScroller
RectanglePainter - Class in com.wordpress.tipsforjava.swing
Implements a simple highlight painter that renders a rectangle around the area to be highlighted.
RectanglePainter(Color) - Constructor in RectanglePainter
redirectErr(Color, PrintStream) - Method in MessageConsole
redirectOut(Color, PrintStream) - Method in MessageConsole
redo() - Method in CompoundUndoManager
redoAction - Field in CompoundUndoManager
refresh() - Method in ComponentTreeCellRenderer
Reloads the renderer cache using the current state of the components.
refreshMenu() - Method in MenuScroller
registerComponent(JFormattedTextField) - Method in CaretPositionListener
Add the required listeners to the specified component
registerComponent(Component) - Method in ComponentMover
Add the required listeners to the specified component
registerComponent(Component) - Method in ComponentResizer
Add the required listeners to the specified component
relatedColumn - Field in ComboBoxTableEditor
RelativeLayout - Class in com.wordpress.tipsforjava.swing
The RelativeLayout class is a layout manager that lays out a container's components on the specified X or Y axis.
RelativeLayout(int, int) - Constructor in RelativeLayout
Creates a relative layout with the components layed out on the specified axis using the specfied gap
remove(FilterBypass, int, int) - Method in ChainedDocumentFilter
remove(FilterBypass, int, int) - Method in ProtectedDocument.ProtectedDocumentFilter
remove(AbstractButton) - Method in SelectButtonGroup
Removes the button from the group.
removeFromEnd(Document, Element) - Method in LimitLinesDocumentListener
removeFromStart(Document, Element) - Method in LimitLinesDocumentListener
removeHighlight(Object) - Method in ProtectedHighlighter
Remove a highlight from the highlighter.
removeLayoutComponent(Component) - Method in OverlapLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in RelativeLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in RXCardLayout
removeLines(DocumentEvent) - Method in LimitLinesDocumentListener
removePropertyChangeListener(PropertyChangeListener) - Method in SelectButtonGroup
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in WrappedAction
removeRowRange(int, int) - Method in RowTableModel
Remove the specified rows from the model.
removeRows(int) - Method in RowTableModel
Remove the specified rows from the model.
removeSplitPane(JSplitPane) - Method in SplitPaneSynchronizer
removeUpdate(DocumentEvent) - Method in CompoundUndoManager
removeUpdate(DocumentEvent) - Method in LimitLinesDocumentListener
removeUpdate(DocumentEvent) - Method in TextLineNumber
renderButton - Field in ButtonColumn
rendererForComponent(JComponent, JTree) - Method in ComponentTreeCellRenderer
Creates a renderer with a scaled image of the component
renderers - Field in ComponentTreeCellRenderer
reorderColumns(JTable, Object) - Method in RXTable
Convenience method to order the table columns of a table.
replace(FilterBypass, int, int, String, AttributeSet) - Method in ChainedDocumentFilter
replace(FilterBypass, int, int, String, AttributeSet) - Method in ProtectedDocument.ProtectedDocumentFilter
replace(FilterBypass, int, int, String, AttributeSet) - Method in SizeDocumentFilter
Make sure the replacement of text will not cause the Document to exceed its size limit.
replace(FilterBypass, int, int, String, AttributeSet) - Method in UpperCaseDocumentFilter
replaceRow(int, Object) - Method in RowTableModel
Replace a row of data at the row location in the model.
RequestFocusListener - Class in com.wordpress.tipsforjava.swing
Convenience class to request focus on a component.
RequestFocusListener() - Constructor in RequestFocusListener
RESET_FOCUS - Field in TabFocusHandler
resetHighlight() - Method in LinePainter
resetModelDefaults() - Method in BeanTableModel
resizing - Field in ComponentResizer
restart() - Method in AnimatedIcon
Restart the animation from where the animation was paused.
restoreColumn(int) - Method in TableColumnAdjuster
restoreColumns() - Method in TableColumnAdjuster
restoreDefaultButton(JRootPane) - Method in DefaultButtonListener
restoreMenuItems() - Method in MenuScroller
resumeScrolling() - Method in MarqueePanel
The components will resume scrolling from where scrolling was stopped.
RETAIN_FOCUS - Field in TabFocusHandler
returnType - Field in BeanTableModel.ColumnInformation
RIGHT - Field in AnimatedIcon
RIGHT - Enum Constant in ComponentBorder.Edge
RIGHT - Field in CompoundIcon
RIGHT - Field in TextLineNumber
root - Field in SingleRootFileSystemView
rootPanes - Field in DefaultButtonListener
roots - Field in SingleRootFileSystemView
rotate - Field in RotatedIcon
RotatedIcon - Class in com.wordpress.tipsforjava.swing
The RotatedIcon allows you to change the orientation of an Icon by rotating the Icon before it is painted.
RotatedIcon.Rotate - Enum in com.wordpress.tipsforjava.swing
RotatedIcon(Icon, double) - Constructor in RotatedIcon
Create a RotatedIcon.
RotatedIconFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
RotatedIconFactory() - Constructor in RotatedIconFactory
roundingPolicy - Field in RelativeLayout
row - Field in TableCellListener
rowClass - Field in RowTableModel
RowNumberTable - Class in com.wordpress.tipsforjava.swing.table
Use a JTable as a renderer for row numbers of a given main table.
RowNumberTable.RowNumberRenderer - Class in com.wordpress.tipsforjava.swing.table
RowNumberTable.RowNumberRenderer() - Constructor in RowNumberTable.RowNumberRenderer
RowNumberTable(JTable) - Constructor in RowNumberTable
RowTableModel - Class in com.wordpress.tipsforjava.swing.table
A TableModel that better supports the processing of rows of data.
RowTableModel(List, List, Class) - Constructor in RowTableModel
Full Constructor for creating a RowTableModel.
run() - Method in AnimatedIcon
run() - Method in TableCellListener
RXCardLayout - Class in com.wordpress.tipsforjava.swing
The RXCardLayout provides some extensions to the CardLayout class.
RXCardLayout.CardAction - Class in com.wordpress.tipsforjava.swing
RXCardLayout.CardAction(String, boolean) - Constructor in RXCardLayout.CardAction
RXCardLayout(int, int) - Constructor in RXCardLayout
Creates a new card layout with the specified horizontal and vertical gaps.
RXTable - Class in com.wordpress.tipsforjava.swing.table
The RXTable provides some extensions to the default JTable
RXTable(Object, Object) - Constructor in RXTable
Constructs a RXTable to display the values in the two dimensional array, rowData, with column names, columnNames.
RXTextUtilities - Class in com.wordpress.tipsforjava.swing
A collection of static methods that provide added functionality for text components (most notably, JTextArea and JTextPane)
RXTextUtilities() - Constructor in RXTextUtilities

S

SAFE_VERTICAL_LABEL_UI - Field in VerticalLabelUI
scale - Field in ComponentTreeCellRenderer
SCALED - Field in BackgroundPanel
ScreenImage - Class in com.wordpress.tipsforjava.swing
Convenience class to create and optionally save to a file a BufferedImage of an area on the screen.
ScreenImage() - Constructor in ScreenImage
scrollableHeight - Field in ScrollablePanel
A panel that implements the Scrollable interface.
ScrollablePanel - Class in com.wordpress.tipsforjava.swing
A panel that implements the Scrollable interface.
ScrollablePanel.IncrementInfo - Class in com.wordpress.tipsforjava.swing
Helper class to hold the information required to calculate the scroll amount.
ScrollablePanel.IncrementInfo(IncrementType, int) - Constructor in ScrollablePanel.IncrementInfo
ScrollablePanel.IncrementType - Enum in com.wordpress.tipsforjava.swing
A panel that implements the Scrollable interface.
ScrollablePanel.ScrollableSizeHint - Enum in com.wordpress.tipsforjava.swing
ScrollablePanel(LayoutManager) - Constructor in ScrollablePanel
Constuctor for specifying the LayoutManager of the panel.
scrollableWidth - Field in ScrollablePanel
scrollAmount - Field in MarqueePanel
scrollAmount - Field in MouseWheelController
scrollBar - Field in JumpScrollBarModel
scrollBar - Field in ScrollBarToolTip
ScrollBarToolTip - Class in com.wordpress.tipsforjava.swing
The ScrollBarToolTip class allows you to simulate the display of a tooltip as the scrollbar thumb is being dragged.
ScrollBarToolTip.Position - Enum in com.wordpress.tipsforjava.swing
ScrollBarToolTip.Style - Enum in com.wordpress.tipsforjava.swing
ScrollBarToolTip(JScrollBar, ScrollBarToolTip.Style, ScrollBarToolTip.Position) - Constructor in ScrollBarToolTip
Create a ScrollBarToolTip
scrollCount - Field in MenuScroller
scrollFrequency - Field in MarqueePanel
scrollingEnabled - Field in FormScroller
scrollingPaused - Field in MarqueePanel
scrollInsets - Field in FormScroller
scrollOffset - Field in MarqueePanel
scrollPane - Field in FixedColumnTable
scrollPane - Field in FormScroller
The FormScroller will ensure that when a component gains focus it will always be visible within the viewport of the scrollpane.
scrollPane - Field in MouseWheelController
scrollWhenFocused - Field in MarqueePanel
selColor - Field in ComponentTreeCellRenderer
selectAll(EventObject) - Method in RXTable
SelectAllRenderer - Class in com.wordpress.tipsforjava.swing.table
Highlight only the area occupied by text, not the entire background
SelectAllRenderer(Color) - Constructor in SelectAllRenderer
SelectButtonGroup - Class in com.wordpress.tipsforjava.swing
This class is used to create a multiple-exclusion scope for a set of buttons.
SelectButtonGroup() - Constructor in SelectButtonGroup
Creates a new SelectButtonGroup.
SelectButtonGroupFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
SelectButtonGroupFactory() - Constructor in SelectButtonGroupFactory
selectedButton - Field in SelectButtonGroup
The currently selected button.
selectionBackground - Field in SelectAllRenderer
setAction(Action) - Method in InactivityListener
setAction(Action) - Method in ListAction
setActionCommand(String) - Method in ActionMapAction
setActionForKey(Object) - Method in WrappedAction
setAdjustInsets(boolean) - Method in ComponentBorder
setAlignment(float) - Method in ComponentBorder
Set the component alignment along the Border Edge
setAlignment(float) - Method in RelativeLayout
setAlignmentX(float) - Method in AnimatedIcon
Specify the horizontal alignment of the icon.
setAlignmentY(float) - Method in AnimatedIcon
Specify the vertical alignment of the Icon.
setAscending(boolean) - Method in BeanComparator
setAscending(boolean) - Method in ColumnComparator
setAutoTab(boolean) - Method in SizeDocumentFilter
Set the auto tab property
setAxis(int) - Method in RelativeLayout
Sets the layout axis
setBackground(Color) - Method in DisabledGlassPane
setBorderGap(int) - Method in RelativeLayout
Sets the initial gap.
setBorderGap(int) - Method in TextLineNumber
The border gap is used in calculating the left and right insets of the border.
setBottomFixedCount(int) - Method in MenuScroller
Sets the number of items to fix at the bottom of the menu or popup menu.
setCaretPosition(JFormattedTextField, int) - Method in CaretPositionListener
setChangeCursor(boolean) - Method in ComponentMover
Set the change cursor property
setChild(FactoryBuilderSupport, Object, Object) - Method in AnimatedIconFactory
setColor(Color) - Method in LinePainter
setColumn(int) - Method in ColumnComparator
setColumnClass(int, Class) - Method in BeanTableModel
You are not allowed to change the class of any column.
setColumnClass(int, Class) - Method in RowTableModel
Sets the Class for the specified column.
setColumnDataIncluded(boolean) - Method in TableColumnAdjuster
setColumnEditable(int, boolean) - Method in BeanTableModel
Sets the editability for the specified column.
setColumnEditable(int, boolean) - Method in RowTableModel
Sets the editability for the specified column.
setColumnHeaderIncluded(boolean) - Method in TableColumnAdjuster
setColumnName(int, String) - Method in BeanTableModel
Convenience method to change the generated column header name.
setCurrentIconIndex(int) - Method in AnimatedIcon
Set the index of the Icon to be displayed and then repaint the Icon.
setCurrentLineForeground(Color) - Method in TextLineNumber
The Color used to render the current line digits.
setCycles(int) - Method in AnimatedIcon
Specify the number of times to repeat each animation sequence, or cycle.
setDataAndColumnNames(List, List) - Method in RowTableModel
Reset the data and column names of the model.
setDefaultButton(JRootPane, JButton) - Method in DefaultButtonListener
setDefaultSize(int, int) - Method in ThumbnailIcon
Sets the default size of all ThumbnailIcons.
setDelay(int) - Method in AnimatedIcon
Specify the delay
setDigitAlignment(float) - Method in TextLineNumber
Specify the horizontal alignment of the digits within the component.
setDot(FilterBypass, int, Bias) - Method in ProtectedDocument.ProtectedNavigationFilter
setDragInsets(Insets) - Method in ComponentMover
Set the drag insets.
setDragInsets(Insets) - Method in ComponentResizer
Set the drag dragInsets.
setDynamicAdjustment(boolean) - Method in TableColumnAdjuster
setDynamicFormatting(boolean) - Method in CaretPositionListener
Indicates that the formatting of the text in the formatted text field can change depending on whether the text field has focus or not.
setEdge(ComponentBorder.Edge) - Method in ComponentBorder
Set the Edge the component is positioned along
setEnabled(boolean) - Method in SelectButtonGroup
Enables or disables all the buttons in this group, depending on the value of the parameter enable.
setEnabled(boolean) - Method in WrappedAction
setEventMask(long) - Method in InactivityListener
setExclude - Field in SwingUtils
Exclude methods that return values that are meaningless to the user
setFill(boolean) - Method in RelativeLayout
Change size of relative components to fill the space available For X-AXIS aligned components the height will be filled.
setFillGap(int) - Method in RelativeLayout
Specify the number of pixels by which the fill size is decreased when setFill(true) has been specified.
setFilter(DocumentFilter) - Method in ChainedDocumentFilter
Set the next filter in the chain
setFocusBorder(Border) - Method in ButtonColumn
The foreground color of the button when the cell has focus
setFont(Font) - Method in TextIcon
Set the Font to be used for rendering the text
setForeground(Color) - Method in TextIcon
Set the foreground Color to be used for rendering the text
setGap(int) - Method in ComponentBorder
Set the gap between the border component and the parent component
setGap(int) - Method in RelativeLayout
Sets the gap between components to the specified value.
setIgnoreCase(boolean) - Method in BeanComparator
setIgnoreCase(boolean) - Method in ColumnComparator
setImage(Image) - Method in AlphaImageIcon
Overridden to forward to a wrapped ImageIcon.
setImage(Image) - Method in BackgroundPanel
setImageAlignmentX(float) - Method in BackgroundPanel
setImageAlignmentY(float) - Method in BackgroundPanel
setImageObserver(ImageObserver) - Method in AlphaImageIcon
Overridden to forward to a wrapped ImageIcon.
setIncludeInvisible(boolean) - Method in OverlapLayout
Controls whether spaces should reserved for invisible components in the container
setInterval(int) - Method in InactivityListener
setInterval(int) - Method in MenuScroller
Sets the scroll interval in milliseconds

setInterval(int) - Method in MenuScroller.MenuScrollItem
setIntervalInMillis(int) - Method in InactivityListener
setJumpInterval(int) - Method in JumpScrollBarModel
Sets the interval in milliseconds after which the scrollbar will jump if paused at one point.
setJumpScrollBarModel(JScrollBar) - Method in JumpScrollBarModel
Returns a JumpScrollBarModel for a JScrollBar.
setLighter(Color) - Method in LinePainter
setLimitLines(int) - Method in LimitLinesDocumentListener
setMaximumSize(Dimension) - Method in ComponentResizer
Specify the maximum size for the component.
setMenuItems() - Method in MenuScroller
setMessageLines(int) - Method in MessageConsole
setMinimumDisplayDigits(int) - Method in TextLineNumber
Specify the mimimum number of digits used to calculate the preferred width of the component.
setMinimumSize(Dimension) - Method in ComponentResizer
Specify the minimum size for the component.
setMnemonic(int) - Method in ButtonColumn
The mnemonic to activate the button when the cell has focus
setModelClass(Class) - Method in EditListAction
setModelEditable(boolean) - Method in RowTableModel
Set the ability to edit cell data for the entire table
setName(String) - Method in BeanTableModel.ColumnInformation
setNullsLast(boolean) - Method in BeanComparator
setNullsLast(boolean) - Method in ColumnComparator
setOnlyAdjustLarger(boolean) - Method in TableColumnAdjuster
setOverlapPosition(Point) - Method in OverlapLayout
Specify the position where the overlapped component should be painted.
setPadding(int) - Method in TextIcon
By default the size of the Icon is based on the size of the rendered text.
setPaint(Paint) - Method in BackgroundPanel
setPopupInsets(Insets) - Method in OverlapLayout
Define extra space to be reserved by the container.
setPosition(ScrollBarToolTip.Position) - Method in ScrollBarToolTip
Set the Position of the tooltip relative to the scrollbar.
setPreferredWidth(int) - Method in MarqueePanel
Specify the preferred width on the panel.
setPreferredWidth() - Method in TextLineNumber
Calculate the width needed to display the maximum line number
setRequestFocusOnCard(boolean) - Method in RXCardLayout
setRoundingPolicy(int) - Method in RelativeLayout
Specify the rounding policy to be used when all the avialable pixels have not been allocated to a component.
setRowClass(Class) - Method in RowTableModel
The class of the Row being stored in the TableModel
setRowHeightsForIcons(JTable) - Method in IconTableCellRenderer
setScale(double) - Method in ComponentTreeCellRenderer
Sets the scale at which components will be rendered.
setScrollableBlockIncrement(int, ScrollablePanel.IncrementInfo) - Method in ScrollablePanel
Specify the information needed to do block scrolling.
setScrollableHeight(ScrollablePanel.ScrollableSizeHint) - Method in ScrollablePanel
Set the ScrollableSizeHint enum for the height.
setScrollableUnitIncrement(int, ScrollablePanel.IncrementInfo) - Method in ScrollablePanel
Specify the information needed to do unit scrolling.
setScrollableWidth(ScrollablePanel.ScrollableSizeHint) - Method in ScrollablePanel
Set the ScrollableSizeHint enum for the width.
setScrollAmount(int) - Method in MarqueePanel
Specify the scroll amount.
setScrollAmount(int) - Method in MouseWheelController
Set the scroll amount.
setScrollCount(int) - Method in MenuScroller
Sets the number of items in the scrolling portion of the menu.
setScrollerFor(JPopupMenu, int, int, int, int) - Method in MenuScroller
Registers a popup menu to be scrolled, with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the popup menu.
setScrollFrequency(int) - Method in MarqueePanel
Specify the scroll frequency.
setScrollingEnabled(boolean) - Method in FormScroller
Enable automatic scrolling on the form.
setScrollInsets(Insets) - Method in FormScroller
Set the scroll insets.
setScrollWhenFocused(boolean) - Method in MarqueePanel
Specify the scrolling property for unfocused windows.
setSelectAllForActionEvent(boolean) - Method in RXTable
setSelectAllForEdit(boolean) - Method in RXTable
setSelectAllForKeyEvent(boolean) - Method in RXTable
setSelectAllForMouseEvent(boolean) - Method in RXTable
setSelected(ButtonModel, boolean) - Method in SelectButtonGroup
Sets the selected value for the ButtonModel.
setSelectedButton(AbstractButton) - Method in SelectButtonGroup
Sets the selected value for the AbstractButton.
setSelectedIndex(int) - Method in SelectButtonGroup
Sets the group's selected index to index.
setShowFirstIcon(boolean) - Method in AnimatedIcon
Display the first icon when animation is finished.
setSize(int) - Method in SizeDocumentFilter
Set maximum size for a Document using this filter.
setSnapSize(Dimension) - Method in ComponentMover
Set the snap size.
setSnapSize(Dimension) - Method in ComponentResizer
Control how many pixels a border must be dragged before the size of the component is changed.
setStyle(int) - Method in BackgroundPanel
setStyle(ScrollBarToolTip.Style) - Method in ScrollBarToolTip
Set the Style of the tooltip.
setter - Field in BeanTableModel.ColumnInformation
setText(String) - Method in TextIcon
Set the text to be rendered on the Icon
setThumbHeight(int) - Method in ThumbnailIcon
Sets the height of an individual ThumbnailIcon.
setThumbWidth(int) - Method in ThumbnailIcon
Sets the width of an individual ThumbnailIcon.
setTileMode(TileIcon.TileMode) - Method in TileIcon
Sets the tiling mode.
setTopFixedCount(int) - Method in MenuScroller
Sets the number of items to fix at the top of the menu or popup menu.
setTransparentAdd(boolean) - Method in BackgroundPanel
setType(FormScroller.Type) - Method in FormScroller
Set the Type of scrolling to be done by the scroller
setUpdateFont(boolean) - Method in TextLineNumber
Set the update font property.
setupForDragging(MouseEvent) - Method in ComponentMover
setValue(Object) - Method in FormatRenderer
setValueAt(Object, int, int) - Method in BeanTableModel
Sets the object value for the cell at column and row.
setValueAt(Object, int, int) - Method in JButtonTableModel
setValueAt(Object, int, int) - Method in ListTableModel
Sets the object value for the cell at column and row.
setValues(int, int, int, int) - Method in MenuScroller
setVisiblePixels(int) - Method in VisibleCaretListener
Control the number of pixels that should be visible in the viewport after the caret position.
setWrap(boolean) - Method in MarqueePanel
Specify the wrapping property.
setWrapAmount(int) - Method in MarqueePanel
Specify the wrapping amount.
showFirstIcon - Field in AnimatedIcon
showToolTip(MouseEvent) - Method in ScrollBarToolTip
ShrinkIcon - Class in com.wordpress.tipsforjava.swing
@(#)ShrinkIcon.java 1.0 04/05/12
ShrinkIcon(URL, String, boolean) - Constructor in ShrinkIcon
Creates a ShrinkIcon from the specified URL with the specified behavior.
SingleRootFileSystemView - Class in com.wordpress.tipsforjava.swing
A FileSystemView class that limits the file selections to a single root.
SingleRootFileSystemView(File) - Constructor in SingleRootFileSystemView
size - Field in SizeDocumentFilter
SizeDocumentFilter - Class in com.wordpress.tipsforjava.swing.text
A DocumentFilter that allows you to control the maximum number of characters that can be added to the Document.
SizeDocumentFilter(int, DocumentFilter) - Constructor in SizeDocumentFilter
Constructor to set the size for this filter as well as provide additional filtering
snapSize - Field in ComponentMover
snapSize - Field in ComponentResizer
sortArray(Object, Comparator) - Method in SortedComboBoxModel
sortColumnNames() - Method in BeanTableModel
SortedComboBoxModel - Class in com.wordpress.tipsforjava.swing
Custom model to make sure the items are stored in a sorted order.
SortedComboBoxModel(Vector, Comparator) - Constructor in SortedComboBoxModel
sortVector(Vector, Comparator) - Method in SortedComboBoxModel
source - Field in ComponentMover
sourceCursor - Field in ComponentResizer
SOUTH - Field in ComponentResizer
spacing - Field in TableColumnAdjuster
splitPanes - Field in SplitPaneSynchronizer
SplitPaneSynchronizer - Class in com.wordpress.tipsforjava.swing
Convenience class to synchronize the divider location of related JSplitPanes.
SplitPaneSynchronizer(JSplitPane) - Constructor in SplitPaneSynchronizer
start() - Method in AnimatedIcon
Start the animation from the beginning.
start() - Method in InactivityListener
startCompoundEdit(UndoableEdit) - Method in CompoundUndoManager
startScrolling() - Method in MarqueePanel
Start scrolling the components on the panel.
stateChanged(ChangeEvent) - Method in FixedColumnTable
stateChanged(ChangeEvent) - Method in MenuScroller.MenuScrollItem
stateChanged(ChangeEvent) - Method in RowNumberTable
stateChanged(ChangeEvent) - Method in TabFocusHandler
StayOpenCheckBoxMenuItem - Class in com.wordpress.tipsforjava.swing
An extension of JCheckBoxMenuItem that doesn't close the menu when selected.
StayOpenCheckBoxMenuItem(String, Icon, boolean) - Constructor in StayOpenCheckBoxMenuItem
@see JCheckBoxMenuItem#JCheckBoxMenuItem(String, Icon, boolean)
StayOpenMenuItem - Class in com.wordpress.tipsforjava.swing
An extension of JMenuItem that doesn't close the menu when selected.
StayOpenMenuItem(String, int) - Constructor in StayOpenMenuItem
@see JMenuItem#JMenuItem(java.lang.String, int)
StayOpenRadioButtonMenuItem - Class in com.wordpress.tipsforjava.swing
An extension of JRadioButtonMenuItem that doesn't close the menu when selected.
StayOpenRadioButtonMenuItem(String, Icon, boolean) - Constructor in StayOpenRadioButtonMenuItem
@see JRadioButtonMenuItem#JRadioButtonMenuItem(String, Icon, boolean)
stop() - Method in AnimatedIcon
Stop the animation.
stop() - Method in InactivityListener
stopScrolling() - Method in MarqueePanel
Stop scrolling the components on the panel.
STRETCH - Enum Constant in ScrollablePanel.ScrollableSizeHint
StretchIcon - Class in com.wordpress.tipsforjava.swing
@(#)StretchIcon.java 1.0 03/27/12
StretchIcon(URL, String, boolean) - Constructor in StretchIcon
Creates a StretchIcon from the specified URL with the specified behavior.
StretchIconFactory - Class in griffon.plugins.javatips.factory
@author Andres Almiray
StretchIconFactory(Class) - Constructor in StretchIconFactory
strings - Field in TextIcon
stringWidths - Field in TextIcon
style - Field in BackgroundPanel
style - Field in ScrollBarToolTip
SwingUtils - Class in com.wordpress.tipsforjava.swing
A collection of utility methods for Swing.
SwingUtils() - Constructor in SwingUtils

T

tabbedPane - Field in TabFocusHandler
tabFocus - Field in TabFocusHandler
TabFocusHandler - Class in com.wordpress.tipsforjava.swing
Manage the focus when a new tab is selected.
TabFocusHandler(JTabbedPane, int) - Constructor in TabFocusHandler
table - Field in ButtonColumn
table - Field in EditableCellFocusAction
table - Field in TableCellListener
table - Field in TableColumnAdjuster
TableCellListener - Class in com.wordpress.tipsforjava.swing.table
This class listens for changes made to the data in the table via the TableCellEditor.
TableCellListener(JTable, int, int, Object, Object) - Constructor in TableCellListener
Create a TableCellListener with a copy of all the data relevant to the change of data for a given cell.
tableChanged(TableModelEvent) - Method in TableColumnAdjuster
TableColumnAdjuster - Class in com.wordpress.tipsforjava.swing
Class to manage the widths of colunmns in a table.
TableColumnAdjuster.ColumnAction - Class in com.wordpress.tipsforjava.swing.table
TableColumnAdjuster.ColumnAction(boolean, boolean) - Constructor in TableColumnAdjuster.ColumnAction
TableColumnAdjuster.ToggleAction - Class in com.wordpress.tipsforjava.swing.table
TableColumnAdjuster.ToggleAction(boolean, boolean) - Constructor in TableColumnAdjuster.ToggleAction
TableColumnAdjuster(JTable, int) - Constructor in TableColumnAdjuster
text - Field in ButtonColumn
text - Field in TextIcon
textComponent - Field in CompoundUndoManager
textComponent - Field in MessageConsole
TextIcon - Class in com.wordpress.tipsforjava.swing
The TextIcon will paint a String of text as an Icon.
TextIcon.Layout - Enum in com.wordpress.tipsforjava.swing
TextIcon(JComponent, String, TextIcon.Layout) - Constructor in TextIcon
Create a TextIcon specifying all the properties.
TextLineNumber - Class in com.wordpress.tipsforjava.swing
This class will display line numbers for a related text component.
TextLineNumber(JTextComponent, int) - Constructor in TextLineNumber
Create a line number component for a text component.
thumbHeight - Field in ThumbnailIcon
ThumbnailIcon - Class in com.wordpress.tipsforjava.swing
@(#)ThumbnailIcon.java 1.0 04/12/12
ThumbnailIcon(URL, String) - Constructor in ThumbnailIcon
Creates a ThumbnailIcon from the specified URL.
thumbWidth - Field in ThumbnailIcon
TILED - Field in BackgroundPanel
TileIcon - Class in com.wordpress.tipsforjava.swing
@(#)TileIcon.java 1.0 04/19/12
TileIcon.TileMode - Enum in com.wordpress.tipsforjava.swing
The type of the tiling mode
TileIcon(URL, String) - Constructor in TileIcon
Creates a TileIcon from the specified URL.
tileMode - Field in TileIcon
@(#)TileIcon.java 1.0 04/19/12
timer - Field in AnimatedIcon
timer - Field in InactivityListener
timer - Field in JumpScrollBarModel
timer - Field in MarqueePanel
timer - Field in MenuScroller.MenuScrollItem
ToggleButtonIcon - Class in com.wordpress.tipsforjava.swing
The base class for displying an additional custom icon on a JCheckBox or JRadioButton.
ToggleButtonIcon(JToggleButton, Icon, Icon, int, int) - Constructor in ToggleButtonIcon
Creates a ToggleButtonIcon with the specified horizontal and vertical positioning.
toolTip - Field in ScrollBarToolTip
ToolTipListener - Class in com.wordpress.tipsforjava.swing
This class is used to help generate tooltips on components added to a scrollpane.
ToolTipListener() - Constructor in ToolTipListener
TOP - Field in AnimatedIcon
TOP - Enum Constant in ComponentBorder.Edge
TOP - Field in CompoundIcon
The CompoundIcon will paint two, or more, Icons as a single Icon.
topFixedCount - Field in MenuScroller
toString() - Method in OverlapLayout
Returns the string representation of this column layout's values.
toString() - Method in RelativeLayout
Returns the string representation of this column layout's values.
toString() - Method in ScrollablePanel.IncrementInfo
TRAILING - Field in ComponentBorder
TRAILING - Field in PopupMenuAlignment
TRAILING - Field in RelativeLayout
transposeDimension(Dimension) - Method in VerticalLabelUI
transposeRectangle(Rectangle, Rectangle) - Method in VerticalLabelUI
tree - Field in ComponentTreeCellRenderer
type - Field in FormScroller
type - Field in ScrollablePanel.IncrementInfo
types - Field in ScreenImage

U

undo() - Method in CompoundUndoManager
undo() - Method in CompoundUndoManager.MyCompoundEdit
undoableEditHappened(UndoableEditEvent) - Method in CompoundUndoManager
undoAction - Field in CompoundUndoManager
undoManager - Field in CompoundUndoManager
unInstall(DefaultButtonListener) - Method in DefaultButtonListener
uninstall() - Method in MouseWheelController
Remove the class as the default listener and reinstall the original listeners.
unInstall() - Method in WrappedAction
uninstallFilter(JTextComponent) - Method in ChainedDocumentFilter
Remove this filter from the AbstractDocument
UP - Enum Constant in MenuScroller.MenuIcon
UP - Enum Constant in RotatedIcon.Rotate
updateFont - Field in TextLineNumber
updateRedoState() - Method in CompoundUndoManager.RedoAction
updateTableColumn(int, int) - Method in TableColumnAdjuster
updateUndoState() - Method in CompoundUndoManager.UndoAction
upItem - Field in MenuScroller
UpperCaseDocumentFilter - Class in com.wordpress.tipsforjava.swing.text
The UpperCaseDocumentFilter converts all characters to upper case before the characters are inserted into the Document.
UpperCaseDocumentFilter(DocumentFilter) - Constructor in UpperCaseDocumentFilter
Constructor used when further filtering is required after this filter has been applied.
UPSIDE_DOWN - Enum Constant in RotatedIcon.Rotate
USER_EVENTS - Field in InactivityListener

V

validateMinimumAndInsets(Dimension, Insets) - Method in ComponentResizer
When the components minimum size is less than the drag insets then we can't determine which border should be resized so we need to prevent this from happening.
valueOf(String) - Method in ComponentBorder
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in CompoundIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in FormScroller
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in MenuScroller
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in RotatedIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in ScrollablePanel
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in ScrollBarToolTip
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in TextIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in TileIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in VerticalTableHeaderCellRenderer
Returns the enum constant of this type with the specified name.
values() - Method in ComponentBorder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in CompoundIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in FormScroller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in MenuScroller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in RotatedIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in ScrollablePanel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in ScrollBarToolTip
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in TextIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in TileIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in VerticalTableHeaderCellRenderer
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL - Enum Constant in TextIcon.Layout
verticalBlock - Field in ScrollablePanel
verticalIconR - Field in VerticalLabelUI
VerticalLabelUI - Class in com.wordpress.tipsforjava.swing.plaf
A UI delegate for JLabel that rotates the label 90 degrees

Extends BasicLabelUI.

verticalLabelUI - Field in VerticalLabelUI
VerticalTableHeaderCellRenderer - Class in com.wordpress.tipsforjava.swing.table
A renderer for a JTableHeader with text rotated 90 degrees counterclockwise.
VerticalTableHeaderCellRenderer.VerticalSortIcon - Enum in com.wordpress.tipsforjava.swing.table
An icon implementation to paint the contained icon rotated 90 degrees clockwise.
VerticalTableHeaderCellRenderer() - Constructor in VerticalTableHeaderCellRenderer
Constructs a VerticalTableHeaderCellRenderer.
verticalTextR - Field in VerticalLabelUI
verticalUnit - Field in ScrollablePanel
verticalViewR - Field in VerticalLabelUI
VisibleCaretListener - Class in com.wordpress.tipsforjava.swing
Simple class to ensure that the caret is visible within the viewport of the scrollpane.
VisibleCaretListener(int) - Constructor in VisibleCaretListener
Create a VisibleCaretListener.
visiblePixels - Field in VisibleCaretListener

W

WEST - Field in ComponentResizer
width - Field in DualIcon
width - Field in IconTableCellRenderer.XIcon
windowActivated(WindowEvent) - Method in MarqueePanel
windowClosed(WindowEvent) - Method in MarqueePanel
windowClosing(WindowEvent) - Method in MarqueePanel
windowDeactivated(WindowEvent) - Method in MarqueePanel
windowDeiconified(WindowEvent) - Method in MarqueePanel
windowIconified(WindowEvent) - Method in MarqueePanel
windowOpened(WindowEvent) - Method in MarqueePanel
wrap - Field in MarqueePanel
wrapAmount - Field in MarqueePanel
WrapLayout - Class in com.wordpress.tipsforjava.swing
FlowLayout subclass that fully supports wrapping of components.
WrapLayout(int, int, int) - Constructor in WrapLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
wrapOffset - Field in MarqueePanel
WrappedAction - Class in com.wordpress.tipsforjava.swing
The WrappedAction class is a convenience class that allows you to replace an installed Action with a custom Action of your own.
WrappedAction(JComponent, Object) - Constructor in WrappedAction
writeImage(BufferedImage, String) - Method in ScreenImage
Write a BufferedImage to a File.

X

X_AXIS - Enum Constant in CompoundIcon.Axis
X_AXIS - Field in RelativeLayout
xPoints - Field in MenuScroller.MenuIcon
A class that provides scrolling capabilities to a long menu dropdown or popup menu.

Y

Y_AXIS - Enum Constant in CompoundIcon.Axis
Y_AXIS - Field in RelativeLayout
yPoints - Field in MenuScroller.MenuIcon

Z

Z_AXIS - Enum Constant in CompoundIcon.Axis

_


Groovy Documentation