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

R

Radix64Codec - class kiwi.text.Radix64Codec.
This class implements a codec for the Radix-64 encoding scheme.
Radix64InputStream - class kiwi.io.Radix64InputStream.
This class implements a Radix-64 decoding filter.
Radix64InputStream(InputStream) - Constructor for class kiwi.io.Radix64InputStream
Construct a new Radix64InputStream to filter the given input stream.
Radix64OutputStream - class kiwi.io.Radix64OutputStream.
This class implements a Radix-64 encoding filter.
Radix64OutputStream(OutputStream) - Constructor for class kiwi.io.Radix64OutputStream
Construct a new Radix64OutputStream to filter the given output stream.
RawLoggingEndpoint - class kiwi.util.RawLoggingEndpoint.
An implementation of LoggingEndpoint for standard error.
RawLoggingEndpoint() - Constructor for class kiwi.util.RawLoggingEndpoint
Construct a new RawLoggingEndpoint.
read() - Method in class kiwi.io.Radix64InputStream
Read a byte from the input stream.
readStreamToByteArray(InputStream) - Static method in class kiwi.util.KiwiUtils
Read all of the data from a stream, returning the contents as a byte array.
readStreamToStream(InputStream, OutputStream) - Static method in class kiwi.util.KiwiUtils
Read all of the data from a stream, writing it to another stream.
readStreamToString(InputStream) - Static method in class kiwi.util.KiwiUtils
Read all of the data from a stream, returning the contents as a String.
registerComponent(JComponent) - Method in class kiwi.ui.UIChangeManager
Register a component with the manager.
registerMenu(String, JMenu) - Method in class kiwi.ui.WorkspaceManager
Register a menu with this WorkspaceManager.
registerMouseInputComponent(Component) - Method in class kiwi.ui.WorkspaceEditor
Register a mouse input component.
registerTableHeaderListener(JTable) - Method in class kiwi.ui.model.TableSorter
Add a mouse listener to the JTable to trigger a table sort when a column heading is clicked.
registerTextInputComponent(JTextComponent) - Method in class kiwi.ui.WorkspaceEditor
Register a text input component.
registerTextInputComponent(JTextField) - Method in class kiwi.ui.dialog.ComponentDialog
Register a text field with this dialog.
remove(Object) - Method in class kiwi.util.Config
Remove a property.
removeActionListener(ActionListener) - Method in class kiwi.ui.WizardView
Add an ActionListener to this component's list of listeners.
removeActionListener(ActionListener) - Method in class kiwi.ui.RepeaterButton
Remove an ActionListener from this component's list of listeners.
removeActionListener(ActionListener) - Method in class kiwi.ui.ArrowButtonView
Remove an ActionListener from this component's list of listeners.
removeActionListener(ActionListener) - Method in class kiwi.event.ActionSupport
Remove an ActionListener from this object's list of listeners.
removeAllEditors() - Method in class kiwi.ui.WorkspaceManager
Remove all editors from the workspace.
removeButton(int) - Method in class kiwi.ui.ButtonPanel
Remove a button from the specified position in the ButtonPanel.
removeButton(int) - Method in class kiwi.ui.dialog.ComponentDialog
Remove a button from the specified position in the dialog's button panel.
removeButton(JButton) - Method in class kiwi.ui.ButtonPanel
Remove a button from the ButtonPanel.
removeButton(JButton) - Method in class kiwi.ui.dialog.ComponentDialog
Remove a button from the dialog's button panel.
removeCellEditorListener(CellEditorListener) - Method in class kiwi.ui.AbstractCellEditor
 
