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

A

accept(File) - Method in class org.bounce.DefaultFileFilter
 
actionPerformed(ActionEvent) - Method in class org.bounce.RunnableAction
 
add(C) - Method in class org.bounce.CardPanel
Adds the card.
add(PreferencesPage, PreferencesPage) - Method in class org.bounce.preferences.PreferencesDialog
 
addCardPanelListener(CardPanelListener<C>) - Method in class org.bounce.CardPanel
 
addExtension(String) - Method in class org.bounce.DefaultFileFilter
Add an extension to the list of extensions.
addLayoutComponent(Component, Object) - Method in class org.bounce.CenterLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class org.bounce.CenterLayout
Not used, components cannot be added without a constraint.
addLayoutComponent(Component, Object) - Method in class org.bounce.FormLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class org.bounce.FormLayout
Not used, components cannot be added without a constraint.
addLayoutComponent(Component, Object) - Method in class org.bounce.PercentageLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class org.bounce.PercentageLayout
Not used, components cannot be added without a constraint.
addOverlayIcon(Icon, int) - Method in class org.bounce.QIcon
Add an overlay icon, using the abstract position.
addOverlayIcon(Icon, int, int) - Method in class org.bounce.QIcon
Add an overlay icon, using the position supplied.
addOverlayIcon(Icon, Point) - Method in class org.bounce.QIcon
Add an overlay icon, using the position supplied.
addPage(WizardPage) - Method in class org.bounce.wizard.Wizard
Add a page to the wizard.
addSubscriber(Subscriber) - Method in class org.bounce.message.DefaultPublisher
Add a new Subscriber.
addWizardPageListener(WizardPageListener) - Method in class org.bounce.wizard.WizardPage
 
alignMenu(JMenu) - Static method in class org.bounce.MenuUtilities
Aligns sub items in a menu.
alignMenu(JPopupMenu) - Static method in class org.bounce.MenuUtilities
Aligns sub items in a popup menu.
ATTRIBUTE_NAME - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for attribute name
ATTRIBUTE_NAME_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
ATTRIBUTE_PREFIX - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for attribute prefix
ATTRIBUTE_VALUE - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for attribute value
ATTRIBUTE_VALUE_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
AUTO_INDENTATION_ATTRIBUTE - Static variable in class org.bounce.text.xml.XMLDocument
Name of the attribute that specifies whether auto indentation is enabled.

B

backPage() - Method in class org.bounce.wizard.Wizard
 
BaseFilter - Class in org.bounce.image
The base filter for all the image filters in the bounce package.
BaseFilter() - Constructor for class org.bounce.image.BaseFilter
 
BlueFilter - Class in org.bounce.image
A filter to create a 'blue scale' image.
BlueFilter(int) - Constructor for class org.bounce.image.BlueFilter
Constructs a Filter that can be used to construct a blue-scale image.
BOTTOM - Static variable in class org.bounce.CenterLayout
A constraint that adds the component to the right/bottom.
BOTTOM - Static variable in class org.bounce.FormConstraints
BOTTOM position
BOTTOM_LEFT - Static variable in class org.bounce.QPanel
Place the background image bottom left
BOTTOM_RIGHT - Static variable in class org.bounce.QPanel
Place the background image bottom right
BounceButtonUI - Class in org.bounce.plaf
BounceButtonUI implementation.
BounceButtonUI() - Constructor for class org.bounce.plaf.BounceButtonUI
 
BounceGraphicsUtils - Class in org.bounce.plaf
The Graphic Utils for the Bounce package.
BounceGraphicsUtils() - Constructor for class org.bounce.plaf.BounceGraphicsUtils
 
BounceLabelUI - Class in org.bounce.plaf
Extend the BasicLabelUI class, this LabelUI allows for a multi-line label.
BounceLabelUI() - Constructor for class org.bounce.plaf.BounceLabelUI
 
BouncePanelUI - Class in org.bounce.plaf
Extend the BasicPanelUI class, this PanelUI allows for a background image that can be centered, tiled, anchored in a corner or stretched.
BouncePanelUI() - Constructor for class org.bounce.plaf.BouncePanelUI
 
BrighterFilter - Class in org.bounce.image
A filter to create an X% brighter image.
BrighterFilter(int) - Constructor for class org.bounce.image.BrighterFilter
Constructs a Filter that can be used to construct a brighter image.
BrowserLauncher - Class in org.bounce.util
BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.

C

cancel() - Method in class org.bounce.QDialog
 
CANCEL_BUTTON - Variable in class org.bounce.net.DefaultAuthenticator
 
cardAdded(CardEvent<C>) - Method in class org.bounce.event.CardPanelAdapter
 
cardAdded(CardEvent<T>) - Method in interface org.bounce.event.CardPanelListener
 
cardChanged(CardEvent<C>) - Method in class org.bounce.event.CardPanelAdapter
 
cardChanged(CardEvent<T>) - Method in interface org.bounce.event.CardPanelListener
 
CardEvent<T extends JComponent> - Class in org.bounce.event
 
CardEvent(CardPanel, T) - Constructor for class org.bounce.event.CardEvent
 
CardPanel<C extends JComponent> - Class in org.bounce
Creates a panel with a CardLayout.
CardPanel() - Constructor for class org.bounce.CardPanel
Card Panel constructor
CardPanel(boolean) - Constructor for class org.bounce.CardPanel
 
CardPanelAdapter<C extends JComponent> - Class in org.bounce.event
 
