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

S

save() - Method in class kiwi.ui.WorkspaceEditor
Persist the edits made in this editor.
scaleImage(float) - Method in class kiwi.ui.ImageView
Scale the image by a given scale factor.
ScrollbackView - class kiwi.ui.ScrollbackView.
This class represents a visual scrollback buffer.
ScrollbackView() - Constructor for class kiwi.ui.ScrollbackView
Construct a new ScrollBackView.
Sequence - interface kiwi.util.Sequence.
An extension of Enumeration that allows rewinding to the first component and retrieval of the number of items in the collection.
setAcceptButtonText(String) - Method in class kiwi.ui.dialog.ComponentDialog
Set the label text for the OK button.
setBackground(Color) - Method in class kiwi.ui.ToolTipManager
Set the tool tip background color.
setBold() - Method in class kiwi.ui.SimpleStyledEditor
Boldify the currently-selected content.
setBusy(boolean) - Method in class kiwi.ui.StatusBar
Start or stop the slider.
setButtonsAreTransparent(boolean) - Static method in class kiwi.ui.UIChangeManager
Set the transparent buttons flag.
setCancelButtonText(String) - Method in class kiwi.ui.dialog.ComponentDialog
Set the label text for the Cancel button.
setChangesMade(boolean) - Method in class kiwi.ui.WorkspaceEditor
Set the changes made flag on this editor.
setChildrenLoaded(boolean) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
setClipboardText(String) - Static method in class kiwi.util.KiwiUtils
Copy text to the system clipboard.
setColor(Color) - Method in class kiwi.ui.ColoredString
Set the color.
setComment(String) - Method in class kiwi.ui.WorkspaceEditor
Set the comment that appears in the top portion of the editor.
setComment(String) - Method in class kiwi.ui.dialog.ComponentDialog
Change the dialog's comment.
setDefaultTexture(Image) - Static method in class kiwi.ui.UIChangeManager
Set the default texture used for tiling backgrounds of KPanels.
setDelay(int) - Method in class kiwi.ui.SplashScreen
Set the display duration.
setDelay(int) - Method in class kiwi.ui.ToolTipManager
Set the tool tip display delay.
setDescription(String) - Method in class kiwi.util.Config
Set the description for this set of configuration parameters.
setDescription(String) - Method in class kiwi.io.FileExtensionFilter
Set the description for this filter.
setDirectoryPath(DirectoryPath) - Method in class kiwi.ui.PathEditor
Set the list of paths to be displayed by this view.
setEditable(boolean) - Method in class kiwi.ui.SimpleEditor
Set the editable state of the editor.
setEnd(boolean) - Method in class kiwi.text.SGMLElement
Set the end tag flag.
setExpandable(boolean) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
setExpanded(boolean) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
setExtensionListInDescription(boolean) - Method in class kiwi.io.FileExtensionFilter
Specify whether the extension list should appear as part of the description.
setFont(Font) - Method in class kiwi.ui.StatusBar
Set the message font.
setFont(Font) - Method in class kiwi.ui.ToolTipManager
Set the tool tip font.The default font is 8 point Dialog.
setForeground(Color) - Method in class kiwi.ui.ToolTipManager
Set the tool tip foreground color.
setHighlightBackground(Color) - Method in class kiwi.ui.ModelTreeCellRenderer
Set the background color for a highlighted item.
setHighlightForeground(Color) - Method in class kiwi.ui.ModelTreeCellRenderer
Set the foreground color for a highlighted item.
setIcon(Icon) - Method in class kiwi.ui.WizardView
Set the component's icon.
setIcon(Icon) - Method in class kiwi.ui.dialog.ComponentDialog
Get the icon to display in the left part of the dialog window.
setIcon(Icon) - Method in class kiwi.ui.dialog.ProgressDialog
Set the dialog's icon.
setIgnoreCase(boolean) - Method in class kiwi.text.PatternMatcher
Toggle case sensitivity.
setInitialDelay(int) - Method in class kiwi.ui.RepeaterButton
Set the initial delay on this button.
setItalic() - Method in class kiwi.ui.SimpleStyledEditor
Italicize the currently-selected content.
setMessage(String) - Method in class kiwi.ui.dialog.ProgressDialog
Set the message for the dialog.
setMessage(String) - Method in class kiwi.ui.dialog.KQuestionDialog
Set the prompt.
setMessage(String) - Method in class kiwi.ui.dialog.KMessageDialog
Set the message.
setMeterColor(Color) - Method in class kiwi.ui.StatusBar
Set the meter color.
setModel(TableModel) - Method in class kiwi.ui.model.TableMap
Set the TableModel to use with this map.
setModel(TableModel) - Method in class kiwi.ui.model.TableSorter
Set the TableModel for this table sorter.
setMultipleSelectionsAllowed(boolean) - Method in class kiwi.ui.FilesystemTableView
Specify whether multiple selections are allowed in this component.
setMultipleSelectionsAllowed(boolean) - Method in class kiwi.ui.FilesystemListView
Specify whether multiple selections are allowed in this component.
setMultipleSelectionsAllowed(boolean) - Method in class kiwi.ui.FilesystemTreeView
Specify whether multiple selections are allowed in this component.
setObject(Object) - Method in class kiwi.ui.WorkspaceEditor
Set the problem domain object to be associated with this editor.
setOpaque(boolean) - Method in class kiwi.ui.KPanel
Overridden to prevent clients from making the panel transparent.
setOpaque(boolean) - Method in class kiwi.ui.FilesystemTreeView
Set the component's opacity.
setOpaque(boolean) - Method in class kiwi.ui.KDesktopPane
Set the opacity state of this component.
setPattern(String) - Method in class kiwi.text.PatternMatcher
Set the regular expression for subsequent pattern matching.
setPercent(int) - Method in class kiwi.ui.Thermometer
Set a percentage on the meter.
setPlain() - Method in class kiwi.ui.SimpleStyledEditor
Remove all style attributes from the currently-selected content.
setProgress(int) - Method in interface kiwi.util.ProgressObserver
Set the progress amount to progress, which is a value between 0 and 100.
setProgress(int) - Method in class kiwi.ui.StatusBar
Set a percentage on the meter.
setProgress(int) - Method in class kiwi.ui.dialog.ProgressDialog
Implementation of the ProgressObserver interface.
setPrompt(String) - Method in class kiwi.ui.dialog.KInputDialog
Set the prompt.
setRepeatDelay(int) - Method in class kiwi.ui.RepeaterButton
Set the repeat delay.
setRoot(File) - Method in class kiwi.ui.FilesystemTableView
Set the root of the filesystem to be displayed by this component.
setRoot(File) - Method in class kiwi.ui.FilesystemListView
Set the root of the filesystem to be displayed by this component.
setRoot(File) - Method in class kiwi.ui.FilesystemTreeView
Set the root of the filesystem to be displayed by this component.
setRoot(File) - Method in class kiwi.ui.dialog.DirectorySelectorDialog
Set the root directory that will be displayed by this dialog.
setSaveLines(int) - Method in class kiwi.ui.ConsoleFrame
Set the number of save lines.
setSaveLines(int) - Method in class kiwi.ui.ScrollbackView
Set the buffer size.
setSize(int, int) - Method in class kiwi.ui.Thermometer
Set the size of the component.
setSource(InputStream) - Method in class kiwi.text.PatternMatcher
Set the source for pattern matching to an input stream.
setSource(String) - Method in class kiwi.text.PatternMatcher
Set the source for pattern matching to a string.
setString(String) - Method in class kiwi.ui.ColoredString
Set the string.
setTag(String) - Method in class kiwi.text.SGMLElement
Set the tag.
setText(String) - Method in class kiwi.ui.KLabel
Set the text to be displayed by the label.
setText(String) - Method in class kiwi.ui.StatusBar
Set the text to be displayed in the status bar.
setText(String) - Method in class kiwi.ui.SimpleEditor
Set the text in the editor.
setText(String) - Method in class kiwi.ui.SimpleStyledEditor
Set the text to be displayed in the editor.
setText(String) - Method in class kiwi.ui.dialog.KInputDialog
Set the text in the dialog's text field.
setTextColor(Color) - Method in class kiwi.ui.StatusBar
Set the text color.
setTexture(Image) - Method in class kiwi.ui.KFrame
Set the background texture.
setTexture(Image) - Method in class kiwi.ui.KPanel
Set the background texture.
setTexture(Image) - Method in class kiwi.ui.dialog.KDialog
Set the background image.
setTitle(String) - Method in class kiwi.ui.WizardPanel
Set the title for this WizardPanel.
setTreeModel(ITreeModel) - Method in class kiwi.ui.TreeTable
Set this component's data model.
setTreeModel(ITreeModel) - Method in class kiwi.ui.model.TreeModelListAdapter
Set the tree model to be used by this adapter.
setTreeModel(ITreeModel) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Set the tree model to be used by this adapter.
setTreeModel(ITreeModel) - Method in class kiwi.ui.model.TreeModelTableAdapter
Set the tree model to be used by this adapter.
setUnderline() - Method in class kiwi.ui.SimpleStyledEditor
Underline the currently-selected content.
setValue(boolean) - Method in class kiwi.util.BooleanHolder
Set the BooleanHolder's value.
setValue(double) - Method in class kiwi.util.DoubleHolder
Set the DoubleHolder's value.
setValue(float) - Method in class kiwi.util.FloatHolder
Set the FloatHolder's value.
setValue(int) - Method in class kiwi.util.IntegerHolder
Set the IntegerHolder's value.
setValue(String) - Method in class kiwi.util.StringHolder
Set the StringHolder's value.
setValueAt(Object, int, int) - Method in class kiwi.ui.model.TableMap
 