removeChangeListener(ChangeListener) - Method in class kiwi.util.Config
Remove a ChangeListener from this object's list of listeners.
removeChangeListener(ChangeListener) - Method in class kiwi.ui.WizardPanelSequence
Remove a ChangeListener from this object's list of listeners.
removeChangeListener(ChangeListener) - Method in class kiwi.ui.WizardPanel
Remove a ChangeListener from this object's list of listeners.
removeChangeListener(ChangeListener) - Method in class kiwi.event.ChangeSupport
Remove a ChangeListener from this object's list of listeners.
removeChild(StaticTreeModel.TreeNode) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
removeChildAt(int) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
removeDialogDismissListener(DialogDismissListener) - Method in class kiwi.ui.dialog.KDialog
Remove a DialogDismissListener from this dialog's list of listeners.
removeEditor(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Remove an editor from the workspace.
removeHierarchicalAssociationListener(HierarchicalAssociationListener) - Method in class kiwi.event.HierarchicalAssociationSupport
Remove a HierarchicalAssociationListener from this object's list of listeners.
removeLinearAssociationListener(LinearAssociationListener) - Method in class kiwi.event.LinearAssociationSupport
Remove a LinearAssociationListener from this object's list of listeners.
removeListDataListener(ListDataListener) - Method in class kiwi.ui.model.TreeModelListAdapter
Remove a list data listener.
removeProgressObserver(ProgressObserver) - Method in class kiwi.util.Task
Remove a progress observer from this task's list of observers.
removePropertyChangeListener(PropertyChangeListener) - Method in class kiwi.ui.UIChangeManager
Remove a PropertyChangeListener from this object's list of listeners.
removePropertyChangeListener(PropertyChangeListener) - Method in interface kiwi.event.PropertyChangeSource
Unregister a property change listener.
removeStackDataListener(ListDataListener) - Method in interface kiwi.ui.model.StackModel
Remove a ListDataListener from this model's list of listeners.
removeStackDataListener(ListDataListener) - Method in class kiwi.ui.model.DefaultStackModel
Remove a ListDataListener from this model's list of listeners.
removeTableModelListener(TableModelListener) - Method in class kiwi.ui.model.TreeModelTableAdapter
Remove a table model listener.
removeToolTip(Component) - Method in class kiwi.ui.ToolTipManager
Remove a tool tip.
removeTreeModelListener(TreeModelListener) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Remove a tree model listener.
removeTreeModelListener(TreeModelListener) - Method in interface kiwi.ui.model.ITreeModel
Remove a TreeModelListener from this model's list of listeners.
removeTreeModelListener(TreeModelListener) - Method in class kiwi.ui.model.StaticTreeModel
Remove a TreeModelListener from this model's list of listeners.
removeWorkspaceListener(WorkspaceListener) - Method in class kiwi.ui.WorkspaceManager
Unregister a WorkspaceListener from this WorkspaceManager.
RepeaterButton - class kiwi.ui.RepeaterButton.
A trivial extension of KButton that repeatedly fires action events when the mouse button is held down within its bounds.
RepeaterButton(Icon) - Constructor for class kiwi.ui.RepeaterButton
Construct a new RepeaterButton with the specified icon.
RepeaterButton(String) - Constructor for class kiwi.ui.RepeaterButton
Construct a new RepeaterButton with the specified text.
RepeaterButton(String, Icon) - Constructor for class kiwi.ui.RepeaterButton
Construct a new RepeaterButton with the specified text and icon.
replace(Object) - Method in class kiwi.ui.StackView
Replace the top item on the stack.
ReplacementClassLoader - class kiwi.util.ReplacementClassLoader.
A custom class loader that can be used to selectively replace core classes.
ReplacementClassLoader(String[], Class) - Constructor for class kiwi.util.ReplacementClassLoader
Construct a new ReplacementClassLoader.
requestFocus() - Method in class kiwi.ui.SimpleEditor
Request focus for the editor.
reset() - Method in class kiwi.ui.WizardView
Reset the WizardView.
reset() - Method in class kiwi.ui.WizardPanelSequence
Reset the sequence.
ResourceAnchor - class kiwi.ResourceAnchor.
For internal package use only.
ResourceLoader - class kiwi.util.ResourceLoader.
A utility class containing methods for retrieving application resources; these resources typically reside within a JAR file among the classes that make up an application.
ResourceLoader(Class) - Constructor for class kiwi.util.ResourceLoader
Construct a new ResourceLoader.
ResourceManager - class kiwi.util.ResourceManager.
This class provides base functionality for a resource manager; it includes support for the caching of images and sounds, and provides convenience methods for retrieving other types of resources.
ResourceManager(Class) - Constructor for class kiwi.util.ResourceManager
Construct a new ResourceManager.
ResourceNotFoundException - exception kiwi.util.ResourceNotFoundException.
An exception that is thrown by ResourceManager to signify that a resource could not be located.
rewind() - Method in class kiwi.util.ArraySequence
Rewind the sequence to the beginning.
rewind() - Method in class kiwi.util.VectorSequence
Rewind the sequence to the beginning.
rewind() - Method in interface kiwi.util.Sequence
Rewind the sequence back to the first item.
root - Variable in class kiwi.ui.model.StaticTreeModel
The model's root node.
run() - Method in class kiwi.util.Task
Run the task.
run() - Method in class kiwi.io.StreamRelay
Thread body.

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