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

A

AbstractShell - class de.kawt.shell.AbstractShell.
 
AbstractShell() - Constructor for class de.kawt.shell.AbstractShell
 
ACTION_PERFORMED - Static variable in class java.awt.event.ActionEvent
 
ActionEvent - class java.awt.event.ActionEvent.
 
ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
 
ActionListener - interface java.awt.event.ActionListener.
The listener interface for receiving action events.
actionPerformed(ActionEvent) - Method in class java.awt.FileDialog
 
actionPerformed(ActionEvent) - Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class de.kawt.OptionDialog
 
activeCaption - Static variable in class java.awt.SystemColor
 
activeCaptionText - Static variable in class java.awt.SystemColor
 
add(Component) - Method in class java.awt.Container
 
add(Component, Object) - Method in class java.awt.Container
 
add(Menu) - Method in class java.awt.MenuBar
 
add(MenuItem) - Method in class java.awt.Menu
 
add(Rectangle) - Method in class java.awt.Rectangle
 
add(String) - Method in class java.awt.List
 
add(String) - Method in class java.awt.Choice
 
add(String, Component) - Method in class java.awt.Container
 
add(String, Component) - Method in class java.awt.ScrollPane
 
addActionListener(ActionListener) - Method in class java.awt.Button
 
addActionListener(ActionListener) - Method in class java.awt.MenuItem
 
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
 
addItem(String) - Method in class java.awt.Choice
 
addItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
 
addItemListener(ItemListener) - Method in class java.awt.Checkbox
 
addItemListener(ItemListener) - Method in class java.awt.List
 
addItemListener(ItemListener) - Method in class java.awt.Choice
 
addItemListener(ItemListener) - Method in class de.kawt.TabbedPane
 
addKeyListener(KeyListener) - Method in class java.awt.Component
 
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
 
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
 
addLayoutComponent(String, Component) - Method in interface java.awt.LayoutManager
 
addLayoutComponent(String, Component) - Method in class java.awt.GridLayout
 
addLayoutComponent(String, Component) - Method in class java.awt.FlowLayout
 
addMouseListener(MouseListener) - Method in class java.awt.Component
 
addTab(String, Component) - Method in class de.kawt.TabbedPane
Adds a component represented by a title to this tabbedpane.
addTextListener(TextListener) - Method in class java.awt.TextComponent
Caution: In contrast to the AWT, KAWT supports only one TextListener!
addWindowListener(WindowListener) - Method in class java.awt.Window
This method does not do anything and is included for compatibility only
ADJUSTMENT_FIRST - Static variable in class java.awt.event.AdjustmentEvent
 
ADJUSTMENT_LAST - Static variable in class java.awt.event.AdjustmentEvent
 
ADJUSTMENT_VALUE_CHANGED - Static variable in class java.awt.event.AdjustmentEvent
 
AdjustmentEvent - class java.awt.event.AdjustmentEvent.
 
AdjustmentEvent(Component, int, int, int) - Constructor for class java.awt.event.AdjustmentEvent
 
AdjustmentListener - interface java.awt.event.AdjustmentListener.
The listener interface for receiving adjustment events.
adjustmentValueChanged(AdjustmentEvent) - Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
AWTEvent - class java.awt.AWTEvent.
 
AWTEvent(Object, int) - Constructor for class java.awt.AWTEvent
 

B

beep() - Method in class java.awt.Toolkit
 
black - Static variable in class java.awt.Color
 
BLOCK_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
 
BLOCK_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
 
blue - Static variable in class java.awt.Color
 
BOLD - Static variable in class java.awt.Font
 
BorderLayout - class java.awt.BorderLayout.
 
BorderLayout() - Constructor for class java.awt.BorderLayout
 
bottom - Variable in class java.awt.Insets
 
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
Button - class java.awt.Button.
 
Button() - Constructor for class java.awt.Button
 
Button(String) - Constructor for class java.awt.Button
 
ByteArrayInputStream - class java.io.ByteArrayInputStream.
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - class java.io.ByteArrayOutputStream.
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred - Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.

C

CANCEL_OPTION - Static variable in class de.kawt.OptionDialog
 
Canvas - class java.awt.Canvas.
 
Canvas() - Constructor for class java.awt.Canvas
 
CardLayout - class java.awt.CardLayout.
 
CardLayout() - Constructor for class java.awt.CardLayout
 
cd(String) - Method in class de.kawt.FileList
 
cd(String) - Method in class de.kawt.shell.AbstractShell
 
cd(String) - Method in class de.kawt.shell.DefaultShell
 
cd(String) - Method in class de.kawt.shell.FtpShell
 
CENTER - Static variable in class java.awt.Label
 
CENTER - Static variable in class java.awt.BorderLayout
 
CHAR_UNDEFINED - Static variable in class java.awt.event.KeyEvent
 
Checkbox - class java.awt.Checkbox.
 
Checkbox() - Constructor for class java.awt.Checkbox
 
Checkbox(String) - Constructor for class java.awt.Checkbox
 
Checkbox(String, boolean) - Constructor for class java.awt.Checkbox
 
Checkbox(String, boolean, CheckboxGroup) - Constructor for class java.awt.Checkbox
 
Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
 
CheckboxGroup - class java.awt.CheckboxGroup.
 
CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
 
checkContext(int) - Method in class java.awt.Graphics
 
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
Choice - class java.awt.Choice.
 