CardPanelAdapter() - Constructor for class org.bounce.event.CardPanelAdapter
 
CardPanelListener<T extends JComponent> - Interface in org.bounce.event
 
cardRemoved(CardEvent<C>) - Method in class org.bounce.event.CardPanelAdapter
 
cardRemoved(CardEvent<T>) - Method in interface org.bounce.event.CardPanelListener
 
CENTER - Static variable in class org.bounce.CenterLayout
A constraint that adds the component to the center.
CENTER - Static variable in class org.bounce.FormConstraints
CENTER position
CENTER - Static variable in class org.bounce.QIcon
The overlay icon location CENTER
CENTERED - Static variable in class org.bounce.QPanel
The center the background image
CenterLayout - Class in org.bounce
A Layout manager that can be used to layout 3 components, one component in the center that does not resize, and a component on either side that take up the rest of the available space.
CenterLayout() - Constructor for class org.bounce.CenterLayout
Constructs a default CenterLayout without a gap and with a horizontal orientation.
CenterLayout(int) - Constructor for class org.bounce.CenterLayout
Constructs a CenterLayout with the orientation supplied and with no gap between the components.
CenterLayout(int, int) - Constructor for class org.bounce.CenterLayout
Constructs a CenterLayout with the gap and orientation supplied.
close() - Method in class org.bounce.com.sun.syndication.io.XmlReader
Closes the XmlReader stream.
close() - Method in class org.bounce.QDialog
 
collapseAll() - Method in class org.bounce.QTree
Collapses all the nodes in the tree.
collapseNode(DefaultMutableTreeNode) - Method in class org.bounce.QTree
Collapses all the nodes in the tree from this node up/down.
COMMENT - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for comment
COMMENT_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
composeFile(URI, String) - Static method in class org.bounce.util.URIUtils
Return the absolute path, composed from a base URI and a relative path.
composePath(URI, String) - Static method in class org.bounce.util.URIUtils
Return the absolute path, composed from a base URI and a relative path.
composeURI(URI, String) - Static method in class org.bounce.util.URIUtils
Return the absolute URI, composed from a base URI and a relative path.
consume() - Method in class org.bounce.message.Message
Consume the message.
CONTROL_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
createBlueImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a blue version of the image supplied.
createBrighterImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a 30% brighter version of the image supplied.
createButtonListener(AbstractButton) - Method in class org.bounce.plaf.BounceButtonUI
Overrides the createButtonListener method in the BasicButtonUI class, to be able to install a new button listener that can listen to double clicks.
createButtonPanel() - Method in class org.bounce.preferences.PreferencesDialog
 
createButtonPanel() - Method in class org.bounce.wizard.Wizard
 
createCenterPanel() - Method in class org.bounce.preferences.PreferencesDialog
 
createCenterPanel() - Method in class org.bounce.wizard.Wizard
 
createCyanImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a cyan version of the image supplied.
createDarkerImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a 30% darker version of the image supplied.
createDefaultDocument() - Method in class org.bounce.text.xml.XMLEditorKit
 
createGrayImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a gray version of the image supplied.
createGreenImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a green version of the image supplied.
createMagentaImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a magenta version of the image supplied.
createRedImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a red version of the image supplied.
createSilhouetteImage(ImageIcon, Color) - Static method in class org.bounce.image.ImageUtilities
Creates a silhouette version of the image supplied, in the supplied color.
createSouthPanel() - Method in class org.bounce.preferences.PreferencesDialog
 
createSouthPanel() - Method in class org.bounce.wizard.Wizard
 
createUI(JComponent) - Static method in class org.bounce.plaf.BounceButtonUI
Return this button look and feel.
createUI(JComponent) - Static method in class org.bounce.plaf.BounceLabelUI
Creates the one version of this UI.
createUI(JComponent) - Static method in class org.bounce.plaf.BouncePanelUI
Creates the one version of this UI.
createUI(JComponent) - Static method in class org.bounce.plaf.LinkButtonUI
Return this button look and feel.
createUI(JComponent) - Static method in class org.bounce.viewer.xml.DOMNodeCellRendererUI
 
createUI(JComponent) - Static method in class org.bounce.viewer.xml.DOMNodeTreeUI
 
createURI(String) - Static method in class org.bounce.util.URIUtils
Creates a URI from a path, the path can be relative or absolute, '\' and '/' are normalised.
createYellowImage(ImageIcon) - Static method in class org.bounce.image.ImageUtilities
Creates a yellow version of the image supplied.
CyanFilter - Class in org.bounce.image
A filter to create a 'cyan scale' image.
CyanFilter(int) - Constructor for class org.bounce.image.CyanFilter
Constructs a Filter that can be used to construct a cyan-scale image.

D

DarkerFilter - Class in org.bounce.image
A filter to create an X% darker image.
DarkerFilter(int) - Constructor for class org.bounce.image.DarkerFilter
Constructs a Filter that can be used to construct a darker image.
DECLARATION - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for declaration
DefaultAuthenticator - Class in org.bounce.net
An authenticator which prompts for username and password.
DefaultAuthenticator(JFrame) - Constructor for class org.bounce.net.DefaultAuthenticator
Constructor for the authenticator, setting the parent frame.
DefaultFileFilter - Class in org.bounce
The default file filter, allows for setting a description and a file-type extension.
DefaultFileFilter(String, String) - Constructor for class org.bounce.DefaultFileFilter
Creates a file filter that accepts the given file types.
DefaultPublisher - Class in org.bounce.message
A default implmenentation of a publisher, used by the distributor to have one publisher for the Message class.
DefaultPublisher() - Constructor for class org.bounce.message.DefaultPublisher
Constructs the DefaultPublisher with an empty list of subscribers.
DESCRIPTION - Variable in class org.bounce.net.DefaultAuthenticator
 
