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

C

CANCEL - Static variable in class kiwi.event.DialogDismissEvent
Dismissal type; the Cancel button was pressed.
cancel() - Method in class kiwi.ui.dialog.ComponentDialog
Cancel the dialog.
cancel() - Method in class kiwi.ui.dialog.LoginDialog
 
cancelCellEditing() - Method in class kiwi.ui.AbstractCellEditor
 
canMoveBackward() - Method in class kiwi.ui.WizardPanelSequence
Determine if the user is allowed to move to the previous panel.
canMoveForward() - Method in class kiwi.ui.WizardPanelSequence
Determine if the user is allowed to move to the next panel.
CASCADE_PLACEMENT - Static variable in class kiwi.ui.dialog.DialogSet
Placement policy.
cascadeWindow(Window, Window) - Static method in class kiwi.util.KiwiUtils
Cascade a window off of a parent window.
cascadeWindow(Window, Window, int) - Static method in class kiwi.util.KiwiUtils
Cascade a window off of a parent window.
cascadeWindow(Window, Window, int, int) - Static method in class kiwi.util.KiwiUtils
Cascade a window off of a parent window.
CENTER_PLACEMENT - Static variable in class kiwi.ui.dialog.DialogSet
Placement policy.
centerWindow(Window) - Static method in class kiwi.util.KiwiUtils
Center a window on the screen.
centerWindow(Window, Window) - Static method in class kiwi.util.KiwiUtils
Center a window within the bounds of another window.
changeLookAndFeel(LookAndFeel) - Method in class kiwi.ui.UIChangeManager
Change the Look & Feel globally.
changeLookAndFeel(String) - Method in class kiwi.ui.UIChangeManager
Change the Look & Feel globally.
ChangeSupport - class kiwi.event.ChangeSupport.
A support object for generating ChangeEvents.
ChangeSupport(Object) - Constructor for class kiwi.event.ChangeSupport
Construct a new ChangeSupport object.
clazz - Variable in class kiwi.util.ResourceLoader
The class object associated with this resource loader.
clear() - Method in class kiwi.util.Config
Remove all properties.
clear() - Method in class kiwi.ui.ScrollbackView
Clear the scrollback.
close() - Method in class kiwi.util.NullLoggingEndpoint
Close the logging endpoint.
close() - Method in class kiwi.util.FileLoggingEndpoint
Close the log file.
close() - Method in interface kiwi.util.LoggingEndpoint
Close the logging endpoint.
close() - Method in class kiwi.util.RawLoggingEndpoint
Close the logging endpoint.
close() - Method in class kiwi.ui.ConsoleFrame
Close the console.
closeAllEditors() - Method in class kiwi.ui.WorkspaceManager
Close all of the editors in the workspace.
closeEditor(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Close an editor.
codebase - Static variable in class kiwi.util.ReplacementClassLoader
The path (relative to the anchor) relative to which classes will be loaded.
collapse(ITreeNode) - Method in interface kiwi.ui.model.ITreeModel
Collapse a node.
collapse(ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Collapse a node.
collapse(ITreeNode) - Method in class kiwi.ui.model.DynamicTreeModel
Collapse a node.
collapseChildren() - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
ColoredCellRenderer - class kiwi.ui.ColoredCellRenderer.
A cell renderer for ColoredStrings; for use with JLists.
ColoredCellRenderer() - Constructor for class kiwi.ui.ColoredCellRenderer
Construct a new ColeredCellRenderer.
ColoredString - class kiwi.ui.ColoredString.
A class that represents a colored string.
ColoredString() - Constructor for class kiwi.ui.ColoredString
Construct a new colored string.
ColoredString(String, Color) - Constructor for class kiwi.ui.ColoredString
Construct a new colored string.
ColorFormatter - class kiwi.text.ColorFormatter.
This class provides methods for converting colors to and from string representations.
colorForName(String) - Static method in class kiwi.text.ColorFormatter
Get a color for a name.
CommandDispatcher - class kiwi.util.CommandDispatcher.
A class that makes use of the reflection API to implement a generic, reusable, and flexible command processor.
CommandDispatcher(CommandProcessor) - Constructor for class kiwi.util.CommandDispatcher
Construct a new CommandDispatcher for the given helper class.
CommandLineParser - class kiwi.util.CommandLineParser.
A class that does approximately what getopt() does in C.
CommandLineParser(String[], String, String) - Constructor for class kiwi.util.CommandLineParser
Construct a new CommandLineParser without longopt support.
CommandLineParser(String[], String, String, String[], String[]) - Constructor for class kiwi.util.CommandLineParser
Construct a new CommandLineParser.
CommandLineParser(String[], String, String, String, String[], String[], String[]) - Constructor for class kiwi.util.CommandLineParser
Construct a new CommandLineParser with required options that must have parameters if specified.
CommandProcessor - interface kiwi.util.CommandProcessor.
Helper class for the CommandDispatcher.
compareElementsAt(int, int) - Method in class kiwi.util.MergeSort
Compare two elements.
compareElementsAt(int, int) - Method in class kiwi.util.StringMergeSort
Compare two elements.
ComponentDialog - class kiwi.ui.dialog.ComponentDialog.
A base class for custom dialog windows.
ComponentDialog(Frame, String, boolean) - Constructor for class kiwi.ui.dialog.ComponentDialog
Construct a new ComponentDialog.
ComponentDialog(Frame, String, boolean, boolean) - Constructor for class kiwi.ui.dialog.ComponentDialog
Construct a new ComponentDialog.
CompressedResourceLoader - class kiwi.util.CompressedResourceLoader.
A utility class containing methods for retrieving compressed application resources; these resources typically reside within a JAR file among the classes that make up an application.
CompressedResourceLoader(Class) - Constructor for class kiwi.util.CompressedResourceLoader
Construct a new CompressedResourceLoader with a default input buffer size and inflater type.
CompressedResourceLoader(Class, int) - Constructor for class kiwi.util.CompressedResourceLoader
Create a new compressed resource loader with the default input buffer size.
CompressedResourceLoader(Class, int, int) - Constructor for class kiwi.util.CompressedResourceLoader
Create a new compressed resource loader.
config - Variable in class kiwi.ui.WizardPanelSequence
The configuration object for this sequence.
config - Variable in class kiwi.ui.WizardPanel
The configuration object for the WizardPanelSequence that owns this WizardPanel.
Config - class kiwi.util.Config.
Configuration object.
Config() - Constructor for class kiwi.util.Config
Construct a new Config with a default description.
Config(String) - Constructor for class kiwi.util.Config
Construct a new Config object.
ConfigFile - class kiwi.io.ConfigFile.
Persistent configuration object.
ConfigFile(File) - Constructor for class kiwi.io.ConfigFile
Construct a new ConfigFile with a default comment.
ConfigFile(File, String) - Constructor for class kiwi.io.ConfigFile
Construct a new ConfigFile.
ConsoleAdapter - class kiwi.ui.ConsoleAdapter.
Adapter for using a logging endpoint with the standard output stream.
ConsoleAdapter(LoggingEndpoint) - Constructor for class kiwi.ui.ConsoleAdapter
Construct a new ConsoleAdapter for the specified logging endpoint.
ConsoleFrame - class kiwi.ui.ConsoleFrame.
A GUI console window.
ConsoleFrame(String) - Constructor for class kiwi.ui.ConsoleFrame
Construct a new ConsoleFrame.
copy() - Method in class kiwi.ui.WorkspaceEditor
Invoke a copy action on this editor.
copy() - Method in class kiwi.ui.SimpleEditor
Perform a copy operation on the editor.
Counter - class kiwi.util.Counter.
An integer counter object.
Counter() - Constructor for class kiwi.util.Counter
Construct a new Counter with an initial value of 0.
Counter(int) - Constructor for class kiwi.util.Counter
Construct a new Counter with a specified initial value.
currentIndex - Variable in class kiwi.ui.WizardPanelSequence
The index of the currently-selected WizardPanel.
cut() - Method in class kiwi.ui.WorkspaceEditor
Invoke a cut action on this editor.
cut() - Method in class kiwi.ui.SimpleEditor
Perform a cut operation on the editor.

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