Choice() - Constructor for class java.awt.Choice
 
clearRect(int, int, int, int) - Method in class java.awt.Graphics
 
clipRect(int, int, int, int) - Method in class java.awt.Graphics
 
close() - Method in class java.net.Socket
 
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.RandomAccessFile
 
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
 
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.FileInputStream
 
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class de.kawt.shell.AbstractShell
 
close() - Method in class de.kawt.shell.FtpShell
 
CLOSED_OPTION - Static variable in class de.kawt.OptionDialog
 
Closer - class de.kawt.Closer.
 
Closer(Window) - Constructor for class de.kawt.Closer
 
closeStream() - Method in class de.kawt.shell.AbstractShell
needed to enable ftpshell to close data connection
closeStream() - Method in class de.kawt.shell.FtpShell
 
Color - class java.awt.Color.
 
Color(int) - Constructor for class java.awt.Color
 
Color(int, int, int) - Constructor for class java.awt.Color
 
ColorModel - class java.awt.image.ColorModel.
 
ColorModel(int) - Constructor for class java.awt.image.ColorModel
 
Component - class java.awt.Component.
Important Limitations: Only one listener of each type is allowed Many methods are still missing Many events are not passed through the processXXXEvent-Methods but delivered directly to the registered listener.
Component() - Constructor for class java.awt.Component
 
consumed - Variable in class java.awt.AWTEvent
 
Container - class java.awt.Container.
 
Container() - Constructor for class java.awt.Container
 
Container(LayoutManager) - Constructor for class java.awt.Container
 
contains(int, int) - Method in class java.awt.Component
 
control - Static variable in class java.awt.SystemColor
 
controlText - Static variable in class java.awt.SystemColor
 
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
create() - Method in class java.awt.Graphics
 
create(int, int, int, int) - Method in class java.awt.Graphics
 
createImage(byte[]) - Method in class java.awt.Toolkit
 
createImage(String) - Method in class java.awt.Toolkit
 
cyan - Static variable in class java.awt.Color
 

D

darkGray - Static variable in class java.awt.Color
 
DataInput - interface java.io.DataInput.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
DataOutput - interface java.io.DataOutput.
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - class java.io.DataOutputStream.
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
de.kawt - package de.kawt
 
de.kawt.shell - package de.kawt.shell
 
DefaultShell - class de.kawt.shell.DefaultShell.
 
DefaultShell() - Constructor for class de.kawt.shell.DefaultShell
 
delete() - Method in class java.io.File
 
deriveFont(int) - Method in class java.awt.Font
 
deselect(int) - Method in class java.awt.List
 
DESELECTED - Static variable in class java.awt.event.ItemEvent
 
Dialog - class java.awt.Dialog.
 
Dialog(Frame) - Constructor for class java.awt.Dialog
 
Dialog(Frame, String) - Constructor for class java.awt.Dialog
 
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
 
Dimension - class java.awt.Dimension.
 
Dimension(int, int) - Constructor for class java.awt.Dimension
 
DIRECTORY - Static variable in class de.kawt.shell.FileInfo
 
dispose() - Method in class java.awt.Window
 
doLayout() - Method in class java.awt.Container
 
doLayout() - Method in class java.awt.List
 
doLayout() - Method in class java.awt.TextArea
 
doLayout() - Method in class java.awt.ScrollPane
 
drawImage(Image, int, int, Object) - Method in class java.awt.Graphics
 
drawLine(int, int, int, int) - Method in class java.awt.Graphics
 
drawOval(int, int, int, int) - Method in class java.awt.Graphics
Since there is no drawOval in com.sun.kjava.Graphics, this method draw a roundRect
drawPolyline(int[], int[], int) - Method in class java.awt.Graphics
 
drawRect(int, int, int, int) - Method in class java.awt.Graphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
 
drawString(String, int, int) - Method in class java.awt.Graphics
 

E

EAST - Static variable in class java.awt.BorderLayout
 
echoCharIsSet() - Method in class java.awt.TextField
 
EOFException - exception java.io.EOFException.
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for class java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.

F

File - class java.io.File.
 
File(File, String) - Constructor for class java.io.File
 
File(String) - Constructor for class java.io.File
 
File(String, String) - Constructor for class java.io.File
 
FileDialog - class java.awt.FileDialog.
 
FileDialog(Frame) - Constructor for class java.awt.FileDialog
 
FileDialog(Frame, String) - Constructor for class java.awt.FileDialog
 
FileDialog(Frame, String, int) - Constructor for class java.awt.FileDialog
 
FileInfo - class de.kawt.shell.FileInfo.
 
FileInfo(File) - Constructor for class de.kawt.shell.FileInfo
 
FileInfo(String, int) - Constructor for class de.kawt.shell.FileInfo
 
FileInputStream - class java.io.FileInputStream.
 
FileInputStream(File) - Constructor for class java.io.FileInputStream
 
FileList - class de.kawt.FileList.
 
FileList(FileListActivationListener) - Constructor for class de.kawt.FileList
 
fileListActivated(FileList) - Method in interface de.kawt.FileListActivationListener
 
FileListActivationListener - interface de.kawt.FileListActivationListener.
enables list to inform about activation of other list
FileNotFoundException - exception java.io.FileNotFoundException.
 
FileNotFoundException() - Constructor for class java.io.FileNotFoundException
 
FileOutputStream - class java.io.FileOutputStream.
 
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
 