distribute(Message) - Method in class org.bounce.message.Distributor
Asks the publishers to publish the message.
Distributor - Class in org.bounce.message
This class is the Distributor for all messages, it distributes the messages to the topic publishers.
Distributor() - Constructor for class org.bounce.message.Distributor
The constructor for the Distributor.
DOMNodeCellRenderer - Class in org.bounce.viewer.xml
The cell renderer for a XmlElementNode.
DOMNodeCellRenderer() - Constructor for class org.bounce.viewer.xml.DOMNodeCellRenderer
 
DOMNodeCellRendererUI - Class in org.bounce.viewer.xml
Renderers the XML information in the Element Node.
DOMNodeCellRendererUI() - Constructor for class org.bounce.viewer.xml.DOMNodeCellRendererUI
 
DOMNodeTree - Class in org.bounce.viewer.xml
A tree representing DOM Nodes.
DOMNodeTree(Node) - Constructor for class org.bounce.viewer.xml.DOMNodeTree
Constructs a tree for a DOM node.
DOMNodeTreeUI - Class in org.bounce.viewer.xml
The View part for the Xml Tree component.
DOMNodeTreeUI() - Constructor for class org.bounce.viewer.xml.DOMNodeTreeUI
 
DONT_CARE - Static variable in class org.bounce.ThreeStateCheckBox
 
DONT_CARE - Static variable in class org.bounce.ThreeStateCheckBox2
 
doubleClicked(MouseEvent) - Method in class org.bounce.event.DoubleClickListener
Invoked when a double click mouse event has occured.
DoubleClickListener - Class in org.bounce.event
A MouseListener that informs about double click events.
DoubleClickListener() - Constructor for class org.bounce.event.DoubleClickListener
 
drawLine(Graphics, FontMetrics, Rectangle, String, int, int, int) - Static method in class org.bounce.plaf.BounceGraphicsUtils
Draws one of the lines on a multiline label/button.
drawSelectedText(Graphics, int, int, int, int) - Method in class org.bounce.text.xml.WrappedXMLView
Renders the given range in the model as selected text.
drawSelectedText(Graphics, int, int, int, int) - Method in class org.bounce.text.xml.XMLView
Renders the given range in the model as selected text.
drawUnselectedText(Graphics, int, int, int, int) - Method in class org.bounce.text.xml.WrappedXMLView
Renders the given range in the model as normal unselected text.
drawUnselectedText(Graphics, int, int, int, int) - Method in class org.bounce.text.xml.XMLView
Renders the given range in the model as normal unselected text.
DummyIcon - Class in org.bounce
Dummy Item, which does not perform any painting.
DummyIcon(Dimension) - Constructor for class org.bounce.DummyIcon
Create an Icon of a certain size, which does not perform any painting.

E

EAST - Static variable in class org.bounce.QIcon
The overlay icon location EAST
ELEMENT_NAME - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for element name
ELEMENT_NAME_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
ELEMENT_PREFIX - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for element prefix
ELEMENT_VALUE - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for element value
ELEMENT_VALUE_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
ENTITY - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for entity
equals(Object) - Method in class org.bounce.FormConstraints
Finds out if the values in this FormConstraint are equal to the supplied object.
expand(int) - Method in class org.bounce.QTree
Expands all the nodes in the tree to a certain level.
expandAll() - Method in class org.bounce.QTree
Expands all the nodes in the tree.
expandNode(DefaultMutableTreeNode) - Method in class org.bounce.QTree
Expands all the nodes in the tree from this node down.
expandNode(DefaultMutableTreeNode, int) - Method in class org.bounce.QTree
Expands all the nodes in the tree from this node down, until a certain level.

F

filter(ImageIcon, RGBImageFilter) - Static method in class org.bounce.image.ImageUtilities
Utility method that filters the image.
filterRGB(int, int, int) - Method in class org.bounce.image.BlueFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.BrighterFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.CyanFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.DarkerFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.GrayFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.GreenFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.MagentaFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.RedFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.SilhouetteFilter
Overrides RGBImageFilter.filterRGB.
filterRGB(int, int, int) - Method in class org.bounce.image.YellowFilter
Overrides RGBImageFilter.filterRGB.
findClass(String) - Method in class org.bounce.JarClassLoader
Checks the contents table for an occurence of the class.
findResource(String) - Method in class org.bounce.JarClassLoader
Checks the contents table for an occurence of the resource file.
fireCardAdded(C) - Method in class org.bounce.CardPanel
 
fireCardChanged(C) - Method in class org.bounce.CardPanel
 
fireCardRemoved(C) - Method in class org.bounce.CardPanel
 
