Get Bounce at SourceForge.net. Fast secure and Free Open Source software downloads
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

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
 
add(Fold) - Method in class org.bounce.text.Fold
 
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.
addString(StyledString) - Method in class org.bounce.viewer.xml.StyledElement
 
addStyledElement(StyledElement) - Method in class org.bounce.viewer.xml.Line
 
addStyledString(StyledString) - Method in class org.bounce.viewer.xml.Line
 
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_ASIGN - Static variable in class org.bounce.viewer.xml.StyledString
 
ATTRIBUTE_COLON - Static variable in class org.bounce.viewer.xml.StyledString
 
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
 

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
BounceButtonListener - Class in org.bounce.plaf
 
BounceButtonListener(AbstractButton) - Constructor for class org.bounce.plaf.BounceButtonListener
Constructs a button listener for the button supplied.
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

calculateLongestLine() - Method in class org.bounce.text.FoldingPlainView
Iterate over the lines represented by the child elements of the element this view represents, looking for the line that is the longest.
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 javax.swing.JComponent> - Class in org.bounce.event
 
CardEvent(CardPanel, T) - Constructor for class org.bounce.event.CardEvent
 
CardPanel<C extends javax.swing.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 javax.swing.JComponent> - Class in org.bounce.event
 
CardPanelAdapter() - Constructor for class org.bounce.event.CardPanelAdapter
 
CardPanelListener<T extends javax.swing.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
 
CDATA - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for cdata
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.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.bounce.text.FoldingPlainView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
cleanup() - Method in class org.bounce.text.Fold
 
close() - Method in class org.bounce.com.sun.syndication.io.XmlReader
Closes the XmlReader stream.
close() - Method in class org.bounce.QDialog
 
close() - Method in class org.bounce.text.DocumentInputReader
 
CLOSE_BRACKET - Static variable in class org.bounce.viewer.xml.StyledString
 
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
 
COMMENT_END - Static variable in class org.bounce.viewer.xml.StyledString
 
COMMENT_START - Static variable in class org.bounce.viewer.xml.StyledString
 
CommentTreeNode - Class in org.bounce.viewer.xml
The node for the XML viewer, containing an XML comment.
CommentTreeNode(Comment) - Constructor for class org.bounce.viewer.xml.CommentTreeNode
 
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.
contains(int) - Method in class org.bounce.text.Fold
 
CONTROL_COLOR_ID - Static variable in class org.bounce.viewer.xml.StyledString
 
create(Element) - Method in class org.bounce.text.xml.XMLEditorKit.XMLViewFactory
Creates the XML View.
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.
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

damageLineRange(int, int, Shape, Component) - Method in class org.bounce.text.FoldingPlainView
Repaint the given line range.
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.
deinstall(JEditorPane) - Method in class org.bounce.text.xml.XMLEditorKit
 
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.
DocumentInputReader - Class in org.bounce.text
A Reader for XML input, which can handle escape characters.
DocumentInputReader(Document) - Constructor for class org.bounce.text.DocumentInputReader
Constructs the new input stream reader out of the Xml input strem.
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
 
DOMUtils - Class in org.bounce.xml
 
DOMUtils() - Constructor for class org.bounce.xml.DOMUtils
 
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
 
drawClosedFold(Graphics, int, int) - Method in class org.bounce.text.FoldingMargin
 
drawEnd(Graphics, int, int) - Method in class org.bounce.text.FoldingMargin
 
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.
drawLine(Graphics, int, int) - Method in class org.bounce.text.FoldingMargin
 
drawLine(int, Graphics, int, int) - Method in class org.bounce.text.FoldingPlainView
Renders a line of text, suppressing whitespace at the end and expanding any tabs.
drawOpenFold(Graphics, int, int) - Method in class org.bounce.text.FoldingMargin
 
drawSelectedText(Graphics, int, int, int, int) - Method in class org.bounce.text.FoldingPlainView
Renders the given range in the model as selected text.
drawSelectedText(Graphics, int, int, int, int) - Method in class org.bounce.text.SyntaxHighlightingView
Renders the given range in the model as selected text.
drawUnselectedText(Graphics, int, int, int, int) - Method in class org.bounce.text.FoldingPlainView
Renders the given range in the model as normal unselected text.
drawUnselectedText(Graphics, int, int, int, int) - Method in class org.bounce.text.SyntaxHighlightingView
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
editor - Variable in class org.bounce.text.FoldingMargin
 
ELEMENT_COLON - Static variable in class org.bounce.viewer.xml.StyledString
 
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
 
ElementEndTreeNode - Class in org.bounce.viewer.xml
The node for the XML tree, containing an XML element.
ElementEndTreeNode(Element) - Constructor for class org.bounce.viewer.xml.ElementEndTreeNode
Constructs the node for the XML element.
ElementTreeNode - Class in org.bounce.viewer.xml
The node for the XML tree, containing an XML element.
ElementTreeNode(Element) - Constructor for class org.bounce.viewer.xml.ElementTreeNode
Constructs the node for the XML element.
ENTITY - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for entity
ENTITY_REFERENCE - 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.
error - Variable in class org.bounce.text.SyntaxHighlightingScanner
 
ERROR_HIGHLIGHTING_ATTRIBUTE - Static variable in class org.bounce.text.xml.XMLEditorKit
 
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.
finished() - Method in class org.bounce.text.xml.XMLScanner.Scanner
The scanner has finished scanning the information, only a reset can change this.
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.
firstLineOffset - Variable in class org.bounce.text.FoldingPlainView
Offset of where to draw the first character on the first line.
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
focusGained(FocusEvent) - Method in class org.bounce.plaf.BounceButtonListener
Activated when focus gained.
Fold - Class in org.bounce.text
Representation of a Folded area.
Fold(Element, Element) - Constructor for class org.bounce.text.Fold
 
FOLD_LIST_ATTRIBUTE - Static variable in class org.bounce.text.Fold
 
FoldingMargin - Class in org.bounce.text
Base folding margin for a JTextComponent.
FoldingMargin(JTextComponent) - Constructor for class org.bounce.text.FoldingMargin
Convenience constructor for Text Components
FoldingPlainView - Class in org.bounce.text
Implements View interface for a simple multi-line text view that has text in one font and color.
FoldingPlainView(Element) - Constructor for class org.bounce.text.FoldingPlainView
Constructs a new PlainView wrapped on an element.
FOLDS_UPDATED_ATTRIBUTE - Static variable in class org.bounce.text.Fold
 
