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_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
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
 
ActiveEvent - interface java.awt.event.ActiveEvent.
 
add(Component) - Method in class java.awt.Container
Adds the given component to this container.
add(Component, Object) - Method in class java.awt.Container
Adds the given component with the given constraints to this 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
Adds an item to the Choice.
add(String, Component) - Method in class java.awt.Container
Adds the givn component at the given position.
add(String, int) - Method in class java.awt.List
 
addActionListener(ActionListener) - Method in class java.awt.MenuItem
 
addActionListener(ActionListener) - Method in class java.awt.Button
Adds an action listener to the button.
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
 
addElement(Object) - Method in class java.util.Vector
 
addFocusListener(FocusListener) - Method in class java.awt.Component
 
addImpl(Component, Object, int) - Method in class java.awt.Container
This add method encapsulates the real implementation and is called by all other add methods.
addImpl(Component, Object, int) - Method in class java.awt.ScrollPane
 
addItem(String) - Method in class java.awt.Choice
Adds an item to the Choice.
addItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
 
addItemListener(ItemListener) - Method in class java.awt.List
 
addItemListener(ItemListener) - Method in class java.awt.Checkbox
Adds an item listener to this checkbox.
addItemListener(ItemListener) - Method in class java.awt.Choice
Adds an item listener to the 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.GridLayout
 
addLayoutComponent(String, Component) - Method in interface java.awt.LayoutManager
 
addLayoutComponent(String, Component) - Method in class java.awt.FlowLayout
 
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
 
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
 
addLayoutComponent(String, Component) - Method in class de.kawt.SimpleGridBagLayout
 
addMouseListener(MouseListener) - Method in class java.awt.Component
 
addMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
 
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
addStart(int) - Method in class java.awt.TextArea
 
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
Sets the textListener for this TextComponent.
addWindowListener(WindowListener) - Method in class java.awt.Window
This method does not do anything and is included for compatibility only
ADJUSTMENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
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
 
AWTEvent - class java.awt.AWTEvent.
This is the base class for all awt events.
AWTEvent(Object, int) - Constructor for class java.awt.AWTEvent
 

B

beep() - Method in class java.awt.Toolkit
not abstract, just does nothing by default
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
 
Button - class java.awt.Button.
 
Button() - Constructor for class java.awt.Button
Constructs a new button without label
Button(String) - Constructor for class java.awt.Button
Constructs a new button with the given label

C

CANCEL_OPTION - Static variable in class de.kawt.OptionDialog
 
cancel() - Method in class java.util.TimerTask
 
cancel() - Method in class java.util.Timer
 
Canvas - class java.awt.Canvas.
A component for custom drawing by overriding the paint method
Canvas() - Constructor for class java.awt.Canvas
 
capacity() - Method in class java.util.Vector
 
capacityIncrement - Variable in class java.util.Vector
 
CardLayout - class java.awt.CardLayout.
A card layout displays the content of the container as a stack of cards, where only one card (Componet) is visible, the other cards are hidden.
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.FtpShell
 
cd(String) - Method in class de.kawt.shell.DefaultShell
 
CENTER - Static variable in class java.awt.FlowLayout
 
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.
The Checkbox class can be used to display checkbox or radio button components.
Checkbox() - Constructor for class java.awt.Checkbox
Constructs a checkbox without a label
Checkbox(String) - Constructor for class java.awt.Checkbox
Construct a checkbox with the given label
Checkbox(String, boolean) - Constructor for class java.awt.Checkbox
Constructs a checkbox with the given label and state
Checkbox(String, boolean, CheckboxGroup) - Constructor for class java.awt.Checkbox
Constructs a radio button with the given label and state belonging to the given checkbox group.
Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
Constructs a radio button with the given label and state belonging to the given checkbox group.
CheckboxGroup - class java.awt.CheckboxGroup.
 
CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
 
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
 
clone() - Method in class de.kawt.SimpleGridBagConstraints
 
close() - Method in class java.net.Socket
Closes this socket.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStream
 
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.OutputStream
 
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this 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() - Constructor for class de.kawt.Closer
 
Closer(KAWTlet) - Constructor for class de.kawt.Closer
When the close button is pressed, kawtlet.notifyDestroyed () is called.
Closer(Window) - Constructor for class de.kawt.Closer
When the close button is pressed, the given window is hidden.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
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
 
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
 
Component - class java.awt.Component.
Important Limitations: Only one listener of each type is allowed Many methods are still missing
Component() - Constructor for class java.awt.Component
 
consume() - Method in class java.awt.AWTEvent
"Consumes" the event.
consumed - Variable in class java.awt.AWTEvent
The consumed status of the event.
Container - class java.awt.Container.
A special component that can contain other components.
Container() - Constructor for class java.awt.Container
Creates a new container with a default flow layout.
Container(LayoutManager) - Constructor for class java.awt.Container
Creates a new container with the given layoutManager.
contains(int, int) - Method in class java.awt.Component
 
contains(int, int) - Method in class java.awt.Rectangle
 
contains(Object) - Method in class java.util.Vector
 
contains(Point) - Method in class java.awt.Rectangle
 