firePageChanged() - Method in class org.bounce.wizard.WizardPage
Called when information on the page has changed and buttons need to be enabled or disabled accordingly.
FOCUS_AROUND_ICON - Static variable in class org.bounce.QButton
focus rectangle around icon
FOCUS_AROUND_TEXT - Static variable in class org.bounce.QButton
focus rectangle around text
FOCUS_AROUND_TEXT_AND_ICON - Static variable in class org.bounce.QButton
focus rectangle around icon and text
FOCUS_NONE - Static variable in class org.bounce.QButton
Do not have a focus rectangle
FOLDING_MARKING - Static variable in class org.bounce.text.xml.XMLDocument
Container for folding markers (TreeMap)
FormConstraints - Class in org.bounce
A constraints object, used for the FormLayout, the constraints allow for setting the components position, alignments and fill type.
FormConstraints() - Constructor for class org.bounce.FormConstraints
Constructs a default FormConstraint which positions the component over both columns and aligns the component horizontally to the LEFT and vertically at the CENTER.
FormConstraints(int) - Constructor for class org.bounce.FormConstraints
Constructs a default FormConstraint which aligns the component horizontally to the LEFT and vertically at the CENTER and positions the component at the position supplied.
FormConstraints(int, boolean) - Constructor for class org.bounce.FormConstraints
Constructs a FormConstraint with the filled value set to the value supplied.
FormConstraints(int, int) - Constructor for class org.bounce.FormConstraints
Constructs a FormConstraint which aligns the component horizontally with the value supplied and vertically at the CENTER.
FormConstraints(int, int, int) - Constructor for class org.bounce.FormConstraints
Constructs a FormConstraint which aligns the component horizontally and vertically with the values supplied.
FormConstraints(FormConstraints) - Constructor for class org.bounce.FormConstraints
Constructs a FormConstraint which copies its values from the constraint supplied.
FormLayout - Class in org.bounce
A Layout manager that can be used to layout 2 columns of components.
FormLayout() - Constructor for class org.bounce.FormLayout
Constructs a default FormLayout without any horizontal or vertical gaps.
FormLayout(int, int) - Constructor for class org.bounce.FormLayout
Constructs a FormLayout with the specified horizontal and vertical gap.
FULL - Static variable in class org.bounce.FormConstraints
FULL position
FULL - Static variable in class org.bounce.FormLayout
A constraint that allows the component to use the total width of the form.
FULL_FILL - Static variable in class org.bounce.FormLayout
A constraint that allows the component to use the total width of the form and resizes the component to fill the whole width.

G

get() - Static method in class org.bounce.image.ImageLoader
Returns the single reference to the ImageLoader.
getBack() - Method in class org.bounce.wizard.WizardPage
 
getBackButton() - Method in class org.bounce.wizard.Wizard
 
getBackgroundImage() - Method in class org.bounce.QPanel
Returns this panel's background image.
getBackgroundImageMode() - Method in class org.bounce.QPanel
Returns the mode in which the background image is displayed.
getBlue(int) - Method in class org.bounce.image.BaseFilter
Gets the blue value out of the rgb value.
getBomEncoding() - Method in exception org.bounce.com.sun.syndication.io.XmlReaderException
Returns the BOM encoding found in the InputStream.
getCancelButton() - Method in class org.bounce.preferences.PreferencesDialog
 
getCancelButton() - Method in class org.bounce.wizard.Wizard
 
getCard() - Method in class org.bounce.event.CardEvent
 
getCards() - Method in class org.bounce.preferences.PreferencesDialog
 
getCards() - Method in class org.bounce.wizard.Wizard
 
getCenterPane() - Method in class org.bounce.preferences.PreferencesPage
 
getContent() - Method in class org.bounce.message.Message
Returns the message.
getContentType() - Method in class org.bounce.text.xml.XMLEditorKit
Get the MIME type of the data that this kit represents support for.
getContentTypeEncoding() - Method in exception org.bounce.com.sun.syndication.io.XmlReaderException
Returns the encoding in the content-type used to attempt determining the encoding.
getContentTypeMime() - Method in exception org.bounce.com.sun.syndication.io.XmlReaderException
Returns the MIME type in the content-type used to attempt determining the encoding.
getCursor() - Method in class org.bounce.LinkButton
Returns a HAND_CURSOR if the default cursor has been set and the button is enabled.
getDescription() - Method in class org.bounce.DefaultFileFilter
 
getDescription() - Method in class org.bounce.wizard.WizardPage
 
getDirectoryName(URI) - Static method in class org.bounce.util.URIUtils
Returns the name of the directory that is pointed to by this URI.
getDisabledBackground() - Method in class org.bounce.QButton
Returns the background color that is painted when the button is disabled.
getDisabledBorder() - Method in class org.bounce.QButton
Returns the border that is painted when the button is disabled.
getDisabledFont() - Method in class org.bounce.QButton
Returns the font that is painted when the button is disabled.
getDisabledForeground() - Method in class org.bounce.QButton
Returns the foreground color that is painted when the button is disabled.
getDisabledSelectedBackground() - Method in class org.bounce.QButton
Returns the background color that is painted when the button is disabledSelected.
getDisabledSelectedBorder() - Method in class org.bounce.QButton
Returns the border that is painted when the button is disabledSelected.
getDisabledSelectedFont() - Method in class org.bounce.QButton
Returns the font that is painted when the button is disabledSelected.
getDisabledSelectedForeground() - Method in class org.bounce.QButton
Returns the foreground color that is painted when the button is disabledSelected.
getEncoding() - Method in class org.bounce.com.sun.syndication.io.XmlReader
Returns the charset encoding of the XmlReader.
getEndOffset() - Method in class org.bounce.text.xml.XMLScanner
Gets the end location of the current token in the document.
getFinishButton() - Method in class org.bounce.wizard.Wizard
 