font - Variable in class org.bounce.text.FoldingPlainView
Font used to calculate the longest line...
format() - Method in class org.bounce.viewer.xml.CommentTreeNode
 
format() - Method in class org.bounce.viewer.xml.ElementEndTreeNode
 
format() - Method in class org.bounce.viewer.xml.ElementTreeNode
 
format() - Method in class org.bounce.viewer.xml.NodeTreeNode
 
format() - Method in class org.bounce.viewer.xml.RootTreeNode
 
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
 
getChildren() - Method in class org.bounce.text.Fold
 
getColor() - Method in class org.bounce.viewer.xml.StyledString
 
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.
getCurrent() - Method in class org.bounce.viewer.xml.NodeTreeNode
 
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.
getElementByTagName(Element, String) - Method in class org.bounce.xml.DOMUtils
 
getElementByTagNameNS(Element, String, String) - Method in class org.bounce.xml.DOMUtils
 
getEncoding() - Method in class org.bounce.com.sun.syndication.io.XmlReader
Returns the charset encoding of the XmlReader.
getEnd() - Method in class org.bounce.text.Fold
 
getEndOffset() - Method in class org.bounce.text.SyntaxHighlightingScanner
Gets the end location of the current token in the document.
getEventType() - Method in class org.bounce.text.xml.XMLScanner
 
getExtension(URI) - Static method in class org.bounce.util.URIUtils
Returns the extension of the file that is pointed to by this URI.
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.
getFoldClosingLine(int, int) - Method in class org.bounce.text.FoldingMargin
Return the closing line of the fold, the first fold should be located on the first line.
getFoldClosingLine(int, int) - Method in class org.bounce.text.xml.XMLFoldingMargin
 
getFontStyle(Style) - Static method in class org.bounce.text.SyntaxHighlightingView
Fetch the font to use for a lexical token with the given scan value.
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.DocumentInputReader
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.
getLines() - Method in class org.bounce.viewer.xml.DOMNodeCellRenderer
 
getLines() - Method in class org.bounce.viewer.xml.NodeTreeNode
Returns the formatted lines for this element.
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.FoldingMargin
 
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.FoldingMargin
 
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.xml.DOMUtils
 
getName(Element) - Static method in class org.bounce.xml.DOMUtils
 
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.
getNextTag() - Method in class org.bounce.text.xml.XMLScanner
 
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class org.bounce.text.FoldingPlainView
Provides a way to determine the next visually represented model location at which one might place a caret.
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.FoldingMargin
 
getPreferredSize() - Method in class org.bounce.text.LineNumberMargin
 
getPreferredSize(JComponent) - Method in class org.bounce.viewer.xml.DOMNodeCellRendererUI
 
getPreferredSpan(int) - Method in class org.bounce.text.FoldingPlainView
Determines the preferred span for this view along an axis.
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.xml.DOMUtils
 
getQName(Attr) - Static method in class org.bounce.xml.DOMUtils
 
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.
getStart() - Method in class org.bounce.text.Fold
 
getStartOffset() - Method in class org.bounce.text.SyntaxHighlightingScanner
Gets the starting location of the current token in the document.
getStrings() - Method in class org.bounce.viewer.xml.StyledElement
 
getStyledStrings() - Method in class org.bounce.viewer.xml.Line
 
getText() - Method in class org.bounce.viewer.xml.Line
 
getText() - Method in class org.bounce.viewer.xml.StyledString
 
getText(Element) - Static method in class org.bounce.xml.DOMUtils
 
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.
hasContent(Element) - Static method in class org.bounce.xml.DOMUtils
 
highSurrogate(int) - Static method in class org.bounce.xml.XMLChar
Returns the high surrogate of a supplemental character
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

iconToImage(Icon) - Static method in class org.bounce.image.ImageUtilities
Converts an Icon to an Image.
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
 