fillRect(int, int, int, int) - Method in class java.awt.Graphics
 
fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
 
findComponentAt(int, int) - Method in class java.awt.Component
 
findComponentAt(int, int) - Method in class java.awt.Container
 
findComponentAt(int, int) - Method in class java.awt.List
 
findComponentAt(int, int) - Method in class java.awt.TextArea
 
findComponentAt(int, int) - Method in class java.awt.ScrollPane
 
first(Container) - Method in class java.awt.CardLayout
 
FlowLayout - class java.awt.FlowLayout.
 
FlowLayout() - Constructor for class java.awt.FlowLayout
 
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.RandomAccessFile
 
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.Writer
Flush the stream.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
Font - class java.awt.Font.
 
Font(String, int, int) - Constructor for class java.awt.Font
 
FontMetrics - class java.awt.FontMetrics.
 
FontMetrics(Font) - Constructor for class java.awt.FontMetrics
 
Frame - class java.awt.Frame.
 
Frame() - Constructor for class java.awt.Frame
 
Frame(String) - Constructor for class java.awt.Frame
 
FtpShell - class de.kawt.shell.FtpShell.
 
FtpShell() - Constructor for class de.kawt.shell.FtpShell
 

G

getActionCommand() - Method in class java.awt.event.ActionEvent
 
getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
 
getAttr(int) - Method in class de.kawt.shell.FileInfo
 
getBlockIncrement() - Method in class java.awt.Scrollbar
 
getCanonicalPath() - Method in class java.io.File
 
getCaretPosition() - Method in class java.awt.TextComponent
 
getColorModel() - Method in class java.awt.Toolkit
 
getComponent(int) - Method in class java.awt.Container
 
getDefaultToolkit() - Static method in class java.awt.Toolkit
 
getDirectory() - Method in class java.awt.FileDialog
 
getEchoChar() - Method in class java.awt.TextField
 
getFile() - Method in class java.awt.FileDialog
 
getFilePointer() - Method in class java.io.RandomAccessFile
 
getFocusOwner() - Method in class java.awt.Window
 
getFont() - Method in class java.awt.Component
 
getFont() - Method in class java.awt.Graphics
 
getFontMetrics() - Method in class java.awt.Graphics
 
getFontMetrics(Font) - Method in class java.awt.Component
 
getFontMetrics(Font) - Method in class java.awt.Graphics
 
getFrame(Component) - Static method in class de.kawt.OptionDialog
 
getGraphics() - Method in class java.awt.Component
 
getHeight() - Method in class java.awt.Component
 
getHeight() - Method in class java.awt.FontMetrics
 
getHeight(Object) - Method in class java.awt.Image
 
getID() - Method in class java.awt.AWTEvent
 
getInputStream() - Method in class java.net.Socket
 
getInputStream(String) - Method in class de.kawt.shell.AbstractShell
 
getInputStream(String) - Method in class de.kawt.shell.DefaultShell
 
getInputStream(String) - Method in class de.kawt.shell.FtpShell
 
getItem() - Method in class java.awt.event.ItemEvent
 
getItem(int) - Method in class java.awt.Choice
 
getItemCount() - Method in class java.awt.Choice
 
getKeyChar() - Method in class java.awt.event.KeyEvent
 
getKeyCode() - Method in class java.awt.event.KeyEvent
 
getLayout() - Method in class java.awt.Container
 
getLocationOnScreen() - Method in class java.awt.Component
return null if not visible
getMaximum() - Method in class java.awt.Scrollbar
 
getMinimum() - Method in class java.awt.Scrollbar
 
getMinimumSize() - Method in class java.awt.Component
 
getMinimumSize() - Method in class java.awt.Container
 
getMinimumSize() - Method in class java.awt.TextField
 
getMinimumSize() - Method in class java.awt.Checkbox
 
getMinimumSize() - Method in class java.awt.List
 
getMinimumSize() - Method in class java.awt.Label
 
getMinimumSize() - Method in class java.awt.Scrollbar
 
getMinimumSize() - Method in class java.awt.Button
 
getMinimumSize() - Method in class java.awt.Frame
 
getMinimumSize() - Method in class java.awt.Dialog
 
getMinimumSize() - Method in class java.awt.Choice
 
getName() - Method in class java.io.File
 
getOrientation() - Method in class java.awt.Scrollbar
 
getOutputStream() - Method in class java.net.Socket
 
getOutputStream(String) - Method in class de.kawt.shell.AbstractShell
 
getOutputStream(String) - Method in class de.kawt.shell.DefaultShell
 
getOutputStream(String) - Method in class de.kawt.shell.FtpShell
 
getOwner() - Method in class java.awt.Window
 
getParent() - Method in class java.awt.Component
 
getPixelSize() - Method in class java.awt.image.ColorModel
 
getPort() - Method in class java.net.Socket
 
getPreferredSize() - Method in class java.awt.Component
 
getPreferredSize() - Method in class java.awt.TextArea
 
getPreferredSize() - Method in class de.kawt.ProgressBar
 
getRGB() - Method in class java.awt.Color
 
getScreenSize() - Method in class java.awt.Toolkit
 
getScrollPosition() - Method in class java.awt.ScrollPane
 
getSelectedCheckbox() - Method in class java.awt.CheckboxGroup
 
getSelectedFile() - Method in class de.kawt.FileList
 
getSelectedIndex() - Method in class java.awt.List
 