getFocusedBackground() - Method in class org.bounce.QButton
Returns the background color that is painted when the button is focused.
getFocusedBorder() - Method in class org.bounce.QButton
Returns the border that is painted when the button is focused.
getFocusedFont() - Method in class org.bounce.QButton
Returns the font that is painted when the button is focused.
getFocusedForeground() - Method in class org.bounce.QButton
Returns the foreground color that is painted when the button is focused.
getFocusedIcon() - Method in class org.bounce.QButton
Returns the icon that is painted when the button is focused.
getFocusedRectangleColor() - Method in class org.bounce.QButton
Returns the color for the rectangle that is painted when the button is in focus.
getFocusedRectangleMode() - Method in class org.bounce.QButton
Returns the mode for the rectangle that is painted when the button is in focus.
getFocusedSelectedBackground() - Method in class org.bounce.QButton
Returns the background color that is painted when the button is focusedSelected.
getFocusedSelectedBorder() - Method in class org.bounce.QButton
Returns the border that is painted when the button is focusedSelected.
getFocusedSelectedFont() - Method in class org.bounce.QButton
Returns the font that is painted when the button is focusedSelected.
getFocusedSelectedForeground() - Method in class org.bounce.QButton
Returns the foreground color that is painted when the button is focusedSelected.
getFocusedSelectedIcon() - Method in class org.bounce.QButton
Returns the icon that is painted when the button is focusedSelected.
getFontStyle(Style) - Method in class org.bounce.text.xml.XMLContext
Fetch the font to use for a lexical token with the given scan value.
getForeground(String) - Method in class org.bounce.text.xml.XMLContext
Gets the foreground color to use for a lexical token with the given value.
getForeground(Style) - Method in class org.bounce.text.xml.XMLContext
Return the foreground color.
getGap() - Method in class org.bounce.CenterLayout
Returns the gap between the components.
getGap() - Method in class org.bounce.PercentageLayout
Returns the gap between the components.
getGradientColor() - Method in class org.bounce.QPanel
Returns the color used for the lower right corner of the gradient 3D effect.
getGreen(int) - Method in class org.bounce.image.BaseFilter
Gets the green value out of the rgb value.
getHgap() - Method in class org.bounce.FormLayout
Returns the horizontal gap between the left column and the right column.
getHorizontalAlignment() - Method in class org.bounce.FormConstraints
Returns the horizontal alignment for the component.
getIconHeight() - Method in class org.bounce.DummyIcon
 
getIconHeight() - Method in class org.bounce.QIcon
Return the height of the icon.
getIconWidth() - Method in class org.bounce.DummyIcon
 
getIconWidth() - Method in class org.bounce.QIcon
Return the width of the icon.
getImage(String) - Method in class org.bounce.image.ImageLoader
Gets an image for the string supplied.
getImage(URL) - Method in class org.bounce.image.ImageLoader
Gets an image for the url supplied.
getInputStream() - Method in exception org.bounce.com.sun.syndication.io.XmlReaderException
Returns the unconsumed InputStream to allow the application to do an alternate encoding detection on the InputStream.
getLabel() - Method in class org.bounce.preferences.PreferencesPage
 
getLastChar() - Method in class org.bounce.text.xml.XMLInputReader
Returns the last read character.
getLayoutAlignmentX(Container) - Method in class org.bounce.CenterLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class org.bounce.FormLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class org.bounce.PercentageLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class org.bounce.CenterLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class org.bounce.FormLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class org.bounce.PercentageLayout
Returns the alignment along the y axis.
getMaximumLines() - Method in class org.bounce.QButton
Get the maximum number of lines used for the button text.
getMaximumLines() - Method in class org.bounce.QLabel
Get the maximum number of lines used for the label text.
getMaximumSize() - Method in class org.bounce.text.LineNumberMargin
 
getMaximumSize(JComponent) - Method in class org.bounce.viewer.xml.DOMNodeCellRendererUI
 
getMinimumLines() - Method in class org.bounce.QButton
Get the minimum number of lines used for the button text.
getMinimumLines() - Method in class org.bounce.QLabel
Get the minimum number of lines used for the label text.
getMinimumSize() - Method in class org.bounce.text.LineNumberMargin
 
getMinimumSize(JComponent) - Method in class org.bounce.viewer.xml.DOMNodeCellRendererUI
 
getName(URI) - Static method in class org.bounce.util.URIUtils
Returns the name of the file that is pointed to by this URI.
getName(Attr) - Static method in class org.bounce.viewer.xml.ScannerUtils
 
getName(Element) - Static method in class org.bounce.viewer.xml.ScannerUtils
 
getNamespaceURI(String) - Method in class org.bounce.xml.NamespaceContextMap
Get Namespace URI bound to a prefix in the current scope.
getNext() - Method in class org.bounce.wizard.WizardPage
 
getNextButton() - Method in class org.bounce.wizard.Wizard
 
getNextMatch(String, int, Position.Bias) - Method in class org.bounce.QTree
Bug fix for return and space kay presses.
getNode() - Method in class org.bounce.viewer.xml.NodeTreeNode
Constructs the node for the XML element.
getNTSCValue(int) - Method in class org.bounce.image.BaseFilter
Converts the red green and blue values to one value.
getOkButton() - Method in class org.bounce.preferences.PreferencesDialog
 
getOrientation() - Method in class org.bounce.CenterLayout
Returns the orientation of the layout manager.
getOrientation() - Method in class org.bounce.PercentageLayout
Returns the orientation of the layout manager.
getPage() - Method in class org.bounce.wizard.Wizard
 