in - Variable in class org.bounce.text.SyntaxHighlightingScanner
 
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.bounce.text.FoldingPlainView
Gives notification that something was inserted into the document in a location that this view is responsible for.
install(JEditorPane) - Method in class org.bounce.text.xml.XMLEditorKit
 
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.
isContent(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character can be considered content.
isDoubleClick() - Method in class org.bounce.QButton
Call to find out if the double click has been enabled.
isError() - Method in class org.bounce.text.SyntaxHighlightingScanner
 
isErrorHighlighting() - Method in class org.bounce.text.SyntaxHighlightingView
 
isErrorHighlighting() - Method in class org.bounce.text.xml.XMLView
 
isFilled() - Method in class org.bounce.FormConstraints
Returns wether the component occupies the full available horizontal space.
isFinished() - Method in class org.bounce.text.xml.XMLScanner.Scanner
returns whether this scanner has finished scanning all it was supposed to scan.
isFinishEnabled() - Method in class org.bounce.wizard.WizardPage
 
isGradientBackground() - Method in class org.bounce.QPanel
Returns whether the 'subtle' 3D gradient effect is enabled.
isHighSurrogate(int) - Static method in class org.bounce.xml.XMLChar
Returns whether the given character is a high surrogate
isInvalid(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is invalid.
isLowSurrogate(int) - Static method in class org.bounce.xml.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character can be considered markup.
isMixed(Element) - Static method in class org.bounce.xml.DOMUtils
 
isName(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameStart(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNCName(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isPubid(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isSelected() - Method in class org.bounce.viewer.xml.DOMNodeCellRenderer
 
isSpace(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSupplemental(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is a supplemental character.
isTextOnly(Element) - Static method in class org.bounce.xml.DOMUtils
 
isValid() - Method in class org.bounce.text.Fold
 
isValid() - Method in class org.bounce.text.SyntaxHighlightingScanner
Returns true when no paint has invalidated the scanner.
isValid(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is valid.
isValidIANAEncoding(String) - Static method in class org.bounce.xml.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.bounce.xml.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Static method in class org.bounce.xml.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class org.bounce.xml.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.bounce.xml.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isWhiteSpace(Text) - Static method in class org.bounce.xml.DOMUtils
 
isXML11Space(int) - Static method in class org.bounce.xml.XMLChar
Returns true if the specified character is a space character as amdended in the XML 1.1 specification.

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.

K

keyPressed(KeyEvent) - Method in class org.bounce.text.xml.XMLEditorKit
 
keyReleased(KeyEvent) - Method in class org.bounce.text.xml.XMLEditorKit
 
keyTyped(KeyEvent) - Method in class org.bounce.text.xml.XMLEditorKit
 

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.
length() - Method in class org.bounce.viewer.xml.Line
 
length() - Method in class org.bounce.viewer.xml.StyledElement
 
Line - Class in org.bounce.viewer.xml
Represents a line on the tree.
Line() - Constructor for class org.bounce.viewer.xml.Line
 
lineBuffer - Variable in class org.bounce.text.FoldingPlainView
 
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
lineToRect(Shape, int) - Method in class org.bounce.text.FoldingPlainView
Determine the rectangle that represents the given line.
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
 
longLine - Variable in class org.bounce.text.FoldingPlainView
The current longest line.
lowSurrogate(int) - Static method in class org.bounce.xml.XMLChar
Returns the low surrogate of a supplemental character

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.
MASK_CONTENT - Static variable in class org.bounce.xml.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.bounce.xml.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.bounce.xml.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.bounce.xml.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.bounce.xml.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.bounce.xml.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.bounce.xml.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.bounce.xml.XMLChar
Valid character mask.
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.
metrics - Variable in class org.bounce.text.FoldingPlainView
Font metrics for the current font.
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.
modelToView(int, Shape, Position.Bias) - Method in class org.bounce.text.FoldingPlainView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
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
 
mousePressed(MouseEvent) - Method in class org.bounce.plaf.BounceButtonListener
Overrides the method in the Basic button listener, to enable the double click when needed.
mouseReleased(MouseEvent) - Method in class org.bounce.event.PopupListener
 

N

NAMESPACE_ASIGN - Static variable in class org.bounce.viewer.xml.StyledString
 
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 - Static variable in class org.bounce.viewer.xml.StyledString
 
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
 
nextTabStop(float, int) - Method in class org.bounce.text.FoldingPlainView
Returns the next tab stop position after a given reference position.
NodeTreeNode - Class in org.bounce.viewer.xml
The node for the XML tree, containing an XML element.
NodeTreeNode(Node) - Constructor for class org.bounce.viewer.xml.NodeTreeNode
Constructs the node for the 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
 
OPEN_BRACKET - Static variable in class org.bounce.viewer.xml.StyledString
 
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
 

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.FoldingPlainView
Renders using the given rendering surface and area on that surface.
paint(Graphics, Shape) - Method in class org.bounce.text.SyntaxHighlightingView
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) - Method in class org.bounce.text.FoldingMargin
 
paintComponent(Graphics) - Method in class org.bounce.text.LineNumberMargin
 
paintExpandControl(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean) - Method in class org.bounce.viewer.xml.DOMNodeTreeUI
Paints the expand (toggle) part of a row.
paintFocus(Graphics, QButton, Rectangle, Rectangle, Rectangle) - Method in class org.bounce.plaf.BounceButtonUI
Paints the focus rectangle on the button.
paintIcon(Component, Graphics, int, int) - Method in class org.bounce.DummyIcon
 
paintIcon(Graphics, JComponent, Rectangle, Icon) - Method in class org.bounce.plaf.BounceButtonUI
Paints the icon for the button.
paintIcon(Component, Graphics, int, int) - Method in class org.bounce.QIcon
Paint the icon.
paintLine(JLabel, Graphics, Line, int, int) - Method in class org.bounce.viewer.xml.DOMNodeCellRendererUI
Paint clippedText at textX, textY with the labels foreground color.
paintRow(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean) - Method in class org.bounce.viewer.xml.DOMNodeTreeUI
 
paintText(Graphics, JComponent, Rectangle, String[]) - Method in class org.bounce.plaf.BounceButtonUI
Paints the text on the button.
paintText(Graphics, JComponent, Rectangle, String[]) - Method in class org.bounce.plaf.LinkButtonUI
Paints the text on the button.
PASSWORD - Variable in class org.bounce.net.DefaultAuthenticator
 
PercentageLayout - Class in org.bounce
A Layout manager that can be used to layout components horizontally or vertically.
PercentageLayout() - Constructor for class org.bounce.PercentageLayout
Constructs a default PercentageLayout without a gap and with a horizontal orientation.
PercentageLayout(int) - Constructor for class org.bounce.PercentageLayout
Constructs a PercentageLayout with the orientation supplied and with no gap between the components.
PercentageLayout(int, int) - Constructor for class org.bounce.PercentageLayout
Constructs a PercentageLayout with the gap and orientation supplied.
PopupListener - Class in org.bounce.event
A MouseListener that informs about events that trigger a popup.
PopupListener() - Constructor for class org.bounce.event.PopupListener
 
popupTriggered(MouseEvent) - Method in class org.bounce.event.PopupListener
Invoked when a mouse event has occured that triggers a popup.
pos - Variable in class org.bounce.text.DocumentInputReader
 
pos - Variable in class org.bounce.text.SyntaxHighlightingScanner
 
PreferencesDialog - Class in org.bounce.preferences
Preferences Dialog framework ...
PreferencesDialog(Frame, String) - Constructor for class org.bounce.preferences.PreferencesDialog
 
PreferencesPage - Class in org.bounce.preferences
 
PreferencesPage() - Constructor for class org.bounce.preferences.PreferencesPage
 
PreferencesPage(String) - Constructor for class org.bounce.preferences.PreferencesPage
 
PreferencesPageCellRenderer - Class in org.bounce.preferences
The cell renderer for a XmlElementNode.
PreferencesPageCellRenderer() - Constructor for class org.bounce.preferences.PreferencesPageCellRenderer
 
preferredLayoutSize(Container) - Method in class org.bounce.CenterLayout
Calculates the preferred size dimensions for the specified container given the components in the specified parent container.
preferredLayoutSize(Container) - Method in class org.bounce.FormLayout
Calculates the preferred size dimensions for the specified container given the components in the specified parent container.
preferredLayoutSize(Container) - Method in class org.bounce.PercentageLayout
Calculates the preferred size dimensions for the specified container given the components in the specified parent container.
preferredLayoutSize(Container) - Method in class org.bounce.ResizingFlowLayout
Returns the preferred size for the target.
publish(Message) - Method in class org.bounce.message.DefaultPublisher
Called when the message needs to be published.
publish(Message) - Method in interface org.bounce.message.Publisher
Called when the message needs to be published.
Publisher - Interface in org.bounce.message
An interface that needs to be used by all class that want to act as publishers for messages.
publishers - Variable in class org.bounce.message.Distributor
 

Q

QButton - Class in org.bounce
A generic button that has more component state specific color, font and border attributes than the JButton.
QButton() - Constructor for class org.bounce.QButton
Constructor without a set text or icon.
QButton(Action) - Constructor for class org.bounce.QButton
Constructor with properties take from the action supplied.
QButton(Icon) - Constructor for class org.bounce.QButton
Constructor for a button with an Icon.
QButton(String) - Constructor for class org.bounce.QButton
Constructor for a button with text.
QButton(String, Icon) - Constructor for class org.bounce.QButton
Constructor for a button with an icon and text.
QDialog - Class in org.bounce
TODO Move to bounce package.
QDialog() - Constructor for class org.bounce.QDialog
 
QDialog(Frame) - Constructor for class org.bounce.QDialog
 
QDialog(Frame, boolean) - Constructor for class org.bounce.QDialog
 
QDialog(Frame, String) - Constructor for class org.bounce.QDialog
 
QDialog(Frame, String, boolean) - Constructor for class org.bounce.QDialog
 
QDialog(Frame, String, boolean, GraphicsConfiguration) - Constructor for class org.bounce.QDialog
 
QDialog(Dialog) - Constructor for class org.bounce.QDialog
 
QDialog(Dialog, boolean) - Constructor for class org.bounce.QDialog
 
QDialog(Dialog, String) - Constructor for class org.bounce.QDialog
 
QDialog(Dialog, String, boolean) - Constructor for class org.bounce.QDialog
 
QDialog(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class org.bounce.QDialog
 
QIcon - Class in org.bounce
Icon implementation that allows for overlaying a number of icons on top of the base icon.
QIcon(Icon) - Constructor for class org.bounce.QIcon
Creates a QIcon for the base icon.
QIcon(Icon, Icon, int) - Constructor for class org.bounce.QIcon
Creates a new composite icon from two existing icons and places the overlay in the specified position
QLabel - Class in org.bounce
Extend the JLabel class, this label allows for multiple lines.
QLabel() - Constructor for class org.bounce.QLabel
Constructor, calls the super constructor.
QLabel(Icon) - Constructor for class org.bounce.QLabel
Constructor, calls the super constructor.
QLabel(Icon, int) - Constructor for class org.bounce.QLabel
Constructor, calls the super constructor.
QLabel(String) - Constructor for class org.bounce.QLabel
Constructor, calls the super constructor.
QLabel(String, Icon, int) - Constructor for class org.bounce.QLabel
Constructor, calls the super constructor.
QLabel(String, int) - Constructor for class org.bounce.QLabel
Constructor, calls the super constructor.
QPanel - Class in org.bounce
Extend the JPanel class, this panel allows for a background image that can be centered, tiled, anchored in a corner or stretched.
QPanel() - Constructor for class org.bounce.QPanel
Constructor, calls the super constructor.
QPanel(boolean) - Constructor for class org.bounce.QPanel
Constructor, calls the super constructor.
QPanel(LayoutManager) - Constructor for class org.bounce.QPanel
Constructor, calls the super constructor.
QPanel(LayoutManager, boolean) - Constructor for class org.bounce.QPanel
Constructor, calls the super constructor.
QTree - Class in org.bounce
Extend the JTree class, this tree allows for:
QTree() - Constructor for class org.bounce.QTree
Default constructor, calls super.
QTree(Hashtable) - Constructor for class org.bounce.QTree
Constructor, calls super.
QTree(Object[]) - Constructor for class org.bounce.QTree
Constructor, calls super.
QTree(TreeModel) - Constructor for class org.bounce.QTree
Constructor, calls super.
QTree(TreeNode) - Constructor for class org.bounce.QTree
Constructor, calls super.
QTree(TreeNode, boolean) - Constructor for class org.bounce.QTree
Constructor, calls super.
QTree(Vector) - Constructor for class org.bounce.QTree
Constructor, calls super.

R

read(char[], int, int) - Method in class org.bounce.com.sun.syndication.io.XmlReader
 
read() - Method in class org.bounce.text.DocumentInputReader
Reads one character from the stream and increases the index.
read(char[], int, int) - Method in class org.bounce.text.DocumentInputReader
 
REALM - Variable in class org.bounce.net.DefaultAuthenticator
 
RedFilter - Class in org.bounce.image
A filter to create a 'red scale' image.
RedFilter(int) - Constructor for class org.bounce.image.RedFilter
Constructs a Filter that can be used to construct a red-scale image.
remove(C) - Method in class org.bounce.CardPanel
Remove the panel.
remove(int, int) - Method in class org.bounce.text.Fold
 
removeCardPanelListener(CardPanelListener<C>) - Method in class org.bounce.CardPanel
 
removeLayoutComponent(Component) - Method in class org.bounce.CenterLayout
Removes the specified component and constraints from the layout.
removeLayoutComponent(Component) - Method in class org.bounce.FormLayout
Removes the specified component and constraints from the layout.
removeLayoutComponent(Component) - Method in class org.bounce.PercentageLayout
Removes the specified component and constraints from the layout.
removeSubscriber(Subscriber) - Method in class org.bounce.message.DefaultPublisher
Remove a Subscriber.
removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.bounce.text.FoldingPlainView
Gives notification that something was removed from the document in a location that this view is responsible for.
removeWizardPageListener(WizardPageListener) - Method in class org.bounce.wizard.WizardPage
 
reset() - Method in class org.bounce.text.xml.XMLScanner.Scanner
Resets all the variables to the start value.
resize(Icon, int, int) - Static method in class org.bounce.image.ImageUtilities
Resizes an icon.
ResizingFlowLayout - Class in org.bounce
Handles the lay out of the components on the Desktop...
ResizingFlowLayout() - Constructor for class org.bounce.ResizingFlowLayout
 
ResizingFlowLayout(int, int, int) - Constructor for class org.bounce.ResizingFlowLayout
 
ResizingFlowLayout(int) - Constructor for class org.bounce.ResizingFlowLayout
 
RIGHT - Static variable in class org.bounce.CenterLayout
A constraint that adds the component to the right/bottom.
RIGHT - Static variable in class org.bounce.FormConstraints
RIGHT position
RIGHT - Static variable in class org.bounce.FormLayout
A constraint that adds the component to the right side of the form.
RIGHT_FILL - Static variable in class org.bounce.FormLayout
A constraint that adds the component to the right side of the form and resizes the component to fill the whole available width.
RootTreeNode - Class in org.bounce.viewer.xml
The node for the XML tree, containing an XML element.
RootTreeNode(Node) - Constructor for class org.bounce.viewer.xml.RootTreeNode
Constructs the node for the XML element.
run() - Method in class org.bounce.RunnableAction
 
RunnableAction - Class in org.bounce
 
RunnableAction() - Constructor for class org.bounce.RunnableAction
 
RunnableAction(String) - Constructor for class org.bounce.RunnableAction
 
RunnableAction(String, Icon) - Constructor for class org.bounce.RunnableAction
 

S

scan() - Method in class org.bounce.text.SyntaxHighlightingScanner
Scans the Xml Stream for XML specific tokens.
scan() - Method in class org.bounce.text.xml.XMLScanner
Scans the Xml Stream for XML specific tokens.
scan(DocumentInputReader) - Method in class org.bounce.text.xml.XMLScanner.Scanner
Scan the input steam for a token.
scanComment(List<Line>, Line, Comment) - Static method in class org.bounce.viewer.xml.ScannerUtils
 
scanElement(List<Line>, Line, Element) - Static method in class org.bounce.viewer.xml.ScannerUtils
 
scanEndTag(List<Line>, Line, Element) - Static method in class org.bounce.viewer.xml.ScannerUtils
 
ScannerUtils - Class in org.bounce.viewer.xml
 
ScannerUtils() - Constructor for class org.bounce.viewer.xml.ScannerUtils
 
ScrollableEditorPanel - Class in org.bounce.text
Wrapper panel to force the editor pane to resize when a Wrapped View has been installed.
ScrollableEditorPanel(JEditorPane) - Constructor for class org.bounce.text.ScrollableEditorPanel
Constructs the panel, with the editor in the Center of the BorderLayout.
sel0 - Variable in class org.bounce.text.FoldingPlainView
 
sel1 - Variable in class org.bounce.text.FoldingPlainView
 
selected() - Method in class org.bounce.CardPanel
Get the current shown card.
selected - Variable in class org.bounce.text.FoldingPlainView
 
SELECTED - Static variable in class org.bounce.ThreeStateCheckBox
 
SELECTED - Static variable in class org.bounce.ThreeStateCheckBox2
 
send() - Method in class org.bounce.message.Message
Send the message.
setAutoIndentation(boolean) - Method in class org.bounce.text.xml.XMLEditorKit
 
setBack(WizardPage) - Method in class org.bounce.wizard.WizardPage
 
setBackgroundImage(ImageIcon) - Method in class org.bounce.QPanel
Sets the background image for this panel.
setBackgroundImageMode(int) - Method in class org.bounce.QPanel
Sets the way the background image is displayed, it can be any of the following modes: CENTERED, The middle of the image is anchored in the middle of the panel, when the image is bigger than the panel, the image will be clipped.
setCenterPane(JComponent) - Method in class org.bounce.preferences.PreferencesPage
 
setConstraints(Component, Object) - Method in class org.bounce.CenterLayout
Adds the specified component to the layout, using the specified constraint object.
setConstraints(Component, Object) - Method in class org.bounce.FormLayout
Adds the specified component to the layout, using the specified constraint object.
setConstraints(Component, Object) - Method in class org.bounce.PercentageLayout
Adds the specified component to the layout, using the specified constraint object.
setContent(Object) - Method in class org.bounce.message.Message
Sets the content.
setCurrent(Line) - Method in class org.bounce.viewer.xml.NodeTreeNode
 
setDescription(String) - Method in class org.bounce.wizard.Wizard
 
setDisabledBackground(Color) - Method in class org.bounce.QButton
Sets the background color that is painted when the button is disabled.
setDisabledBorder(Border) - Method in class org.bounce.QButton
Sets the border that is painted when the button is disabled.
setDisabledFont(Font) - Method in class org.bounce.QButton
Sets the Font that is painted when the button is disabled.
setDisabledForeground(Color) - Method in class org.bounce.QButton
Sets the foreground color that is painted when the button is disabled.
setDisabledSelectedBackground(Color) - Method in class org.bounce.QButton
Sets the background color that is painted when the button is disabledSelected.
setDisabledSelectedBorder(Border) - Method in class org.bounce.QButton
Sets the border that is painted when the button is disabledSelected.
setDisabledSelectedFont(Font) - Method in class org.bounce.QButton
Sets the Font that is painted when the button is disabledSelected.
setDisabledSelectedForeground(Color) - Method in class org.bounce.QButton
Sets the foreground color that is painted when the button is disabledSelected.
setDoubleClick(boolean) - Method in class org.bounce.QButton
Enables the double click, this makes the button no longer returning an action event when the button has been clicked, only when double clicked.
setExtensions(String) - Method in class org.bounce.DefaultFileFilter
Sets all possible extensions for this filter, divided by any of the following tokens " \t\n\r\f;,.:".
setFilled(boolean) - Method in class org.bounce.FormConstraints
Sets wether the component should occupy the full available horizontal space.
setFocusedBackground(Color) - Method in class org.bounce.QButton
Sets the background color that is painted when the button is focused.
setFocusedBorder(Border) - Method in class org.bounce.QButton
Sets the border that is painted when the button is focused.
setFocusedFont(Font) - Method in class org.bounce.QButton
Sets the Font that is painted when the button is focused.
setFocusedForeground(Color) - Method in class org.bounce.QButton
Sets the foreground color that is painted when the button is focused.
setFocusedIcon(Icon) - Method in class org.bounce.QButton
Sets the Icon that is painted when the button is focused.
setFocusedRectangleColor(Color) - Method in class org.bounce.QButton
Sets the color for the rectangle that is painted when the button is in focus.
setFocusedRectangleMode(int) - Method in class org.bounce.QButton
Sets the mode for the rectangle that is painted when the button is in focus.
setFocusedSelectedBackground(Color) - Method in class org.bounce.QButton
Sets the background color that is painted when the button is focusedSelected.
setFocusedSelectedBorder(Border) - Method in class org.bounce.QButton
Sets the border that is painted when the button is focusedSelected.
setFocusedSelectedFont(Font) - Method in class org.bounce.QButton
Sets the Font that is painted when the button is focusedSelected.
setFocusedSelectedForeground(Color) - Method in class org.bounce.QButton
Sets the foreground color that is painted when the button is focusedSelected.
setFocusedSelectedIcon(Icon) - Method in class org.bounce.QButton
Sets the Icon that is painted when the button is focusedSelected.
setFont(Font) - Method in class org.bounce.text.FoldingMargin
 
setFont(Font) - Method in class org.bounce.text.LineNumberMargin
 
setGap(int) - Method in class org.bounce.CenterLayout
Sets the gap between the components.
setGap(int) - Method in class org.bounce.PercentageLayout
Sets the gap between the components.
setGradientBackground(boolean) - Method in class org.bounce.QPanel
Enables the filling of the background gradually to achieve a 'subtle' 3D effect.
setGradientColor(Color) - Method in class org.bounce.QPanel
Sets the color used for the lower right corner of the gradient 3D effect.
setHgap(int) - Method in class org.bounce.FormLayout
Sets the horizontal gap between the left column and the right column.
setHorizontalAlignment(int) - Method in class org.bounce.FormConstraints
Sets the horizontal alignment for the component.
setLabel(String) - Method in class org.bounce.preferences.PreferencesPage
 
setLines(int) - Method in class org.bounce.QButton
Set the number of lines used for the button text.
setLines(int) - Method in class org.bounce.QLabel
Set the number of lines used for the label text.
setMaximumLines(int) - Method in class org.bounce.QButton
Sets the maximum number of possible lines on this button.
setMaximumLines(int) - Method in class org.bounce.QLabel
Sets the maximum number of possible lines on this label.
setMinimumLines(int) - Method in class org.bounce.QButton
Sets the minimum number of possible lines on this button.
setMinimumLines(int) - Method in class org.bounce.QLabel
Sets the minimum number of possible lines on this label.
setOrientation(int) - Method in class org.bounce.CenterLayout
Sets the orientation of the layout manager.
setOrientation(int) - Method in class org.bounce.PercentageLayout
Sets the orientation of the layout manager.
setPage(WizardPage) - Method in class org.bounce.wizard.Wizard
 
setPosition(int) - Method in class org.bounce.FormConstraints
Sets the column position of the component; LEFT, for a component in the left column.
setPressedBackground(Color) - Method in class org.bounce.QButton
Sets the background color that is painted when the button is pressed.
setPressedBorder(Border) - Method in class org.bounce.QButton
Sets the border that is painted when the button is pressed.
setPressedFont(Font) - Method in class org.bounce.QButton
Sets the Font that is painted when the button is pressed.
setPressedForeground(Color) - Method in class org.bounce.QButton
Sets the foreground color that is painted when the button is pressed.
setPublisher(Class, Publisher) - Method in class org.bounce.message.Distributor
Sets a publisher for a specific topic to the controller.
setRange(int, int) - Method in class org.bounce.text.DocumentInputReader
Sets the scan range of the reader.
setRange(int, int) - Method in class org.bounce.text.SyntaxHighlightingScanner
Sets the scanning range.
setRange(int, int) - Method in class org.bounce.text.xml.XMLScanner
Sets the scanning range.
setRolloverBackground(Color) - Method in class org.bounce.QButton
Sets the background color that is painted when the button is rollover.
setRolloverBorder(Border) - Method in class org.bounce.QButton
Sets the border that is painted when the button is rollover.
setRolloverFont(Font) - Method in class org.bounce.QButton
Sets the Font that is painted when the button is rollover.
setRolloverForeground(Color) - Method in class org.bounce.QButton
Sets the foreground color that is painted when the button is rollover.
setRolloverSelectedBackground(Color) - Method in class org.bounce.QButton
Sets the background color that is painted when the button is rolloverSelected.
setRolloverSelectedBorder(Border) - Method in class org.bounce.QButton
Sets the border that is painted when the button is rolloverSelected.
setRolloverSelectedFont(Font) - Method in class org.bounce.QButton
Sets the Font that is painted when the button is rolloverSelected.
setRolloverSelectedForeground(Color) - Method in class org.bounce.QButton
Sets the foreground color that is painted when the button is rolloverSelected.
setRoot(Node) - Method in class org.bounce.viewer.xml.DOMNodeTree
 
setSelected(boolean) - Method in class org.bounce.ThreeStateCheckBox
 
setSelected(String) - Method in class org.bounce.ThreeStateCheckBox
 
setSelected(boolean) - Method in class org.bounce.ThreeStateCheckBox2
 
setSelected(String) - Method in class org.bounce.ThreeStateCheckBox2
 
setSelectedBackground(Color) - Method in class org.bounce.QButton
Sets the background color that is painted when the button is selected.
setSelectedBorder(Border) - Method in class org.bounce.QButton
Sets the border that is painted when the button is selected.
setSelectedFont(Font) - Method in class org.bounce.QButton
Sets the Font that is painted when the button is selected.
setSelectedForeground(Color) - Method in class org.bounce.QButton
Sets the foreground color that is painted when the button is selected.
setSelectedNode(DefaultMutableTreeNode) - Method in class org.bounce.QTree
Sets the selected node.
setSize(float, float) - Method in class org.bounce.text.FoldingPlainView
Sets the size of the view.
setStyle(String, Color, int) - Method in class org.bounce.text.xml.XMLEditorKit
Set the style identified by the name.
setTagCompletion(boolean) - Method in class org.bounce.text.xml.XMLEditorKit
 
setTitle(String) - Method in class org.bounce.preferences.PreferencesPage
 
setTitle(String) - Method in class org.bounce.wizard.Wizard
 
setValid(boolean) - Method in class org.bounce.text.SyntaxHighlightingScanner
Set valid when correct range is set.
setVerticalAlignment(int) - Method in class org.bounce.FormConstraints
Sets the vertical alignment for the component.
setVgap(int) - Method in class org.bounce.FormLayout
Returns the vertical gap between the rows.
setVisible(boolean) - Method in class org.bounce.text.FoldingMargin
 
shallowCleanup() - Method in class org.bounce.text.Fold
 
show(C) - Method in class org.bounce.CardPanel
Show an added card
SHOW_ATTRIBUTES - Static variable in class org.bounce.viewer.xml.ScannerUtils
 
SHOW_COMMENTS - Static variable in class org.bounce.viewer.xml.ScannerUtils
 
SHOW_NAMESPACES - Static variable in class org.bounce.viewer.xml.ScannerUtils
 
SHOW_VALUES - Static variable in class org.bounce.viewer.xml.ScannerUtils
 
showAttributes() - Static method in class org.bounce.viewer.xml.ScannerUtils
 
showComments() - Static method in class org.bounce.viewer.xml.ScannerUtils
 
showNamespaces() - Static method in class org.bounce.viewer.xml.ScannerUtils
 
showValues() - Static method in class org.bounce.viewer.xml.ScannerUtils
 
SilhouetteFilter - Class in org.bounce.image
A filter to create an silhouette of an image, ie a visible pixel is replaced by a pixel of a different color.
SilhouetteFilter(Color) - Constructor for class org.bounce.image.SilhouetteFilter
Constructs a Filter that can be used to create a silhouette.
SIZE - Static variable in class org.bounce.net.DefaultAuthenticator
 
SLASH - Static variable in class org.bounce.viewer.xml.StyledString
 
SOUTH - Static variable in class org.bounce.QIcon
The overlay icon location SOUTH
SOUTH_EAST - Static variable in class org.bounce.QIcon
The overlay icon location SOUTH_EAST
SOUTH_WEST - Static variable in class org.bounce.QIcon
The overlay icon location SOUTH_WEST
SPACE - Static variable in class org.bounce.viewer.xml.StyledString
 
SPECIAL - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for special
start - Variable in class org.bounce.text.SyntaxHighlightingScanner
 
STRETCHED - Static variable in class org.bounce.QPanel
Stretch the background image
STRING - Static variable in interface org.bounce.text.xml.XMLStyleConstants
The style constant for string
StyledElement - Class in org.bounce.viewer.xml
 
StyledElement() - Constructor for class org.bounce.viewer.xml.StyledElement
 
StyledString - Class in org.bounce.viewer.xml
Holds information for a styled string.
StyledString(String) - Constructor for class org.bounce.viewer.xml.StyledString
 
StyledString(String, String, Color) - Constructor for class org.bounce.viewer.xml.StyledString
 
StyledString.AttributeName - Class in org.bounce.viewer.xml
 
StyledString.AttributeName(String) - Constructor for class org.bounce.viewer.xml.StyledString.AttributeName
 
StyledString.AttributePrefix - Class in org.bounce.viewer.xml
 
StyledString.AttributePrefix(String) - Constructor for class org.bounce.viewer.xml.StyledString.AttributePrefix
 
StyledString.AttributeValue - Class in org.bounce.viewer.xml
 
StyledString.AttributeValue(String) - Constructor for class org.bounce.viewer.xml.StyledString.AttributeValue
 
StyledString.CommentText - Class in org.bounce.viewer.xml
 
StyledString.CommentText(String) - Constructor for class org.bounce.viewer.xml.StyledString.CommentText
 
StyledString.ElementName - Class in org.bounce.viewer.xml
 
StyledString.ElementName(String) - Constructor for class org.bounce.viewer.xml.StyledString.ElementName
 
StyledString.ElementPrefix - Class in org.bounce.viewer.xml
 
StyledString.ElementPrefix(String) - Constructor for class org.bounce.viewer.xml.StyledString.ElementPrefix
 
StyledString.ElementValue - Class in org.bounce.viewer.xml
 
StyledString.ElementValue(String) - Constructor for class org.bounce.viewer.xml.StyledString.ElementValue
 
StyledString.NamespacePrefix - Class in org.bounce.viewer.xml
 
StyledString.NamespacePrefix(String) - Constructor for class org.bounce.viewer.xml.StyledString.NamespacePrefix
 
StyledString.NamespaceURI - Class in org.bounce.viewer.xml
 
StyledString.NamespaceURI(String) - Constructor for class org.bounce.viewer.xml.StyledString.NamespaceURI
 
Subscriber - Interface in org.bounce.message
The interface for a generic subscriber.
supplemental(char, char) - Static method in class org.bounce.xml.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
SyntaxHighlightingScanner - Class in org.bounce.text
Associates input stream characters with specific styles.
SyntaxHighlightingScanner(Document) - Constructor for class org.bounce.text.SyntaxHighlightingScanner
Constructs a scanner for the Document.
SyntaxHighlightingView - Class in org.bounce.text
The View uses the syntax highlighting scanner to determine the style (font, color) of the text that it renders.
SyntaxHighlightingView(SyntaxHighlightingScanner, StyleContext, Element) - Constructor for class org.bounce.text.SyntaxHighlightingView
Construct a colorized view of xml text for the element.

T

TAB - Static variable in class org.bounce.viewer.xml.StyledString
 
tabBase - Variable in class org.bounce.text.FoldingPlainView
 
tabSize - Variable in class org.bounce.text.FoldingPlainView
 
ThreeStateCheckBox - Class in org.bounce
 
ThreeStateCheckBox(String) - Constructor for class org.bounce.ThreeStateCheckBox
 
ThreeStateCheckBox(String, String) - Constructor for class org.bounce.ThreeStateCheckBox
 
ThreeStateCheckBox2 - Class in org.bounce
Three state check box enhancement
ThreeStateCheckBox2(String) - Constructor for class org.bounce.ThreeStateCheckBox2
 
ThreeStateCheckBox2(String, String) - Constructor for class org.bounce.ThreeStateCheckBox2
 
TILED - Static variable in class org.bounce.QPanel
Tile the background image
TITLE - Variable in class org.bounce.net.DefaultAuthenticator
 
toFile(URI) - Static method in class org.bounce.util.URIUtils
Creates a File from a URI, the URI can be relative or absolute, this method returns only a file for the Scheme Specific Part.
token - Variable in class org.bounce.text.SyntaxHighlightingScanner
The last token scanned
TOP - Static variable in class org.bounce.CenterLayout
A constraint that adds the component to the left/top.
TOP - Static variable in class org.bounce.FormConstraints
TOP position
TOP_LEFT - Static variable in class org.bounce.QPanel
Place the background image top left
TOP_RIGHT - Static variable in class org.bounce.QPanel
Place the background image top right
toString(URI) - Static method in class org.bounce.util.URIUtils
Creates a String from a URI, the URI can be relative or absolute, the URI is decoded.
treeUI - Static variable in class org.bounce.viewer.xml.DOMNodeTreeUI
 

U

uninstallUI(JComponent) - Method in class org.bounce.plaf.BounceLabelUI
Un-installs the current UI for the supplied component.
uninstallUI(JComponent) - Method in class org.bounce.plaf.BouncePanelUI
Un-installs the current UI for the supplied component.
unselected - Variable in class org.bounce.text.FoldingPlainView
 
update() - Method in class org.bounce.text.Fold
 
update() - Method in class org.bounce.viewer.xml.DOMNodeTree
 
update() - Method in class org.bounce.viewer.xml.NodeTreeNode
 
updateDamage(DocumentEvent, Shape, ViewFactory) - Method in class org.bounce.text.FoldingPlainView
 
updateMetrics() - Method in class org.bounce.text.FoldingPlainView
Checks to see if the font metrics and longest line are up-to-date.
updateScanner(SyntaxHighlightingScanner, Document, int, int) - Method in class org.bounce.text.SyntaxHighlightingView
 
updateScanner(SyntaxHighlightingScanner, Document, int, int) - Method in class org.bounce.text.xml.XMLView
 
updateScanner(SyntaxHighlightingScanner, Document, int, int) - Static method in class org.bounce.text.xml.XMLViewUtilities
 
updateUI() - Method in class org.bounce.LinkButton
Sets the look and feel to the Link Button UI look and feel.
updateUI() - Method in class org.bounce.QButton
Sets the look and feel to the Bounce Button UI look and feel.
updateUI() - Method in class org.bounce.QLabel
Sets the look and feel to the Bounce Label UI look and feel.
updateUI() - Method in class org.bounce.QPanel
Sets the look and feel to the Bounce Panel UI look and feel.
updateUI() - Method in class org.bounce.viewer.xml.DOMNodeCellRenderer
Sets the look and feel to the Jump Label UI look and feel.
updateUI() - Method in class org.bounce.viewer.xml.DOMNodeTree
Sets the look and feel to the XML Tree UI look and feel.
URIUtils - Class in org.bounce.util
Put comment...
URIUtils() - Constructor for class org.bounce.util.URIUtils
 
USERNAME - Variable in class org.bounce.net.DefaultAuthenticator
 

V

valid - Variable in class org.bounce.text.SyntaxHighlightingScanner
 
valueChanged(TreeSelectionEvent) - Method in class org.bounce.preferences.PreferencesDialog
 
VERTICAL - Static variable in class org.bounce.CenterLayout
Sets the layout orientation to vertical.
VERTICAL - Static variable in class org.bounce.PercentageLayout
Sets the layout orientation to vertical.
viewToModel(float, float, Shape, Position.Bias[]) - Method in class org.bounce.text.FoldingPlainView
Provides a mapping from the view coordinate space to the logical coordinate space of the model.

W

WEST - Static variable in class org.bounce.QIcon
The overlay icon location WEST
WHITESPACE - Static variable in interface org.bounce.text.xml.XMLStyleConstants
 
Wizard - Class in org.bounce.wizard
 
Wizard(Frame) - Constructor for class org.bounce.wizard.Wizard
 
WizardPage - Class in org.bounce.wizard
 
WizardPage(LayoutManager) - Constructor for class org.bounce.wizard.WizardPage
 
WizardPageEvent - Class in org.bounce.wizard
 
WizardPageEvent(WizardPage) - Constructor for class org.bounce.wizard.WizardPageEvent
 
WizardPageListener - Interface in org.bounce.wizard
 

X

XMLChar - Class in org.bounce.xml
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.bounce.xml.XMLChar
 
XMLEditorKit - Class in org.bounce.text.xml
The XML editor kit supports handling of editing XML content.
XMLEditorKit() - Constructor for class org.bounce.text.xml.XMLEditorKit
Constructs an XMLEditorKit with view factory and Context, but with line wrapping turned off.
XMLEditorKit.XMLViewFactory - Class in org.bounce.text.xml
A simple view factory implementation.
XMLEditorKit.XMLViewFactory() - Constructor for class org.bounce.text.xml.XMLEditorKit.XMLViewFactory
 
XMLFoldingMargin - Class in org.bounce.text.xml
Line folding margin for a JTextComponent.
XMLFoldingMargin(JTextComponent) - Constructor for class org.bounce.text.xml.XMLFoldingMargin
Convenience constructor for Text Components
XmlReader - Class in org.bounce.com.sun.syndication.io
Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream.
XmlReader(File) - Constructor for class org.bounce.com.sun.syndication.io.XmlReader
Creates a Reader for a File.
XmlReader(InputStream) - Constructor for class org.bounce.com.sun.syndication.io.XmlReader
Creates a Reader for a raw InputStream.
XmlReader(InputStream, boolean) - Constructor for class org.bounce.com.sun.syndication.io.XmlReader
Creates a Reader for a raw InputStream.
XmlReader(URL) - Constructor for class org.bounce.com.sun.syndication.io.XmlReader
Creates a Reader using the InputStream of a URL.
XmlReader(URLConnection) - Constructor for class org.bounce.com.sun.syndication.io.XmlReader
Creates a Reader using the InputStream of a URLConnection.
XmlReader(InputStream, String) - Constructor for class org.bounce.com.sun.syndication.io.XmlReader
Creates a Reader using an InputStream an the associated content-type header.
XmlReader(InputStream, String, boolean) - Constructor for class org.bounce.com.sun.syndication.io.XmlReader
Creates a Reader using an InputStream an the associated content-type header.
XmlReaderException - Exception in org.bounce.com.sun.syndication.io
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
XmlReaderException(String, String, String, String, InputStream) - Constructor for exception org.bounce.com.sun.syndication.io.XmlReaderException
Creates an exception instance if the charset encoding could not be determined.
XmlReaderException(String, String, String, String, String, String, InputStream) - Constructor for exception org.bounce.com.sun.syndication.io.XmlReaderException
Creates an exception instance if the charset encoding could not be determined.
XMLScanner - Class in org.bounce.text.xml
Associates XML input stream characters with XML specific styles.
XMLScanner(Document) - Constructor for class org.bounce.text.xml.XMLScanner
Constructs a scanner for the Document.
XMLScanner.Scanner - Class in org.bounce.text.xml
Abstract scanner class..
XMLScanner.Scanner() - Constructor for class org.bounce.text.xml.XMLScanner.Scanner
 
XMLStyleConstants - Interface in org.bounce.text.xml
The contants used for the XML editor.
XMLView - Class in org.bounce.text.xml
The XML View uses the XML scanner to determine the style (font, color) of the text that it renders.
XMLView(XMLScanner, StyleContext, Element) - Constructor for class org.bounce.text.xml.XMLView
Construct a colorized view of xml text for the element.
XMLViewUtilities - Class in org.bounce.text.xml
The XML View uses the XML scanner to determine the style (font, color) of the text that it renders.
XMLViewUtilities() - Constructor for class org.bounce.text.xml.XMLViewUtilities
 

Y

YellowFilter - Class in org.bounce.image
A filter to create a 'yellow scale' image.
YellowFilter(int) - Constructor for class org.bounce.image.YellowFilter
Constructs a Filter that can be used to construct a yellow-scale image.

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
Get Bounce at SourceForge.net. Fast secure and Free Open Source software downloads

Copyright 2002-2002-2009 Edwin Dankert. All Rights Reserved.