setValueAt(Object, int, int) - Method in class kiwi.ui.model.TableSorter
Set the value at the given row and column of the unsorted table.
setValueAt(Object, int, int) - Method in class kiwi.ui.model.TreeModelTableAdapter
Set the value at the given row and column in the table model.
setVisible(boolean) - Method in class kiwi.ui.SplashScreen
Display or hide the splash screen.
setVisible(boolean) - Method in class kiwi.ui.AboutFrame
Show or hide the window.
setVisible(boolean) - Method in class kiwi.ui.dialog.ComponentDialog
Show or hide the dialog.
setVisible(boolean) - Method in class kiwi.ui.dialog.DateChooserDialog
Show or hide the dialog.
setVisible(boolean) - Method in class kiwi.ui.dialog.PropertyEditorDialog
Show or hide the dialog.
setVisible(boolean) - Method in class kiwi.ui.dialog.LoginDialog
Show or hide the dialog.
setVisible(boolean) - Method in class kiwi.ui.dialog.KInputDialog
Show or hide the dialog.
setVisible(boolean) - Method in class kiwi.ui.dialog.KQuestionDialog
Show or hide the dialog.
setVisible(boolean) - Method in class kiwi.ui.dialog.KMessageDialog
Show or hide the dialog.
SGMLConsumer - interface kiwi.text.SGMLConsumer.
An interface for consuming parsed SGML data.
SGMLElement - class kiwi.text.SGMLElement.
This class represents an SGML element.
SGMLElement() - Constructor for class kiwi.text.SGMLElement
Construct a new SGMLElement.
SGMLElement(String, boolean) - Constructor for class kiwi.text.SGMLElement
Construct a new SGMLElement.
SGMLParser - class kiwi.text.SGMLParser.
A parsing engine for SGML markup.
SGMLParser(Reader, SGMLConsumer) - Constructor for class kiwi.text.SGMLParser
Construct a new SGMLParser.
shouldSelectCell(EventObject) - Method in class kiwi.ui.AbstractCellEditor
 