getSelectedIndex() - Method in class java.awt.Choice
 
getSelectedIndex() - Method in class de.kawt.TabbedPane
Returns the currently selected index for this tabbedpane.
getSelectedItem() - Method in class java.awt.List
 
getSelectedItem() - Method in class java.awt.Choice
 
getSelectedObjects() - Method in interface java.awt.ItemSelectable
 
getSelectedObjects() - Method in class java.awt.Checkbox
 
getSelectedObjects() - Method in class java.awt.List
 
getSelectedObjects() - Method in class java.awt.Choice
 
getSelectedObjects() - Method in class de.kawt.TabbedPane
Sets the selected index for this tabbedpane and displays corresponding component.
getSelectedText() - Method in class java.awt.TextComponent
 
getSelectionEnd() - Method in class java.awt.TextComponent
 
getSelectionStart() - Method in class java.awt.TextComponent
 
getShell() - Method in class de.kawt.FileList
 
getSize() - Method in class java.awt.Component
 
getSource() - Method in class java.awt.AWTEvent
 
getState() - Method in class java.awt.Checkbox
 
getStateChange() - Method in class java.awt.event.ItemEvent
 
getText() - Method in class java.awt.TextComponent
 
getText() - Method in class java.awt.TextField
 
getText() - Method in class java.awt.Label
 
getToolkit() - Method in class java.awt.Window
 
getTopWindow() - Method in class java.awt.Frame
 
getTransferSize() - Method in class de.kawt.shell.AbstractShell
 
getUnitIncrement() - Method in class java.awt.Scrollbar
 
getValue() - Method in class java.awt.Scrollbar
 
getValue() - Method in class java.awt.event.AdjustmentEvent
 
getWidth() - Method in class java.awt.Component
 
getWidth(Object) - Method in class java.awt.Image
 
getX() - Method in class java.awt.Component
 
getX() - Method in class java.awt.event.MouseEvent
 
getY() - Method in class java.awt.Component
 
getY() - Method in class java.awt.event.MouseEvent
 
GifLoader - class java.awt.GifLoader.
 
GifLoader(InputStream) - Constructor for class java.awt.GifLoader
 
Graphics - class java.awt.Graphics.
 
Graphics() - Constructor for class java.awt.Graphics
 
gray - Static variable in class java.awt.Color
 
green - Static variable in class java.awt.Color
 
GridLayout - class java.awt.GridLayout.
 
GridLayout(int, int) - Constructor for class java.awt.GridLayout
 
GridLayout(int, int, int, int) - Constructor for class java.awt.GridLayout
 

H

height - Variable in class java.awt.Rectangle
 
height - Variable in class java.awt.Dimension
 
hitClip(int, int, int, int) - Method in class java.awt.Graphics
 
HORIZONTAL - Static variable in class java.awt.Scrollbar
 

I

id - Variable in class java.awt.AWTEvent
 
Image - class java.awt.Image.
 
in - Variable in class java.io.DataInputStream
The input stream
in - Variable in class java.io.InputStreamReader
The underlying character-input stream.
inactiveCaption - Static variable in class java.awt.SystemColor
 
inactiveCaptionText - Static variable in class java.awt.SystemColor
 
INPUT_OPTION - Static variable in class de.kawt.OptionDialog
 
InputStream - class java.io.InputStream.
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - class java.io.InputStreamReader.
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters according to a specified character encoding.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
insets - Variable in class java.awt.Container
 
Insets - class java.awt.Insets.
 
Insets(int, int, int, int) - Constructor for class java.awt.Insets
 
InterruptedIOException - exception java.io.InterruptedIOException.
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersection(Rectangle) - Method in class java.awt.Rectangle
 
invalidate() - Method in class java.awt.Component
 
IOException - exception java.io.IOException.
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for class java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
isAncestorOf(Component) - Method in class java.awt.Container
 
isBold() - Method in class java.awt.Font
 
isDirectory() - Method in class java.io.File
 
isEditable() - Method in class java.awt.TextComponent
 
isEnabled() - Method in class java.awt.Component
 
isVisible() - Method in class java.awt.Component
 
ITEM_FIRST - Static variable in class java.awt.event.ItemEvent
 
ITEM_LAST - Static variable in class java.awt.event.ItemEvent
 
ITEM_STATE_CHANGED - Static variable in class java.awt.event.ItemEvent
 
ItemEvent - class java.awt.event.ItemEvent.
 
ItemEvent(ItemSelectable, int, Object, int) - Constructor for class java.awt.event.ItemEvent
 
ItemListener - interface java.awt.event.ItemListener.
The listener interface for receiving item events.
ItemSelectable - interface java.awt.ItemSelectable.
 
itemStateChanged(ItemEvent) - Method in interface java.awt.event.ItemListener
Invoked when an item has been selected or deselected.
itemStateChanged(ItemEvent) - Method in class de.kawt.FileList
 

J

java.awt - package java.awt
 
java.awt.event - package java.awt.event
 
java.awt.image - package java.awt.image
 
java.io - package java.io
 
java.net - package java.net
 

K

KEY_PRESSED - Static variable in class java.awt.event.KeyEvent
 
KEY_RELEASED - Static variable in class java.awt.event.KeyEvent
 
KEY_TYPED - Static variable in class java.awt.event.KeyEvent
 
KeyEvent - class java.awt.event.KeyEvent.
 