getPasswordAuthentication() - Method in class org.bounce.net.DefaultAuthenticator
Return the PasswordAuthentication object.
getPathForNode(Node) - Method in class org.bounce.viewer.xml.DOMNodeTree
The tree-path for the W3C DOM node.
getPosition() - Method in class org.bounce.FormConstraints
Returns the column position of the component.
getPreferredScrollableViewportSize() - Method in class org.bounce.text.ScrollableEditorPanel
 
getPreferredSize(JComponent) - Method in class org.bounce.plaf.BounceButtonUI
Returns the preferred size of the button, this size will return the full width of the text as the preferred width and the full height of the lines as the height.
getPreferredSize(JComponent) - Method in class org.bounce.plaf.BounceLabelUI
Returns the preferred size of the label, this size will return the full width of the text as the preferred width and the full height of the lines as the height.
getPreferredSize() - Method in class org.bounce.text.LineNumberMargin
 
getPreferredSize(JComponent) - Method in class org.bounce.viewer.xml.DOMNodeCellRendererUI
 
getPrefix(String) - Method in class org.bounce.xml.NamespaceContextMap
Return the prefix bound to the namespace uri, null if no prefix could be found.
getPrefixes(String) - Method in class org.bounce.xml.NamespaceContextMap
Return the list of prefixes bound to the namespace uri, null if no prefix could be found.
getPressedBackground() - Method in class org.bounce.QButton
Returns the background color that is painted when the button is pressed.
getPressedBorder() - Method in class org.bounce.QButton
Returns the border that is painted when the button is pressed.
getPressedFont() - Method in class org.bounce.QButton
Returns the font that is painted when the button is pressed.
getPressedForeground() - Method in class org.bounce.QButton
Returns the foreground color that is painted when the button is pressed.
getPublisher(Class) - Method in class org.bounce.message.Distributor
Gets a publisher for a specific topic from the controller.
getQName(Element) - Static method in class org.bounce.viewer.xml.ScannerUtils
 
getRed(int) - Method in class org.bounce.image.BaseFilter
Gets the red value out of the rgb value.
getRelativePath(URI, File) - Static method in class org.bounce.util.URIUtils
Return the path for the file relative to the base uri.
getRelativeURI(URI, URI) - Static method in class org.bounce.util.URIUtils
Return the uri for the uri relative to the base uri.
getRGB(int, int, int, int) - Method in class org.bounce.image.BaseFilter
Returns the rgb value for the blue, red and green values.
getRolloverBackground() - Method in class org.bounce.QButton
Returns the background color that is painted when the button is rollover.
getRolloverBorder() - Method in class org.bounce.QButton
Returns the border that is painted when the button is rollover.
getRolloverFont() - Method in class org.bounce.QButton
Returns the font that is painted when the button is rollover.
getRolloverForeground() - Method in class org.bounce.QButton
Returns the foreground color that is painted when the button is rollover.
getRolloverSelectedBackground() - Method in class org.bounce.QButton
Returns the background color that is painted when the button is rolloverSelected.
getRolloverSelectedBorder() - Method in class org.bounce.QButton
Returns the border that is painted when the button is rolloverSelected.
getRolloverSelectedFont() - Method in class org.bounce.QButton
Returns the font that is painted when the button is rolloverSelected.
getRolloverSelectedForeground() - Method in class org.bounce.QButton
Returns the foreground color that is painted when the button is rolloverSelected.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.bounce.text.ScrollableEditorPanel
Returns the information directly from the editor component.
getScrollableTracksViewportHeight() - Method in class org.bounce.text.ScrollableEditorPanel
 
getScrollableTracksViewportWidth() - Method in class org.bounce.text.ScrollableEditorPanel
Return true when a Wrapped View is used.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.bounce.text.ScrollableEditorPanel
Returns the information directly from the editor component.
getSelected() - Method in class org.bounce.ThreeStateCheckBox
 
getSelected() - Method in class org.bounce.ThreeStateCheckBox2
 
getSelectedBackground() - Method in class org.bounce.QButton
Returns the background color that is painted when the button is selected.
getSelectedBorder() - Method in class org.bounce.QButton
Returns the border that is painted when the button is selected.
getSelectedFont() - Method in class org.bounce.QButton
Returns the font that is painted when the button is selected.
getSelectedForeground() - Method in class org.bounce.QButton
Returns the foreground color that is painted when the button is selected.
getSelectedNode() - Method in class org.bounce.QTree
Returns the currently selected node, null if nothing has been selected.
getStartOffset() - Method in class org.bounce.text.xml.XMLScanner
Gets the starting location of the current token in the document.
getStyle(String) - Method in class org.bounce.text.xml.XMLContext
Return the style for the token.
getTitle() - Method in class org.bounce.preferences.PreferencesPage
 
getTitle() - Method in class org.bounce.wizard.WizardPage
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.bounce.preferences.PreferencesPageCellRenderer
Configures the renderer based on the passed in components.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.bounce.viewer.xml.DOMNodeCellRenderer
Configures the renderer based on the passed in components.
getVerticalAlignment() - Method in class org.bounce.FormConstraints
Returns the vertical alignment for the component.
getVgap() - Method in class org.bounce.FormLayout
Returns the vertical gap between the rows.
getViewFactory() - Method in class org.bounce.text.xml.XMLEditorKit
Fetches the XML factory that can produce views for XML Documents.
getWizardTitle() - Method in class org.bounce.wizard.Wizard
 