control - Static variable in class java.awt.SystemColor
 
controlText - Static variable in class java.awt.SystemColor
 
copyInto(Object[]) - Method in class java.util.Vector
 
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
 
currentWrapper - Static variable in class de.kawt.KAWTlet
This variable is used to hand the current MIDP or applet wrapper over to the KAWTlet.
cyan - Static variable in class java.awt.Color
 

D

darkGray - Static variable in class java.awt.Color
 
de.kawt - package de.kawt
Provides additional AWT-Components that are not part of the standard AWT for the use on the Palm and the Desktop
de.kawt.shell - package de.kawt.shell
Provides fileshells that are not part of the standard AWT for use on the Palm and the Desktop.
DefaultShell - class de.kawt.shell.DefaultShell.
 
DefaultShell() - Constructor for class de.kawt.shell.DefaultShell
 
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
deleteRecord(int) - Method in class javax.microedition.rms.RecordStore
The record is deleted from the record store.
deleteRecordStore(String) - Static method in class javax.microedition.rms.RecordStore
Deletes the named record store.
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
 
destroyApp(boolean) - Method in class de.kawt.KAWTlet
The system wants to destroy this application.
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
 
dispatch() - Method in class java.awt.event.InvocationEvent
 
dispatch() - Method in interface java.awt.event.ActiveEvent
 
dispatchEvent(AWTEvent) - Method in class java.awt.Component
 
dispatchEvent(AWTEvent) - Method in class java.awt.TextComponent
Performs the action associated with the given KeyEvent
dispatchEvent(AWTEvent) - Method in class java.awt.TextArea
 
dispatchEvent(AWTEvent) - Method in class java.awt.List
 
dispatchEvent(AWTEvent) - Method in class java.awt.Button
 
dispatchEvent(AWTEvent) - Method in class java.awt.Scrollbar
 
dispose() - Method in class java.awt.Window
 
dispose() - Method in class java.awt.Graphics
 
doLayout() - Method in class java.awt.Container
Forces new layout of this container.
doLayout() - Method in class java.awt.TextArea
 
doLayout() - Method in class java.awt.List
 
doLayout() - Method in class java.awt.ScrollPane
 
drawImage(Image, int, int, ImageObserver) - 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
query if an echo char is set
elementAt(int) - Method in class java.util.Vector
 
elementCount - Variable in class java.util.Vector
 
elementData - Variable in class java.util.Vector
 
elements() - Method in class java.util.Vector
 
enableEvents(long) - Method in class java.awt.Component
internal convenience method for drawing possibly focussed strings void drawFocusString (Graphics g, String text, int x, int y) { if (hasFocus) { FontMetrics fm = g.getFontMetrics (); g.fillRect (x, y, fm.stringWidth (text), fm.getHeight ()); Color c = g.getColor (); g.setColor (new Color (0x0ffffff ^ c.getRGB ())); g.drawString (text, x, y+fm.getAscent ()); g.setColor (c); } else g.drawString (text, x, y+fontMetrics.getAscent ()); }
ensureCapacity(int) - Method in class java.util.Vector
 
Enumeration - interface java.util.Enumeration.
 
equals(Object) - Method in class java.awt.Color
 
EQUIVALENT - Static variable in interface javax.microedition.rms.RecordComparator
 
EventObject - class java.util.EventObject.
 
EventObject(Object) - Constructor for class java.util.EventObject
 
EventQueue - class java.awt.EventQueue.
The kAWT event queue.
EventQueue() - Constructor for class java.awt.EventQueue
 
exists() - Method in class java.io.File
Returns a boolean determining if the file exists.

F

File - class java.io.File.
An abstract representation of file and directory pathnames based on com.sun.kjava.Database.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
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.
A FileInputStream obtains input bytes from a file in a file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
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.
The FileListActiovationListener Interface enables a FileList to be informed about activation of another FileList.
FileNotFoundException - exception java.io.FileNotFoundException.
Signals that an attempt to open the file denoted by a specified pathname has failed.
FileNotFoundException() - Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileOutputStream - class java.io.FileOutputStream.
A file output stream is an output stream for writing data to a File or to a FileDescriptor.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
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
returns the component at the given position.
findComponentAt(int, int) - Method in class java.awt.TextArea
 
findComponentAt(int, int) - Method in class java.awt.List
 
findComponentAt(int, int) - Method in class java.awt.ScrollPane
 
first(Container) - Method in class java.awt.CardLayout
Shows the first child component.
firstElement() - Method in class java.util.Vector
 
FlowLayout - class java.awt.FlowLayout.
 
FlowLayout() - Constructor for class java.awt.FlowLayout
 
FlowLayout(int) - Constructor for class java.awt.FlowLayout
 
flush() - Method in class java.io.OutputStream
 
FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
FOCUS_GAINED - Static variable in class java.awt.event.FocusEvent
 
FOCUS_LOST - Static variable in class java.awt.event.FocusEvent
 
FocusEvent - class java.awt.event.FocusEvent.
 
FocusEvent(Component, int) - Constructor for class java.awt.event.FocusEvent
 