showInputDialog(String) - Method in class kiwi.ui.dialog.DialogSet
Show a KInputDialog.
showInputDialog(String, Icon, String) - Method in class kiwi.ui.dialog.DialogSet
Show a KInputDialog.
showMessageDialog(String) - Method in class kiwi.ui.dialog.DialogSet
Show a KMessageDialog.
showMessageDialog(String, Icon, String) - Method in class kiwi.ui.dialog.DialogSet
Show a KMessageDialog.
showQuestionDialog(String) - Method in class kiwi.ui.dialog.DialogSet
Show a KQuestionDialog.
showQuestionDialog(String, Icon, String) - Method in class kiwi.ui.dialog.DialogSet
Show a KQuestionDialog.
SimpleEditor - class kiwi.ui.SimpleEditor.
A simple text editor for entering unformatted text.
SimpleEditor() - Constructor for class kiwi.ui.SimpleEditor
Construct a new SimpleEditor.
SimpleEditor(int, int) - Constructor for class kiwi.ui.SimpleEditor
Construct a new SimpleEditor with the specified number of rows and colunns.
SimpleStyledEditor - class kiwi.ui.SimpleStyledEditor.
A simple text editor that supports styles like bold, italic, and underline, and that is able to render embedded markup using proxies.
SimpleStyledEditor(MarkupProxyFactory) - Constructor for class kiwi.ui.SimpleStyledEditor
Construct a new SimpleStyledEditor.
sleep(int) - Static method in class kiwi.util.KiwiUtils
Suspend the calling thread.
sort(Object[]) - Method in class kiwi.util.MergeSort
Sort an array of objects.
sortByColumn(int) - Method in class kiwi.ui.model.TableSorter
Sort a column in the table in ascending order.
sortByColumn(int, boolean) - Method in class kiwi.ui.model.TableSorter
Sort a column in the table.
source - Variable in class kiwi.ui.model.StaticTreeModel
The model's data source.
SplashScreen - class kiwi.ui.SplashScreen.
This class represents a splash screen: an untitled, frameless window that briefly appears on the desktop, typically while an application or installer program is launching.
SplashScreen(Image, String) - Constructor for class kiwi.ui.SplashScreen
Construct a new SplashScreen.
split(String, String) - Static method in class kiwi.util.StringUtils
Split a string into a series of tokens based on the given delimiter.
StackModel - interface kiwi.ui.model.StackModel.
An interface describing the data model for a stack.
StackView - class kiwi.ui.StackView.
A component that displays the contents of a Stack data structure.
StackView() - Constructor for class kiwi.ui.StackView
Construct a new StackView with a default stack model.
StackView(StackModel) - Constructor for class kiwi.ui.StackView
Construct a new StackView with the given stack model.
start() - Method in class kiwi.ui.Thermometer
Start the busy slider.
startEditing() - Method in class kiwi.ui.WorkspaceEditor
Start editing in this editor.
stateChanged(ChangeEvent) - Method in class kiwi.ui.WizardPanelSequence
Handle ChangeEvents fired by the WizardPanels that belong to this sequence.
StaticTreeModel - class kiwi.ui.model.StaticTreeModel.
An implementation of ITreeModel that represents a static hierarchical data structure.
StaticTreeModel.TreeNode - class kiwi.ui.model.StaticTreeModel.TreeNode.
Internal wrapper object for nodes.
StaticTreeModel.TreeNode(StaticTreeModel, Object, StaticTreeModel.TreeNode) - Constructor for class kiwi.ui.model.StaticTreeModel.TreeNode
 