getXmlEncoding() - Method in exception org.bounce.com.sun.syndication.io.XmlReaderException
Returns the encoding found in the XML prolog of the InputStream.
getXmlGuessEncoding() - Method in exception org.bounce.com.sun.syndication.io.XmlReaderException
Returns the encoding guess based on the first bytes of the InputStream.
GrayFilter - Class in org.bounce.image
A filter that creates a gray version of the image.
GrayFilter(int) - Constructor for class org.bounce.image.GrayFilter
Constructs a Filter that can be used to construct a grayscale image.
GreenFilter - Class in org.bounce.image
A filter to create a 'green scale' image.
GreenFilter(int) - Constructor for class org.bounce.image.GreenFilter
Constructs a Filter that can be used to construct a green-scale image.

H

handle(Message) - Method in interface org.bounce.message.Subscriber
Handles the supplied message.
HORIZONTAL - Static variable in class org.bounce.CenterLayout
Sets the layout orientation to horizontal.
HORIZONTAL - Static variable in class org.bounce.PercentageLayout
Sets the layout orientation to horizontal.
HOST - Variable in class org.bounce.net.DefaultAuthenticator
 

I

ImageLoader - Class in org.bounce.image
Loads Images from file and stores the images in a list for future reference.
ImageLoader() - Constructor for class org.bounce.image.ImageLoader
Constructs the ImageLoader object.
ImageUtilities - Class in org.bounce.image
A class with utility methods for the images.
ImageUtilities() - Constructor for class org.bounce.image.ImageUtilities
 
insertString(int, String, AttributeSet) - Method in class org.bounce.text.xml.XMLDocument
Inserts some content into the document.
install(JEditorPane) - Method in class org.bounce.text.xml.XMLEditorKit
Called when the kit is being installed into the a JEditorPane.
installDefaults() - Method in class org.bounce.viewer.xml.DOMNodeTreeUI
 
installUI(JComponent) - Method in class org.bounce.plaf.BounceLabelUI
Installs the UI for the supplied component.
installUI(JComponent) - Method in class org.bounce.plaf.BouncePanelUI
Installs the UI for the supplied component.
invalidateLayout(Container) - Method in class org.bounce.CenterLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class org.bounce.FormLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class org.bounce.PercentageLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
isCancelled() - Method in class org.bounce.QDialog
 
isConsumed() - Method in class org.bounce.message.Message
Check if the message has been consumed.
isDoubleClick() - Method in class org.bounce.QButton
Call to find out if the double click has been enabled.
isFilled() - Method in class org.bounce.FormConstraints
Returns wether the component occupies the full available horizontal space.
isFinishEnabled() - Method in class org.bounce.wizard.WizardPage
 
isFolding() - Method in class org.bounce.text.xml.XMLEditorKit
Returns true when the folding is enables
isGradientBackground() - Method in class org.bounce.QPanel
Returns whether the 'subtle' 3D gradient effect is enabled.
isLineWrapping() - Method in class org.bounce.text.xml.XMLEditorKit
Returns true when line-wrapping has been turned on.
isMixed(Element) - Static method in class org.bounce.viewer.xml.ScannerUtils
 
isWrapStyleWord() - Method in class org.bounce.text.xml.XMLEditorKit
Returns true when the wrapping style is 'word wrapping'.

J

JarClassLoader - Class in org.bounce
A class loader for loading resources and classes out of a jar file.
JarClassLoader(URL) - Constructor for class org.bounce.JarClassLoader
Creates a new JarClassLoader that will allow the loading of classes stored in the jar file supplied.
JarClassLoader(ClassLoader, URL) - Constructor for class org.bounce.JarClassLoader
Creates a new JarClassLoader that will allow the loading of classes stored in the jar file supplied.

L

labelUI - Static variable in class org.bounce.viewer.xml.DOMNodeCellRendererUI
 
layoutContainer(Container) - Method in class org.bounce.CenterLayout
Lays out the components on the specified container.
layoutContainer(Container) - Method in class org.bounce.FormLayout
Lays out the components on the specified container.
layoutContainer(Container) - Method in class org.bounce.PercentageLayout
Lays out the components on the specified container.
layoutMultilineCompoundLabel(JComponent, FontMetrics, String, Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int, int, int) - Static method in class org.bounce.plaf.BounceGraphicsUtils
Lays out a multiline label/button with icon.
LEFT - Static variable in class org.bounce.CenterLayout
A constraint that adds the component to the left/top.
LEFT - Static variable in class org.bounce.FormConstraints
LEFT position
LEFT - Static variable in class org.bounce.FormLayout
A constraint that adds the component to the left side of the form.
LineNumberMargin - Class in org.bounce.text
Line number margin for a JTextComponent.
LineNumberMargin(JTextComponent) - Constructor for class org.bounce.text.LineNumberMargin
Convenience constructor for Text Components
LinkButton - Class in org.bounce
A generic link button that has underlined text and a handcursor as the default cursor.
LinkButton() - Constructor for class org.bounce.LinkButton
Constructor without a set text or icon.
LinkButton(Action) - Constructor for class org.bounce.LinkButton
Constructor with properties taken from the action supplied.
LinkButton(Icon) - Constructor for class org.bounce.LinkButton
Constructor for a button with an Icon.
LinkButton(String) - Constructor for class org.bounce.LinkButton
Constructor for a button with text.
LinkButton(String, Icon) - Constructor for class org.bounce.LinkButton
Constructor for a button with an icon and text.
LinkButtonUI - Class in org.bounce.plaf
LinkButtonUI implementation.
LinkButtonUI() - Constructor for class org.bounce.plaf.LinkButtonUI
 

M