focusGained(FocusEvent) - Method in interface java.awt.event.FocusListener
 
FocusListener - interface java.awt.event.FocusListener.
 
focusLost(FocusEvent) - Method in interface java.awt.event.FocusListener
 
FOLLOWS - Static variable in interface javax.microedition.rms.RecordComparator
 
font - Variable in class java.awt.FontMetrics
 
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
 
getAscent() - Method in class java.awt.FontMetrics
 
getAttr(int) - Method in class de.kawt.shell.FileInfo
 
getBackground() - Method in class java.awt.Component
 
getBlockIncrement() - Method in class java.awt.Scrollbar
 
getBounds() - Method in class java.awt.Component
 
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCaretPosition() - Method in class java.awt.TextComponent
Returns the current caret position
getClipBounds() - Method in class java.awt.Graphics
 
getClipBounds(Rectangle) - Method in class java.awt.Graphics
 
getColor() - Method in class java.awt.Graphics
 
getColorModel() - Method in class java.awt.Toolkit
 
getComponent(int) - Method in class java.awt.Container
Returns the component at the given index.
getComponentCount() - Method in class java.awt.Container
Returns the number of child components in this container.
getComponents() - Method in class java.awt.Container
Returns a Component array containing all child components of this container.
getDefaultToolkit() - Static method in class java.awt.Toolkit
 
getDescent() - Method in class java.awt.FontMetrics
 
getDirectory() - Method in class java.awt.FileDialog
 
getEchoChar() - Method in class java.awt.TextField
Returns the echo char or '\0' if none set.
getException() - Method in class java.awt.event.InvocationEvent
 
getFile() - Method in class java.awt.FileDialog
 
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFocusOwner() - Method in class java.awt.Window
 
getFont() - Method in class java.awt.Component
 
getFont() - Method in class java.awt.Graphics
 
getFont() - Method in class java.awt.FontMetrics
 
getFontMetrics() - Method in class java.awt.Graphics
 
getFontMetrics(Font) - Method in class java.awt.Component
 
getFontMetrics(Font) - Method in class java.awt.Toolkit
 
getFontMetrics(Font) - Method in class java.awt.Graphics
 
getForeground() - Method in class java.awt.Component
 
getGraphics() - Method in class java.awt.Component
 
getHeight() - Method in class java.awt.Component
 
getHeight() - Method in class java.awt.FontMetrics
 
getHeight(ImageObserver) - Method in class java.awt.Image
 
getID() - Method in class java.awt.AWTEvent
Returns the type of the event: MOUSE_PRESSED, KEY_TYPED, MOUSE_CLICKED...
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream(String) - Method in class de.kawt.shell.AbstractShell
 
getInputStream(String) - Method in class de.kawt.shell.FtpShell
 
getInputStream(String) - Method in class de.kawt.shell.DefaultShell
 
getInsets() - Method in class java.awt.Container
 
getInsets() - Method in class java.awt.Frame
 
getInsets() - Method in class java.awt.Dialog
 
getItem() - Method in class java.awt.event.ItemEvent
 
getItem(int) - Method in class java.awt.List
 
getItem(int) - Method in class java.awt.Choice
returns the item at the given index
getItemCount() - Method in class java.awt.List
 
getItemCount() - Method in class java.awt.Choice
Returns the number of items in the choice
getKeyChar() - Method in class java.awt.event.KeyEvent
 
getKeyCode() - Method in class java.awt.event.KeyEvent
 
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLayout() - Method in class java.awt.Container
Returns the LayoutManger assigned to this Container.
getLocationOnScreen() - Method in class java.awt.Component
return null if not visible
getMaximum() - Method in class java.awt.Scrollbar
 
getMaximumSize() - Method in class java.awt.Component
 
getMaxWidth() - Method in class de.kawt.WordWrap
 
getMinimum() - Method in class java.awt.Scrollbar
 
getMinimumSize() - Method in class java.awt.Component
 
getMinimumSize() - Method in class java.awt.Container
Returns the minimum size of this container, depending on the current layout manager.
getMinimumSize() - Method in class java.awt.TextArea
 
getMinimumSize() - Method in class java.awt.Frame
 
getMinimumSize() - Method in class java.awt.Dialog
 
getMinimumSize() - Method in class java.awt.List
 
getMinimumSize() - Method in class java.awt.Checkbox
 
getMinimumSize() - Method in class java.awt.Button
 