KeyEvent(Component, int, long, int, int) - Constructor for class java.awt.event.KeyEvent
 
KeyEvent(Component, int, long, int, int, char) - Constructor for class java.awt.event.KeyEvent
 
KeyListener - interface java.awt.event.KeyListener.
The listener interface for receiving keyboard events (keystrokes).
keyPressed(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyReleased(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been released.
keyTyped(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been typed.

L

Label - class java.awt.Label.
 
Label() - Constructor for class java.awt.Label
 
Label(String) - Constructor for class java.awt.Label
 
Label(String, int) - Constructor for class java.awt.Label
 
last(Container) - Method in class java.awt.CardLayout
 
layoutContainer(Container) - Method in class java.awt.CardLayout
 
layoutContainer(Container) - Method in class java.awt.BorderLayout
 
layoutContainer(Container) - Method in interface java.awt.LayoutManager
 
layoutContainer(Container) - Method in class java.awt.GridLayout
 
layoutContainer(Container) - Method in class java.awt.FlowLayout
 
LayoutManager - interface java.awt.LayoutManager.
 
left - Variable in class java.awt.Insets
 
LEFT - Static variable in class java.awt.Label
 
length() - Method in class java.io.RandomAccessFile
 
length() - Method in class java.io.File
 
lightGray - Static variable in class java.awt.Color
 
List - class java.awt.List.
 
list() - Method in class java.io.File
 
List() - Constructor for class java.awt.List
 
listFiles() - Method in class java.io.File
 
LOAD - Static variable in class java.awt.FileDialog
 
load() - Method in class java.awt.GifLoader
 
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
ls() - Method in class de.kawt.shell.AbstractShell
 
ls() - Method in class de.kawt.shell.DefaultShell
 
ls() - Method in class de.kawt.shell.FtpShell
 

M

magenta - Static variable in class java.awt.Color
 
main(String[]) - Static method in class java.awt.GifLoader
 
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
Menu - class java.awt.Menu.
 
Menu(String) - Constructor for class java.awt.Menu
 
MenuBar - class java.awt.MenuBar.
 
MenuBar() - Constructor for class java.awt.MenuBar
 
MenuItem - class java.awt.MenuItem.
 
MenuItem(String) - Constructor for class java.awt.MenuItem
 
minimumLayoutSize(Container) - Method in class java.awt.CardLayout
 
minimumLayoutSize(Container) - Method in class java.awt.BorderLayout
 
minimumLayoutSize(Container) - Method in interface java.awt.LayoutManager
 
minimumLayoutSize(Container) - Method in class java.awt.GridLayout
 
minimumLayoutSize(Container) - Method in class java.awt.FlowLayout
 
mkdir() - Method in class java.io.File
 
mkdir(String) - Method in class de.kawt.shell.AbstractShell
 
mkdir(String) - Method in class de.kawt.shell.DefaultShell
 
mkdir(String) - Method in class de.kawt.shell.FtpShell
 
MOUSE_CLICKED - Static variable in class java.awt.event.MouseEvent
 
MOUSE_DRAGGED - Static variable in class java.awt.event.MouseEvent
 
MOUSE_ENTERED - Static variable in class java.awt.event.MouseEvent
 
MOUSE_EXITED - Static variable in class java.awt.event.MouseEvent
 
MOUSE_MOVED - Static variable in class java.awt.event.MouseEvent
 
MOUSE_PRESSED - Static variable in class java.awt.event.MouseEvent
 
MOUSE_RELEASED - Static variable in class java.awt.event.MouseEvent
 
mouseClicked(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class de.kawt.FileList
 
mouseEntered(MouseEvent) - Method in class de.kawt.FileList
 
MouseEvent - class java.awt.event.MouseEvent.
 
MouseEvent(Component, int, long, int, int, int, int, boolean) - Constructor for class java.awt.event.MouseEvent
 
mouseExited(MouseEvent) - Method in class de.kawt.FileList
 
MouseListener - interface java.awt.event.MouseListener.
The listener interface for receiving "interesting" mouse events / pen Events (press, release, click) on a component.
mousePressed(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class de.kawt.FileList
 
mouseReleased(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class de.kawt.FileList
 

N

next(Container) - Method in class java.awt.CardLayout
 
NO_OPTION - Static variable in class de.kawt.OptionDialog
 
NORTH - Static variable in class java.awt.BorderLayout
 

O

OK_OPTION - Static variable in class de.kawt.OptionDialog
 
open(String, String, String) - Method in class de.kawt.shell.FtpShell
 
OptionDialog - class de.kawt.OptionDialog.
 
OptionDialog(Component, String, String, String, int) - Constructor for class de.kawt.OptionDialog
The OptionDialog is similar to the swing class JOptionPane, except that it is derived from dialog directly.
orange - Static variable in class java.awt.Color
 
out - Variable in class java.io.DataOutputStream
The output stream
out - Variable in class java.io.OutputStreamWriter
The underlying character-output stream.
OutputStream - class java.io.OutputStream.
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - class java.io.OutputStreamWriter.
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes according to a specified character encoding.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.

P

pack() - Method in class java.awt.Window
 
paint(Graphics) - Method in class java.awt.Component
 
paint(Graphics) - Method in class java.awt.TextField
 
paint(Graphics) - Method in class java.awt.Checkbox
 
paint(Graphics) - Method in class java.awt.List
 
paint(Graphics) - Method in class java.awt.Label
 
paint(Graphics) - Method in class java.awt.Scrollbar
 
paint(Graphics) - Method in class java.awt.Button
 
paint(Graphics) - Method in class java.awt.Frame
 
paint(Graphics) - Method in class java.awt.Dialog
 
paint(Graphics) - Method in class java.awt.Choice
 
paint(Graphics) - Method in class de.kawt.ProgressBar
 
paintAll(Graphics) - Method in class java.awt.Component
 
paintAll(Graphics) - Method in class java.awt.Container
 
paintAll(Graphics) - Method in class java.awt.TextArea
 
paintAll(Graphics) - Method in class java.awt.ScrollPane
 
paintComponents(Graphics) - Method in class java.awt.Container
 
Panel - class java.awt.Panel.
 
Panel() - Constructor for class java.awt.Panel
 
Panel(LayoutManager) - Constructor for class java.awt.Panel
 
pink - Static variable in class java.awt.Color
 
PLAIN - Static variable in class java.awt.Font
 
Point - class java.awt.Point.
 
Point(int, int) - Constructor for class java.awt.Point
 
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
previous(Container) - Method in class java.awt.CardLayout
 
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintStream
Print a string.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
PrintStream - class java.io.PrintStream.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
processItemEvent(ItemEvent) - Method in class java.awt.Checkbox
 
processKeyEvent(KeyEvent) - Method in class java.awt.Component
 
processKeyEvent(KeyEvent) - Method in class java.awt.TextField
 
processMouseEvent(MouseEvent) - Method in class java.awt.Component
Does not work because of the type cast Problem!
processMouseEvent(MouseEvent) - Method in class java.awt.TextField
 
processMouseEvent(MouseEvent) - Method in class java.awt.Checkbox
 
processMouseEvent(MouseEvent) - Method in class java.awt.List
 
processMouseEvent(MouseEvent) - Method in class java.awt.Scrollbar
 
processMouseEvent(MouseEvent) - Method in class java.awt.Button
 
processMouseEvent(MouseEvent) - Method in class java.awt.Frame
 
processMouseEvent(MouseEvent) - Method in class java.awt.Choice
 
processTextEvent(TextEvent) - Method in class java.awt.TextComponent
 
ProgressBar - class de.kawt.ProgressBar.
 
ProgressBar() - Constructor for class de.kawt.ProgressBar
 
ProgressBar(int) - Constructor for class de.kawt.ProgressBar
 
proxyRequestFocus(Component) - Method in class java.awt.Component
 
proxyRequestFocus(Component) - Method in class java.awt.Window
 
pwd() - Method in class de.kawt.shell.AbstractShell
 
pwd() - Method in class de.kawt.shell.DefaultShell
 
pwd() - Method in class de.kawt.shell.FtpShell
 

R

RandomAccessFile - class java.io.RandomAccessFile.
RandomAccessFile
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
 
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
 
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.RandomAccessFile
 
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.FileInputStream
 
read() - Method in class java.io.Reader
Read a single character.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
 
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class java.io.FileInputStream
 
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
Reader - class java.io.Reader.
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readLine() - Method in class java.io.RandomAccessFile
 
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
Rectangle - class java.awt.Rectangle.
 
Rectangle(int, int, int, int) - Constructor for class java.awt.Rectangle
 
red - Static variable in class java.awt.Color
 
remove(Component) - Method in class java.awt.Container
 
remove(int) - Method in class java.awt.List
 
remove(int) - Method in class java.awt.Choice
 
remove(String) - Method in class java.awt.Choice
 
removeActionListener(ActionListener) - Method in class java.awt.Button
 
removeAll() - Method in class java.awt.List
 
removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
 
removeItemListener(ItemListener) - Method in class java.awt.Checkbox
 
removeItemListener(ItemListener) - Method in class java.awt.List
 
removeItemListener(ItemListener) - Method in class java.awt.Choice
 
removeItemListener(ItemListener) - Method in class de.kawt.TabbedPane
 
removeLayoutComponent(Component) - Method in class java.awt.CardLayout
 
removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
 
removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
 
removeLayoutComponent(Component) - Method in class java.awt.GridLayout
 
removeLayoutComponent(Component) - Method in class java.awt.FlowLayout
 
removeTab(int) - Method in class de.kawt.TabbedPane
 
removeTextListener(TextListener) - Method in class java.awt.TextComponent
 
repaint() - Method in class java.awt.Component
 
repaint(int, int, int, int) - Method in class java.awt.Component
 
requestFocus() - Method in class java.awt.Component
 
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
right - Variable in class java.awt.Insets
 
RIGHT - Static variable in class java.awt.Label
 
rm(String) - Method in class de.kawt.shell.AbstractShell
 
rm(String) - Method in class de.kawt.shell.DefaultShell
 
rm(String) - Method in class de.kawt.shell.FtpShell
 

S

SAVE - Static variable in class java.awt.FileDialog
 
Scrollbar - class java.awt.Scrollbar.
Only one Listener for each event Type is allowed AdjustmentEvents are delivered directly to the Listener without going through ProcessAdjustmentEvent!
Scrollbar() - Constructor for class java.awt.Scrollbar
 
Scrollbar(int) - Constructor for class java.awt.Scrollbar
 
Scrollbar(int, int, int, int, int) - Constructor for class java.awt.Scrollbar
 
ScrollPane - class java.awt.ScrollPane.
 
ScrollPane() - Constructor for class java.awt.ScrollPane
 
seek(int) - Method in class java.io.RandomAccessFile
 
select(int) - Method in class java.awt.List
 
select(int) - Method in class java.awt.Choice
 
select(int, int) - Method in class java.awt.TextComponent
 
select(String) - Method in class java.awt.Choice
 
selectAll() - Method in class java.awt.TextComponent
 
SELECTED - Static variable in class java.awt.event.ItemEvent
 
separator - Static variable in class java.io.File
 
separatorChar - Static variable in class java.io.File
 
setActionCommand(String) - Method in class java.awt.Button
 
setActionCommand(String) - Method in class java.awt.MenuItem
 
setActive(boolean) - Method in class de.kawt.FileList
 
setBackground(Color) - Method in class java.awt.Component
 
setBlockIncrement(int) - Method in class java.awt.Scrollbar
 
setBounds(int, int, int, int) - Method in class java.awt.Component
 
setCaretPosition(int) - Method in class java.awt.TextComponent
 
setCheckboxGroup(CheckboxGroup) - Method in class java.awt.Checkbox
 
setClip(int, int, int, int) - Method in class java.awt.Graphics
 
setColor(Color) - Method in class java.awt.Graphics
 
setEchoChar(char) - Method in class java.awt.TextField
 
setEditable(boolean) - Method in class java.awt.TextComponent
 
setEnabled(boolean) - Method in class java.awt.Component
 
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setFont(Font) - Method in class java.awt.Graphics
 
setForeground(Color) - Method in class java.awt.Component
 
setLabel(String) - Method in class java.awt.Checkbox
 
setLabel(String) - Method in class java.awt.Button
 
setLayout(LayoutManager) - Method in class java.awt.Container
 
setLength(int) - Method in class java.io.RandomAccessFile
 
setLocation(int, int) - Method in class java.awt.Component
 
setMax(int) - Method in class de.kawt.ProgressBar
 
setMaximum(int) - Method in class java.awt.Scrollbar
 
setMenuBar(MenuBar) - Method in class java.awt.Frame
 
setMinimum(int) - Method in class java.awt.Scrollbar
 
setOrientation(int) - Method in class java.awt.Scrollbar
 
setPaintMode() - Method in class java.awt.Graphics
 
setSelectedCheckbox(Checkbox) - Method in class java.awt.CheckboxGroup
 
setSelectedIndex(int) - Method in class de.kawt.TabbedPane
 
setSelectionEnd(int) - Method in class java.awt.TextComponent
 
setSelectionStart(int) - Method in class java.awt.TextComponent
 
setShell(AbstractShell) - Method in class de.kawt.FileList
 
setSize(Dimension) - Method in class java.awt.Component
 
setSize(int, int) - Method in class java.awt.Component
 
setState(boolean) - Method in class java.awt.Checkbox
 
setText(String) - Method in class java.awt.TextComponent
 
setText(String) - Method in class java.awt.TextArea
FIXME: currently, max width is not updated.
setText(String) - Method in class java.awt.Label
 
setTitle(String) - Method in class java.awt.Frame
 
setTitle(String) - Method in class java.awt.Dialog
 
setUnitIncrement(int) - Method in class java.awt.Scrollbar
 
setValue(int) - Method in class java.awt.Scrollbar
 
setValue(int) - Method in class de.kawt.ProgressBar
 
setValues(int, int, int, int) - Method in class java.awt.Scrollbar
 
setVisible(boolean) - Method in class java.awt.Component
 
setVisible(boolean) - Method in class java.awt.Window
 
setVisible(boolean) - Method in class java.awt.Frame
 
setVisible(boolean) - Method in class java.awt.Dialog
 
setXORMode(Color) - Method in class java.awt.Graphics
 
show() - Method in class java.awt.Window
 
show(Container, String) - Method in class java.awt.CardLayout
 
showConfirmDialog(Component, String, String) - Static method in class de.kawt.OptionDialog
 
showConfirmDialog(Component, String, String, int) - Static method in class de.kawt.OptionDialog
 
showInputDialog(Component, String) - Static method in class de.kawt.OptionDialog
 
showMessageDialog(Component, String) - Static method in class de.kawt.OptionDialog
 
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.Reader
Skip characters.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
Socket - class java.net.Socket.
 
Socket(String, int) - Constructor for class java.net.Socket
 
source - Variable in class java.awt.AWTEvent
 
SOUTH - Static variable in class java.awt.BorderLayout
 
stringWidth(String) - Method in class java.awt.FontMetrics
 
SystemColor - class java.awt.SystemColor.
 

T

TabbedPane - class de.kawt.TabbedPane.
 
TabbedPane() - Constructor for class de.kawt.TabbedPane
 
TEXT_FIRST - Static variable in class java.awt.event.TextEvent
 
TEXT_LAST - Static variable in class java.awt.event.TextEvent
 
TEXT_VALUE_CHANGED - Static variable in class java.awt.event.TextEvent
 
TextArea - class java.awt.TextArea.
The kAWT TextArea currently does NOT support editing.
TextArea() - Constructor for class java.awt.TextArea
 
TextComponent - class java.awt.TextComponent.
 
TextComponent() - Constructor for class java.awt.TextComponent
 
TextEvent - class java.awt.event.TextEvent.
 
TextEvent(Object, int) - Constructor for class java.awt.event.TextEvent
 
TextField - class java.awt.TextField.
Limitations The caret blinking is currently disabled because of often system crashes when running threads ActionEvents are not sent (but TextEvents)
TextField() - Constructor for class java.awt.TextField
 
TextField(int) - Constructor for class java.awt.TextField
 
TextField(String) - Constructor for class java.awt.TextField
 
TextField(String, int) - Constructor for class java.awt.TextField
 
TextListener - interface java.awt.event.TextListener.
The listener interface for receiving text events.
textValueChanged(TextEvent) - Method in interface java.awt.event.TextListener
Invoked when the value of the text has changed.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
Toolkit - class java.awt.Toolkit.
 
Toolkit() - Constructor for class java.awt.Toolkit
 
TooManyListenersException - exception java.awt.TooManyListenersException.
 
TooManyListenersException() - Constructor for class java.awt.TooManyListenersException
 
top - Variable in class java.awt.Insets
 
toString() - Method in class java.awt.Checkbox
 
toString() - Method in class java.awt.MenuItem
 
toString() - Method in class java.io.File
 
toString() - Method in class de.kawt.shell.FileInfo
 
TRACK - Static variable in class java.awt.event.AdjustmentEvent
 
transferSize - Variable in class de.kawt.shell.AbstractShell
 
translate(int, int) - Method in class java.awt.Graphics
 
translatePoint(int, int) - Method in class java.awt.event.MouseEvent
 

U

UNIT_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
 
UNIT_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
 
UnsupportedEncodingException - exception java.io.UnsupportedEncodingException.
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for class java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for class java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
update(Graphics) - Method in class java.awt.Component
 
update(Graphics) - Method in class java.awt.Container
 
update(Graphics) - Method in class java.awt.List
 
UTFDataFormatException - exception java.io.UTFDataFormatException.
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.

V

validate() - Method in class java.awt.Component
 
validate() - Method in class java.awt.Container
 
VERTICAL - Static variable in class java.awt.Scrollbar
 
VK_BACK_SPACE - Static variable in class java.awt.event.KeyEvent
 
VK_LEFT - Static variable in class java.awt.event.KeyEvent
 
VK_PAGE_DOWN - Static variable in class java.awt.event.KeyEvent
 
VK_PAGE_UP - Static variable in class java.awt.event.KeyEvent
 
VK_RIGHT - Static variable in class java.awt.event.KeyEvent
 
VK_UNDEFINED - Static variable in class java.awt.event.KeyEvent
 

W

WEST - Static variable in class java.awt.BorderLayout
 
white - Static variable in class java.awt.Color
 
width - Variable in class java.awt.Rectangle
 
width - Variable in class java.awt.Dimension
 
Window - class java.awt.Window.
 
WINDOW_ACTIVATED - Static variable in class java.awt.event.WindowEvent
 
WINDOW_CLOSED - Static variable in class java.awt.event.WindowEvent
 
WINDOW_CLOSING - Static variable in class java.awt.event.WindowEvent
 
WINDOW_DEACTIVATED - Static variable in class java.awt.event.WindowEvent
 
WINDOW_DEICONIFIED - Static variable in class java.awt.event.WindowEvent
 
WINDOW_FIRST - Static variable in class java.awt.event.WindowEvent
 
WINDOW_ICONIFIED - Static variable in class java.awt.event.WindowEvent
 
WINDOW_LAST - Static variable in class java.awt.event.WindowEvent
 
WINDOW_OPENED - Static variable in class java.awt.event.WindowEvent
 
Window(Frame) - Constructor for class java.awt.Window
 
windowActivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
windowActivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the window is set to be the user's active window, which means the window (or one of its subcomponents) will receive keyboard events.
WindowAdapter - class java.awt.event.WindowAdapter.
 
WindowAdapter() - Constructor for class java.awt.event.WindowAdapter
 
windowClosed(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
windowClosed(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window has been closed as the result of calling dispose on the window.
windowClosing(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
windowClosing(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the user attempts to close the window from the window's system menu.
windowClosing(WindowEvent) - Method in class de.kawt.Closer
 
windowDeactivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
windowDeactivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is no longer the user's active window, which means that keyboard events will no longer be delivered to the window or its subcomponents.
windowDeiconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
windowDeiconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a minimized to a normal state.
WindowEvent - class java.awt.event.WindowEvent.
 
WindowEvent(Window, int) - Constructor for class java.awt.event.WindowEvent
 
windowIconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
windowIconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a normal to a minimized state.
WindowListener - interface java.awt.event.WindowListener.
The listener interface for receiving window events.
windowOpened(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
windowOpened(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked the first time a window is made visible.
write(byte) - Method in class java.io.RandomAccessFile
 
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
 
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(byte[], int, int) - Method in class java.io.FileOutputStream
 
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(int) - Method in class java.io.FileOutputStream
 
write(int) - Method in class java.io.Writer
Write a single character.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLine(String) - Method in class java.io.RandomAccessFile
 
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
Writer - class java.io.Writer.
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.

X

x - Variable in class java.awt.Rectangle
 
x - Variable in class java.awt.Point
 

Y

y - Variable in class java.awt.Rectangle
 
y - Variable in class java.awt.Point
 
yellow - Static variable in class java.awt.Color
 
YES_OPTION - Static variable in class de.kawt.OptionDialog
 

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