MagentaFilter - Class in org.bounce.image
A filter to create a 'magenta scale' image.
MagentaFilter(int) - Constructor for class org.bounce.image.MagentaFilter
Constructs a Filter that can be used to construct a magenta-scale image.
MAX_LINE_LENGTH - Static variable in class org.bounce.viewer.xml.NodeTreeNode
 
maximumLayoutSize(Container) - Method in class org.bounce.CenterLayout
Returns the maximum size of this component.
maximumLayoutSize(Container) - Method in class org.bounce.FormLayout
Returns the maximum size of this component.
maximumLayoutSize(Container) - Method in class org.bounce.PercentageLayout
Returns the maximum size of this component.
MenuUtilities - Class in org.bounce
Menu Utilities
MenuUtilities() - Constructor for class org.bounce.MenuUtilities
 
Message - Class in org.bounce.message
Representation of a message.
Message() - Constructor for class org.bounce.message.Message
Constructor for the message.
Message(Object) - Constructor for class org.bounce.message.Message
Constructor for the message.
minimumLayoutSize(Container) - Method in class org.bounce.CenterLayout
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
minimumLayoutSize(Container) - Method in class org.bounce.FormLayout
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
minimumLayoutSize(Container) - Method in class org.bounce.PercentageLayout
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
mouseClicked(MouseEvent) - Method in class org.bounce.event.DoubleClickListener
 
mouseClicked(MouseEvent) - Method in class org.bounce.event.PopupListener
 
mouseClicked(MouseEvent) - Method in class org.bounce.text.LineNumberMargin
Receives all mouse-click events in the margin.
mousePressed(MouseEvent) - Method in class org.bounce.event.PopupListener
 
mouseReleased(MouseEvent) - Method in class org.bounce.event.PopupListener
 

N

NAMESPACE_COLON - Static variable in class org.bounce.viewer.xml.StyledString
 
NAMESPACE_NAME - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for namespace name
NAMESPACE_NAME_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
NAMESPACE_PREFIX - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for namespace prefix
NAMESPACE_PREFIX_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
NAMESPACE_URI_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
NAMESPACE_VALUE - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for namespace value
NamespaceContextMap - Class in org.bounce.xml
Implementation of the a Namespace Context as a HashMap.
NamespaceContextMap() - Constructor for class org.bounce.xml.NamespaceContextMap
 
nextPage() - Method in class org.bounce.wizard.Wizard
 
NodeTreeNode - Class in org.bounce.viewer.xml
The node for the XML tree, containing an XML element.
NORTH - Static variable in class org.bounce.QIcon
The overlay icon location NORTH
NORTH_EAST - Static variable in class org.bounce.QIcon
The overlay icon location NORTH_EAST
NORTH_WEST - Static variable in class org.bounce.QIcon
The overlay icon location NORTH_WEST
NOT_SELECTED - Static variable in class org.bounce.ThreeStateCheckBox
 
NOT_SELECTED - Static variable in class org.bounce.ThreeStateCheckBox2
 

O

OK_BUTTON - Variable in class org.bounce.net.DefaultAuthenticator
 
openURL(String) - Static method in class org.bounce.util.BrowserLauncher
Attempts to open the default web browser to the given URL.
org.bounce - package org.bounce
 
org.bounce.com.sun.syndication.io - package org.bounce.com.sun.syndication.io
 
org.bounce.event - package org.bounce.event
 
org.bounce.image - package org.bounce.image
 
org.bounce.message - package org.bounce.message
 
org.bounce.net - package org.bounce.net
 
org.bounce.plaf - package org.bounce.plaf
 
org.bounce.preferences - package org.bounce.preferences
 
org.bounce.text - package org.bounce.text
 
org.bounce.text.xml - package org.bounce.text.xml
 
org.bounce.util - package org.bounce.util
 
org.bounce.viewer.xml - package org.bounce.viewer.xml
 
org.bounce.wizard - package org.bounce.wizard
 
org.bounce.xml - package org.bounce.xml
 
ORIGINAL_DOCUMENT - Static variable in class org.bounce.text.xml.XMLDocument
Text of the original not-folded document (StringBuffer)

P

pageChanged(WizardPageEvent) - Method in class org.bounce.wizard.Wizard
 
pageChanged(WizardPageEvent) - Method in interface org.bounce.wizard.WizardPageListener
 
paint(Graphics, JComponent) - Method in class org.bounce.plaf.BounceButtonUI
Overrides the paint method in the BasicButtonUI class.
paint(Graphics, JComponent) - Method in class org.bounce.plaf.BounceLabelUI
Overrides the paint method in the BasicLabelUI class.
paint(Graphics, JComponent) - Method in class org.bounce.plaf.BouncePanelUI
Overrides the paint method in the BasicPanelUI class.
paint(Graphics, Shape) - Method in class org.bounce.text.xml.WrappedXMLView
Invalidates the scanner, to make sure a new range is set later.
paint(Graphics, Shape) - Method in class org.bounce.text.xml.XMLView
Invalidates the scanner, to make sure a new range is set later.
paint(Graphics, JComponent) - Method in class org.bounce.viewer.xml.DOMNodeCellRendererUI
Paint the label text in the foreground color, if the label is opaque then paint the entire background with the background color.
paintBackground(Graphics, JComponent) - Method in class org.bounce.plaf.BounceButtonUI
Paints button's background.
paintBorder(Graphics) - Method in class org.bounce.QButton
Paints the QButton's border, this border needs to be selected from all component state specific borders.
paintComponent(Graphics) - M