getMinimumSize() - Method in class java.awt.ScrollPane
Returns a minimum size of 50x50 pixel (1/2 AWT def.
getMinimumSize() - Method in class java.awt.Scrollbar
 
getMinimumSize() - Method in class java.awt.Choice
returns the minimum dimensions of the choice
getMinimumSize() - Method in class java.awt.Label
 
getMinimumSize() - Method in class java.awt.TextField
 
getMinimumSize() - Method in class de.kawt.ProgressBar
 
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getOrientation() - Method in class java.awt.Scrollbar
 
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream(String) - Method in class de.kawt.shell.AbstractShell
 
getOutputStream(String) - Method in class de.kawt.shell.FtpShell
 
getOutputStream(String) - Method in class de.kawt.shell.DefaultShell
 
getParent() - Method in class java.awt.Component
 
getPixelSize() - Method in class java.awt.image.ColorModel
 
getPort() - Method in class java.net.Socket
Returns the remote port to which this socket is connected.
getPreferredSize() - Method in class java.awt.Component
 
getPreferredSize() - Method in class java.awt.TextArea
 
getPreferredSize() - Method in class de.kawt.ProgressBar
 
getProperty(String, String) - Static method in class java.awt.Toolkit
 
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the application data available in the given record.
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
Returns the index of the selected item.
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
Returns the selected item
getSelectedObjects() - Method in interface java.awt.ItemSelectable
 
getSelectedObjects() - Method in class java.awt.List
 
getSelectedObjects() - Method in class java.awt.Checkbox
returns the an object array containing this checkbox if it is selected, otherwise an empty object array.
getSelectedObjects() - Method in class java.awt.Choice
Returns an object array containing the selected objects
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
returns the selected substring of the text content.
getSelectionEnd() - Method in class java.awt.TextComponent
returns the end position of the current selection.
getSelectionStart() - Method in class java.awt.TextComponent
returns the start position of the current selection.
getShell() - Method in class de.kawt.FileList
 
getSize() - Method in class java.awt.Component
 
getSize() - Method in class java.awt.Font
 
getSize() - Method in class javax.microedition.rms.RecordStore
Returns the amount of space, in bytes, that the record store occupies.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getSource() - Method in class java.util.EventObject
 
getState() - Method in class java.awt.Checkbox
Returns the selection state of the checkbox.
getStateChange() - Method in class java.awt.event.ItemEvent
 
getSystemEventQueue() - Method in class java.awt.Toolkit
 
getText() - Method in class java.awt.TextComponent
Returns the String content of this text component
getText() - Method in class java.awt.Label
 
getTitle() - Method in class java.awt.Frame
 
getToolkit() - Method in class java.awt.Window
 
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
 
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (record added, modified, deleted), it's version is incremented.
getViewportSize() - Method in class java.awt.ScrollPane
 
getWidth() - Method in class java.awt.Component
 
getWidth(ImageObserver) - 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
 
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

hasFocus() - Method in class java.awt.Component
 
hasMoreElements() - Method in interface java.util.Enumeration
 
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
The id determines the type of the event: MOUSE_PRESSED, KEY_TYPED, MOUSE_CLICKED...
Image - class java.awt.Image.
 
Image() - Constructor for class java.awt.Image
 
ImageItem - class de.kawt.ImageItem.
 
ImageItem(Image) - Constructor for class de.kawt.ImageItem
 
ImageObserver - interface java.awt.image.ImageObserver.
 
inactiveCaption - Static variable in class java.awt.SystemColor
 
inactiveCaptionText - Static variable in class java.awt.SystemColor
 
indexOf(Object) - Method in class java.util.Vector
 
indexOf(Object, int) - Method in class java.util.Vector
 
INPUT_OPTION - Static variable in class de.kawt.OptionDialog
 
InputEvent - class java.awt.event.InputEvent.
 
InputEvent(Object, int) - Constructor for class java.awt.event.InputEvent
 
InputStream - class java.io.InputStream.
 
InputStream() - Constructor for class java.io.InputStream
 
insertElementAt(Object, int) - Method in class java.util.Vector
 
Insets - class java.awt.Insets.
 
Insets(int, int, int, int) - Constructor for class java.awt.Insets
 
intersects(Rectangle) - Method in class java.awt.Rectangle
 
invalidate() - Method in class java.awt.Component
 
InvalidRecordIDException - exception javax.microedition.rms.InvalidRecordIDException.
 
InvalidRecordIDException() - Constructor for class javax.microedition.rms.InvalidRecordIDException
 
InvalidRecordIDException(String) - Constructor for class javax.microedition.rms.InvalidRecordIDException
 
INVOCATION_DEFAULT - Static variable in class java.awt.event.InvocationEvent
 
InvocationEvent - class java.awt.event.InvocationEvent.
 
InvocationEvent(Object, int, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
 
InvocationEvent(Object, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
 
invokeAndWait(Runnable) - Method in class java.awt.EventQueue
 
invokeLater(Runnable) - Method in class java.awt.EventQueue
 
IOException - exception java.io.IOException.
 
IOException() - Constructor for class java.io.IOException
 
IOException(String) - Constructor for class java.io.IOException
 
isAncestorOf(Component) - Method in class java.awt.Container
returns if this container contains the given component or any container containing the given component.
isBold() - Method in class java.awt.Font
 
isConsumed() - Method in class java.awt.AWTEvent
Queries the consumed state.
isDirectory() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isEditable() - Method in class java.awt.TextComponent
Returns true if the Textfield is editable, false otherwise.
isEmpty() - Method in class java.util.Vector
 
isEnabled() - Method in class java.awt.Component
 
isFocusTraversable() - Method in class java.awt.Component
 
isFocusTraversable() - Method in class java.awt.Container
Returns false
isFocusTraversable() - Method in class java.awt.TextComponent
Returns if the textfield can be reached by focus traversal.
isFocusTraversable() - Method in class java.awt.Frame
 
isValid() - Method in class java.awt.Component
 
isVisible() - Method in class java.awt.Component
 
ITEM_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
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
Contains all of the classes for creating user interfaces and for painting graphics and images.
java.awt.event - package java.awt.event
Provides interfaces and classes for dealing with different types of events fired by AWT components.
java.awt.image - package java.awt.image
Provides classes for creating and modifying images.
java.io - package java.io
Provides for system input and output through data streams, and the file system on top of the File System Emulation.
java.net - package java.net
Provides the classes for implementing networking applications.
java.util - package java.util
Contains event model.
javax.microedition.rms - package javax.microedition.rms
Incomplete Experimental Implementation

K

KAWTlet - class de.kawt.KAWTlet.
This is an experimental class replacing the midlet launcher and may be subject to significant changes.
KAWTlet() - Constructor for class de.kawt.KAWTlet
 
KEY_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
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
Shows the last child component
lastElement() - Method in class java.util.Vector
 
lastIndexOf(Object) - Method in class java.util.Vector
 
lastIndexOf(Object, int) - Method in class java.util.Vector
 
layoutContainer(Container) - Method in class java.awt.GridLayout
 
layoutContainer(Container) - Method in interface java.awt.LayoutManager
 
layoutContainer(Container) - Method in class java.awt.FlowLayout
 
layoutContainer(Container) - Method in class java.awt.CardLayout
 
layoutContainer(Container) - Method in class java.awt.BorderLayout
 
layoutContainer(Container) - Method in class de.kawt.SimpleGridBagLayout
 
LayoutManager - interface java.awt.LayoutManager.
 
left - Variable in class java.awt.Insets
 
LEFT - Static variable in class java.awt.FlowLayout
 
LEFT - Static variable in class java.awt.Label
 
length() - Method in class java.io.RandomAccessFile
Returns the length of this file.
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
lightGray - Static variable in class java.awt.Color
 
List - class java.awt.List.
 
list() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
List() - Constructor for class java.awt.List
 
listFiles() - Method in class java.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an arry of names of record stores owned by the application if the stores are private.
LOAD - Static variable in class java.awt.FileDialog
 
ls() - Method in class de.kawt.shell.AbstractShell
 
ls() - Method in class de.kawt.shell.FtpShell
 
ls() - Method in class de.kawt.shell.DefaultShell
 

M

magenta - Static variable in class java.awt.Color
 
mark(int) - Method in class java.io.InputStream
 
markSupported() - Method in class java.io.InputStream
 
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.GridLayout
 
minimumLayoutSize(Container) - Method in interface java.awt.LayoutManager
 
minimumLayoutSize(Container) - Method in class java.awt.FlowLayout
 
minimumLayoutSize(Container) - Method in class java.awt.CardLayout
Returns the minimum layout size.
minimumLayoutSize(Container) - Method in class java.awt.BorderLayout
 
minimumLayoutSize(Container) - Method in class de.kawt.SimpleGridBagLayout
 
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdir(String) - Method in class de.kawt.shell.AbstractShell
 
mkdir(String) - Method in class de.kawt.shell.FtpShell
 
mkdir(String) - Method in class de.kawt.shell.DefaultShell
 
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_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
MOUSE_EXITED - Static variable in class java.awt.event.MouseEvent
 
MOUSE_MOTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
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
 
mouseDragged(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
 
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.
MouseMotionListener - interface java.awt.event.MouseMotionListener.
 
mouseMoved(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
this method will never be invoked on a pen based device
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
 
moveFocus(int) - Method in class java.awt.List
 

N

name - Variable in class java.awt.Font
 
next() - Method in class de.kawt.WordWrap
returns -1 if no text is left
next(Container) - Method in class java.awt.CardLayout
Shows the next card
nextElement() - Method in interface java.util.Enumeration
 
NO_OPTION - Static variable in class de.kawt.OptionDialog
 
NORTH - Static variable in class java.awt.BorderLayout
 
notifyDestroyed() - Method in class de.kawt.KAWTlet
Notify the system that this application should be terminated.

O

OK_OPTION - Static variable in class de.kawt.OptionDialog
 
open(String, String, String) - Method in class de.kawt.shell.FtpShell
 
openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store.
OptionDialog - class de.kawt.OptionDialog.
 
OptionDialog(Frame, 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
 
OutputStream - class java.io.OutputStream.
 
OutputStream() - Constructor for class java.io.OutputStream
 

P

pack() - Method in class java.awt.Window
 
paint(Graphics) - Method in class java.awt.Component
 
paint(Graphics) - Method in class java.awt.TextArea
 
paint(Graphics) - Method in class java.awt.Dialog
 
paint(Graphics) - Method in class java.awt.List
 
paint(Graphics) - Method in class java.awt.Checkbox
Paints the checkbox to the given graphics context.
paint(Graphics) - Method in class java.awt.Button
Draws the button on the given graphics context.
paint(Graphics) - Method in class java.awt.Scrollbar
 
paint(Graphics) - Method in class java.awt.Choice
Paints the choice.
paint(Graphics) - Method in class java.awt.Label
 
paint(Graphics) - Method in class java.awt.TextField
 
paint(Graphics) - Method in class de.kawt.ProgressBar
 
paint(Graphics) - Method in class de.kawt.ImageItem
 
paintAll(Graphics) - Method in class java.awt.Component
 
paintAll(Graphics) - Method in class java.awt.Container
Paints this component and all child components.
paintAll(Graphics) - Method in class java.awt.Frame
 
paintAll(Graphics) - Method in class java.awt.ScrollPane
 
paintComponents(Graphics) - Method in class java.awt.Container
Paints all child components.
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
 
postEvent(AWTEvent) - Method in class java.awt.EventQueue
Posts an event.
PRECEDES - Static variable in interface javax.microedition.rms.RecordComparator
 
preferredLayoutSize(Container) - Method in class de.kawt.SimpleGridBagLayout
 
previous(Container) - Method in class java.awt.CardLayout
Shows the previous card
processEvent(AWTEvent) - Method in class java.awt.Component
Processes the given event.
processFocusEvent(FocusEvent) - Method in class java.awt.Component
 
processItemEvent(ItemEvent) - Method in class java.awt.Checkbox
Processes the given item event by calling the registered listener.
processKeyEvent(KeyEvent) - Method in class java.awt.Component
 
processMouseEvent(MouseEvent) - Method in class java.awt.Component
 
processMouseMotionEvent(MouseEvent) - Method in class java.awt.Component
 
ProgressBar - class de.kawt.ProgressBar.
 
ProgressBar() - Constructor for class de.kawt.ProgressBar
 
ProgressBar(int) - Constructor for class de.kawt.ProgressBar
 
pwd() - Method in class de.kawt.shell.AbstractShell
 
pwd() - Method in class de.kawt.shell.FtpShell
 
pwd() - Method in class de.kawt.shell.DefaultShell
 

R

RandomAccessFile - class java.io.RandomAccessFile.
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
read() - Method in class java.io.InputStream
 
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.InputStream
 
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[], int, int) - Method in class java.io.InputStream
 
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
 
recordChanged(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
 
RecordComparator - interface javax.microedition.rms.RecordComparator.
 
recordDeleted(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
 
RecordListener - interface javax.microedition.rms.RecordListener.
 
RecordStore - class javax.microedition.rms.RecordStore.
Incomplete Experimental Implementation
RecordStore() - Constructor for class javax.microedition.rms.RecordStore
 
RecordStoreException - exception javax.microedition.rms.RecordStoreException.
 
RecordStoreException() - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreException(String) - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreFullException - exception javax.microedition.rms.RecordStoreFullException.
 
RecordStoreFullException() - Constructor for class javax.microedition.rms.RecordStoreFullException
 
RecordStoreFullException(String) - Constructor for class javax.microedition.rms.RecordStoreFullException
 
RecordStoreNotFoundException - exception javax.microedition.rms.RecordStoreNotFoundException.
 
RecordStoreNotFoundException() - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
 
RecordStoreNotFoundException(String) - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
 
RecordStoreNotOpenException - exception javax.microedition.rms.RecordStoreNotOpenException.
 
RecordStoreNotOpenException() - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
 
RecordStoreNotOpenException(String) - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
 
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
Removes the given component from this container.
remove(int) - Method in class java.awt.Container
Removes the component at the given index from this container.
remove(int) - Method in class java.awt.List
 
remove(int) - Method in class java.awt.Choice
Removes the item at the given index from the choice.
remove(String) - Method in class java.awt.List
 
remove(String) - Method in class java.awt.Choice
Removes the given item from the choice.
removeActionListener(ActionListener) - Method in class java.awt.Button
Removes the given action listener.
removeAll() - Method in class java.awt.Container
Removes all components from this container.
removeAll() - Method in class java.awt.List
 
removeAllElements() - Method in class java.util.Vector
 
removeElement(Object) - Method in class java.util.Vector
 
removeElementAt(int) - Method in class java.util.Vector
 
removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
 
removeItemListener(ItemListener) - Method in class java.awt.List
 
removeItemListener(ItemListener) - Method in class java.awt.Checkbox
Removes the giveb item listener if it is registerd for this component
removeItemListener(ItemListener) - Method in class java.awt.Choice
Removes the item listener from the choice.
removeItemListener(ItemListener) - Method in class de.kawt.TabbedPane
 
removeLayoutComponent(Component) - Method in class java.awt.GridLayout
 
removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
 
removeLayoutComponent(Component) - Method in class java.awt.FlowLayout
 
removeLayoutComponent(Component) - Method in class java.awt.CardLayout
 
removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
 
removeLayoutComponent(Component) - Method in class de.kawt.SimpleGridBagLayout
 
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeTab(int) - Method in class de.kawt.TabbedPane
 
removeTextListener(TextListener) - Method in class java.awt.TextComponent
Removes the given TextListener from this TextArea.
repaint() - Method in class java.awt.Component
 
repaint(int, int, int, int) - Method in class java.awt.Component
 
replaceItem(String, int) - Method in class java.awt.List
 
requestFocus() - Method in class java.awt.Component
 
RESERVED_ID_MAX - Static variable in class java.awt.AWTEvent
 
reset() - Method in class java.io.InputStream
 
right - Variable in class java.awt.Insets
 
RIGHT - Static variable in class java.awt.FlowLayout
 
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.FtpShell
 
rm(String) - Method in class de.kawt.shell.DefaultShell
 
run() - Method in class java.util.TimerTask
 

S

SAVE - Static variable in class java.awt.FileDialog
 
schedule(TimerTask, long, long) - Method in class java.util.Timer
 
scheduledExecutionTime() - Method in class java.util.TimerTask
 
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
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
select(int) - Method in class java.awt.List
 
select(int) - Method in class java.awt.Choice
Setlects the item at the given index
select(int, int) - Method in class java.awt.TextComponent
Selects the text at the given positon
select(String) - Method in class java.awt.Choice
Selects the given item
selectAll() - Method in class java.awt.TextComponent
Selects the whole text content.
SELECTED - Static variable in class java.awt.event.ItemEvent
 
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
setActionCommand(String) - Method in class java.awt.MenuItem
 
setActionCommand(String) - Method in class java.awt.Button
Sets the action command for action events to the given string.
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
 
setBounds(int, int, int, int) - Method in class java.awt.TextArea
 
setCaretPosition(int) - Method in class java.awt.TextComponent
Sets the current cursor position
setCheckboxGroup(CheckboxGroup) - Method in class java.awt.Checkbox
Assigns a checkbox group to this checkbox and turns it into a radio button.
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
Sets the text content to editable or not editable.
setElementAt(Object, int) - Method in class java.util.Vector
 
setEnabled(boolean) - Method in class java.awt.Component
 
setFont(Font) - Method in class java.awt.Component
 
setFont(Font) - Method in class java.awt.Graphics
 
setForeground(Color) - Method in class java.awt.Component
sets foreground color
setLabel(String) - Method in class java.awt.Checkbox
Sets the label of the checkbox.
setLabel(String) - Method in class java.awt.Button
Sets the label of the button.
setLayout(LayoutManager) - Method in class java.awt.Container
Sets the given layout manager.
setLength(int) - Method in class java.io.RandomAccessFile
Sets the length of this file.
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
 
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to that passed in.
setSelectedCheckbox(Checkbox) - Method in class java.awt.CheckboxGroup
 
setSelectedIndex(int) - Method in class de.kawt.TabbedPane
 
setSelectionEnd(int) - Method in class java.awt.TextComponent
Sets the end position of the current selection.
setSelectionStart(int) - Method in class java.awt.TextComponent
Sets the start position of the current selection.
setShell(AbstractShell) - Method in class de.kawt.FileList
 
setSize(Dimension) - Method in class java.awt.Component
 
setSize(int) - Method in class java.util.Vector
 
setSize(int, int) - Method in class java.awt.Component
 
setState(boolean) - Method in class java.awt.Checkbox
Sets the selection state of this checkbox and repaints it (deferred) if neccessary.
setText(String) - Method in class java.awt.TextComponent
Sets the text content to the given String
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.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
Shows the card with the given name (assigned in Container.add)
showConfirmDialog(Frame, String, String) - Static method in class de.kawt.OptionDialog
 
showConfirmDialog(Frame, String, String, int) - Static method in class de.kawt.OptionDialog
 
showInputDialog(Frame, String) - Static method in class de.kawt.OptionDialog
 
showMessageDialog(Frame, String) - Static method in class de.kawt.OptionDialog
 
SimpleGridBagConstraints - class de.kawt.SimpleGridBagConstraints.
 
SimpleGridBagConstraints() - Constructor for class de.kawt.SimpleGridBagConstraints
 
SimpleGridBagLayout - class de.kawt.SimpleGridBagLayout.
 
SimpleGridBagLayout() - Constructor for class de.kawt.SimpleGridBagLayout
 
size - Variable in class java.awt.Font
 
size() - Method in class java.util.Vector
 
skip(long) - Method in class java.io.InputStream
 
Socket - class java.net.Socket.
This class implements client sockets (also called just "sockets").
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
source - Variable in class java.util.EventObject
 
SOUTH - Static variable in class java.awt.BorderLayout
 
startApp() - Method in class de.kawt.KAWTlet
Invoked by the system when the application is started.
stringWidth(String) - Method in class java.awt.FontMetrics
 
style - Variable in class java.awt.Font
 
sync() - Method in class java.awt.Toolkit
 
SystemColor - class java.awt.SystemColor.
 

T

TabbedPane - class de.kawt.TabbedPane.
 
TabbedPane() - Constructor for class de.kawt.TabbedPane
 
TEXT_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
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.
A simple TextArea, now with support for editing and word wrap.
TextArea() - Constructor for class java.awt.TextArea
 
TextComponent - class java.awt.TextComponent.
common abstract base class for TextArea and TextField
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.
Current Limitations The caret blinking is currently disabled because of often system crashes when running threads ActionEvents are not sent (but TextEvents) The colum count of the text field determines the minimal display width.
TextField() - Constructor for class java.awt.TextField
Creates a new text field
TextField(int) - Constructor for class java.awt.TextField
Creates a new text field with the given colum count.
TextField(String) - Constructor for class java.awt.TextField
Creates a new text field that is initialized with the given String
TextField(String, int) - Constructor for class java.awt.TextField
Creates a new text field that is initialized with the given String and colum count.
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.
Timer - class java.util.Timer.
 
Timer() - Constructor for class java.util.Timer
 
TimerTask - class java.util.TimerTask.
 
TimerTask() - Constructor for class java.util.TimerTask
 
Toolkit - class java.awt.Toolkit.
 
Toolkit() - Constructor for class java.awt.Toolkit
starts the kawtThread
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.MenuItem
 
toString() - Method in class java.io.File
Returns the pathname string of this abstract pathname.
toString() - Method in class java.util.Vector
 
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
 
trimToSize() - Method in class java.util.Vector
 

U

UNIT_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
 
UNIT_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
 
UnknownHostException - exception java.net.UnknownHostException.
Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException() - Constructor for class java.net.UnknownHostException
 
UnknownHostException(String) - Constructor for class java.net.UnknownHostException
 
UnsupportedEncodingException - exception java.io.UnsupportedEncodingException.
 
UnsupportedEncodingException() - Constructor for class java.io.UnsupportedEncodingException
 
UnsupportedEncodingException(String) - Constructor for class java.io.UnsupportedEncodingException
 
update(Graphics) - Method in class java.awt.Component
 
update(Graphics) - Method in class java.awt.Container
This method clears the background using the current background color and calls paintAll.
update(Graphics) - Method in class java.awt.TextArea
 
update(Graphics) - Method in class java.awt.List
 
update(Graphics) - Method in class java.awt.ScrollPane
 

V

validate() - Method in class java.awt.Component
 
validate() - Method in class java.awt.Container
Calls doLayout if the current layout is not valid. (inValidate has been called before).
Vector - class java.util.Vector.
 
Vector() - Constructor for class java.util.Vector
 
Vector(int) - Constructor for class java.util.Vector
 
Vector(int, int) - Constructor for class java.util.Vector
 
VERTICAL - Static variable in class java.awt.Scrollbar
 
VK_ACCEPT - Static variable in class java.awt.event.KeyEvent
 
VK_ALT - Static variable in class java.awt.event.KeyEvent
 
VK_BACK_SPACE - Static variable in class java.awt.event.KeyEvent
 
VK_CANCEL - Static variable in class java.awt.event.KeyEvent
 
VK_CAPS_LOCK - Static variable in class java.awt.event.KeyEvent
 
VK_CLEAR - Static variable in class java.awt.event.KeyEvent
 
VK_CONTROL - Static variable in class java.awt.event.KeyEvent
 
VK_DOWN - Static variable in class java.awt.event.KeyEvent
 
VK_END - Static variable in class java.awt.event.KeyEvent
 
VK_ENTER - Static variable in class java.awt.event.KeyEvent
 
VK_ESCAPE - Static variable in class java.awt.event.KeyEvent
 
VK_HOME - 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_PAUSE - Static variable in class java.awt.event.KeyEvent
 
VK_PROPS - Static variable in class java.awt.event.KeyEvent
 
VK_RIGHT - Static variable in class java.awt.event.KeyEvent
 
VK_SHIFT - Static variable in class java.awt.event.KeyEvent
 
VK_SPACE - Static variable in class java.awt.event.KeyEvent
 
VK_TAB - Static variable in class java.awt.event.KeyEvent
 
VK_UNDEFINED - Static variable in class java.awt.event.KeyEvent
 
VK_UP - 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_EVENT_MASK - Static variable in class java.awt.AWTEvent
 
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 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.
windowActivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
WindowAdapter - class java.awt.event.WindowAdapter.
Empty implementation of WindowListener provided for convenience
WindowAdapter() - Constructor for 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.
windowClosed(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 java.awt.event.WindowAdapter
 
windowClosing(WindowEvent) - Method in class de.kawt.Closer
 
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.
windowDeactivated(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.
windowDeiconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
WindowEvent - class java.awt.event.WindowEvent.
 
WindowEvent(Window, int) - Constructor for class java.awt.event.WindowEvent
 
windowIconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a normal to a minimized state.
windowIconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
WindowListener - interface java.awt.event.WindowListener.
The listener interface for receiving window events.
windowOpened(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked the first time a window is made visible.
windowOpened(WindowEvent) - Method in class java.awt.event.WindowAdapter
 
WordWrap - class de.kawt.WordWrap.
 
WordWrap(FontMetrics, String, int) - Constructor for class de.kawt.WordWrap
 
write(byte) - Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
write(byte[]) - Method in class java.io.OutputStream
 
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int) - Method in class java.io.OutputStream
 
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(int) - Method in class java.io.OutputStream
 
write(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.

X

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

Y

y - Variable in class java.awt.Point
 
y - Variable in class java.awt.Rectangle
 
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