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

A

AboutFrame - class kiwi.ui.AboutFrame.
An "About..." style window.
AboutFrame(String, URL) - Constructor for class kiwi.ui.AboutFrame
Construct a new AboutFrame.
AbstractCellEditor - class kiwi.ui.AbstractCellEditor.
A base class for CellEditors, providing default implementations for all methods in the CellEditor interface and support for managing a series of listeners.
AbstractCellEditor() - Constructor for class kiwi.ui.AbstractCellEditor
 
accept() - Method in class kiwi.ui.dialog.ComponentDialog
Accept user input.
accept() - Method in class kiwi.ui.dialog.DateChooserDialog
Accept the input.
accept() - Method in class kiwi.ui.dialog.PropertyEditorDialog
 
accept() - Method in class kiwi.ui.dialog.LoginDialog
 
accept() - Method in class kiwi.ui.dialog.DirectorySelectorDialog
Accept the input.
accept() - Method in class kiwi.ui.dialog.KInputDialog
Accept this dialog.
accept() - Method in class kiwi.ui.dialog.KQuestionDialog
Accept the dialog.
accept(File) - Method in interface kiwi.io.FileAcceptor
Accept a file from a depth-first traversal.
accept(File) - Method in class kiwi.io.FileExtensionFilter
Filter a file.
accessError(File) - Method in interface kiwi.io.FileAcceptor
Handle a file access error from a depth-first traversal.
actionPerformed(ActionEvent) - Method in class kiwi.ui.WorkspaceEditor
Handle events.
actionPerformed(ActionEvent) - Method in class kiwi.ui.WizardView
Handle events.
actionPerformed(ActionEvent) - Method in class kiwi.ui.PathEditor
Handle events.
actionPerformed(ActionEvent) - Method in class kiwi.ui.DateChooser
Handle events.
actionPerformed(ActionEvent) - Method in class kiwi.ui.dialog.PropertyEditorDialog
Handle events.
actionPerformed(ActionEvent) - Method in class kiwi.ui.dialog.WizardDialog
Handle events.
ActionSupport - class kiwi.event.ActionSupport.
A support object for generating ActionEvents.
ActionSupport(Object) - Constructor for class kiwi.event.ActionSupport
Construct a new ActionSupport object.
activateEditor(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Activate a specific editor.
addActionListener(ActionListener) - Method in class kiwi.ui.WizardView
Add an ActionListener to this component's list of listeners.
addActionListener(ActionListener) - Method in class kiwi.ui.RepeaterButton
Add an ActionListener to this component's list of listeners.
addActionListener(ActionListener) - Method in class kiwi.ui.ArrowButtonView
Add an ActionListener to this component's list of listeners.
addActionListener(ActionListener) - Method in class kiwi.event.ActionSupport
Add an ActionListener to this object's list of listeners.
addButton(JButton) - Method in class kiwi.ui.ButtonPanel
Add a button to the ButtonPanel.
addButton(JButton) - Method in class kiwi.ui.dialog.ComponentDialog
Add a button to the dialog's button panel.
addButton(JButton, int) - Method in class kiwi.ui.ButtonPanel
Add a button to the ButtonPanel at the specified position.
addButton(JButton, int) - Method in class kiwi.ui.dialog.ComponentDialog
Add a button to the dialog's button panel at the specified position.
addButton(KButton) - Method in class kiwi.ui.SimpleEditor
Add a button to the editor's tool bar.
addCellEditorListener(CellEditorListener) - Method in class kiwi.ui.AbstractCellEditor
 
addChangeListener(ChangeListener) - Method in class kiwi.util.Config
Add a ChangeListener to this object's list of listeners.
addChangeListener(ChangeListener) - Method in class kiwi.ui.WizardPanelSequence
Add a ChangeListener to this object's list of listeners.
addChangeListener(ChangeListener) - Method in class kiwi.ui.WizardPanel
Add a ChangeListener to this object's list of listeners.
addChangeListener(ChangeListener) - Method in class kiwi.event.ChangeSupport
Add a ChangeListener to this object's list of listeners.
addChild(StaticTreeModel.TreeNode) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
addChildAt(StaticTreeModel.TreeNode, int) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
addDialogDismissListener(DialogDismissListener) - Method in class kiwi.ui.dialog.KDialog
Add a DialogDismissListener to this dialog's list of listeners.
addEditor(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Add an editor to the workspace.
addExtension(String) - Method in class kiwi.io.FileExtensionFilter
Adds an extension to filter against.
addHierarchicalAssociationListener(HierarchicalAssociationListener) - Method in class kiwi.event.HierarchicalAssociationSupport
Add a HierarchicalAssociationListener to this object's list of listeners.
addItem(Object) - Method in interface kiwi.util.ListConsumer
Receive the next item from the source.
addItem(Object) - Method in class kiwi.ui.ScrollbackView
Add an item to the buffer.
addLinearAssociationListener(LinearAssociationListener) - Method in class kiwi.event.LinearAssociationSupport
Add a LinearAssociationListener to this object's list of listeners.
addListDataListener(ListDataListener) - Method in class kiwi.ui.model.TreeModelListAdapter
Add a list data listener.
addPanel(WizardPanel) - Method in class kiwi.ui.WizardPanelSequence
Add a WizardPanel to this sequence.
addPanels(WizardPanel[]) - Method in class kiwi.ui.WizardPanelSequence
Add an array of WizardPanels to this sequence.
addParam(String, String) - Method in class kiwi.text.SGMLElement
Add a parameter.
addProgressObserver(ProgressObserver) - Method in class kiwi.util.Task
Add a progress observer to this task's list of observers.
addPropertyChangeListener(PropertyChangeListener) - Method in class kiwi.ui.UIChangeManager
Add a PropertyChangeListener to this object's list of listeners.
addPropertyChangeListener(PropertyChangeListener) - Method in interface kiwi.event.PropertyChangeSource
Register a new property change listener.
addStackDataListener(ListDataListener) - Method in interface kiwi.ui.model.StackModel
Add a ListDataListener to this model's list of listeners.
addStackDataListener(ListDataListener) - Method in class kiwi.ui.model.DefaultStackModel
Add a ListDataListener to this model's list of listeners.
addTableModelListener(TableModelListener) - Method in class kiwi.ui.model.TreeModelTableAdapter
Add a table model listener.
addToolTip(Component, String) - Method in class kiwi.ui.ToolTipManager
Add a tool tip.
addTreeModelListener(TreeModelListener) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Add a tree model listener.
addTreeModelListener(TreeModelListener) - Method in interface kiwi.ui.model.ITreeModel
Add a TreeModelListener to this model's list of listeners.
addTreeModelListener(TreeModelListener) - Method in class kiwi.ui.model.StaticTreeModel
Add a TreeModelListener to this model's list of listeners.
addWorkspaceListener(WorkspaceListener) - Method in class kiwi.ui.WorkspaceManager
Register a WorkspaceListener with this WorkspaceManager.
append(Object) - Method in class kiwi.ui.StackView
Append an item to the stack.
append(Object) - Method in interface kiwi.ui.model.StackModel
Append an object to the bottom of the stack.
append(Object) - Method in class kiwi.ui.model.DefaultStackModel
Append an object to the bottom of the stack.
append(String) - Method in class kiwi.util.DirectoryPath
Append a directory to the end of the path.
append(String[]) - Method in class kiwi.util.DirectoryPath
Append a list directories to the end of the path.
areUnsavedEditors() - Method in class kiwi.ui.WorkspaceManager
Determine if there are any editors in the workspace that have unsaved changes.
argumentCountError(String) - Method in interface kiwi.util.CommandProcessor
Argument count error handler.
argumentFormatError(String, String) - Method in interface kiwi.util.CommandProcessor
Argument format error handler.
ArraySequence - class kiwi.util.ArraySequence.
An implementation of Sequence for wrapping arrays.
ArraySequence(Object[]) - Constructor for class kiwi.util.ArraySequence
Construct a new ArraySequence.
ArrowButtonView - class kiwi.ui.ArrowButtonView.
This class represents a panel of VCR-style buttons, including First, Previous, Next, and Last buttons.
ArrowButtonView(int) - Constructor for class kiwi.ui.ArrowButtonView
Construct a new ArrowButtonView.
Assert - class kiwi.util.Assert.
Assertion support.
assert(boolean) - Static method in class kiwi.util.Assert
Test an assertion.
AssertionException - exception kiwi.util.AssertionException.
An assertion exception.
AudioClip - class kiwi.ui.AudioClip.
This class represents an audio clip.
AudioClip(InputStream) - Constructor for class kiwi.ui.AudioClip
Construct a new AudioClip.
AudioClip(String) - Constructor for class kiwi.ui.AudioClip
Construct a new AudioClip.
AudioClip(URL) - Constructor for class kiwi.ui.AudioClip
Construct a new AudioClip.

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