StaticTreeModel() - Constructor for class kiwi.ui.model.StaticTreeModel
Construct a new StaticTreeModel.
StaticTreeModel(HierarchicalDataSource) - Constructor for class kiwi.ui.model.StaticTreeModel
Construct a new StaticTreeModel for a given data source.
STATUS - Static variable in interface kiwi.util.LoggingEndpoint
Status message type.
StatusBar - class kiwi.ui.StatusBar.
This class represents a status bar that includes a message area and an optional progress meter (see Thermometer).
StatusBar() - Constructor for class kiwi.ui.StatusBar
Construct a new StatusBar.
StatusBar(boolean) - Constructor for class kiwi.ui.StatusBar
Construct a new StatusBar.
stop() - Method in class kiwi.ui.AudioClip
Stop playing the audio clip.
stop() - Method in class kiwi.ui.Thermometer
Stop the busy slider.
stopCellEditing() - Method in class kiwi.ui.AbstractCellEditor
 
stopEditing() - Method in class kiwi.ui.WorkspaceEditor
Start editing in this editor.
store() - Method in class kiwi.io.ConfigFile
Save the configuration parameters to the file.
StreamRelay - class kiwi.io.StreamRelay.
This class represents a stream relay; it reads data from one stream and writes it to another, in a dedicated thread.
StreamRelay(DataInputStream, DataOutputStream) - Constructor for class kiwi.io.StreamRelay
Construct a new StreamRelay.
StringHolder - class kiwi.util.StringHolder.
A mutable holder for a String value.
StringHolder() - Constructor for class kiwi.util.StringHolder
Construct a new StringHolder with an initial value of null.
StringHolder(String) - Constructor for class kiwi.util.StringHolder
Construct a new StringHolder with a specified initial value.
StringMergeSort - class kiwi.util.StringMergeSort.
A trivial extension of MergeSort for sorting strings.
StringMergeSort() - Constructor for class kiwi.util.StringMergeSort
Construct a new, case-sensitive StringMergeSort.
StringMergeSort(boolean) - Constructor for class kiwi.util.StringMergeSort
Construct a new StringMergeSort.
StringUtils - class kiwi.util.StringUtils.
A class of miscellaneous string utilities.
support - Variable in class kiwi.util.Config
The support object for firing ChangeEvents when the object changes.
swap() - Method in class kiwi.ui.StackView
Swap the positions of the top two items on the stack.
swap() - Method in interface kiwi.ui.model.StackModel
Swap the topmost items on the stack.
swap() - Method in class kiwi.ui.model.DefaultStackModel
Swap the topmost items on the stack.

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