Generated by
JDiff

All Documentation Differences

Package java.applet
  Class Applet
    Method getParameterInfo()

  Class AppletContext

  Class AppletStub

  Class AudioClip

Package java.awt
  Class AWTError

  Class AWTEvent
    Method paramString()

  Class AWTEventMulticaster

  Class AWTException

  Class AWTPermission
    AWTPermission(String)
    AWTPermission(String, String)

  Class ActiveEvent

  Class Adjustable
    Method addAdjustmentListener(AdjustmentListener)
    Method getBlockIncrement()
    Method getMaximum()
    Method getMinimum()
    Method getOrientation()
    Method getUnitIncrement()
    Method getValue()
    Method getVisibleAmount()
    Method setVisibleAmount(int)
    Field HORIZONTAL
    Field VERTICAL

  Class AlphaComposite
    Method getInstance(int)

  Class BasicStroke

  Class BorderLayout
    Field AFTER_LAST_LINE
    Field AFTER_LINE_ENDS
    Field BEFORE_FIRST_LINE
    Field BEFORE_LINE_BEGINS

  Class Button
    Button()
    Button(String)
    Method addActionListener(ActionListener)
    Method getAccessibleContext()
    Method getListeners(Class)
    Method paramString()
    Method processActionEvent(ActionEvent)
    Method processEvent(AWTEvent)
    Method removeActionListener(ActionListener)

  Class Canvas
    Method paint(Graphics)
    Method update(Graphics)

  Class CardLayout
    Method removeLayoutComponent(Component)

  Class Checkbox
    Checkbox()
    Checkbox(String)
    Checkbox(String, CheckboxGroup, boolean)
    Checkbox(String, boolean)
    Checkbox(String, boolean, CheckboxGroup)
    Method addItemListener(ItemListener)
    Method getCheckboxGroup()
    Method getLabel()
    Method getListeners(Class)
    Method getState()
    Method paramString()
    Method processEvent(AWTEvent)
    Method processItemEvent(ItemEvent)
    Method removeItemListener(ItemListener)
    Method setCheckboxGroup(CheckboxGroup)
    Method setLabel(String)
    Method setState(boolean)

  Class CheckboxGroup

  Class CheckboxMenuItem
    CheckboxMenuItem()
    CheckboxMenuItem(String)
    CheckboxMenuItem(String, boolean)
    Method addItemListener(ItemListener)
    Method getListeners(Class)
    Method getState()
    Method paramString()
    Method processEvent(AWTEvent)
    Method processItemEvent(ItemEvent)
    Method removeItemListener(ItemListener)
    Method setState(boolean)

  Class Choice
    Choice()
    Method add(String)
    Method addItem(String)
    Method addItemListener(ItemListener)
    Method addNotify()
    Method getAccessibleContext()
    Method getItem(int)
    Method getItemCount()
    Method getListeners(Class)
    Method getSelectedItem()
    Method getSelectedObjects()
    Method insert(String, int)
    Method paramString()
    Method processEvent(AWTEvent)
    Method processItemEvent(ItemEvent)
    Method remove(String)
    Method remove(int)
    Method removeAll()
    Method removeItemListener(ItemListener)
    Method select(String)
    Method select(int)

  Class Component

  Class Component.AccessibleAWTComponent
    Method contains(Point)
    Method getAccessibleAt(Point)
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()
    Method getAccessibleComponent()
    Method getAccessibleDescription()
    Method getAccessibleIndexInParent()
    Method getAccessibleName()
    Method getAccessibleParent()
    Method getAccessibleRole()
    Method getAccessibleStateSet()
    Method getBackground()
    Method getBounds()
    Method getCursor()
    Method getFont()
    Method getFontMetrics(Font)
    Method getForeground()
    Method getLocale()
    Method getLocation()
    Method getLocationOnScreen()
    Method getSize()
    Method isEnabled()
    Method isShowing()
    Method isVisible()
    Method setBackground(Color)
    Method setBounds(Rectangle)
    Method setCursor(Cursor)
    Method setEnabled(boolean)
    Method setFont(Font)
    Method setForeground(Color)
    Method setLocation(Point)
    Method setSize(Dimension)
    Method setVisible(boolean)

  Class Component
    Method add(PopupMenu)
    Method addComponentListener(ComponentListener)
    Method addFocusListener(FocusListener)
    Method addHierarchyBoundsListener(HierarchyBoundsListener)
    Method addHierarchyListener(HierarchyListener)
    Method addInputMethodListener(InputMethodListener)
    Method addKeyListener(KeyListener)
    Method addMouseListener(MouseListener)
    Method addMouseMotionListener(MouseMotionListener)
    Method addNotify()
    Method addPropertyChangeListener(PropertyChangeListener)
    Method addPropertyChangeListener(String, PropertyChangeListener)
    Method checkImage(Image, ImageObserver)
    Method checkImage(Image, int, int, ImageObserver)
    Method coalesceEvents(AWTEvent, AWTEvent)
    Method contains(Point)
    Method contains(int, int)
    Method createImage(ImageProducer)
    Method createImage(int, int)
    Method disableEvents(long)
    Method dispatchEvent(AWTEvent)
    Method enableEvents(long)
    Method enableInputMethods(boolean)
    Method getAccessibleContext()
    Method getBackground()
    Method getBounds()
    Method getBounds(Rectangle)
    Method getColorModel()
    Method getComponentAt(Point)
    Method getComponentAt(int, int)
    Method getComponentOrientation()
    Method getCursor()
    Method getDropTarget()
    Method getFont()
    Method getFontMetrics(Font)
    Method getForeground()
    Method getGraphics()
    Method getGraphicsConfiguration()
    Method getHeight()
    Method getInputContext()
    Method getInputMethodRequests()
    Method getListeners(Class)
    Method getLocale()
    Method getLocation()
    Method getLocation(Point)
    Method getLocationOnScreen()
    Method getMaximumSize()
    Method getMinimumSize()
    Method getName()
    Method getParent()
    Method getPeer()
    Method getPreferredSize()
    Method getSize()
    Method getSize(Dimension)
    Method getToolkit()
    Method getTreeLock()
    Method getWidth()
    Method getX()
    Method getY()
    Method hasFocus()
    Method imageUpdate(Image, int, int, int, int, int)
    Method invalidate()
    Method isDisplayable()
    Method isEnabled()
    Method isFocusTraversable()
    Method isLightweight()
    Method isOpaque()
    Method isShowing()
    Method isValid()
    Method isVisible()
    Method list(PrintStream)
    Method list(PrintStream, int)
    Method list(PrintWriter)
    Method list(PrintWriter, int)
    Method paint(Graphics)
    Method paintAll(Graphics)
    Method paramString()
    Method prepareImage(Image, ImageObserver)
    Method prepareImage(Image, int, int, ImageObserver)
    Method print(Graphics)
    Method printAll(Graphics)
    Method processComponentEvent(ComponentEvent)
    Method processEvent(AWTEvent)
    Method processFocusEvent(FocusEvent)
    Method processHierarchyBoundsEvent(HierarchyEvent)
    Method processHierarchyEvent(HierarchyEvent)
    Method processInputMethodEvent(InputMethodEvent)
    Method processKeyEvent(KeyEvent)
    Method processMouseEvent(MouseEvent)
    Method processMouseMotionEvent(MouseEvent)
    Method remove(MenuComponent)
    Method removeComponentListener(ComponentListener)
    Method removeFocusListener(FocusListener)
    Method removeHierarchyBoundsListener(HierarchyBoundsListener)
    Method removeHierarchyListener(HierarchyListener)
    Method removeInputMethodListener(InputMethodListener)
    Method removeKeyListener(KeyListener)
    Method removeMouseListener(MouseListener)
    Method removeMouseMotionListener(MouseMotionListener)
    Method removeNotify()
    Method removePropertyChangeListener(PropertyChangeListener)
    Method removePropertyChangeListener(String, PropertyChangeListener)
    Method repaint()
    Method repaint(int, int, int, int)
    Method repaint(long)
    Method repaint(long, int, int, int, int)
    Method setBackground(Color)
    Method setBounds(Rectangle)
    Method setBounds(int, int, int, int)
    Method setComponentOrientation(ComponentOrientation)
    Method setCursor(Cursor)
    Method setDropTarget(DropTarget)
    Method setEnabled(boolean)
    Method setFont(Font)
    Method setForeground(Color)
    Method setLocale(Locale)
    Method setLocation(Point)
    Method setLocation(int, int)
    Method setName(String)
    Method setSize(Dimension)
    Method setSize(int, int)
    Method setVisible(boolean)
    Method toString()
    Method transferFocus()
    Method update(Graphics)
    Method validate()

  Class ComponentOrientation
    Method getOrientation(Locale)
    Method getOrientation(ResourceBundle)

  Class Container

  Class Container.AccessibleAWTContainer.AccessibleContainerHandler

  Class Container.AccessibleAWTContainer
    Method getAccessibleAt(Point)
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()

  Class Container
    Method add(Component)
    Method add(Component, Object)
    Method add(Component, Object, int)
    Method add(Component, int)
    Method add(String, Component)
    Method addContainerListener(ContainerListener)
    Method addImpl(Component, Object, int)
    Method doLayout()
    Method findComponentAt(Point)
    Method findComponentAt(int, int)
    Method getComponentAt(Point)
    Method getComponentCount()
    Method getInsets()
    Method getListeners(Class)
    Method getMinimumSize()
    Method getPreferredSize()
    Method list(PrintStream, int)
    Method paint(Graphics)
    Method paintComponents(Graphics)
    Method paramString()
    Method print(Graphics)
    Method printComponents(Graphics)
    Method processContainerEvent(ContainerEvent)
    Method processEvent(AWTEvent)
    Method removeContainerListener(ContainerListener)
    Method update(Graphics)

  Class Cursor
    Cursor(int)
    Method getPredefinedCursor(int)
    Method getSystemCustomCursor(String)

  Class Dialog
    Dialog(Dialog)
    Dialog(Dialog, String)
    Dialog(Dialog, String, boolean)
    Dialog(Frame)
    Dialog(Frame, String)
    Dialog(Frame, String, boolean)
    Dialog(Frame, boolean)
    Method isModal()
    Method paramString()
    Method setTitle(String)

  Class Dimension
    Dimension(Dimension)
    Dimension(int, int)
    Method getHeight()
    Method getSize()
    Method getWidth()
    Method hashCode()
    Method setSize(Dimension)
    Method setSize(double, double)
    Method setSize(int, int)
    Method toString()
    Field height
    Field width

  Class Event
    Event(Object, int, Object)
    Event(Object, long, int, int, int, int, int)
    Event(Object, long, int, int, int, int, int, Object)
    Method controlDown()
    Method metaDown()
    Method paramString()
    Method shiftDown()
    Method toString()
    Method translate(int, int)
    Field arg

  Class EventQueue
    Method dispatchEvent(AWTEvent)
    Method getNextEvent()
    Method invokeAndWait(Runnable)
    Method invokeLater(Runnable)
    Method isDispatchThread()
    Method peekEvent()
    Method peekEvent(int)
    Method pop()
    Method postEvent(AWTEvent)
    Method push(EventQueue)

  Class FileDialog
    FileDialog(Frame)
    FileDialog(Frame, String)
    FileDialog(Frame, String, int)
    Method getDirectory()
    Method getFile()
    Method getFilenameFilter()
    Method getMode()
    Method paramString()
    Method setDirectory(String)
    Method setFile(String)
    Method setFilenameFilter(FilenameFilter)
    Method setMode(int)

  Class FlowLayout
    FlowLayout()
    FlowLayout(int)
    FlowLayout(int, int, int)
    Method getAlignment()
    Method getHgap()
    Method getVgap()
    Method layoutContainer(Container)
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)
    Method setAlignment(int)
    Method toString()
    Field LEADING
    Field TRAILING

  Class Font
    Font(String, int, int)
    Method canDisplayUpTo(CharacterIterator, int, int)
    Method canDisplayUpTo(char[], int, int)
    Method createFont(int, InputStream)
    Method createGlyphVector(FontRenderContext, CharacterIterator)
    Method createGlyphVector(FontRenderContext, String)
    Method createGlyphVector(FontRenderContext, char[])
    Method createGlyphVector(FontRenderContext, int[])
    Method decode(String)
    Method getFamily()
    Method getFamily(Locale)
    Method getFont(Map)
    Method getStringBounds(CharacterIterator, int, int, FontRenderContext)
    Method getStringBounds(String, FontRenderContext)
    Method getStringBounds(String, int, int, FontRenderContext)
    Method getStringBounds(char[], int, int, FontRenderContext)
    Method getTransform()
    Field CENTER_BASELINE
    Field HANGING_BASELINE
    Field ROMAN_BASELINE

  Class FontFormatException
    FontFormatException(String)

  Class FontMetrics
    Method charWidth(char)
    Method getHeight()
    Method getMaxDecent()

  Class Frame
    Frame()
    Frame(GraphicsConfiguration)
    Frame(String)
    Frame(String, GraphicsConfiguration)
    Method getIconImage()
    Method getMenuBar()
    Method getState()
    Method getTitle()
    Method isResizable()
    Method paramString()
    Method remove(MenuComponent)
    Method setIconImage(Image)
    Method setMenuBar(MenuBar)
    Method setState(int)
    Method setTitle(String)

  Class GradientPaint
    GradientPaint(Point2D, Color, Point2D, Color)
    GradientPaint(Point2D, Color, Point2D, Color, boolean)
    GradientPaint(float, float, Color, float, float, Color)

  Class Graphics
    Method drawImage(Image, int, int, Color, ImageObserver)
    Method drawImage(Image, int, int, ImageObserver)
    Method drawImage(Image, int, int, int, int, Color, ImageObserver)
    Method drawImage(Image, int, int, int, int, ImageObserver)
    Method drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver)
    Method drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver)
    Method getClipRect()
    Method getColor()
    Method getFont()
    Method hitClip(int, int, int, int)
    Method setClip(int, int, int, int)

  Class Graphics2D
    Method drawGlyphVector(GlyphVector, float, float)
    Method drawString(String, float, float)
    Method drawString(String, int, int)
    Method getDeviceConfiguration()
    Method getRenderingHint(Key)
    Method getRenderingHints()
    Method setComposite(Composite)
    Method setPaint(Paint)
    Method setRenderingHint(Key, Object)
    Method setRenderingHints(Map)
    Method setStroke(Stroke)
    Method setTransform(AffineTransform)

  Class GraphicsConfigTemplate

  Class GraphicsDevice

  Class GraphicsEnvironment
    Method getAvailableFontFamilyNames()
    Method getAvailableFontFamilyNames(Locale)
    Method getDefaultScreenDevice()
    Method getScreenDevices()

  Class GridBagConstraints
    Field RELATIVE
    Field REMAINDER
    Field anchor
    Field gridheight
    Field gridwidth
    Field gridx
    Field gridy
    Field weightx
    Field weighty

  Class GridBagLayout
    Method GetLayoutInfo(Container, int)
    Method addLayoutComponent(Component, Object)
    Method addLayoutComponent(String, Component)
    Method getConstraints(Component)
    Method getLayoutDimensions()
    Method getLayoutOrigin()
    Method getLayoutWeights()
    Method location(int, int)
    Method lookupConstraints(Component)
    Method setConstraints(Component, GridBagConstraints)
    Field columnWeights
    Field columnWidths
    Field comptable
    Field layoutInfo
    Field rowHeights
    Field rowWeights

  Class GridLayout
    GridLayout(int, int, int, int)
    Method addLayoutComponent(String, Component)
    Method getColumns()
    Method getHgap()
    Method getRows()
    Method getVgap()
    Method layoutContainer(Container)
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)
    Method removeLayoutComponent(Component)
    Method setColumns(int)
    Method setHgap(int)
    Method setRows(int)
    Method setVgap(int)
    Method toString()

  Class IllegalComponentStateException

  Class Image

  Class Insets

  Class ItemSelectable
    Method addItemListener(ItemListener)
    Method getSelectedObjects()
    Method removeItemListener(ItemListener)

  Class JobAttributes

  Class JobAttributes.DefaultSelectionType
    Field ALL
    Field RANGE
    Field SELECTION

  Class JobAttributes.DestinationType
    Field FILE
    Field PRINTER

  Class JobAttributes.DialogType
    Field COMMON
    Field NATIVE
    Field NONE

  Class JobAttributes.MultipleDocumentHandlingType
    Field SEPARATE_DOCUMENTS_COLLATED_COPIES
    Field SEPARATE_DOCUMENTS_UNCOLLATED_COPIES

  Class JobAttributes.SidesType
    Field ONE_SIDED
    Field TWO_SIDED_LONG_EDGE
    Field TWO_SIDED_SHORT_EDGE

  Class JobAttributes
    JobAttributes()
    JobAttributes(JobAttributes)
    JobAttributes(int, DefaultSelectionType, DestinationType, DialogType, String, int, int, MultipleDocumentHandlingType, int[][], String, SidesType)
    Method clone()
    Method getDefaultSelection()
    Method getDestination()
    Method getDialog()
    Method getFileName()
    Method set(JobAttributes)
    Method setCopies(int)
    Method setDefaultSelection(DefaultSelectionType)
    Method setMaxPage(int)

  Class Label
    Label()
    Label(String)
    Label(String, int)
    Method paramString()

  Class LayoutManager
    Method addLayoutComponent(String, Component)
    Method layoutContainer(Container)
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)

  Class LayoutManager2
    Method maximumLayoutSize(Container)

  Class List

  Class List.AccessibleAWTList.AccessibleAWTListChild
    Method getAccessibleAt(Point)
    Method isFocusTraversable()

  Class List
    List()
    List(int)
    List(int, boolean)
    Method add(String)
    Method add(String, int)
    Method addActionListener(ActionListener)
    Method addItemListener(ItemListener)
    Method deselect(int)
    Method getAccessibleContext()
    Method getItem(int)
    Method getItemCount()
    Method getItems()
    Method getListeners(Class)
    Method getMinimumSize()
    Method getMinimumSize(int)
    Method getPreferredSize()
    Method getPreferredSize(int)
    Method getRows()
    Method getSelectedIndex()
    Method getSelectedIndexes()
    Method getSelectedItem()
    Method getSelectedItems()
    Method getSelectedObjects()
    Method getVisibleIndex()
    Method isIndexSelected(int)
    Method isMultipleMode()
    Method makeVisible(int)
    Method paramString()
    Method processActionEvent(ActionEvent)
    Method processEvent(AWTEvent)
    Method processItemEvent(ItemEvent)
    Method remove(String)
    Method remove(int)
    Method removeActionListener(ActionListener)
    Method removeItemListener(ItemListener)
    Method replaceItem(String, int)
    Method select(int)
    Method setMultipleMode(boolean)

  Class MediaTracker
    MediaTracker(Component)
    Method addImage(Image, int)
    Method addImage(Image, int, int, int)
    Method checkAll()
    Method checkAll(boolean)
    Method checkID(int)
    Method checkID(int, boolean)
    Method getErrorsAny()
    Method getErrorsID(int)
    Method isErrorAny()
    Method isErrorID(int)
    Method removeImage(Image)
    Method removeImage(Image, int)
    Method removeImage(Image, int, int, int)
    Method statusAll(boolean)
    Method statusID(int, boolean)
    Method waitForAll()
    Method waitForAll(long)
    Method waitForID(int)
    Method waitForID(int, long)
    Field ABORTED
    Field ERRORED
    Field LOADING

  Class Menu
    Menu()
    Menu(String)
    Menu(String, boolean)
    Method add(MenuItem)
    Method add(String)
    Method insert(MenuItem, int)
    Method insert(String, int)
    Method paramString()

  Class MenuBar
    MenuBar()

  Class MenuComponent

  Class MenuComponent.AccessibleAWTMenuComponent
    Method addAccessibleSelection(int)
    Method contains(Point)
    Method getAccessibleAt(Point)
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()
    Method getAccessibleComponent()
    Method getAccessibleDescription()
    Method getAccessibleIndexInParent()
    Method getAccessibleName()
    Method getAccessibleParent()
    Method getAccessibleRole()
    Method getAccessibleSelection()
    Method getAccessibleSelection(int)
    Method getAccessibleSelectionCount()
    Method getAccessibleStateSet()
    Method getBackground()
    Method getBounds()
    Method getCursor()
    Method getFont()
    Method getFontMetrics(Font)
    Method getForeground()
    Method getLocale()
    Method getLocation()
    Method getLocationOnScreen()
    Method getSize()
    Method isAccessibleChildSelected(int)
    Method isEnabled()
    Method isShowing()
    Method isVisible()
    Method setBackground(Color)
    Method setBounds(Rectangle)
    Method setCursor(Cursor)
    Method setEnabled(boolean)
    Method setFont(Font)
    Method setForeground(Color)
    Method setSize(Dimension)
    Method setVisible(boolean)

  Class MenuComponent
    MenuComponent()
    Method getAccessibleContext()
    Method getFont()
    Method getName()
    Method getParent()
    Method getTreeLock()
    Method paramString()
    Method processEvent(AWTEvent)
    Method setFont(Font)
    Method setName(String)
    Method toString()

  Class MenuContainer

  Class MenuItem
    MenuItem()
    MenuItem(String)
    MenuItem(String, MenuShortcut)
    Method addActionListener(ActionListener)
    Method disableEvents(long)
    Method enableEvents(long)
    Method getListeners(Class)
    Method paramString()
    Method processActionEvent(ActionEvent)
    Method processEvent(AWTEvent)
    Method removeActionListener(ActionListener)

  Class MenuShortcut
    MenuShortcut(int)
    MenuShortcut(int, boolean)
    Method equals(MenuShortcut)
    Method equals(Object)
    Method getKey()
    Method hashCode()
    Method toString()
    Method usesShiftModifier()

  Class PageAttributes

  Class Paint
    Method createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints)

  Class Panel

  Class Point
    Point(Point)
    Point(int, int)
    Method equals(Object)
    Method getLocation()
    Method getX()
    Method getY()
    Method move(int, int)
    Method setLocation(Point)
    Method setLocation(double, double)
    Method setLocation(int, int)
    Method toString()
    Method translate(int, int)
    Field x
    Field y

  Class Polygon
    Method contains(double, double)
    Field npoints
    Field xpoints
    Field ypoints

  Class PopupMenu

  Class PopupMenu.AccessibleAWTPopupMenu

  Class PopupMenu
    PopupMenu()
    PopupMenu(String)
    Method getAccessibleContext()
    Method show(Component, int, int)

  Class PrintGraphics

  Class PrintJob

  Class Rectangle
    Rectangle(Rectangle)
    Method contains(int, int, int, int)
    Method getBounds()
    Method getLocation()
    Method getSize()
    Method inside(int, int)
    Method intersection(Rectangle)
    Method intersects(Rectangle)
    Method move(int, int)
    Method reshape(int, int, int, int)
    Method resize(int, int)
    Method setBounds(Rectangle)
    Method setBounds(int, int, int, int)
    Method setLocation(Point)
    Method setLocation(int, int)
    Method setRect(double, double, double, double)
    Method setSize(Dimension)
    Method setSize(int, int)
    Method translate(int, int)

  Class RenderingHints.Key
    RenderingHints.Key(int)
    Method intKey()
    Method isCompatibleValue(Object)

  Class RenderingHints
    Method putAll(Map)
    Field KEY_ALPHA_INTERPOLATION
    Field KEY_ANTIALIASING
    Field KEY_COLOR_RENDERING
    Field KEY_DITHERING
    Field KEY_FRACTIONALMETRICS
    Field KEY_INTERPOLATION
    Field KEY_RENDERING
    Field KEY_STROKE_CONTROL
    Field KEY_TEXT_ANTIALIASING
    Field VALUE_ALPHA_INTERPOLATION_DEFAULT
    Field VALUE_ALPHA_INTERPOLATION_QUALITY
    Field VALUE_ALPHA_INTERPOLATION_SPEED
    Field VALUE_ANTIALIAS_OFF
    Field VALUE_ANTIALIAS_ON
    Field VALUE_COLOR_RENDER_DEFAULT
    Field VALUE_COLOR_RENDER_QUALITY
    Field VALUE_COLOR_RENDER_SPEED
    Field VALUE_DITHER_DEFAULT
    Field VALUE_DITHER_DISABLE
    Field VALUE_DITHER_ENABLE
    Field VALUE_FRACTIONALMETRICS_DEFAULT
    Field VALUE_FRACTIONALMETRICS_OFF
    Field VALUE_FRACTIONALMETRICS_ON
    Field VALUE_INTERPOLATION_BICUBIC
    Field VALUE_INTERPOLATION_BILINEAR
    Field VALUE_INTERPOLATION_NEAREST_NEIGHBOR
    Field VALUE_STROKE_DEFAULT
    Field VALUE_STROKE_NORMALIZE
    Field VALUE_STROKE_PURE
    Field VALUE_TEXT_ANTIALIAS_OFF
    Field VALUE_TEXT_ANTIALIAS_ON

  Class Robot
    Robot()
    Robot(GraphicsDevice)
    Method delay(int)
    Method keyPress(int)
    Method keyRelease(int)
    Method mousePress(int)
    Method mouseRelease(int)

  Class ScrollPane
    ScrollPane()
    ScrollPane(int)
    Method getHAdjustable()
    Method getScrollPosition()
    Method getVAdjustable()
    Method setScrollPosition(int, int)

  Class Scrollbar

  Class Scrollbar.AccessibleAWTScrollBar
    Method getAccessibleRole()
    Method getAccessibleStateSet()
    Method getAccessibleValue()

  Class Scrollbar
    Scrollbar()
    Scrollbar(int)
    Scrollbar(int, int, int, int, int)
    Method addAdjustmentListener(AdjustmentListener)
    Method addNotify()
    Method getAccessibleContext()
    Method getBlockIncrement()
    Method getListeners(Class)
    Method getMaximum()
    Method getMinimum()
    Method getOrientation()
    Method getUnitIncrement()
    Method getValue()
    Method getVisibleAmount()
    Method paramString()
    Method processAdjustmentEvent(AdjustmentEvent)
    Method processEvent(AWTEvent)
    Method removeAdjustmentListener(AdjustmentListener)
    Method setBlockIncrement(int)
    Method setMaximum(int)
    Method setMinimum(int)
    Method setOrientation(int)
    Method setUnitIncrement(int)
    Method setValue(int)
    Method setValues(int, int, int, int)
    Method setVisibleAmount(int)

  Class Shape

  Class Stroke

  Class SystemColor
    Method createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints)
    Method toString()
    Field ACTIVE_CAPTION
    Field ACTIVE_CAPTION_BORDER
    Field ACTIVE_CAPTION_TEXT
    Field CONTROL
    Field CONTROL_DK_SHADOW
    Field CONTROL_HIGHLIGHT
    Field CONTROL_LT_HIGHLIGHT
    Field CONTROL_SHADOW
    Field CONTROL_TEXT
    Field DESKTOP
    Field INACTIVE_CAPTION
    Field INACTIVE_CAPTION_BORDER
    Field INACTIVE_CAPTION_TEXT
    Field INFO
    Field INFO_TEXT
    Field MENU
    Field MENU_TEXT
    Field SCROLLBAR
    Field TEXT
    Field TEXT_HIGHLIGHT
    Field TEXT_HIGHLIGHT_TEXT
    Field TEXT_INACTIVE_TEXT
    Field TEXT_TEXT
    Field WINDOW
    Field WINDOW_BORDER
    Field WINDOW_TEXT
    Field activeCaption
    Field activeCaptionBorder
    Field activeCaptionText
    Field control
    Field controlDkShadow
    Field controlHighlight
    Field controlLtHighlight
    Field controlShadow
    Field controlText
    Field desktop
    Field inactiveCaption
    Field inactiveCaptionBorder
    Field inactiveCaptionText
    Field info
    Field infoText
    Field menu
    Field menuText
    Field scrollbar
    Field text
    Field textHighlight
    Field textHighlightText
    Field textInactiveText
    Field textText
    Field window
    Field windowBorder
    Field windowText

  Class TextArea
    TextArea()
    TextArea(String)
    TextArea(String, int, int)
    TextArea(String, int, int, int)
    TextArea(int, int)
    Method addNotify()
    Method append(String)
    Method getAccessibleContext()
    Method getColumns()
    Method getMinimumSize()
    Method getMinimumSize(int, int)
    Method getPreferredSize()
    Method getPreferredSize(int, int)
    Method getRows()
    Method getScrollbarVisibility()
    Method insert(String, int)
    Method paramString()
    Method replaceRange(String, int, int)
    Method setColumns(int)
    Method setRows(int)

  Class TextComponent
    Method addTextListener(TextListener)
    Method getCaretPosition()
    Method getListeners(Class)
    Method getSelectedText()
    Method getSelectionEnd()
    Method getSelectionStart()
    Method getText()
    Method paramString()
    Method processEvent(AWTEvent)
    Method processTextEvent(TextEvent)
    Method removeNotify()
    Method removeTextListener(TextListener)
    Method select(int, int)
    Method setCaretPosition(int)
    Method setSelectionEnd(int)
    Method setSelectionStart(int)
    Method setText(String)

  Class TextField
    TextField()
    TextField(String)
    TextField(String, int)
    TextField(int)
    Method addActionListener(ActionListener)
    Method getListeners(Class)
    Method paramString()
    Method processActionEvent(ActionEvent)
    Method processEvent(AWTEvent)
    Method removeActionListener(ActionListener)

  Class TexturePaint

  Class Toolkit
    Method addAWTEventListener(AWTEventListener, long)
    Method addPropertyChangeListener(String, PropertyChangeListener)
    Method createButton(Button)
    Method createCheckbox(Checkbox)
    Method createCheckboxMenuItem(CheckboxMenuItem)
    Method createChoice(Choice)
    Method createCustomCursor(Image, Point, String)
    Method createDialog(Dialog)
    Method createDragGestureRecognizer(Class, DragSource, Component, int, DragGestureListener)
    Method createDragSourceContextPeer(DragGestureEvent)
    Method createFileDialog(FileDialog)
    Method createFrame(Frame)
    Method createLabel(Label)
    Method createList(List)
    Method createMenu(Menu)
    Method createMenuBar(MenuBar)
    Method createMenuItem(MenuItem)
    Method createPopupMenu(PopupMenu)
    Method createScrollPane(ScrollPane)
    Method createScrollbar(Scrollbar)
    Method createTextArea(TextArea)
    Method createTextField(TextField)
    Method createWindow(Window)
    Method getBestCursorSize(int, int)
    Method getColorModel()
    Method getDesktopProperty(String)
    Method getFontMetrics(Font)
    Method getFontPeer(String, int)
    Method getImage(String)
    Method getImage(URL)
    Method getLockingKeyState(int)
    Method getMaximumCursorColors()
    Method getMenuShortcutKeyMask()
    Method getPrintJob(Frame, String, JobAttributes, PageAttributes)
    Method getPrintJob(Frame, String, Properties)
    Method getScreenResolution()
    Method getScreenSize()
    Method getSystemClipboard()
    Method loadSystemColors(int[])
    Method mapInputMethodHighlight(InputMethodHighlight)
    Method removeAWTEventListener(AWTEventListener)
    Method removePropertyChangeListener(String, PropertyChangeListener)
    Method setDesktopProperty(String, Object)
    Method setLockingKeyState(int, boolean)

  Class Transparency

  Class Window

  Class Window.AccessibleAWTWindow
    Method getAccessibleRole()
    Method getAccessibleStateSet()

  Class Window
    Window(Frame)
    Window(Window)
    Window(Window, GraphicsConfiguration)
    Method addWindowListener(WindowListener)
    Method applyResourceBundle(ResourceBundle)
    Method applyResourceBundle(String)
    Method dispose()
    Method getFocusOwner()
    Method getListeners(Class)
    Method getToolkit()
    Method hide()
    Method isShowing()
    Method processEvent(AWTEvent)
    Method processWindowEvent(WindowEvent)
    Method removeWindowListener(WindowListener)
    Method setCursor(Cursor)
    Method show()
    Method toBack()
    Method toFront()

Package java.awt.color
  Class CMMException
    CMMException(String)

  Class ColorSpace
    ColorSpace(int, int)
    Method fromCIEXYZ(float[])
    Method fromRGB(float[])
    Method getInstance(int)
    Method getName(int)
    Method getNumComponents()
    Method getType()
    Method isCS_sRGB()
    Method toCIEXYZ(float[])
    Method toRGB(float[])

  Class ICC_ColorSpace
    ICC_ColorSpace(ICC_Profile)
    Method fromCIEXYZ(float[])
    Method fromRGB(float[])
    Method getProfile()
    Method toCIEXYZ(float[])
    Method toRGB(float[])

  Class ICC_Profile
    Method getColorSpaceType()
    Method getData()
    Method getData(int)
    Method getInstance(InputStream)
    Method getInstance(String)
    Method getInstance(byte[])
    Method getInstance(int)
    Method getMajorVersion()
    Method getMinorVersion()
    Method getNumComponents()
    Method getPCSType()
    Method getProfileClass()
    Method setData(int, byte[])
    Method write(OutputStream)
    Method write(String)

  Class ICC_ProfileGray
    Method getMediaWhitePoint()

  Class ICC_ProfileRGB
    Method getGamma(int)
    Method getMatrix()
    Method getMediaWhitePoint()
    Method getTRC(int)
    Field BLUECOMPONENT
    Field GREENCOMPONENT
    Field REDCOMPONENT

  Class ProfileDataException
    ProfileDataException(String)

Package java.awt.datatransfer
  Class Clipboard
    Clipboard(String)
    Method getContents(Object)
    Method getName()
    Method setContents(Transferable, ClipboardOwner)

  Class ClipboardOwner

  Class DataFlavor
    DataFlavor()
    DataFlavor(Class, String)
    DataFlavor(String)
    DataFlavor(String, String)
    DataFlavor(String, String, ClassLoader)
    Method clone()
    Method equals(DataFlavor)
    Method equals(Object)
    Method equals(String)
    Method getHumanPresentableName()
    Method getMimeType()
    Method getParameter(String)
    Method getPrimaryType()
    Method getReaderForText(Transferable)
    Method getRepresentationClass()
    Method getSubType()
    Method hashCode()
    Method isFlavorJavaFileListType()
    Method isFlavorRemoteObjectType()
    Method isFlavorSerializedObjectType()
    Method isMimeTypeEqual(DataFlavor)
    Method isMimeTypeEqual(String)
    Method isMimeTypeSerializedObject()
    Method isRepresentationClassInputStream()
    Method isRepresentationClassRemote()
    Method isRepresentationClassSerializable()
    Method match(DataFlavor)
    Method normalizeMimeType(String)
    Method normalizeMimeTypeParameter(String, String)
    Method readExternal(ObjectInput)
    Method selectBestTextFlavor(DataFlavor[])
    Method setHumanPresentableName(String)
    Method toString()
    Method tryToLoadClass(String, ClassLoader)
    Method writeExternal(ObjectOutput)
    Field javaFileListFlavor
    Field javaJVMLocalObjectMimeType
    Field javaRemoteObjectMimeType
    Field javaSerializedObjectMimeType
    Field plainTextFlavor
    Field stringFlavor

  Class FlavorMap
    Method getFlavorsForNatives(String[])
    Method getNativesForFlavors(DataFlavor[])

  Class StringSelection
    StringSelection(String)
    Method getTransferData(DataFlavor)
    Method getTransferDataFlavors()
    Method isDataFlavorSupported(DataFlavor)

  Class SystemFlavorMap
    Method decodeDataFlavor(String)
    Method decodeJavaMIMEType(String)
    Method encodeDataFlavor(DataFlavor)
    Method encodeJavaMIMEType(String)
    Method getDefaultFlavorMap()
    Method getFlavorsForNatives(String[])
    Method getNativesForFlavors(DataFlavor[])
    Method isJavaMIMEType(String)

  Class Transferable
    Method isDataFlavorSupported(DataFlavor)

  Class UnsupportedFlavorException
    UnsupportedFlavorException(DataFlavor)

Package java.awt.dnd
  Class Autoscroll

  Class DnDConstants

  Class DragGestureEvent
    Method getComponent()
    Method getDragAction()
    Method getDragOrigin()
    Method getDragSource()
    Method getSourceAsDragGestureRecognizer()
    Method getTriggerEvent()
    Method iterator()
    Method toArray()
    Method toArray(Object[])

  Class DragGestureRecognizer
    Field component
    Field dragSource
    Field events
    Field sourceActions

  Class DragSource
    DragSource()
    Method getDefaultDragSource()
    Field DefaultCopyDrop
    Field DefaultCopyNoDrop
    Field DefaultLinkDrop
    Field DefaultLinkNoDrop
    Field DefaultMoveDrop
    Field DefaultMoveNoDrop

  Class DragSourceContext
    DragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener)
    Method dragDropEnd(DragSourceDropEvent)
    Method dragEnter(DragSourceDragEvent)
    Method dragExit(DragSourceEvent)
    Method dragOver(DragSourceDragEvent)
    Method dropActionChanged(DragSourceDragEvent)
    Method getSourceActions()
    Method getTransferable()

  Class DragSourceDragEvent
    DragSourceDragEvent(DragSourceContext, int, int, int)
    Method getDropAction()
    Method getTargetActions()
    Method getUserAction()

  Class DragSourceDropEvent
    DragSourceDropEvent(DragSourceContext)
    DragSourceDropEvent(DragSourceContext, int, boolean)
    Method getDropAction()
    Method getDropSuccess()

  Class DragSourceEvent
    DragSourceEvent(DragSourceContext)

  Class DragSourceListener
    Method dragDropEnd(DragSourceDropEvent)
    Method dragEnter(DragSourceDragEvent)
    Method dragExit(DragSourceEvent)
    Method dragOver(DragSourceDragEvent)
    Method dropActionChanged(DragSourceDragEvent)

  Class DropTarget
    DropTarget()
    DropTarget(Component, DropTargetListener)
    DropTarget(Component, int, DropTargetListener)
    DropTarget(Component, int, DropTargetListener, boolean)
    DropTarget(Component, int, DropTargetListener, boolean, FlavorMap)

  Class DropTargetContext

  Class DropTargetContext.TransferableProxy
    Method getTransferData(DataFlavor)
    Method getTransferDataFlavors()
    Method isDataFlavorSupported(DataFlavor)
    Field isLocal
    Field transferable

  Class DropTargetContext
    Method createTransferableProxy(Transferable, boolean)

  Class DropTargetDragEvent
    DropTargetDragEvent(DropTargetContext, Point, int, int)
    Method acceptDrag(int)
    Method getDropAction()
    Method getSourceActions()
    Method rejectDrag()

  Class DropTargetDropEvent
    DropTargetDropEvent(DropTargetContext, Point, int, int)
    DropTargetDropEvent(DropTargetContext, Point, int, int, boolean)
    Method getDropAction()
    Method getSourceActions()

  Class DropTargetEvent
    Field context

  Class DropTargetListener
    Method dragEnter(DropTargetDragEvent)
    Method dragExit(DropTargetEvent)
    Method dragOver(DropTargetDragEvent)
    Method drop(DropTargetDropEvent)

  Class InvalidDnDOperationException

  Class MouseDragGestureRecognizer

Package java.awt.event
  Class AWTEventListener

  Class ActionEvent
    ActionEvent(Object, int, String)
    ActionEvent(Object, int, String, int)
    Method getModifiers()

  Class ActionListener

  Class AdjustmentEvent
    AdjustmentEvent(Adjustable, int, int, int)
    Method getAdjustable()
    Method getAdjustmentType()
    Method getValue()

  Class AdjustmentListener

  Class ComponentAdapter

  Class ComponentEvent
    ComponentEvent(Component, int)
    Method getComponent()

  Class ComponentListener

  Class ContainerAdapter

  Class ContainerEvent
    ContainerEvent(Component, int, Component)

  Class ContainerListener

  Class FocusAdapter

  Class FocusEvent
    FocusEvent(Component, int)
    FocusEvent(Component, int, boolean)
    Method isTemporary()
    Field FOCUS_GAINED
    Field FOCUS_LOST

  Class FocusListener

  Class HierarchyBoundsAdapter

  Class HierarchyBoundsListener

  Class HierarchyEvent
    HierarchyEvent(Component, int, Component, Container)
    HierarchyEvent(Component, int, Component, Container, long)
    Method getComponent()
    Field ANCESTOR_MOVED
    Field ANCESTOR_RESIZED
    Field DISPLAYABILITY_CHANGED
    Field HIERARCHY_CHANGED
    Field PARENT_CHANGED
    Field SHOWING_CHANGED

  Class HierarchyListener

  Class InputEvent
    Field ALT_MASK
    Field BUTTON1_MASK
    Field BUTTON2_MASK
    Field BUTTON3_MASK
    Field CTRL_MASK
    Field META_MASK
    Field SHIFT_MASK

  Class InputMethodEvent
    InputMethodEvent(Component, int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo)
    InputMethodEvent(Component, int, TextHitInfo, TextHitInfo)

  Class InputMethodListener

  Class InvocationEvent
    InvocationEvent(Object, Runnable)
    InvocationEvent(Object, Runnable, Object, boolean)
    InvocationEvent(Object, int, Runnable, Object, boolean)

  Class ItemEvent
    ItemEvent(ItemSelectable, int, Object, int)
    Field DESELECTED

  Class ItemListener
    Method itemStateChanged(ItemEvent)

  Class KeyAdapter

  Class KeyEvent
    KeyEvent(Component, int, long, int, int, char)
    Method getKeyChar()
    Method getKeyCode()
    Method getKeyText(int)
    Method isActionKey()
    Method paramString()
    Method setModifiers(int)
    Method setSource(Object)
    Field VK_KP_DOWN
    Field VK_KP_LEFT
    Field VK_KP_RIGHT
    Field VK_KP_UP
    Field VK_UNDEFINED

  Class KeyListener
    Method keyPressed(KeyEvent)
    Method keyReleased(KeyEvent)
    Method keyTyped(KeyEvent)

  Class MouseEvent
    MouseEvent(Component, int, long, int, int, int, int, boolean)
    Method getClickCount()
    Method getPoint()
    Method isPopupTrigger()
    Method translatePoint(int, int)
    Field MOUSE_CLICKED
    Field MOUSE_DRAGGED
    Field MOUSE_ENTERED
    Field MOUSE_EXITED
    Field MOUSE_MOVED
    Field MOUSE_PRESSED
    Field MOUSE_RELEASED

  Class MouseListener
    Method mouseClicked(MouseEvent)

  Class MouseMotionAdapter

  Class MouseMotionListener
    Method mouseDragged(MouseEvent)
    Method mouseMoved(MouseEvent)

  Class PaintEvent
    PaintEvent(Component, int, Rectangle)

  Class TextEvent
    TextEvent(Object, int)

  Class TextListener

  Class WindowAdapter

  Class WindowEvent
    WindowEvent(Window, int)
    Field WINDOW_ACTIVATED
    Field WINDOW_DEACTIVATED

  Class WindowListener
    Method windowActivated(WindowEvent)
    Method windowDeactivated(WindowEvent)

Package java.awt.font
  Class FontRenderContext
    Method getTransform()
    Method hashCode()
    Method isAntiAliased()
    Method usesFractionalMetrics()

  Class GlyphMetrics
    GlyphMetrics(float, Rectangle2D, byte)
    Method getAdvance()
    Method getBounds2D()

  Class GlyphVector
    Method getFont()
    Method getGlyphCode(int)
    Method getGlyphCodes(int, int, int[])
    Method getGlyphOutline(int)
    Method getGlyphPosition(int)
    Method getGlyphPositions(int, int, float[])
    Method getGlyphTransform(int)
    Method getGlyphVisualBounds(int)
    Method getNumGlyphs()
    Method getOutline(float, float)
    Method getVisualBounds()
    Method performDefaultLayout()
    Method setGlyphPosition(int, Point2D)
    Method setGlyphTransform(int, AffineTransform)

  Class GraphicAttribute
    GraphicAttribute(int)

  Class ImageGraphicAttribute
    Method draw(Graphics2D, float, float)
    Method getDescent()

  Class LineBreakMeasurer
    LineBreakMeasurer(AttributedCharacterIterator, BreakIterator, FontRenderContext)
    LineBreakMeasurer(AttributedCharacterIterator, FontRenderContext)
    Method deleteChar(AttributedCharacterIterator, int)
    Method getPosition()
    Method insertChar(AttributedCharacterIterator, int)
    Method nextLayout(float)
    Method nextLayout(float, int, boolean)
    Method nextOffset(float, int, boolean)
    Method setPosition(int)

  Class OpenType
    Method getFontTable(String)
    Method getFontTable(String, int, int)

  Class TextAttribute
    Field BIDI_EMBEDDING

  Class TextLayout
    TextLayout(String, Font, FontRenderContext)
    TextLayout(String, Map, FontRenderContext)
    Method getCaretShapes(int)

  Class TextMeasurer
    Method deleteChar(AttributedCharacterIterator, int)
    Method getAdvanceBetween(int, int)
    Method getLayout(int, int)
    Method getLineBreakIndex(int, float)
    Method insertChar(AttributedCharacterIterator, int)

Package java.awt.geom
  Class AffineTransform
    Method transform(float[], int, double[], int, int)
    Method transform(float[], int, float[], int, int)

  Class Arc2D.Double
    Arc2D.Double(Rectangle2D, double, double, int)
    Arc2D.Double(double, double, double, double, double, double, int)
    Method getAngleExtent()
    Method getAngleStart()
    Method getHeight()
    Method getWidth()
    Method setAngleExtent(double)
    Method setAngleStart(double)

  Class Arc2D.Float
    Method getAngleExtent()
    Method getAngleStart()
    Method getHeight()
    Method getWidth()
    Method setAngleExtent(double)
    Method setAngleStart(double)

  Class Arc2D
    Method getAngleExtent()
    Method getAngleStart()
    Method getArcType()
    Method makeBounds(double, double, double, double)
    Method setAngleExtent(double)
    Method setAngleStart(Point2D)
    Method setAngleStart(double)
    Method setArcByCenter(double, double, double, double, double, int)
    Method setArcType(int)

  Class Area
    Method contains(Rectangle2D)
    Method equals(Area)
    Method getPathIterator(AffineTransform)
    Method getPathIterator(AffineTransform, double)
    Method intersects(Rectangle2D)

  Class CubicCurve2D
    Method setCurve(Point2D, Point2D, Point2D, Point2D)
    Method solveCubic(double[], double[])

  Class Dimension2D

  Class Ellipse2D

  Class GeneralPath
    Method getWindingRule()
    Method setWindingRule(int)

  Class IllegalPathStateException

  Class Line2D

  Class NoninvertibleTransformException

  Class PathIterator
    Method currentSegment(double[])
    Method currentSegment(float[])

  Class Point2D
    Method setLocation(double, double)

  Class QuadCurve2D

  Class QuadCurve2D.Double
    QuadCurve2D.Double(double, double, double, double, double, double)
    Method setCurve(double, double, double, double, double, double)

  Class QuadCurve2D.Float
    Method setCurve(double, double, double, double, double, double)

  Class QuadCurve2D
    Method getFlatness(double, double, double, double, double, double)
    Method getFlatnessSq(double, double, double, double, double, double)
    Method setCurve(double, double, double, double, double, double)
    Method solveQuadratic(double[])
    Method solveQuadratic(double[], double[])

  Class Rectangle2D

  Class Rectangle2D.Double
    Rectangle2D.Double(double, double, double, double)

  Class Rectangle2D
    Method intersect(Rectangle2D, Rectangle2D, Rectangle2D)
    Method union(Rectangle2D, Rectangle2D, Rectangle2D)

  Class RectangularShape
    Method getFrame()
    Method setFrame(Point2D, Dimension2D)
    Method setFrame(Rectangle2D)
    Method setFrame(double, double, double, double)

  Class RoundRectangle2D

  Class RoundRectangle2D.Double
    RoundRectangle2D.Double(double, double, double, double, double, double)

  Class RoundRectangle2D.Float
    RoundRectangle2D.Float(float, float, float, float, float, float)

Package java.awt.im
  Class InputContext
    Method getLocale()
    Method selectInputMethod(Locale)

  Class InputMethodHighlight

  Class InputMethodRequests

  Class InputSubset

Package java.awt.im.spi
  Class InputMethod

  Class InputMethodContext
    Method createInputMethodWindow(String, boolean)

Package java.awt.image
  Class AffineTransformOp
    AffineTransformOp(AffineTransform, RenderingHints)
    AffineTransformOp(AffineTransform, int)
    Method getInterpolationType()
    Method getPoint2D(Point2D, Point2D)

  Class AreaAveragingScaleFilter

  Class BandCombineOp
    Method filter(Raster, WritableRaster)
    Method getPoint2D(Point2D, Point2D)

  Class BandedSampleModel
    BandedSampleModel(int, int, int, int, int[], int[])
    Method createDataBuffer()
    Method getDataElements(int, int, Object, DataBuffer)
    Method getPixel(int, int, int[], DataBuffer)
    Method getPixels(int, int, int, int, int[], DataBuffer)
    Method getSample(int, int, int, DataBuffer)
    Method getSampleDouble(int, int, int, DataBuffer)
    Method getSampleFloat(int, int, int, DataBuffer)
    Method getSamples(int, int, int, int, int, int[], DataBuffer)
    Method setDataElements(int, int, Object, DataBuffer)
    Method setPixel(int, int, int[], DataBuffer)
    Method setPixels(int, int, int, int, int[], DataBuffer)
    Method setSample(int, int, int, double, DataBuffer)
    Method setSample(int, int, int, float, DataBuffer)
    Method setSample(int, int, int, int, DataBuffer)
    Method setSamples(int, int, int, int, int, int[], DataBuffer)

  Class BufferedImage
    BufferedImage(ColorModel, WritableRaster, boolean, Hashtable)
    BufferedImage(int, int, int, IndexColorModel)
    Method getData()
    Method getData(Rectangle)
    Method getRGB(int, int)
    Method getRGB(int, int, int, int, int[], int, int)
    Method setData(Raster)
    Method setRGB(int, int, int)
    Method setRGB(int, int, int, int, int[], int, int)
    Field TYPE_BYTE_BINARY

  Class BufferedImageFilter
    BufferedImageFilter(BufferedImageOp)

  Class BufferedImageOp
    Method createCompatibleDestImage(BufferedImage, ColorModel)
    Method filter(BufferedImage, BufferedImage)
    Method getBounds2D(BufferedImage)
    Method getPoint2D(Point2D, Point2D)
    Method getRenderingHints()

  Class ColorConvertOp
    ColorConvertOp(ColorSpace, ColorSpace, RenderingHints)
    ColorConvertOp(ColorSpace, RenderingHints)
    ColorConvertOp(ICC_Profile[], RenderingHints)
    Method createCompatibleDestImage(BufferedImage, ColorModel)

  Class ColorModel
    ColorModel(int, int[], ColorSpace, boolean, boolean, int, int)
    Method getComponents(Object, int[], int)
    Method getComponents(int, int[], int)
    Method getNormalizedComponents(int[], int, float[], int)
    Method getUnnormalizedComponents(float[], int, int[], int)

  Class ComponentColorModel
    ComponentColorModel(ColorSpace, int[], boolean, boolean, int, int)
    Method coerceData(WritableRaster, boolean)
    Method getAlpha(Object)
    Method getAlpha(int)
    Method getBlue(Object)
    Method getBlue(int)
    Method getComponents(Object, int[], int)
    Method getComponents(int, int[], int)
    Method getGreen(Object)
    Method getGreen(int)
    Method getRGB(Object)
    Method getRGB(int)
    Method getRed(Object)
    Method getRed(int)
    Method getUnnormalizedComponents(float[], int, int[], int)

  Class ComponentSampleModel
    ComponentSampleModel(int, int, int, int, int, int[])
    ComponentSampleModel(int, int, int, int, int, int[], int[])
    Method createCompatibleSampleModel(int, int)
    Method createDataBuffer()
    Method createSubsetSampleModel(int[])
    Method getBandOffsets()
    Method getBankIndices()
    Method getDataElements(int, int, Object, DataBuffer)
    Method getNumDataElements()
    Method getOffset(int, int)
    Method getOffset(int, int, int)
    Method getPixel(int, int, int[], DataBuffer)
    Method getPixelStride()
    Method getPixels(int, int, int, int, int[], DataBuffer)
    Method getSample(int, int, int, DataBuffer)
    Method getSampleDouble(int, int, int, DataBuffer)
    Method getSampleFloat(int, int, int, DataBuffer)
    Method getSampleSize()
    Method getSampleSize(int)
    Method getSamples(int, int, int, int, int, int[], DataBuffer)
    Method getScanlineStride()
    Method setDataElements(int, int, Object, DataBuffer)
    Method setPixel(int, int, int[], DataBuffer)
    Method setPixels(int, int, int, int, int[], DataBuffer)
    Method setSample(int, int, int, double, DataBuffer)
    Method setSample(int, int, int, float, DataBuffer)
    Method setSample(int, int, int, int, DataBuffer)
    Method setSamples(int, int, int, int, int, int[], DataBuffer)

  Class ConvolveOp
    ConvolveOp(Kernel)
    ConvolveOp(Kernel, int, RenderingHints)
    Method createCompatibleDestImage(BufferedImage, ColorModel)
    Method getEdgeCondition()
    Method getKernel()

  Class CropImageFilter

  Class DataBuffer
    Method getDataType()
    Method getElem(int)
    Method getElem(int, int)
    Method getElemDouble(int)
    Method getElemDouble(int, int)
    Method getElemFloat(int)
    Method getElemFloat(int, int)
    Method getNumBanks()
    Method getOffset()
    Method getOffsets()
    Method getSize()
    Method setElem(int, int)
    Method setElem(int, int, int)
    Method setElemDouble(int, double)
    Method setElemDouble(int, int, double)
    Method setElemFloat(int, float)
    Method setElemFloat(int, int, float)
    Field TYPE_UNDEFINED

  Class DataBufferByte
    Method getElem(int)
    Method getElem(int, int)
    Method setElem(int, int)
    Method setElem(int, int, int)

  Class DataBufferInt
    Method getElem(int)
    Method getElem(int, int)
    Method setElem(int, int)
    Method setElem(int, int, int)

  Class DataBufferShort
    Method getElem(int)
    Method getElem(int, int)
    Method setElem(int, int)
    Method setElem(int, int, int)

  Class DataBufferUShort
    Method getElem(int)
    Method getElem(int, int)
    Method setElem(int, int)
    Method setElem(int, int, int)

  Class DirectColorModel
    DirectColorModel(ColorSpace, int, int, int, int, int, boolean, int)
    Method getComponents(Object, int[], int)

  Class FilteredImageSource
    FilteredImageSource(ImageProducer, ImageFilter)
    Method isConsumer(ImageConsumer)

  Class ImageConsumer
    Method imageComplete(int)
    Method setColorModel(ColorModel)
    Method setDimensions(int, int)
    Method setHints(int)
    Method setPixels(int, int, int, int, ColorModel, byte[], int, int)
    Method setPixels(int, int, int, int, ColorModel, int[], int, int)
    Method setProperties(Hashtable)

  Class ImageFilter
    Method getFilterInstance(ImageConsumer)

  Class ImageObserver

  Class ImageProducer
    Method addConsumer(ImageConsumer)
    Method isConsumer(ImageConsumer)
    Method removeConsumer(ImageConsumer)
    Method requestTopDownLeftRightResend(ImageConsumer)
    Method startProduction(ImageConsumer)

  Class IndexColorModel
    IndexColorModel(int, int, int[], int, boolean, int, int)
    IndexColorModel(int, int, int[], int, int, BigInteger)
    Method convertToIntDiscrete(Raster, boolean)

  Class LookupOp
    LookupOp(LookupTable, RenderingHints)
    Method createCompatibleDestImage(BufferedImage, ColorModel)
    Method createCompatibleDestRaster(Raster)
    Method filter(BufferedImage, BufferedImage)
    Method filter(Raster, WritableRaster)
    Method getBounds2D(BufferedImage)
    Method getBounds2D(Raster)
    Method getPoint2D(Point2D, Point2D)
    Method getRenderingHints()
    Method getTable()

  Class LookupTable
    Method getNumComponents()
    Method getOffset()
    Method lookupPixel(int[], int[])

  Class MemoryImageSource
    MemoryImageSource(int, int, ColorModel, byte[], int, int)
    MemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable)
    MemoryImageSource(int, int, ColorModel, int[], int, int)
    MemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable)
    MemoryImageSource(int, int, int[], int, int)
    MemoryImageSource(int, int, int[], int, int, Hashtable)
    Method addConsumer(ImageConsumer)
    Method isConsumer(ImageConsumer)
    Method newPixels()
    Method newPixels(byte[], ColorModel, int, int)
    Method newPixels(int, int, int, int)
    Method newPixels(int, int, int, int, boolean)
    Method newPixels(int[], ColorModel, int, int)
    Method removeConsumer(ImageConsumer)
    Method requestTopDownLeftRightResend(ImageConsumer)
    Method setAnimated(boolean)
    Method setFullBufferUpdates(boolean)
    Method startProduction(ImageConsumer)

  Class MultiPixelPackedSampleModel
    Method getDataElements(int, int, Object, DataBuffer)
    Method getPixel(int, int, int[], DataBuffer)
    Method getSample(int, int, int, DataBuffer)
    Method setDataElements(int, int, Object, DataBuffer)
    Method setPixel(int, int, int[], DataBuffer)
    Method setSample(int, int, int, int, DataBuffer)

  Class PixelGrabber
    PixelGrabber(ImageProducer, int, int, int, int, int[], int, int)
    Method getColorModel()
    Method getPixels()
    Method getStatus()
    Method imageComplete(int)
    Method setColorModel(ColorModel)
    Method setDimensions(int, int)
    Method setHints(int)
    Method setPixels(int, int, int, int, ColorModel, byte[], int, int)
    Method setPixels(int, int, int, int, ColorModel, int[], int, int)
    Method setProperties(Hashtable)

  Class PixelInterleavedSampleModel
    Method createCompatibleSampleModel(int, int)

  Class RGBImageFilter
    Method filterRGB(int, int, int)
    Method filterRGBPixels(int, int, int, int, int[], int, int)

  Class Raster
    Raster(SampleModel, DataBuffer, Point)
    Raster(SampleModel, DataBuffer, Rectangle, Point, Raster)
    Raster(SampleModel, Point)
    Method createBandedRaster(DataBuffer, int, int, int, int[], int[], Point)
    Method createBandedRaster(int, int, int, int, Point)
    Method createBandedRaster(int, int, int, int, int[], int[], Point)
    Method createChild(int, int, int, int, int, int, int[])
    Method createCompatibleWritableRaster()
    Method createCompatibleWritableRaster(Rectangle)
    Method createCompatibleWritableRaster(int, int)
    Method createCompatibleWritableRaster(int, int, int, int)
    Method createInterleavedRaster(DataBuffer, int, int, int, int, int[], Point)
    Method createInterleavedRaster(int, int, int, int, Point)
    Method createInterleavedRaster(int, int, int, int, int, int[], Point)
    Method createPackedRaster(DataBuffer, int, int, int, Point)
    Method createPackedRaster(DataBuffer, int, int, int, int[], Point)
    Method createPackedRaster(int, int, int, int, int, Point)
    Method createPackedRaster(int, int, int, int[], Point)
    Method createRaster(SampleModel, DataBuffer, Point)
    Method createTranslatedChild(int, int)
    Method createWritableRaster(SampleModel, DataBuffer, Point)
    Method createWritableRaster(SampleModel, Point)
    Method getBounds()
    Method getDataBuffer()
    Method getDataElements(int, int, Object)
    Method getDataElements(int, int, int, int, Object)
    Method getHeight()
    Method getMinX()
    Method getMinY()
    Method getNumBands()
    Method getNumDataElements()
    Method getParent()
    Method getPixel(int, int, double[])
    Method getPixel(int, int, float[])
    Method getPixel(int, int, int[])
    Method getPixels(int, int, int, int, double[])
    Method getPixels(int, int, int, int, float[])
    Method getPixels(int, int, int, int, int[])
    Method getSample(int, int, int)
    Method getSampleDouble(int, int, int)
    Method getSampleFloat(int, int, int)
    Method getSampleModel()
    Method getSampleModelTranslateX()
    Method getSampleModelTranslateY()
    Method getSamples(int, int, int, int, int, double[])
    Method getSamples(int, int, int, int, int, float[])
    Method getSamples(int, int, int, int, int, int[])
    Method getTransferType()
    Method getWidth()

  Class RasterOp
    Method createCompatibleDestRaster(Raster)
    Method filter(Raster, WritableRaster)
    Method getBounds2D(Raster)
    Method getPoint2D(Point2D, Point2D)
    Method getRenderingHints()

  Class RenderedImage
    Method getColorModel()
    Method getData()
    Method getData(Rectangle)
    Method getHeight()
    Method getMinTileX()
    Method getMinTileY()
    Method getMinX()
    Method getMinY()
    Method getNumXTiles()
    Method getNumYTiles()
    Method getProperty(String)
    Method getSampleModel()
    Method getSources()
    Method getTile(int, int)
    Method getTileGridXOffset()
    Method getTileGridYOffset()
    Method getTileHeight()
    Method getTileWidth()
    Method getWidth()

  Class ReplicateScaleFilter

  Class RescaleOp
    RescaleOp(float, float, RenderingHints)
    RescaleOp(float[], float[], RenderingHints)
    Method createCompatibleDestImage(BufferedImage, ColorModel)
    Method createCompatibleDestRaster(Raster)
    Method filter(BufferedImage, BufferedImage)
    Method filter(Raster, WritableRaster)
    Method getBounds2D(Raster)
    Method getNumFactors()
    Method getOffsets(float[])
    Method getPoint2D(Point2D, Point2D)
    Method getRenderingHints()
    Method getScaleFactors(float[])

  Class SampleModel
    Method createCompatibleSampleModel(int, int)
    Method createDataBuffer()
    Method createSubsetSampleModel(int[])
    Method getDataElements(int, int, Object, DataBuffer)
    Method getDataElements(int, int, int, int, Object, DataBuffer)
    Method getDataType()
    Method getHeight()
    Method getNumBands()
    Method getNumDataElements()
    Method getPixel(int, int, double[], DataBuffer)
    Method getPixel(int, int, float[], DataBuffer)
    Method getPixel(int, int, int[], DataBuffer)
    Method getPixels(int, int, int, int, double[], DataBuffer)
    Method getPixels(int, int, int, int, float[], DataBuffer)
    Method getPixels(int, int, int, int, int[], DataBuffer)
    Method getSample(int, int, int, DataBuffer)
    Method getSampleDouble(int, int, int, DataBuffer)
    Method getSampleFloat(int, int, int, DataBuffer)
    Method getSampleSize()
    Method getSampleSize(int)
    Method getSamples(int, int, int, int, int, double[], DataBuffer)
    Method getSamples(int, int, int, int, int, float[], DataBuffer)
    Method getSamples(int, int, int, int, int, int[], DataBuffer)
    Method getTransferType()
    Method getWidth()
    Method setDataElements(int, int, Object, DataBuffer)
    Method setDataElements(int, int, int, int, Object, DataBuffer)
    Method setPixel(int, int, double[], DataBuffer)
    Method setPixel(int, int, float[], DataBuffer)
    Method setPixel(int, int, int[], DataBuffer)
    Method setPixels(int, int, int, int, double[], DataBuffer)
    Method setPixels(int, int, int, int, float[], DataBuffer)
    Method setPixels(int, int, int, int, int[], DataBuffer)
    Method setSample(int, int, int, double, DataBuffer)
    Method setSample(int, int, int, float, DataBuffer)
    Method setSample(int, int, int, int, DataBuffer)
    Method setSamples(int, int, int, int, int, double[], DataBuffer)
    Method setSamples(int, int, int, int, int, float[], DataBuffer)
    Method setSamples(int, int, int, int, int, int[], DataBuffer)

  Class ShortLookupTable
    ShortLookupTable(int, short[])
    ShortLookupTable(int, short[][])

  Class SinglePixelPackedSampleModel
    Method createCompatibleSampleModel(int, int)
    Method getBitMasks()
    Method getBitOffsets()
    Method getDataElements(int, int, Object, DataBuffer)
    Method getOffset(int, int)
    Method getPixel(int, int, int[], DataBuffer)
    Method getPixels(int, int, int, int, int[], DataBuffer)
    Method getSample(int, int, int, DataBuffer)
    Method getSamples(int, int, int, int, int, int[], DataBuffer)
    Method getScanlineStride()
    Method setDataElements(int, int, Object, DataBuffer)
    Method setPixel(int, int, int[], DataBuffer)
    Method setPixels(int, int, int, int, int[], DataBuffer)
    Method setSample(int, int, int, int, DataBuffer)
    Method setSamples(int, int, int, int, int, int[], DataBuffer)

  Class WritableRaster
    WritableRaster(SampleModel, DataBuffer, Point)
    WritableRaster(SampleModel, DataBuffer, Rectangle, Point, WritableRaster)
    WritableRaster(SampleModel, Point)
    Method createWritableChild(int, int, int, int, int, int, int[])
    Method createWritableTranslatedChild(int, int)
    Method getWritableParent()
    Method setDataElements(int, int, Object)
    Method setDataElements(int, int, Raster)
    Method setDataElements(int, int, int, int, Object)
    Method setPixel(int, int, double[])
    Method setPixel(int, int, float[])
    Method setPixel(int, int, int[])
    Method setPixels(int, int, int, int, double[])
    Method setPixels(int, int, int, int, float[])
    Method setPixels(int, int, int, int, int[])
    Method setRect(Raster)
    Method setRect(int, int, Raster)
    Method setSample(int, int, int, double)
    Method setSample(int, int, int, float)
    Method setSample(int, int, int, int)
    Method setSamples(int, int, int, int, int, double[])
    Method setSamples(int, int, int, int, int, float[])
    Method setSamples(int, int, int, int, int, int[])

  Class WritableRenderedImage
    Method addTileObserver(TileObserver)
    Method getWritableTile(int, int)
    Method getWritableTileIndices()
    Method hasTileWriters()
    Method isTileWritable(int, int)
    Method removeTileObserver(TileObserver)
    Method setData(Raster)

Package java.awt.image.renderable
  Class ContextualRenderedImageFactory
    Method create(RenderContext, ParameterBlock)
    Method getPropertyNames()
    Method isDynamic()
    Method mapRenderContext(int, RenderContext, ParameterBlock, RenderableImage)

  Class ParameterBlock
    ParameterBlock(Vector)
    ParameterBlock(Vector, Vector)
    Method add(Object)
    Method add(byte)
    Method add(char)
    Method add(double)
    Method add(float)
    Method add(int)
    Method add(long)
    Method add(short)
    Method addSource(Object)
    Method getNumParameters()
    Method getNumSources()
    Method getObjectParameter(int)
    Method getParamClasses()
    Method getParameters()
    Method getRenderableSource(int)
    Method getRenderedSource(int)
    Method getSource(int)
    Method getSources()
    Method set(Object, int)
    Method set(byte, int)
    Method set(char, int)
    Method set(double, int)
    Method set(float, int)
    Method set(int, int)
    Method set(long, int)
    Method set(short, int)
    Method setParameters(Vector)
    Method setSource(Object, int)
    Method setSources(Vector)

  Class RenderContext
    Method getAreaOfInterest()
    Method getRenderingHints()
    Method getTransform()
    Method setAreaOfInterest(Shape)
    Method setRenderingHints(RenderingHints)
    Method setTransform(AffineTransform)

  Class RenderableImage
    Method getMinX()
    Method getMinY()
    Method getPropertyNames()
    Method isDynamic()

  Class RenderableImageOp
    Method getParameterBlock()
    Method getPropertyNames()
    Method isDynamic()
    Method setParameterBlock(ParameterBlock)

Package java.awt.print
  Class Book
    Method getPageFormat(int)
    Method getPrintable(int)
    Method setPage(int, Printable, PageFormat)

  Class PageFormat
    Method getOrientation()
    Method getPaper()
    Method setOrientation(int)
    Method setPaper(Paper)

  Class Pageable
    Method getPageFormat(int)
    Method getPrintable(int)
    Field UNKNOWN_NUMBER_OF_PAGES

  Class PrinterIOException
    Method getIOException()

  Class PrinterJob
    Method getCopies()
    Method getJobName()
    Method getPrinterJob()
    Method pageDialog(PageFormat)
    Method printDialog()
    Method setCopies(int)
    Method setJobName(String)

Package java.beans
  Class AppletInitializer
    Method activate(Applet)
    Method initialize(Applet, BeanContext)

  Class DesignMode

  Class EventSetDescriptor
    EventSetDescriptor(Class, String, Class, String)
    EventSetDescriptor(Class, String, Class, String[], String, String)
    EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method)
    EventSetDescriptor(String, Class, Method[], Method, Method)
    Method getListenerMethodDescriptors()
    Method getListenerMethods()
    Method getListenerType()
    Method isInDefaultEventSet()
    Method isUnicast()
    Method setInDefaultEventSet(boolean)

  Class IndexedPropertyDescriptor
    Method equals(Object)

  Class Introspector
    Method flushFromCaches(Class)
    Method getBeanInfo(Class)
    Method getBeanInfo(Class, Class)
    Method getBeanInfo(Class, int)
    Method setBeanInfoSearchPath(String[])

  Class PropertyDescriptor
    Method equals(Object)

  Class VetoableChangeSupport
    Method removeVetoableChangeListener(VetoableChangeListener)

Package java.beans.beancontext
  Class BeanContext

  Class BeanContextChild

  Class BeanContextChildComponentProxy

  Class BeanContextChildSupport

  Class BeanContextContainerProxy

  Class BeanContextEvent

  Class BeanContextMembershipEvent

  Class BeanContextMembershipListener

  Class BeanContextProxy

  Class BeanContextServiceRevokedEvent
    Method isServiceClass(Class)

  Class BeanContextServicesSupport

  Class BeanContextSupport
    Method add(Object)
    Method copyChildren()
    Method remove(Object)
    Method setLocale(Locale)
    Method validatePendingAdd(Object)
    Method validatePendingRemove(Object)

Package java.io
  Class BufferedInputStream

  Class BufferedOutputStream
    BufferedOutputStream(OutputStream, int)

  Class BufferedReader
    Method read()

  Class BufferedWriter

  Class ByteArrayInputStream
    ByteArrayInputStream(byte[], int, int)
    Method close()
    Method mark(int)
    Method reset()
    Field mark

  Class ByteArrayOutputStream
    Method close()

  Class CharArrayReader
    Field count

  Class CharArrayWriter

  Class CharConversionException

  Class DataInput
    Method readLine()
    Method skipBytes(int)

  Class DataInputStream
    Method read(byte[])
    Method read(byte[], int, int)

  Class DataOutput
    Method writeLong(long)

  Class DataOutputStream

  Class EOFException

  Class Externalizable

  Class File
    Method canRead()
    Method canWrite()
    Method createNewFile()
    Method createTempFile(String, String)
    Method createTempFile(String, String, File)
    Method exists()
    Method getAbsoluteFile()
    Method getAbsolutePath()
    Method getCanonicalFile()
    Method getCanonicalPath()
    Method isDirectory()
    Method isFile()
    Method isHidden()
    Method lastModified()
    Method length()
    Method list()
    Method list(FilenameFilter)
    Method listFiles()
    Method listFiles(FileFilter)
    Method listFiles(FilenameFilter)
    Method listRoots()
    Method mkdir()
    Method mkdirs()
    Method renameTo(File)
    Method setLastModified(long)
    Method setReadOnly()
    Method toURL()

  Class FileDescriptor

  Class FileInputStream
    Method close()

  Class FileNotFoundException

  Class FileOutputStream
    FileOutputStream(FileDescriptor)
    Method close()

  Class FilePermission

  Class FileReader

  Class FileWriter

  Class FilenameFilter

  Class FilterInputStream

  Class FilterOutputStream

  Class FilterReader

  Class FilterWriter

  Class IOException

  Class InputStream
    Method markSupported()

  Class InputStreamReader
    InputStreamReader(InputStream)
    InputStreamReader(InputStream, String)
    Method getEncoding()
    Method read(char[], int, int)

  Class InterruptedIOException

  Class InvalidClassException

  Class InvalidObjectException

  Class LineNumberInputStream

  Class LineNumberReader

  Class NotActiveException

  Class NotSerializableException

  Class ObjectInput

  Class ObjectInputStream

  Class ObjectInputStream.GetField
    Method get(String, Object)
    Method get(String, boolean)
    Method get(String, byte)
    Method get(String, char)
    Method get(String, double)
    Method get(String, float)
    Method get(String, int)
    Method get(String, long)
    Method get(String, short)

  Class ObjectInputStream
    ObjectInputStream()
    ObjectInputStream(InputStream)
    Method close()
    Method defaultReadObject()
    Method enableResolveObject(boolean)
    Method read()
    Method read(byte[], int, int)
    Method readBoolean()
    Method readByte()
    Method readChar()
    Method readClassDescriptor()
    Method readDouble()
    Method readFields()
    Method readFloat()
    Method readFully(byte[])
    Method readFully(byte[], int, int)
    Method readInt()
    Method readLong()
    Method readObject()
    Method readObjectOverride()
    Method readShort()
    Method readUnsignedByte()
    Method readUnsignedShort()
    Method registerValidation(ObjectInputValidation, int)
    Method resolveClass(ObjectStreamClass)
    Method resolveObject(Object)
    Method resolveProxyClass(String[])
    Method skipBytes(int)

  Class ObjectInputValidation

  Class ObjectOutput

  Class ObjectOutputStream

  Class ObjectOutputStream.PutField
    Method put(String, Object)
    Method put(String, boolean)
    Method put(String, byte)
    Method put(String, char)
    Method put(String, double)
    Method put(String, float)
    Method put(String, int)
    Method put(String, long)
    Method put(String, short)
    Method write(ObjectOutput)

  Class ObjectOutputStream
    ObjectOutputStream()
    ObjectOutputStream(OutputStream)
    Method annotateClass(Class)
    Method close()
    Method drain()
    Method enableReplaceObject(boolean)
    Method flush()
    Method putFields()
    Method replaceObject(Object)
    Method useProtocolVersion(int)
    Method write(byte[])
    Method write(byte[], int, int)
    Method write(int)
    Method writeBoolean(boolean)
    Method writeByte(int)
    Method writeBytes(String)
    Method writeChar(int)
    Method writeChars(String)
    Method writeClassDescriptor(ObjectStreamClass)
    Method writeDouble(double)
    Method writeFloat(float)
    Method writeInt(int)
    Method writeLong(long)
    Method writeObject(Object)
    Method writeShort(int)
    Method writeUTF(String)

  Class ObjectStreamClass
    Field NO_FIELDS

  Class ObjectStreamConstants

  Class ObjectStreamException

  Class ObjectStreamField
    ObjectStreamField(String, Class)

  Class OptionalDataException

  Class OutputStream

  Class OutputStreamWriter
    OutputStreamWriter(OutputStream, String)
    Method getEncoding()

  Class PipedInputStream

  Class PipedOutputStream

  Class PipedReader

  Class PipedWriter

  Class PrintStream

  Class PrintWriter
    Method checkError()
    Method close()
    Method flush()
    Method write(String)
    Method write(String, int, int)
    Method write(char[])
    Method write(char[], int, int)
    Method write(int)

  Class PushbackInputStream

  Class PushbackReader

  Class RandomAccessFile
    RandomAccessFile(File, String)
    RandomAccessFile(String, String)
    Method close()
    Method getFD()

  Class Reader
    Method read(char[])

  Class SequenceInputStream

  Class Serializable

  Class SerializablePermission

  Class StreamCorruptedException

  Class StreamTokenizer

  Class StringBufferInputStream

  Class StringReader

  Class StringWriter
    Method close()

  Class SyncFailedException

  Class UTFDataFormatException

  Class UnsupportedEncodingException

  Class WriteAbortedException
    WriteAbortedException(String, Exception)
    Field detail

  Class Writer

Package java.lang
  Class AbstractMethodError

  Class ArithmeticException

  Class ArrayIndexOutOfBoundsException

  Class ArrayStoreException

  Class Boolean
    Boolean(boolean)

  Class Byte
    Byte(String)
    Byte(byte)
    Method byteValue()
    Method compareTo(Byte)
    Method compareTo(Object)
    Method decode(String)
    Method doubleValue()
    Method equals(Object)
    Method floatValue()
    Method hashCode()
    Method intValue()
    Method longValue()
    Method parseByte(String)
    Method parseByte(String, int)
    Method shortValue()
    Method toString()
    Method toString(byte)
    Method valueOf(String)
    Method valueOf(String, int)
    Field MAX_VALUE
    Field MIN_VALUE
    Field TYPE

  Class Character

  Class Character.Subset
    Character.Subset(String)
    Method equals(Object)
    Method hashCode()

  Class Character.UnicodeBlock

  Class Character
    Character(char)
    Method charValue()
    Method compareTo(Character)
    Method compareTo(Object)
    Method digit(char, int)
    Method forDigit(int, int)
    Method getNumericValue(char)
    Method getType(char)
    Method hashCode()
    Method isDefined(char)
    Method isDigit(char)
    Method isISOControl(char)
    Method isIdentifierIgnorable(char)
    Method isJavaIdentifierPart(char)
    Method isJavaIdentifierStart(char)
    Method isJavaLetter(char)
    Method isJavaLetterOrDigit(char)
    Method isLetter(char)
    Method isLetterOrDigit(char)
    Method isLowerCase(char)
    Method isSpace(char)
    Method isSpaceChar(char)
    Method isTitleCase(char)
    Method isUnicodeIdentifierPart(char)
    Method isUnicodeIdentifierStart(char)
    Method isUpperCase(char)
    Method isWhitespace(char)
    Method toLowerCase(char)
    Method toString()
    Method toTitleCase(char)
    Method toUpperCase(char)
    Field COMBINING_SPACING_MARK
    Field CONNECTOR_PUNCTUATION
    Field CONTROL
    Field CURRENCY_SYMBOL
    Field DASH_PUNCTUATION
    Field DECIMAL_DIGIT_NUMBER
    Field ENCLOSING_MARK
    Field END_PUNCTUATION
    Field FORMAT
    Field LETTER_NUMBER
    Field LINE_SEPARATOR
    Field LOWERCASE_LETTER
    Field MATH_SYMBOL
    Field MAX_RADIX
    Field MAX_VALUE
    Field MIN_RADIX
    Field MIN_VALUE
    Field MODIFIER_LETTER
    Field MODIFIER_SYMBOL
    Field NON_SPACING_MARK
    Field OTHER_LETTER
    Field OTHER_NUMBER
    Field OTHER_PUNCTUATION
    Field OTHER_SYMBOL
    Field PARAGRAPH_SEPARATOR
    Field PRIVATE_USE
    Field SPACE_SEPARATOR
    Field START_PUNCTUATION
    Field SURROGATE
    Field TITLECASE_LETTER
    Field TYPE
    Field UNASSIGNED
    Field UPPERCASE_LETTER

  Class Class
    Method forName(String, boolean, ClassLoader)
    Method getDeclaredMethod(String, Class[])
    Method getFields()
    Method getMethod(String, Class[])
    Method getMethods()
    Method getModifiers()
    Method getName()
    Method getProtectionDomain()
    Method getResourceAsStream(String)
    Method newInstance()

  Class ClassCastException

  Class ClassCircularityError

  Class ClassFormatError

  Class ClassLoader
    ClassLoader(ClassLoader)
    Method defineClass(String, byte[], int, int)
    Method defineClass(String, byte[], int, int, ProtectionDomain)
    Method defineClass(byte[], int, int)
    Method getSystemClassLoader()

  Class ClassNotFoundException
    Method getException()

  Class CloneNotSupportedException

  Class Cloneable

  Class Comparable
    Method compareTo(Object)

  Class Compiler
    Method command(Object)
    Method compileClass(Class)
    Method compileClasses(String)

  Class Double
    Double(String)
    Method byteValue()
    Method compareTo(Double)
    Method compareTo(Object)
    Method doubleToLongBits(double)
    Method doubleToRawLongBits(double)
    Method doubleValue()
    Method equals(Object)
    Method floatValue()
    Method hashCode()
    Method intValue()
    Method isInfinite()
    Method isInfinite(double)
    Method isNaN()
    Method isNaN(double)
    Method longBitsToDouble(long)
    Method longValue()
    Method parseDouble(String)
    Method shortValue()
    Method toString()
    Method toString(double)
    Method valueOf(String)
    Field MAX_VALUE
    Field MIN_VALUE
    Field NEGATIVE_INFINITY
    Field NaN
    Field POSITIVE_INFINITY
    Field TYPE

  Class Error
    Error()
    Error(String)

  Class Exception
    Exception()
    Exception(String)

  Class ExceptionInInitializerError
    ExceptionInInitializerError()
    Method getException()

  Class Float
    Float(double)
    Method byteValue()
    Method compareTo(Float)
    Method compareTo(Object)
    Method doubleValue()
    Method equals(Object)
    Method floatToIntBits(float)
    Method floatToRawIntBits(float)
    Method floatValue()
    Method hashCode()
    Method intBitsToFloat(int)
    Method intValue()
    Method isInfinite()
    Method isInfinite(float)
    Method isNaN()
    Method isNaN(float)
    Method longValue()
    Method parseFloat(String)
    Method shortValue()
    Method toString()
    Method toString(float)
    Method valueOf(String)
    Field MAX_VALUE
    Field MIN_VALUE
    Field NEGATIVE_INFINITY
    Field NaN
    Field POSITIVE_INFINITY
    Field TYPE

  Class IllegalAccessError

  Class IllegalAccessException

  Class IllegalArgumentException

  Class IllegalMonitorStateException

  Class IllegalStateException

  Class IllegalThreadStateException

  Class IncompatibleClassChangeError

  Class IndexOutOfBoundsException

  Class InheritableThreadLocal
    Method childValue(Object)
    Method get()
    Method set(Object)

  Class InstantiationError

  Class InstantiationException

  Class Integer
    Integer(String)
    Integer(int)
    Method byteValue()
    Method compareTo(Integer)
    Method compareTo(Object)
    Method decode(String)
    Method doubleValue()
    Method floatValue()
    Method getInteger(String)
    Method getInteger(String, Integer)
    Method getInteger(String, int)
    Method hashCode()
    Method intValue()
    Method longValue()
    Method parseInt(String)
    Method parseInt(String, int)
    Method shortValue()
    Method toBinaryString(int)
    Method toHexString(int)
    Method toOctalString(int)
    Method toString()
    Method toString(int)
    Method toString(int, int)
    Method valueOf(String)
    Method valueOf(String, int)
    Field MAX_VALUE
    Field MIN_VALUE
    Field TYPE

  Class InternalError

  Class InterruptedException

  Class LinkageError

  Class Long
    Long(String)
    Long(long)
    Method byteValue()
    Method compareTo(Long)
    Method compareTo(Object)
    Method decode(String)
    Method doubleValue()
    Method equals(Object)
    Method floatValue()
    Method getLong(String)
    Method getLong(String, Long)
    Method getLong(String, long)
    Method hashCode()
    Method intValue()
    Method longValue()
    Method parseLong(String)
    Method parseLong(String, int)
    Method shortValue()
    Method toBinaryString(long)
    Method toHexString(long)
    Method toOctalString(long)
    Method toString()
    Method toString(long)
    Method toString(long, int)
    Method valueOf(String)
    Method valueOf(String, int)
    Field MAX_VALUE
    Field MIN_VALUE
    Field TYPE

  Class Math
    Method abs(double)
    Method abs(float)
    Method abs(int)
    Method abs(long)
    Method acos(double)
    Method asin(double)
    Method atan(double)
    Method atan2(double, double)
    Method ceil(double)
    Method cos(double)
    Method exp(double)
    Method floor(double)
    Method max(double, double)
    Method max(float, float)
    Method max(int, int)
    Method max(long, long)
    Method min(double, double)
    Method min(float, float)
    Method min(int, int)
    Method min(long, long)
    Method pow(double, double)
    Method rint(double)
    Method round(double)
    Method round(float)
    Method sin(double)
    Method sqrt(double)
    Method tan(double)
    Method toDegrees(double)
    Method toRadians(double)
    Field E

  Class NegativeArraySizeException

  Class NoClassDefFoundError

  Class NoSuchFieldError

  Class NoSuchFieldException

  Class NoSuchMethodError

  Class NoSuchMethodException

  Class NullPointerException

  Class Number
    Method intValue()
    Method longValue()

  Class NumberFormatException

  Class Object
    Method clone()
    Method equals(Object)
    Method wait()

  Class OutOfMemoryError

  Class Package
    Method getPackage(String)
    Method getPackages()
    Method hashCode()

  Class Process

  Class Runnable

  Class Runtime
    Method exec(String, String[], File)
    Method exec(String[], String[], File)
    Method freeMemory()
    Method gc()
    Method getLocalizedInputStream(InputStream)
    Method load(String)
    Method runFinalization()
    Method totalMemory()
    Method traceInstructions(boolean)
    Method traceMethodCalls(boolean)

  Class RuntimeException
    RuntimeException()
    RuntimeException(String)

  Class RuntimePermission

  Class SecurityException

  Class SecurityManager
    Method checkMulticast(InetAddress, byte)
    Method checkTopLevelWindow(Object)

  Class Short
    Short(String)
    Short(short)
    Method byteValue()
    Method compareTo(Object)
    Method compareTo(Short)
    Method decode(String)
    Method doubleValue()
    Method equals(Object)
    Method floatValue()
    Method hashCode()
    Method intValue()
    Method longValue()
    Method parseShort(String)
    Method parseShort(String, int)
    Method shortValue()
    Method toString()
    Method toString(short)
    Method valueOf(String)
    Method valueOf(String, int)
    Field MAX_VALUE
    Field MIN_VALUE
    Field TYPE

  Class StackOverflowError

  Class StrictMath
    Method abs(double)
    Method abs(float)
    Method abs(int)
    Method abs(long)
    Method acos(double)
    Method asin(double)
    Method atan(double)
    Method atan2(double, double)
    Method ceil(double)
    Method cos(double)
    Method exp(double)
    Method floor(double)
    Method max(double, double)
    Method max(float, float)
    Method max(int, int)
    Method max(long, long)
    Method min(double, double)
    Method min(float, float)
    Method min(int, int)
    Method min(long, long)
    Method pow(double, double)
    Method rint(double)
    Method round(double)
    Method round(float)
    Method sin(double)
    Method sqrt(double)
    Method tan(double)
    Method toDegrees(double)
    Method toRadians(double)
    Field E

  Class String
    String(String)
    String(byte[])
    String(byte[], String)
    String(byte[], int)
    String(byte[], int, int)
    String(byte[], int, int, String)
    String(byte[], int, int, int)
    Method compareTo(String)
    Method copyValueOf(char[])
    Method copyValueOf(char[], int, int)
    Method getBytes()
    Method getBytes(String)
    Method getBytes(int, int, byte[], int)
    Method hashCode()
    Method indexOf(String, int)
    Method indexOf(int, int)
    Method intern()
    Method lastIndexOf(String, int)
    Method lastIndexOf(int, int)
    Method regionMatches(int, String, int, int)
    Method startsWith(String)
    Method toLowerCase()
    Method toLowerCase(Locale)
    Method toUpperCase()
    Method toUpperCase(Locale)
    Method trim()
    Method valueOf(char)
    Method valueOf(char[], int, int)
    Method valueOf(double)
    Method valueOf(float)
    Method valueOf(int)
    Method valueOf(long)
    Field CASE_INSENSITIVE_ORDER

  Class StringBuffer
    Method reverse()

  Class StringIndexOutOfBoundsException

  Class System
    Method arraycopy(Object, int, Object, int, int)
    Method currentTimeMillis()
    Method getProperties()
    Method identityHashCode(Object)
    Method load(String)

  Class Thread
    Thread()
    Thread(ThreadGroup, Runnable, String)
    Method activeCount()
    Method enumerate(Thread[])
    Method getPriority()
    Method interrupt()

  Class ThreadDeath

  Class ThreadGroup
    Method setMaxPriority(int)

  Class ThreadLocal
    Method get()
    Method initialValue()
    Method set(Object)

  Class Throwable
    Throwable()
    Throwable(String)
    Method fillInStackTrace()
    Method getLocalizedMessage()
    Method getMessage()
    Method printStackTrace()
    Method printStackTrace(PrintStream)
    Method printStackTrace(PrintWriter)
    Method toString()

  Class UnknownError

  Class UnsatisfiedLinkError

  Class UnsupportedOperationException

  Class VerifyError

  Class VirtualMachineError

  Class Void

Package java.lang.ref
  Class PhantomReference
    PhantomReference(Object, ReferenceQueue)

  Class Reference

  Class ReferenceQueue
    Method poll()
    Method remove()
    Method remove(long)

  Class SoftReference
    SoftReference(Object)
    SoftReference(Object, ReferenceQueue)

  Class WeakReference
    WeakReference(Object)
    WeakReference(Object, ReferenceQueue)

Package java.lang.reflect
  Class AccessibleObject
    Method isAccessible()

  Class Array
    Method newInstance(Class, int)
    Method newInstance(Class, int[])
    Method setBoolean(Object, int, boolean)
    Method setByte(Object, int, byte)
    Method setChar(Object, int, char)
    Method setDouble(Object, int, double)
    Method setFloat(Object, int, float)
    Method setInt(Object, int, int)
    Method setLong(Object, int, long)
    Method setShort(Object, int, short)

  Class Constructor
    Method getExceptionTypes()
    Method getParameterTypes()
    Method newInstance(Object[])

  Class Field
    Method get(Object)
    Method getBoolean(Object)
    Method getByte(Object)
    Method getChar(Object)
    Method getDouble(Object)
    Method getFloat(Object)
    Method getInt(Object)
    Method getLong(Object)
    Method getShort(Object)
    Method getType()
    Method set(Object, Object)
    Method setBoolean(Object, boolean)
    Method setByte(Object, byte)
    Method setChar(Object, char)
    Method setDouble(Object, double)
    Method setFloat(Object, float)
    Method setInt(Object, int)
    Method setLong(Object, long)
    Method setShort(Object, short)

  Class InvocationHandler

  Class InvocationTargetException
    InvocationTargetException(Throwable)
    InvocationTargetException(Throwable, String)
    Method getTargetException()

  Class Member
    Method getDeclaringClass()
    Method getModifiers()
    Method getName()

  Class Method
    Method getExceptionTypes()
    Method getParameterTypes()
    Method getReturnType()
    Method invoke(Object, Object[])

  Class Modifier
    Method isAbstract(int)
    Method isFinal(int)
    Method isInterface(int)
    Method isNative(int)
    Method isPrivate(int)
    Method isProtected(int)
    Method isPublic(int)
    Method isStatic(int)
    Method isStrict(int)
    Method isSynchronized(int)
    Method isTransient(int)
    Method isVolatile(int)
    Method toString(int)

  Class Proxy

  Class UndeclaredThrowableException
    UndeclaredThrowableException(Throwable)
    Method getUndeclaredThrowable()

Package java.math
  Class BigDecimal
    BigDecimal(String)
    Method compareTo(Object)
    Method doubleValue()
    Method equals(Object)
    Method floatValue()
    Method intValue()
    Method longValue()
    Method max(BigDecimal)
    Method min(BigDecimal)
    Method negate()
    Method toString()

  Class BigInteger
    Method intValue()
    Method longValue()

Package java.net
  Class Authenticator
    Method setDefault(Authenticator)

  Class ContentHandler

  Class ContentHandlerFactory

  Class DatagramPacket
    Method getData()
    Method setData(byte[])
    Method setData(byte[], int, int)
    Method setLength(int)
    Method setPort(int)

  Class DatagramSocket
    DatagramSocket()
    DatagramSocket(int)
    DatagramSocket(int, InetAddress)
    Method close()
    Method getLocalAddress()
    Method getReceiveBufferSize()
    Method getSendBufferSize()
    Method getSoTimeout()
    Method receive(DatagramPacket)
    Method send(DatagramPacket)
    Method setReceiveBufferSize(int)
    Method setSendBufferSize(int)
    Method setSoTimeout(int)

  Class DatagramSocketImpl
    Method peek(InetAddress)
    Method receive(DatagramPacket)
    Method send(DatagramPacket)

  Class FileNameMap

  Class HttpURLConnection
    HttpURLConnection(URL)
    Method getErrorStream()
    Field HTTP_SERVER_ERROR

  Class InetAddress
    Method getAllByName(String)
    Method getByName(String)
    Method getHostAddress()
    Method getHostName()
    Method getLocalHost()
    Method isMulticastAddress()
    Method toString()

  Class JarURLConnection

  Class MalformedURLException

  Class MulticastSocket
    MulticastSocket()
    MulticastSocket(int)
    Method getTTL()
    Method joinGroup(InetAddress)
    Method leaveGroup(InetAddress)
    Method send(DatagramPacket, byte)
    Method setTTL(byte)
    Method setTimeToLive(int)

  Class NetPermission

  Class PasswordAuthentication

  Class ProtocolException

  Class ServerSocket
    ServerSocket(int, int)
    ServerSocket(int, int, InetAddress)
    Method accept()
    Method close()
    Method getLocalPort()
    Method implAccept(Socket)
    Method setSoTimeout(int)

  Class Socket
    Socket()
    Socket(InetAddress, int, boolean)
    Socket(String, int, boolean)
    Method close()
    Method getInetAddress()
    Method getInputStream()
    Method getLocalAddress()
    Method getLocalPort()
    Method getOutputStream()
    Method getPort()
    Method getReceiveBufferSize()
    Method getSendBufferSize()
    Method setReceiveBufferSize(int)
    Method setSendBufferSize(int)
    Method setSoLinger(boolean, int)
    Method setSoTimeout(int)
    Method setTcpNoDelay(boolean)
    Method shutdownInput()
    Method shutdownOutput()

  Class SocketException

  Class SocketImpl

  Class SocketImplFactory

  Class SocketOptions

  Class SocketPermission

  Class URL
    URL(String, String, String)
    URL(String, String, int, String)
    URL(String, String, int, String, URLStreamHandler)
    URL(URL, String)
    Method equals(Object)
    Method getAuthority()
    Method getContent()
    Method getContent(Class[])
    Method getFile()
    Method getHost()
    Method getPath()
    Method getPort()
    Method getProtocol()
    Method getQuery()
    Method getRef()
    Method getUserInfo()
    Method hashCode()
    Method sameFile(URL)
    Method set(String, String, int, String, String, String, String, String)

  Class URLClassLoader
    Method findResources(String)
    Method getPermissions(CodeSource)

  Class URLConnection
    Method getHeaderField(String)
    Method getRequestProperty(String)
    Method setAllowUserInteraction(boolean)
    Method setDoInput(boolean)
    Method setDoOutput(boolean)
    Method setIfModifiedSince(long)
    Method setRequestProperty(String, String)
    Method setUseCaches(boolean)
    Field doOutput

  Class URLDecoder

  Class URLEncoder

  Class URLStreamHandler
    Method equals(URL, URL)
    Method getHostAddress(URL)
    Method hashCode(URL)
    Method sameFile(URL, URL)
    Method setURL(URL, String, String, int, String, String, String, String, String)

  Class URLStreamHandlerFactory

  Class UnknownHostException

  Class UnknownServiceException

Package java.rmi
  Class AccessException

  Class AlreadyBoundException

  Class ConnectException

  Class ConnectIOException

  Class MarshalException

  Class MarshalledObject

  Class NoSuchObjectException

  Class NotBoundException

  Class RMISecurityException

  Class RMISecurityManager

  Class Remote

  Class RemoteException
    RemoteException()
    RemoteException(String)
    RemoteException(String, Throwable)
    Method getMessage()
    Field detail

  Class ServerError

  Class ServerException

  Class ServerRuntimeException

  Class StubNotFoundException

  Class UnexpectedException

  Class UnknownHostException

  Class UnmarshalException

Package java.rmi.activation
  Class Activatable

  Class ActivateFailedException

  Class ActivationDesc

  Class ActivationException
    Method getMessage()
    Field detail

  Class ActivationGroup
    ActivationGroup(ActivationGroupID)

  Class ActivationGroupDesc

  Class ActivationGroupID

  Class ActivationID

  Class ActivationInstantiator

  Class ActivationMonitor

  Class ActivationSystem

  Class Activator

  Class UnknownGroupException

  Class UnknownObjectException

Package java.rmi.dgc
  Class VMID

Package java.rmi.registry
  Class LocateRegistry

  Class Registry
    Method bind(String, Remote)
    Method list()
    Method lookup(String)
    Method rebind(String, Remote)
    Method unbind(String)

  Class RegistryHandler

Package java.rmi.server
  Class ExportException

  Class LoaderHandler

  Class LogStream

  Class ObjID
    ObjID()
    ObjID(int)
    Method equals(Object)
    Method hashCode()
    Method read(ObjectInput)
    Method toString()
    Method write(ObjectOutput)
    Field ACTIVATOR_ID
    Field DGC_ID
    Field REGISTRY_ID

  Class Operation

  Class RMIClassLoader
    Method getClassAnnotation(Class)
    Method getClassLoader(String)
    Method getSecurityContext(ClassLoader)
    Method loadClass(String)
    Method loadClass(String, String)

  Class RMIClientSocketFactory

  Class RMIFailureHandler

  Class RMIServerSocketFactory

  Class RMISocketFactory

  Class RemoteCall

  Class RemoteObject
    RemoteObject()
    RemoteObject(RemoteRef)
    Method equals(Object)
    Method hashCode()
    Method toString()
    Field ref

  Class RemoteRef

  Class RemoteServer
    Method getClientHost()

  Class RemoteStub

  Class ServerCloneException
    Method getMessage()
    Field detail

  Class ServerNotActiveException

  Class ServerRef

  Class Skeleton

  Class SkeletonMismatchException

  Class SkeletonNotFoundException

  Class SocketSecurityException

  Class UID
    UID()
    UID(short)
    Method equals(Object)
    Method hashCode()
    Method read(DataInput)
    Method toString()
    Method write(DataOutput)

  Class UnicastRemoteObject
    UnicastRemoteObject()
    UnicastRemoteObject(int)
    UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory)
    Method exportObject(Remote)
    Method exportObject(Remote, int)
    Method exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory)
    Method unexportObject(Remote, boolean)

  Class Unreferenced

Package java.security
  Class AccessControlContext
    AccessControlContext(AccessControlContext, DomainCombiner)

  Class AccessControlException

  Class AccessController
    Method doPrivileged(PrivilegedExceptionAction)
    Method doPrivileged(PrivilegedExceptionAction, AccessControlContext)

  Class AlgorithmParameterGenerator

  Class AlgorithmParameterGeneratorSpi

  Class AlgorithmParameters

  Class AlgorithmParametersSpi

  Class AllPermission

  Class BasicPermission
    BasicPermission(String)

  Class Certificate
    Method toString(boolean)

  Class CodeSource
    Method implies(CodeSource)

  Class DigestException

  Class DigestInputStream

  Class DigestOutputStream

  Class DomainCombiner
    Method combine(ProtectionDomain[], ProtectionDomain[])

  Class GeneralSecurityException

  Class Guard

  Class GuardedObject

  Class Identity
    Method getPublicKey()
    Method setPublicKey(PublicKey)

  Class IdentityScope
    Method getSystemScope()
    Method setSystemScope(IdentityScope)

  Class InvalidAlgorithmParameterException

  Class InvalidKeyException

  Class InvalidParameterException

  Class Key

  Class KeyException

  Class KeyFactory

  Class KeyFactorySpi

  Class KeyManagementException

  Class KeyPair

  Class KeyPairGenerator

  Class KeyPairGeneratorSpi

  Class KeyStore

  Class KeyStoreException

  Class KeyStoreSpi

  Class MessageDigest

  Class MessageDigestSpi

  Class NoSuchAlgorithmException

  Class NoSuchProviderException

  Class Permission

  Class PermissionCollection

  Class Permissions

  Class Policy
    Method getPermissions(CodeSource)
    Method getPolicy()
    Method refresh()
    Method setPolicy(Policy)

  Class Principal

  Class PrivateKey

  Class PrivilegedActionException
    Method getException()

  Class ProtectionDomain
    ProtectionDomain(CodeSource, PermissionCollection)
    Method getCodeSource()
    Method getPermissions()
    Method implies(Permission)

  Class Provider

  Class ProviderException

  Class PublicKey

  Class SecureClassLoader
    Method defineClass(String, byte[], int, int, CodeSource)
    Method getPermissions(CodeSource)

  Class SecureRandom
    Method getSeed(int)
    Method setSeed(byte[])
    Method setSeed(long)

  Class SecureRandomSpi

  Class Security
    Method getProperty(String)
    Method getProvider(String)
    Method setProperty(String, String)

  Class SecurityPermission

  Class Signature
    Method getParameter(String)
    Method setParameter(AlgorithmParameterSpec)
    Method setParameter(String, Object)

  Class SignatureException

  Class SignatureSpi
    Method engineSetParameter(AlgorithmParameterSpec)
    Method engineUpdate(byte[], int, int)

  Class SignedObject

  Class Signer

  Class UnrecoverableKeyException

  Class UnresolvedPermission

Package java.security.acl
  Class Acl
    Method getName()
    Method setName(Principal, String)

  Class AclEntry
    Method getPrincipal()
    Method setPrincipal(Principal)

Package java.security.cert
  Class CRL

  Class CRLException

  Class Certificate

  Class Certificate.CertificateRep
    Method readResolve()

  Class Certificate
    Method writeReplace()

  Class CertificateEncodingException

  Class CertificateException

  Class CertificateExpiredException

  Class CertificateFactory
    Method generateCRL(InputStream)
    Method generateCertificate(InputStream)

  Class CertificateFactorySpi
    Method engineGenerateCRL(InputStream)
    Method engineGenerateCertificate(InputStream)

  Class CertificateNotYetValidException

  Class CertificateParsingException

  Class X509CRL
    Method getSigAlgOID()

  Class X509CRLEntry

  Class X509Certificate
    Method getSigAlgOID()
    Method getSubjectDN()

  Class X509Extension
    Method getExtensionValue(String)

Package java.security.interfaces
  Class DSAKey

  Class DSAParams

  Class DSAPrivateKey

  Class DSAPublicKey

  Class RSAKey

  Class RSAPrivateCrtKey

  Class RSAPrivateKey

  Class RSAPublicKey

Package java.security.spec
  Class AlgorithmParameterSpec

  Class DSAParameterSpec

  Class DSAPrivateKeySpec

  Class DSAPublicKeySpec

  Class EncodedKeySpec

  Class InvalidKeySpecException

  Class InvalidParameterSpecException

  Class KeySpec

  Class PKCS8EncodedKeySpec

  Class RSAKeyGenParameterSpec

  Class RSAPrivateCrtKeySpec

  Class RSAPrivateKeySpec

  Class RSAPublicKeySpec

  Class X509EncodedKeySpec

Package java.sql
  Class Array
    Method getArray()
    Method getArray(Map)
    Method getArray(long, int)
    Method getArray(long, int, Map)
    Method getBaseType()
    Method getBaseTypeName()
    Method getResultSet()
    Method getResultSet(Map)
    Method getResultSet(long, int)
    Method getResultSet(long, int, Map)

  Class BatchUpdateException
    BatchUpdateException()
    BatchUpdateException(String, String, int, int[])
    BatchUpdateException(String, String, int[])
    BatchUpdateException(String, int[])
    BatchUpdateException(int[])
    Method getUpdateCounts()

  Class Blob
    Method getBinaryStream()
    Method getBytes(long, int)
    Method length()
    Method position(Blob, long)
    Method position(byte[], long)

  Class CallableStatement
    Method getArray(int)
    Method getBigDecimal(int)
    Method getBigDecimal(int, int)
    Method getBlob(int)
    Method getBoolean(int)
    Method getByte(int)
    Method getBytes(int)
    Method getClob(int)
    Method getDate(int)
    Method getDate(int, Calendar)
    Method getDouble(int)
    Method getFloat(int)
    Method getInt(int)
    Method getLong(int)
    Method getObject(int)
    Method getObject(int, Map)
    Method getRef(int)
    Method getShort(int)
    Method getString(int)
    Method getTime(int)
    Method getTime(int, Calendar)
    Method getTimestamp(int)
    Method getTimestamp(int, Calendar)
    Method registerOutParameter(int, int, String)
    Method registerOutParameter(int, int, int)
    Method wasNull()

  Class Clob
    Method getAsciiStream()
    Method getCharacterStream()
    Method getSubString(long, int)
    Method length()
    Method position(Clob, long)
    Method position(String, long)

  Class Connection
    Method clearWarnings()
    Method close()
    Method commit()
    Method createStatement()
    Method createStatement(int, int)
    Method getAutoCommit()
    Method getCatalog()
    Method getMetaData()
    Method getTransactionIsolation()
    Method getTypeMap()
    Method getWarnings()
    Method isClosed()
    Method isReadOnly()
    Method nativeSQL(String)
    Method prepareCall(String)
    Method prepareCall(String, int, int)
    Method prepareStatement(String)
    Method rollback()
    Method setAutoCommit(boolean)
    Method setCatalog(String)
    Method setReadOnly(boolean)
    Method setTransactionIsolation(int)
    Method setTypeMap(Map)
    Field TRANSACTION_NONE
    Field TRANSACTION_READ_COMMITTED
    Field TRANSACTION_READ_UNCOMMITTED
    Field TRANSACTION_REPEATABLE_READ
    Field TRANSACTION_SERIALIZABLE

  Class DatabaseMetaData
    Method allProceduresAreCallable()
    Method allTablesAreSelectable()
    Method dataDefinitionCausesTransactionCommit()
    Method dataDefinitionIgnoredInTransactions()
    Method deletesAreDetected(int)
    Method doesMaxRowSizeIncludeBlobs()
    Method getBestRowIdentifier(String, String, String, int, boolean)
    Method getCatalogSeparator()
    Method getCatalogTerm()
    Method getCatalogs()
    Method getColumnPrivileges(String, String, String, String)
    Method getColumns(String, String, String, String)
    Method getConnection()
    Method getCrossReference(String, String, String, String, String, String)
    Method getDatabaseProductName()
    Method getDatabaseProductVersion()
    Method getDefaultTransactionIsolation()
    Method getDriverMajorVersion()
    Method getDriverMinorVersion()
    Method getDriverName()
    Method getDriverVersion()
    Method getExportedKeys(String, String, String)
    Method getExtraNameCharacters()
    Method getIdentifierQuoteString()
    Method getImportedKeys(String, String, String)
    Method getIndexInfo(String, String, String, boolean, boolean)
    Method getMaxBinaryLiteralLength()
    Method getMaxCatalogNameLength()
    Method getMaxCharLiteralLength()
    Method getMaxColumnNameLength()
    Method getMaxColumnsInGroupBy()
    Method getMaxColumnsInIndex()
    Method getMaxColumnsInOrderBy()
    Method getMaxColumnsInSelect()
    Method getMaxColumnsInTable()
    Method getMaxConnections()
    Method getMaxCursorNameLength()
    Method getMaxIndexLength()
    Method getMaxProcedureNameLength()
    Method getMaxRowSize()
    Method getMaxSchemaNameLength()
    Method getMaxStatementLength()
    Method getMaxStatements()
    Method getMaxTableNameLength()
    Method getMaxTablesInSelect()
    Method getMaxUserNameLength()
    Method getNumericFunctions()
    Method getPrimaryKeys(String, String, String)
    Method getProcedureColumns(String, String, String, String)
    Method getProcedureTerm()
    Method getProcedures(String, String, String)
    Method getSQLKeywords()
    Method getSchemaTerm()
    Method getSchemas()
    Method getSearchStringEscape()
    Method getStringFunctions()
    Method getSystemFunctions()
    Method getTablePrivileges(String, String, String)
    Method getTableTypes()
    Method getTables(String, String, String, String[])
    Method getTimeDateFunctions()
    Method getTypeInfo()
    Method getUDTs(String, String, String, int[])
    Method getURL()
    Method getUserName()
    Method getVersionColumns(String, String, String)
    Method insertsAreDetected(int)
    Method isCatalogAtStart()
    Method isReadOnly()
    Method nullPlusNonNullIsNull()
    Method nullsAreSortedAtEnd()
    Method nullsAreSortedAtStart()
    Method nullsAreSortedHigh()
    Method nullsAreSortedLow()
    Method othersDeletesAreVisible(int)
    Method othersInsertsAreVisible(int)
    Method othersUpdatesAreVisible(int)
    Method ownDeletesAreVisible(int)
    Method ownInsertsAreVisible(int)
    Method ownUpdatesAreVisible(int)
    Method storesLowerCaseIdentifiers()
    Method storesLowerCaseQuotedIdentifiers()
    Method storesMixedCaseIdentifiers()
    Method storesMixedCaseQuotedIdentifiers()
    Method storesUpperCaseIdentifiers()
    Method storesUpperCaseQuotedIdentifiers()
    Method supportsANSI92EntryLevelSQL()
    Method supportsANSI92FullSQL()
    Method supportsANSI92IntermediateSQL()
    Method supportsAlterTableWithAddColumn()
    Method supportsAlterTableWithDropColumn()
    Method supportsBatchUpdates()
    Method supportsCatalogsInDataManipulation()
    Method supportsCatalogsInIndexDefinitions()
    Method supportsCatalogsInPrivilegeDefinitions()
    Method supportsCatalogsInProcedureCalls()
    Method supportsCatalogsInTableDefinitions()
    Method supportsColumnAliasing()
    Method supportsConvert()
    Method supportsConvert(int, int)
    Method supportsCoreSQLGrammar()
    Method supportsCorrelatedSubqueries()
    Method supportsDataDefinitionAndDataManipulationTransactions()
    Method supportsDataManipulationTransactionsOnly()
    Method supportsDifferentTableCorrelationNames()
    Method supportsExpressionsInOrderBy()
    Method supportsExtendedSQLGrammar()
    Method supportsFullOuterJoins()
    Method supportsGroupBy()
    Method supportsGroupByBeyondSelect()
    Method supportsGroupByUnrelated()
    Method supportsIntegrityEnhancementFacility()
    Method supportsLikeEscapeClause()
    Method supportsLimitedOuterJoins()
    Method supportsMinimumSQLGrammar()
    Method supportsMixedCaseIdentifiers()
    Method supportsMixedCaseQuotedIdentifiers()
    Method supportsMultipleResultSets()
    Method supportsMultipleTransactions()
    Method supportsNonNullableColumns()
    Method supportsOpenCursorsAcrossCommit()
    Method supportsOpenCursorsAcrossRollback()
    Method supportsOpenStatementsAcrossCommit()
    Method supportsOpenStatementsAcrossRollback()
    Method supportsOrderByUnrelated()
    Method supportsOuterJoins()
    Method supportsPositionedDelete()
    Method supportsPositionedUpdate()
    Method supportsResultSetConcurrency(int, int)
    Method supportsResultSetType(int)
    Method supportsSchemasInDataManipulation()
    Method supportsSchemasInIndexDefinitions()
    Method supportsSchemasInPrivilegeDefinitions()
    Method supportsSchemasInProcedureCalls()
    Method supportsSchemasInTableDefinitions()
    Method supportsSelectForUpdate()
    Method supportsStoredProcedures()
    Method supportsSubqueriesInComparisons()
    Method supportsSubqueriesInExists()
    Method supportsSubqueriesInIns()
    Method supportsSubqueriesInQuantifieds()
    Method supportsTableCorrelationNames()
    Method supportsTransactionIsolationLevel(int)
    Method supportsTransactions()
    Method supportsUnion()
    Method supportsUnionAll()
    Method updatesAreDetected(int)
    Method usesLocalFilePerTable()
    Method usesLocalFiles()
    Field bestRowNotPseudo
    Field bestRowPseudo
    Field bestRowSession
    Field bestRowTemporary
    Field bestRowTransaction
    Field bestRowUnknown
    Field columnNoNulls
    Field columnNullable
    Field columnNullableUnknown
    Field importedKeyCascade
    Field importedKeyInitiallyDeferred
    Field importedKeyInitiallyImmediate
    Field importedKeyNoAction
    Field importedKeyNotDeferrable
    Field importedKeyRestrict
    Field importedKeySetDefault
    Field importedKeySetNull
    Field procedureColumnIn
    Field procedureColumnInOut
    Field procedureColumnOut
    Field procedureColumnResult
    Field procedureColumnReturn
    Field procedureColumnUnknown
    Field procedureNoNulls
    Field procedureNoResult
    Field procedureNullable
    Field procedureNullableUnknown
    Field procedureResultUnknown
    Field procedureReturnsResult
    Field tableIndexClustered
    Field tableIndexHashed
    Field tableIndexOther
    Field tableIndexStatistic
    Field typeNoNulls
    Field typeNullable
    Field typeNullableUnknown
    Field typePredBasic
    Field typePredChar
    Field typePredNone
    Field typeSearchable
    Field versionColumnNotPseudo
    Field versionColumnPseudo
    Field versionColumnUnknown

  Class Date
    Date(int, int, int)
    Date(long)
    Method getHours()
    Method getMinutes()
    Method getSeconds()
    Method setHours(int)
    Method setMinutes(int)
    Method setSeconds(int)
    Method setTime(long)
    Method valueOf(String)

  Class Driver
    Method acceptsURL(String)
    Method connect(String, Properties)
    Method getMajorVersion()
    Method getPropertyInfo(String, Properties)
    Method jdbcCompliant()

  Class DriverManager
    Method deregisterDriver(Driver)
    Method getLogStream()
    Method getLogWriter()
    Method getLoginTimeout()
    Method setLogStream(PrintStream)
    Method setLogWriter(PrintWriter)
    Method setLoginTimeout(int)

  Class PreparedStatement
    Method addBatch()
    Method execute()
    Method executeQuery()
    Method executeUpdate()
    Method getMetaData()
    Method setArray(int, Array)
    Method setBigDecimal(int, BigDecimal)
    Method setBlob(int, Blob)
    Method setBoolean(int, boolean)
    Method setByte(int, byte)
    Method setBytes(int, byte[])
    Method setCharacterStream(int, Reader, int)
    Method setClob(int, Clob)
    Method setDate(int, Date)
    Method setDate(int, Date, Calendar)
    Method setDouble(int, double)
    Method setFloat(int, float)
    Method setInt(int, int)
    Method setLong(int, long)
    Method setNull(int, int, String)
    Method setObject(int, Object)
    Method setObject(int, Object, int, int)
    Method setRef(int, Ref)
    Method setShort(int, short)
    Method setString(int, String)
    Method setTime(int, Time)
    Method setTime(int, Time, Calendar)
    Method setTimestamp(int, Timestamp)
    Method setTimestamp(int, Timestamp, Calendar)
    Method setUnicodeStream(int, InputStream, int)

  Class Ref
    Method getBaseTypeName()

  Class ResultSet
    Method absolute(int)
    Method afterLast()
    Method beforeFirst()
    Method cancelRowUpdates()
    Method deleteRow()
    Method findColumn(String)
    Method first()
    Method getArray(String)
    Method getArray(int)
    Method getAsciiStream(String)
    Method getAsciiStream(int)
    Method getBigDecimal(String)
    Method getBigDecimal(String, int)
    Method getBigDecimal(int)
    Method getBigDecimal(int, int)
    Method getBinaryStream(String)
    Method getBinaryStream(int)
    Method getBlob(String)
    Method getBlob(int)
    Method getBoolean(String)
    Method getBoolean(int)
    Method getByte(String)
    Method getByte(int)
    Method getBytes(String)
    Method getBytes(int)
    Method getCharacterStream(String)
    Method getCharacterStream(int)
    Method getClob(String)
    Method getClob(int)
    Method getConcurrency()
    Method getCursorName()
    Method getDate(String)
    Method getDate(String, Calendar)
    Method getDate(int)
    Method getDate(int, Calendar)
    Method getDouble(String)
    Method getDouble(int)
    Method getFetchDirection()
    Method getFetchSize()
    Method getFloat(String)
    Method getFloat(int)
    Method getInt(String)
    Method getInt(int)
    Method getLong(String)
    Method getLong(int)
    Method getObject(String)
    Method getObject(String, Map)
    Method getObject(int)
    Method getObject(int, Map)
    Method getRef(String)
    Method getRef(int)
    Method getRow()
    Method getShort(String)
    Method getShort(int)
    Method getStatement()
    Method getString(String)
    Method getString(int)
    Method getTime(String)
    Method getTime(String, Calendar)
    Method getTime(int)
    Method getTime(int, Calendar)
    Method getTimestamp(String)
    Method getTimestamp(String, Calendar)
    Method getTimestamp(int)
    Method getTimestamp(int, Calendar)
    Method getType()
    Method getUnicodeStream(String)
    Method getUnicodeStream(int)
    Method getWarnings()
    Method insertRow()
    Method isAfterLast()
    Method isBeforeFirst()
    Method isFirst()
    Method isLast()
    Method last()
    Method moveToCurrentRow()
    Method moveToInsertRow()
    Method previous()
    Method refreshRow()
    Method relative(int)
    Method rowDeleted()
    Method rowInserted()
    Method rowUpdated()
    Method setFetchDirection(int)
    Method setFetchSize(int)
    Method updateAsciiStream(String, InputStream, int)
    Method updateAsciiStream(int, InputStream, int)
    Method updateBigDecimal(String, BigDecimal)
    Method updateBigDecimal(int, BigDecimal)
    Method updateBinaryStream(String, InputStream, int)
    Method updateBinaryStream(int, InputStream, int)
    Method updateBoolean(String, boolean)
    Method updateBoolean(int, boolean)
    Method updateByte(String, byte)
    Method updateByte(int, byte)
    Method updateBytes(String, byte[])
    Method updateBytes(int, byte[])
    Method updateCharacterStream(String, Reader, int)
    Method updateCharacterStream(int, Reader, int)
    Method updateDate(String, Date)
    Method updateDate(int, Date)
    Method updateDouble(String, double)
    Method updateDouble(int, double)
    Method updateFloat(String, float)
    Method updateFloat(int, float)
    Method updateInt(String, int)
    Method updateInt(int, int)
    Method updateLong(String, long)
    Method updateLong(int, long)
    Method updateNull(String)
    Method updateNull(int)
    Method updateObject(String, Object)
    Method updateObject(String, Object, int)
    Method updateObject(int, Object)
    Method updateObject(int, Object, int)
    Method updateRow()
    Method updateShort(String, short)
    Method updateShort(int, short)
    Method updateString(String, String)
    Method updateString(int, String)
    Method updateTime(String, Time)
    Method updateTime(int, Time)
    Method updateTimestamp(String, Timestamp)
    Method updateTimestamp(int, Timestamp)
    Method wasNull()
    Field CONCUR_READ_ONLY
    Field CONCUR_UPDATABLE
    Field FETCH_FORWARD
    Field FETCH_REVERSE
    Field TYPE_FORWARD_ONLY
    Field TYPE_SCROLL_INSENSITIVE
    Field TYPE_SCROLL_SENSITIVE

  Class ResultSetMetaData
    Method getCatalogName(int)
    Method getColumnClassName(int)

  Class SQLData
    Method getSQLTypeName()
    Method readSQL(SQLInput, String)
    Method writeSQL(SQLOutput)

  Class SQLException
    SQLException()
    SQLException(String)
    SQLException(String, String)
    SQLException(String, String, int)
    Method getNextException()
    Method setNextException(SQLException)

  Class SQLInput
    Method readAsciiStream()
    Method readBigDecimal()
    Method readBinaryStream()
    Method readBoolean()
    Method readByte()
    Method readBytes()
    Method readCharacterStream()
    Method readDate()
    Method readDouble()
    Method readFloat()
    Method readInt()
    Method readLong()
    Method readObject()
    Method readShort()
    Method readString()
    Method readTime()
    Method readTimestamp()
    Method wasNull()

  Class SQLOutput
    Method writeObject(SQLData)

  Class SQLPermission

  Class SQLWarning
    SQLWarning(String)
    SQLWarning(String, String)
    SQLWarning(String, String, int)
    Method getNextWarning()
    Method setNextWarning(SQLWarning)

  Class Statement
    Method addBatch(String)
    Method clearBatch()
    Method close()
    Method execute(String)
    Method executeBatch()
    Method executeQuery(String)
    Method executeUpdate(String)
    Method getConnection()
    Method getFetchDirection()
    Method getFetchSize()
    Method getMaxFieldSize()
    Method getMaxRows()
    Method getMoreResults()
    Method getQueryTimeout()
    Method getResultSet()
    Method getResultSetConcurrency()
    Method getResultSetType()
    Method getUpdateCount()
    Method getWarnings()
    Method setCursorName(String)
    Method setEscapeProcessing(boolean)
    Method setFetchDirection(int)
    Method setFetchSize(int)
    Method setMaxFieldSize(int)
    Method setMaxRows(int)
    Method setQueryTimeout(int)

  Class Struct
    Method getSQLTypeName()

  Class Time
    Time(int, int, int)
    Method getDate()
    Method getMonth()
    Method getYear()
    Method setDate(int)
    Method setMonth(int)
    Method setYear(int)
    Method toString()
    Method valueOf(String)

  Class Timestamp
    Timestamp(int, int, int, int, int, int, int)
    Timestamp(long)
    Method equals(Object)
    Method equals(Timestamp)
    Method getNanos()
    Method getTime()
    Method setNanos(int)
    Method setTime(long)

  Class Types
    Field ARRAY
    Field BLOB
    Field CLOB
    Field DISTINCT
    Field JAVA_OBJECT
    Field REF
    Field STRUCT

Package java.text
  Class CharacterIterator
    Field DONE

  Class ChoiceFormat
    ChoiceFormat(String)

  Class CollationElementIterator

  Class CollationKey

  Class Collator
    Field CANONICAL_DECOMPOSITION
    Field FULL_DECOMPOSITION
    Field NO_DECOMPOSITION

  Class DateFormat
    Method format(Date, StringBuffer, FieldPosition)
    Method format(Object, StringBuffer, FieldPosition)
    Method parse(String)
    Method parse(String, ParsePosition)
    Method parseObject(String, ParsePosition)

  Class DateFormatSymbols
    Method getAmPmStrings()

  Class DecimalFormat
    DecimalFormat()
    DecimalFormat(String)
    DecimalFormat(String, DecimalFormatSymbols)
    Method applyLocalizedPattern(String)
    Method applyPattern(String)
    Method format(double, StringBuffer, FieldPosition)
    Method format(long, StringBuffer, FieldPosition)
    Method parse(String, ParsePosition)

  Class DecimalFormatSymbols
    DecimalFormatSymbols(Locale)
    Method getCurrencySymbol()
    Method getInfinity()
    Method getInternationalCurrencySymbol()
    Method getMonetaryDecimalSeparator()
    Method getNaN()
    Method setCurrencySymbol(String)
    Method setDecimalSeparator(char)
    Method setDigit(char)
    Method setGroupingSeparator(char)
    Method setInfinity(String)
    Method setInternationalCurrencySymbol(String)
    Method setMinusSign(char)
    Method setMonetaryDecimalSeparator(char)
    Method setNaN(String)
    Method setPatternSeparator(char)
    Method setPerMill(char)
    Method setPercent(char)
    Method setZeroDigit(char)

  Class FieldPosition

  Class Format
    Method clone()
    Method format(Object)
    Method format(Object, StringBuffer, FieldPosition)
    Method parseObject(String)
    Method parseObject(String, ParsePosition)

  Class MessageFormat
    MessageFormat(String)
    Method applyPattern(String)
    Method clone()
    Method equals(Object)
    Method format(Object, StringBuffer, FieldPosition)
    Method format(Object[], StringBuffer, FieldPosition)
    Method format(String, Object[])
    Method getFormats()
    Method getLocale()
    Method parse(String)
    Method parse(String, ParsePosition)
    Method parseObject(String, ParsePosition)
    Method setFormat(int, Format)
    Method setFormats(Format[])
    Method setLocale(Locale)
    Method toPattern()

  Class NumberFormat
    Method format(Object, StringBuffer, FieldPosition)
    Method getInstance()
    Method getInstance(Locale)
    Method parse(String)
    Method parseObject(String, ParsePosition)

  Class ParseException

  Class ParsePosition

  Class RuleBasedCollator

  Class SimpleDateFormat
    SimpleDateFormat()
    SimpleDateFormat(String)
    SimpleDateFormat(String, DateFormatSymbols)
    SimpleDateFormat(String, Locale)
    Method applyLocalizedPattern(String)
    Method applyPattern(String)
    Method clone()
    Method equals(Object)
    Method format(Date, StringBuffer, FieldPosition)
    Method get2DigitYearStart()
    Method getDateFormatSymbols()
    Method hashCode()
    Method parse(String, ParsePosition)
    Method set2DigitYearStart(Date)
    Method setDateFormatSymbols(DateFormatSymbols)
    Method toLocalizedPattern()
    Method toPattern()

Package java.util
  Class AbstractCollection
    Method addAll(Collection)
    Method clear()
    Method containsAll(Collection)
    Method remove(Object)
    Method removeAll(Collection)
    Method retainAll(Collection)
    Method toArray(Object[])

  Class AbstractList
    Method addAll(int, Collection)
    Method subList(int, int)

  Class AbstractMap
    Method clear()
    Method clone()
    Method containsKey(Object)
    Method get(Object)
    Method putAll(Map)
    Method remove(Object)

  Class AbstractSequentialList
    Method addAll(int, Collection)
    Method get(int)
    Method listIterator(int)

  Class AbstractSet
    Method removeAll(Collection)

  Class ArrayList
    ArrayList()
    ArrayList(Collection)
    Method addAll(Collection)
    Method addAll(int, Collection)
    Method contains(Object)
    Method toArray(Object[])

  Class Arrays
    Method asList(Object[])
    Method binarySearch(Object[], Object)
    Method binarySearch(double[], double)
    Method binarySearch(float[], float)
    Method equals(boolean[], boolean[])
    Method sort(double[])
    Method sort(double[], int, int)
    Method sort(float[])
    Method sort(float[], int, int)

  Class BitSet
    Method andNot(BitSet)
    Method hashCode()
    Method set(int)
    Method toString()

  Class Calendar
    Method get(int)
    Method getInstance()
    Method getInstance(Locale)
    Method getInstance(TimeZone)
    Method getInstance(TimeZone, Locale)
    Method getTime()
    Method getTimeInMillis()
    Method roll(int, boolean)
    Method roll(int, int)
    Method set(int, int)
    Method setTime(Date)
    Method setTimeInMillis(long)
    Field DAY_OF_WEEK_IN_MONTH
    Field DST_OFFSET
    Field FIELD_COUNT
    Field MONTH
    Field ZONE_OFFSET

  Class Collection
    Method add(Object)
    Method addAll(Collection)
    Method contains(Object)
    Method containsAll(Collection)
    Method remove(Object)
    Method removeAll(Collection)
    Method retainAll(Collection)
    Method toArray(Object[])

  Class Collections
    Method binarySearch(List, Object)
    Method binarySearch(List, Object, Comparator)
    Method enumeration(Collection)
    Method fill(List, Object)
    Method reverse(List)
    Method shuffle(List)
    Method shuffle(List, Random)
    Method unmodifiableList(List)

  Class Comparator

  Class ConcurrentModificationException

  Class Date
    Method UTC(int, int, int, int, int, int)
    Method getTimezoneOffset()
    Method toGMTString()
    Method toString()

  Class Dictionary

  Class EmptyStackException

  Class Enumeration

  Class GregorianCalendar
    Method add(int, int)
    Method roll(int, boolean)
    Method roll(int, int)

  Class HashMap
    HashMap()
    HashMap(Map)
    HashMap(int)
    HashMap(int, float)
    Method containsKey(Object)
    Method get(Object)
    Method putAll(Map)

  Class HashSet
    HashSet()
    HashSet(Collection)
    Method remove(Object)

  Class Hashtable
    Hashtable()
    Hashtable(Map)
    Method equals(Object)
    Method putAll(Map)

  Class Iterator
    Method next()

  Class LinkedList
    LinkedList(Collection)
    Method addAll(Collection)
    Method addAll(int, Collection)
    Method getFirst()
    Method toArray(Object[])

  Class List
    Method add(Object)
    Method add(int, Object)
    Method addAll(Collection)
    Method addAll(int, Collection)
    Method contains(Object)
    Method containsAll(Collection)
    Method indexOf(Object)
    Method lastIndexOf(Object)
    Method remove(Object)
    Method removeAll(Collection)
    Method retainAll(Collection)
    Method set(int, Object)
    Method subList(int, int)
    Method toArray(Object[])

  Class ListIterator
    Method add(Object)

  Class ListResourceBundle

  Class Locale
    Locale(String, String)
    Locale(String, String, String)
    Method getISO3Language()
    Method toString()

  Class Map
    Method containsKey(Object)
    Method containsValue(Object)
    Method entrySet()
    Method get(Object)
    Method put(Object, Object)
    Method putAll(Map)
    Method remove(Object)

  Class MissingResourceException
    MissingResourceException(String, String, String)
    Method getClassName()
    Method getKey()

  Class NoSuchElementException

  Class Observable
    Method addObserver(Observer)

  Class Observer

  Class Properties
    Method propertyNames()
    Method setProperty(String, String)
    Method store(OutputStream, String)

  Class PropertyPermission
    Method implies(Permission)

  Class PropertyResourceBundle
    PropertyResourceBundle(InputStream)

  Class Random
    Random()

  Class ResourceBundle
    Method getBundle(String)
    Method getBundle(String, Locale)
    Method getKeys()
    Method getLocale()
    Method getObject(String)
    Method getString(String)
    Method getStringArray(String)
    Method handleGetObject(String)
    Method setParent(ResourceBundle)
    Field parent

  Class Set
    Method add(Object)
    Method addAll(Collection)
    Method contains(Object)
    Method containsAll(Collection)
    Method remove(Object)
    Method removeAll(Collection)
    Method retainAll(Collection)
    Method toArray(Object[])

  Class SimpleTimeZone
    SimpleTimeZone(int, String)
    SimpleTimeZone(int, String, int, int, int, int, int, int, int, int)
    SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int)
    Method clone()
    Method equals(Object)
    Method getDSTSavings()
    Method getOffset(int, int, int, int, int, int)
    Method getRawOffset()
    Method hasSameRules(TimeZone)
    Method hashCode()
    Method inDaylightTime(Date)
    Method setDSTSavings(int)
    Method setEndRule(int, int, int)
    Method setEndRule(int, int, int, int)
    Method setEndRule(int, int, int, int, boolean)
    Method setRawOffset(int)
    Method setStartRule(int, int, int)
    Method setStartRule(int, int, int, int)
    Method setStartRule(int, int, int, int, boolean)
    Method setStartYear(int)
    Method toString()
    Method useDaylightTime()

  Class SortedMap

  Class SortedSet

  Class Stack

  Class StringTokenizer

  Class TimeZone
    Method clone()
    Method getDefault()
    Method getDisplayName()
    Method getDisplayName(Locale)
    Method getDisplayName(boolean, int)
    Method getDisplayName(boolean, int, Locale)
    Method getOffset(int, int, int, int, int, int)
    Method getRawOffset()
    Method setDefault(TimeZone)
    Method setRawOffset(int)
    Method useDaylightTime()

  Class Timer

  Class TimerTask

  Class TooManyListenersException

  Class TreeMap
    TreeMap(Map)
    TreeMap(SortedMap)
    Method containsValue(Object)
    Method putAll(Map)
    Method remove(Object)

  Class TreeSet
    TreeSet(Collection)
    TreeSet(Comparator)
    TreeSet(SortedSet)
    Method addAll(Collection)
    Method headSet(Object)
    Method remove(Object)
    Method subSet(Object, Object)
    Method tailSet(Object)

  Class Vector
    Vector(Collection)
    Method addAll(Collection)
    Method addAll(int, Collection)
    Method capacity()
    Method containsAll(Collection)
    Method copyInto(Object[])
    Method get(int)
    Method remove(int)
    Method removeAll(Collection)
    Method retainAll(Collection)
    Method set(int, Object)
    Method toArray(Object[])
    Method trimToSize()

  Class WeakHashMap
    WeakHashMap()
    WeakHashMap(Map)
    WeakHashMap(int)
    WeakHashMap(int, float)
    Method containsKey(Object)
    Method containsValue(Object)
    Method entrySet()
    Method get(Object)
    Method isEmpty()
    Method keySet()
    Method put(Object, Object)
    Method putAll(Map)
    Method remove(Object)
    Method size()
    Method values()

Package java.util.jar
  Class Attributes

  Class JarException

  Class JarFile
    JarFile(File)
    JarFile(File, boolean)
    JarFile(File, boolean, int)
    JarFile(String)
    JarFile(String, boolean)

  Class JarInputStream

  Class JarOutputStream

  Class Manifest
    Method clone()
    Method getAttributes(String)
    Method write(OutputStream)

Package java.util.zip
  Class Adler32
    Adler32()

  Class CRC32
    CRC32()
    Method update(byte[])

  Class CheckedInputStream

  Class CheckedOutputStream

  Class Checksum

  Class DataFormatException

  Class Deflater

  Class DeflaterOutputStream

  Class GZIPInputStream

  Class GZIPOutputStream

  Class Inflater

  Class InflaterInputStream

  Class ZipEntry

  Class ZipException

  Class ZipFile
    ZipFile(File, int)

  Class ZipInputStream

  Class ZipOutputStream

Package javax.accessibility
  Class AccessibleContext
    Method getAccessibleText()
    Method setAccessibleDescription(String)
    Method setAccessibleName(String)

  Class AccessibleHyperlink

  Class AccessibleRelation

  Class AccessibleRelationSet
    Method add(AccessibleRelation)

  Class AccessibleResourceBundle

Package javax.naming
  Class AuthenticationException

  Class AuthenticationNotSupportedException

  Class BinaryRefAddr

  Class Binding

  Class CannotProceedException

  Class CommunicationException

  Class CompositeName

  Class CompoundName

  Class ConfigurationException

  Class Context

  Class ContextNotEmptyException

  Class InitialContext

  Class InsufficientResourcesException

  Class InterruptedNamingException

  Class InvalidNameException

  Class LimitExceededException

  Class LinkException

  Class LinkLoopException

  Class LinkRef

  Class MalformedLinkException

  Class Name

  Class NameAlreadyBoundException

  Class NameClassPair

  Class NameNotFoundException

  Class NameParser

  Class NamingEnumeration

  Class NamingException

  Class NamingSecurityException
    NamingSecurityException()

  Class NoInitialContextException

  Class NoPermissionException

  Class NotContextException

  Class OperationNotSupportedException

  Class PartialResultException

  Class RefAddr

  Class Reference

  Class Referenceable

  Class ReferralException

  Class ServiceUnavailableException

  Class SizeLimitExceededException

  Class StringRefAddr

  Class TimeLimitExceededException

Package javax.naming.directory
  Class Attribute

  Class AttributeInUseException

  Class AttributeModificationException

  Class Attributes

  Class BasicAttribute

  Class BasicAttributes

  Class DirContext

  Class InitialDirContext

  Class InvalidAttributeIdentifierException

  Class InvalidAttributeValueException

  Class InvalidAttributesException

  Class InvalidSearchControlsException

  Class InvalidSearchFilterException

  Class ModificationItem

  Class NoSuchAttributeException

  Class SchemaViolationException

  Class SearchControls

  Class SearchResult

Package javax.naming.event
  Class EventContext

  Class EventDirContext

  Class NamespaceChangeListener

  Class NamingEvent

  Class NamingExceptionEvent

  Class NamingListener

  Class ObjectChangeListener

Package javax.naming.ldap
  Class Control

  Class ControlFactory

  Class ExtendedRequest

  Class ExtendedResponse

  Class HasControls

  Class InitialLdapContext

  Class LdapContext

  Class LdapReferralException

  Class UnsolicitedNotification

  Class UnsolicitedNotificationEvent

  Class UnsolicitedNotificationListener

Package javax.naming.spi
  Class DirObjectFactory

  Class DirStateFactory

  Class DirectoryManager

  Class InitialContextFactory

  Class InitialContextFactoryBuilder
    Method createInitialContextFactory(Hashtable)

  Class NamingManager

  Class ObjectFactory

  Class ObjectFactoryBuilder

  Class ResolveResult

  Class Resolver

  Class StateFactory

Package javax.swing
  Class AbstractAction

  Class AbstractButton

  Class AbstractButton.AccessibleAbstractButton

  Class AbstractButton.ButtonChangeListener

  Class AbstractButton
    Method configurePropertiesFromAction(Action)
    Method fireActionPerformed(ActionEvent)
    Method fireItemStateChanged(ItemEvent)
    Method fireStateChanged()
    Method getDisabledSelectedIcon()
    Method getHorizontalTextPosition()
    Method isBorderPainted()
    Method isContentAreaFilled()
    Method isFocusPainted()
    Method isFocusTraversable()
    Method isRolloverEnabled()
    Method paintBorder(Graphics)
    Method setBorderPainted(boolean)
    Method setContentAreaFilled(boolean)
    Method setFocusPainted(boolean)
    Method setHorizontalTextPosition(int)
    Method setMnemonic(char)
    Method setMnemonic(int)
    Method setRolloverEnabled(boolean)
    Method setUI(ButtonUI)
    Method updateUI()
    Field CONTENT_AREA_FILLED_CHANGED_PROPERTY
    Field ROLLOVER_ENABLED_CHANGED_PROPERTY

  Class AbstractCellEditor

  Class AbstractListModel
    Method addListDataListener(ListDataListener)
    Method fireContentsChanged(Object, int, int)
    Method fireIntervalAdded(Object, int, int)
    Method fireIntervalRemoved(Object, int, int)
    Method getListeners(Class)
    Method removeListDataListener(ListDataListener)

  Class Action
    Field ACCELERATOR_KEY
    Field MNEMONIC_KEY

  Class ActionMap

  Class BorderFactory
    Method createTitledBorder(Border)

  Class BoundedRangeModel
    Method setRangeProperties(int, int, int, int, boolean)

  Class Box

  Class Box.Filler

  Class BoxLayout
    BoxLayout(Container, int)

  Class ButtonGroup
    ButtonGroup()
    Method add(AbstractButton)
    Method getButtonCount()
    Method getElements()
    Method getSelection()
    Method isSelected(ButtonModel)
    Method remove(AbstractButton)
    Method setSelected(ButtonModel, boolean)

  Class ButtonModel

  Class CellEditor
    Method addCellEditorListener(CellEditorListener)
    Method cancelCellEditing()
    Method getCellEditorValue()
    Method isCellEditable(EventObject)
    Method removeCellEditorListener(CellEditorListener)
    Method shouldSelectCell(EventObject)
    Method stopCellEditing()

  Class CellRendererPane
    Method invalidate()
    Method paintComponent(Graphics, Component, Container, int, int, int, int, boolean)

  Class ComboBoxEditor

  Class ComboBoxModel
    Method getSelectedItem()
    Method setSelectedItem(Object)

  Class ComponentInputMap

  Class DebugGraphics
    Field BUFFERED_OPTION

  Class DefaultBoundedRangeModel
    DefaultBoundedRangeModel(int, int, int, int)
    Method addChangeListener(ChangeListener)
    Method fireStateChanged()
    Method getExtent()
    Method getListeners(Class)
    Method getMaximum()
    Method getMinimum()
    Method getValue()
    Method getValueIsAdjusting()
    Method removeChangeListener(ChangeListener)
    Method setRangeProperties(int, int, int, int, boolean)
    Method setValueIsAdjusting(boolean)
    Method toString()
    Field changeEvent

  Class DefaultButtonModel
    DefaultButtonModel()
    Method addActionListener(ActionListener)
    Method addChangeListener(ChangeListener)
    Method addItemListener(ItemListener)
    Method getActionCommand()
    Method getGroup()
    Method getListeners(Class)
    Method getSelectedObjects()
    Method isEnabled()
    Method isPressed()
    Method removeActionListener(ActionListener)
    Method removeChangeListener(ChangeListener)
    Method removeItemListener(ItemListener)
    Method setActionCommand(String)
    Method setGroup(ButtonGroup)
    Method setSelected(boolean)
    Field changeEvent

  Class DefaultCellEditor
    DefaultCellEditor(JCheckBox)
    DefaultCellEditor(JComboBox)
    DefaultCellEditor(JTextField)
    Method getClickCountToStart()
    Method getComponent()

  Class DefaultComboBoxModel

  Class DefaultDesktopManager
    Method activateFrame(JInternalFrame)
    Method closeFrame(JInternalFrame)
    Method deiconifyFrame(JInternalFrame)
    Method dragFrame(JComponent, int, int)
    Method iconifyFrame(JInternalFrame)
    Method maximizeFrame(JInternalFrame)
    Method minimizeFrame(JInternalFrame)
    Method removeIconFor(JInternalFrame)
    Method resizeFrame(JComponent, int, int, int, int)
    Method setBoundsForFrame(JComponent, int, int, int, int)
    Method setPreviousBounds(JInternalFrame, Rectangle)
    Method setWasIcon(JInternalFrame, Boolean)

  Class DefaultFocusManager

  Class DefaultListCellRenderer

  Class DefaultListCellRenderer.UIResource

  Class DefaultListModel
    Method add(int, Object)
    Method addElement(Object)
    Method contains(Object)
    Method copyInto(Object[])
    Method elementAt(int)
    Method elements()
    Method ensureCapacity(int)
    Method firstElement()
    Method get(int)
    Method getElementAt(int)
    Method getSize()
    Method indexOf(Object)
    Method indexOf(Object, int)
    Method insertElementAt(Object, int)
    Method isEmpty()
    Method lastElement()
    Method lastIndexOf(Object)
    Method lastIndexOf(Object, int)
    Method remove(int)
    Method removeAllElements()
    Method removeElement(Object)
    Method removeElementAt(int)
    Method removeRange(int, int)
    Method set(int, Object)
    Method setElementAt(Object, int)
    Method setSize(int)
    Method size()
    Method toArray()

  Class DefaultListSelectionModel
    Method getListeners(Class)

  Class DefaultSingleSelectionModel
    Method addChangeListener(ChangeListener)
    Method getListeners(Class)
    Method removeChangeListener(ChangeListener)

  Class DesktopManager
    Method dragFrame(JComponent, int, int)
    Method resizeFrame(JComponent, int, int, int, int)
    Method setBoundsForFrame(JComponent, int, int, int, int)

  Class FocusManager
    Method disableSwingFocusManager()
    Method getCurrentManager()
    Method isFocusManagerEnabled()
    Method processKeyEvent(Component, KeyEvent)
    Method setCurrentManager(FocusManager)
    Field FOCUS_MANAGER_CLASS_PROPERTY

  Class GrayFilter

  Class ImageIcon

  Class ImageIcon.AccessibleImageIcon

  Class InputMap

  Class InputVerifier

  Class JApplet
    JApplet()
    Method setLayout(LayoutManager)
    Method update(Graphics)

  Class JButton

  Class JButton.AccessibleJButton

  Class JButton
    JButton(Action)
    JButton(String, Icon)
    Method configurePropertiesFromAction(Action)
    Method getAccessibleContext()
    Method getUIClassID()
    Method isDefaultButton()
    Method isDefaultCapable()
    Method paramString()
    Method removeNotify()
    Method setDefaultCapable(boolean)
    Method updateUI()

  Class JCheckBox

  Class JCheckBox.AccessibleJCheckBox

  Class JCheckBox
    Method configurePropertiesFromAction(Action)
    Method getUIClassID()
    Method isBorderPaintedFlat()
    Method setBorderPaintedFlat(boolean)
    Method updateUI()

  Class JCheckBoxMenuItem

  Class JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem

  Class JColorChooser
    Method addChooserPanel(AbstractColorChooserPanel)
    Method createDialog(Component, String, boolean, JColorChooser, ActionListener, ActionListener)
    Method getChooserPanels()
    Method getPreviewPanel()
    Method getSelectionModel()
    Method getUI()
    Method removeChooserPanel(AbstractColorChooserPanel)
    Method setChooserPanels(AbstractColorChooserPanel[])
    Method setColor(Color)
    Method setColor(int)
    Method setSelectionModel(ColorSelectionModel)
    Method setUI(ColorChooserUI)
    Method showDialog(Component, String, Color)

  Class JComboBox

  Class JComboBox.AccessibleJComboBox

  Class JComboBox
    Method addActionListener(ActionListener)
    Method addItem(Object)
    Method addItemListener(ItemListener)
    Method contentsChanged(ListDataEvent)
    Method fireActionEvent()
    Method getSelectedItem()
    Method getSelectedObjects()
    Method insertItemAt(Object, int)
    Method intervalAdded(ListDataEvent)
    Method intervalRemoved(ListDataEvent)
    Method isFocusTraversable()
    Method isLightWeightPopupEnabled()
    Method isPopupVisible()
    Method removeItem(Object)
    Method removeItemAt(int)
    Method selectWithKeyChar(char)
    Method selectedItemChanged()
    Method setAction(Action)
    Method setActionCommand(String)
    Method setLightWeightPopupEnabled(boolean)
    Method setRenderer(ListCellRenderer)
    Method setSelectedIndex(int)
    Method setSelectedItem(Object)
    Method setUI(ComboBoxUI)
    Method updateUI()

  Class JComponent

  Class JComponent.AccessibleJComponent

  Class JComponent
    JComponent()
    Method addAncestorListener(AncestorListener)
    Method addNotify()
    Method addPropertyChangeListener(PropertyChangeListener)
    Method addPropertyChangeListener(String, PropertyChangeListener)
    Method addVetoableChangeListener(VetoableChangeListener)
    Method computeVisibleRect(Rectangle)
    Method contains(int, int)
    Method createToolTip()
    Method disable()
    Method enable()
    Method firePropertyChange(String, Object, Object)
    Method firePropertyChange(String, boolean, boolean)
    Method firePropertyChange(String, byte, byte)
    Method firePropertyChange(String, char, char)
    Method firePropertyChange(String, double, double)
    Method firePropertyChange(String, float, float)
    Method firePropertyChange(String, int, int)
    Method firePropertyChange(String, long, long)
    Method firePropertyChange(String, short, short)
    Method fireVetoableChange(String, Object, Object)
    Method getAccessibleContext()
    Method getActionForKeyStroke(KeyStroke)
    Method getActionMap()
    Method getAlignmentX()
    Method getAlignmentY()
    Method getAutoscrolls()
    Method getBorder()
    Method getBounds(Rectangle)
    Method getClientProperty(Object)
    Method getComponentGraphics(Graphics)
    Method getConditionForKeyStroke(KeyStroke)
    Method getDebugGraphicsOptions()
    Method getGraphics()
    Method getHeight()
    Method getInputMap()
    Method getInputMap(int)
    Method getInputVerifier()
    Method getInsets()
    Method getInsets(Insets)
    Method getListeners(Class)
    Method getLocation(Point)
    Method getMaximumSize()
    Method getMinimumSize()
    Method getNextFocusableComponent()
    Method getPreferredSize()
    Method getRegisteredKeyStrokes()
    Method getRootPane()
    Method getSize(Dimension)
    Method getToolTipLocation(MouseEvent)
    Method getToolTipText()
    Method getToolTipText(MouseEvent)
    Method getTopLevelAncestor()
    Method getUIClassID()
    Method getVerifyInputWhenFocusTarget()
    Method getVisibleRect()
    Method getWidth()
    Method getX()
    Method getY()
    Method grabFocus()
    Method hasFocus()
    Method isDoubleBuffered()
    Method isFocusTraversable()
    Method isLightweightComponent(Component)
    Method isManagingFocus()
    Method isMaximumSizeSet()
    Method isMinimumSizeSet()
    Method isOptimizedDrawingEnabled()
    Method isPaintingTile()
    Method isPreferredSizeSet()
    Method isRequestFocusEnabled()
    Method isValidateRoot()
    Method paint(Graphics)
    Method paintBorder(Graphics)
    Method paintChildren(Graphics)
    Method paintComponent(Graphics)
    Method paintImmediately(Rectangle)
    Method paintImmediately(int, int, int, int)
    Method paramString()
    Method print(Graphics)
    Method printAll(Graphics)
    Method printBorder(Graphics)
    Method printChildren(Graphics)
    Method printComponent(Graphics)
    Method processKeyBinding(KeyStroke, KeyEvent, int, boolean)
    Method processKeyEvent(KeyEvent)
    Method putClientProperty(Object, Object)
    Method registerKeyboardAction(ActionListener, String, KeyStroke, int)
    Method removeAncestorListener(AncestorListener)
    Method removeNotify()
    Method removePropertyChangeListener(PropertyChangeListener)
    Method removePropertyChangeListener(String, PropertyChangeListener)
    Method removeVetoableChangeListener(VetoableChangeListener)
    Method repaint(Rectangle)
    Method repaint(long, int, int, int, int)
    Method requestDefaultFocus()
    Method resetKeyboardActions()
    Method reshape(int, int, int, int)
    Method revalidate()
    Method scrollRectToVisible(Rectangle)
    Method setActionMap(ActionMap)
    Method setAlignmentX(float)
    Method setAlignmentY(float)
    Method setAutoscrolls(boolean)
    Method setBackground(Color)
    Method setBorder(Border)
    Method setDebugGraphicsOptions(int)
    Method setDoubleBuffered(boolean)
    Method setEnabled(boolean)
    Method setFont(Font)
    Method setForeground(Color)
    Method setInputMap(int, InputMap)
    Method setInputVerifier(InputVerifier)
    Method setMaximumSize(Dimension)
    Method setMinimumSize(Dimension)
    Method setNextFocusableComponent(Component)
    Method setOpaque(boolean)
    Method setPreferredSize(Dimension)
    Method setRequestFocusEnabled(boolean)
    Method setToolTipText(String)
    Method setUI(ComponentUI)
    Method setVerifyInputWhenFocusTarget(boolean)
    Method setVisible(boolean)
    Method unregisterKeyboardAction(KeyStroke)
    Method update(Graphics)
    Method updateUI()
    Field WHEN_ANCESTOR_OF_FOCUSED_COMPONENT
    Field WHEN_FOCUSED
    Field WHEN_IN_FOCUSED_WINDOW
    Field accessibleContext

  Class JDesktopPane

  Class JDesktopPane.AccessibleJDesktopPane

  Class JDesktopPane
    JDesktopPane()
    Method getAccessibleContext()
    Method getAllFrames()
    Method getAllFramesInLayer(int)
    Method getDesktopManager()
    Method getDragMode()
    Method getSelectedFrame()
    Method getUI()
    Method getUIClassID()
    Method paramString()
    Method setDesktopManager(DesktopManager)
    Method setDragMode(int)
    Method setSelectedFrame(JInternalFrame)
    Method setUI(DesktopPaneUI)
    Method updateUI()
    Field LIVE_DRAG_MODE
    Field OUTLINE_DRAG_MODE

  Class JDialog
    JDialog()
    JDialog(Dialog)
    JDialog(Dialog, String)
    JDialog(Dialog, String, boolean)
    JDialog(Dialog, boolean)
    JDialog(Frame)
    JDialog(Frame, String)
    JDialog(Frame, String, boolean)
    JDialog(Frame, boolean)
    Method addImpl(Component, Object, int)
    Method processKeyEvent(KeyEvent)
    Method setLayout(LayoutManager)
    Method setLocationRelativeTo(Component)
    Method update(Graphics)

  Class JEditorPane

  Class JEditorPane.AccessibleJEditorPane
    Method getAccessibleDescription()

  Class JEditorPane.AccessibleJEditorPaneHTML
    Method getAccessibleAt(Point)
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()

  Class JEditorPane
    JEditorPane(String, String)
    Method isManagingFocus()
    Method processComponentKeyEvent(KeyEvent)
    Method processKeyEvent(KeyEvent)
    Method setContentType(String)
    Method setPage(URL)

  Class JFileChooser
    JFileChooser()
    JFileChooser(File)
    JFileChooser(String)
    Method addActionListener(ActionListener)
    Method addChoosableFileFilter(FileFilter)
    Method approveSelection()
    Method cancelSelection()
    Method fireActionPerformed(String)
    Method getChoosableFileFilters()
    Method getControlButtonsAreShown()
    Method removeActionListener(ActionListener)
    Method removeChoosableFileFilter(FileFilter)
    Method setAcceptAllFileFilterUsed(boolean)
    Method setControlButtonsAreShown(boolean)
    Method setCurrentDirectory(File)
    Method showDialog(Component, String)
    Method showOpenDialog(Component)
    Method showSaveDialog(Component)
    Method updateUI()

  Class JFrame
    JFrame()
    JFrame(GraphicsConfiguration)
    JFrame(String)
    JFrame(String, GraphicsConfiguration)
    Method processKeyEvent(KeyEvent)
    Method setDefaultCloseOperation(int)
    Method setLayout(LayoutManager)

  Class JInternalFrame

  Class JInternalFrame.AccessibleJInternalFrame
    Method getAccessibleName()
    Method getAccessibleValue()
    Method getCurrentAccessibleValue()
    Method getMaximumAccessibleValue()
    Method getMinimumAccessibleValue()
    Method setCurrentAccessibleValue(Number)

  Class JInternalFrame.JDesktopIcon

  Class JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
    Method getAccessibleRole()
    Method getAccessibleValue()
    Method getCurrentAccessibleValue()
    Method getMaximumAccessibleValue()
    Method getMinimumAccessibleValue()
    Method setCurrentAccessibleValue(Number)

  Class JInternalFrame.JDesktopIcon
    JInternalFrame.JDesktopIcon(JInternalFrame)
    Method getDesktopPane()
    Method getInternalFrame()
    Method getUI()
    Method getUIClassID()
    Method setInternalFrame(JInternalFrame)
    Method setUI(DesktopIconUI)
    Method updateUI()

  Class JInternalFrame
    JInternalFrame(String)
    JInternalFrame(String, boolean)
    JInternalFrame(String, boolean, boolean)
    JInternalFrame(String, boolean, boolean, boolean)
    JInternalFrame(String, boolean, boolean, boolean, boolean)
    Method addImpl(Component, Object, int)
    Method addInternalFrameListener(InternalFrameListener)
    Method dispose()
    Method getAccessibleContext()
    Method getDefaultCloseOperation()
    Method getDesktopIcon()
    Method getDesktopPane()
    Method getFocusOwner()
    Method getFrameIcon()
    Method getGlassPane()
    Method getJMenuBar()
    Method getLayer()
    Method getLayeredPane()
    Method getMenuBar()
    Method getNormalBounds()
    Method getRootPane()
    Method getTitle()
    Method getUI()
    Method getUIClassID()
    Method getWarningString()
    Method isClosable()
    Method isClosed()
    Method isIcon()
    Method isIconifiable()
    Method isMaximizable()
    Method isMaximum()
    Method isResizable()
    Method isRootPaneCheckingEnabled()
    Method isSelected()
    Method moveToBack()
    Method moveToFront()
    Method pack()
    Method paramString()
    Method reshape(int, int, int, int)
    Method restoreSubcomponentFocus()
    Method setClosable(boolean)
    Method setClosed(boolean)
    Method setContentPane(Container)
    Method setDefaultCloseOperation(int)
    Method setDesktopIcon(JDesktopIcon)
    Method setFrameIcon(Icon)
    Method setGlassPane(Component)
    Method setIcon(boolean)
    Method setIconifiable(boolean)
    Method setJMenuBar(JMenuBar)
    Method setLayer(Integer)
    Method setLayer(int)
    Method setLayeredPane(JLayeredPane)
    Method setLayout(LayoutManager)
    Method setMaximizable(boolean)
    Method setMaximum(boolean)
    Method setMenuBar(JMenuBar)
    Method setNormalBounds(Rectangle)
    Method setResizable(boolean)
    Method setRootPane(JRootPane)
    Method setRootPaneCheckingEnabled(boolean)
    Method setSelected(boolean)
    Method setUI(InternalFrameUI)
    Method show()
    Method toBack()
    Method toFront()
    Method updateUI()
    Field IS_CLOSED_PROPERTY
    Field IS_ICON_PROPERTY
    Field IS_MAXIMUM_PROPERTY
    Field desktopIcon
    Field frameIcon
    Field iconable
    Field isIcon
    Field rootPane
    Field rootPaneCheckingEnabled
    Field title

  Class JLabel

  Class JLabel.AccessibleJLabel

  Class JLabel
    Method imageUpdate(Image, int, int, int, int, int)
    Method setUI(LabelUI)
    Method updateUI()

  Class JLayeredPane

  Class JLayeredPane.AccessibleJLayeredPane

  Class JLayeredPane
    Method insertIndexForLayer(int, int)
    Method moveToBack(Component)
    Method moveToFront(Component)
    Method setPosition(Component, int)

  Class JList

  Class JList.AccessibleJList
    Method getAccessibleAt(Point)
    Method getAccessibleSelection(int)

  Class JList
    JList(ListModel)
    Method addSelectionInterval(int, int)
    Method getFirstVisibleIndex()
    Method getLastVisibleIndex()
    Method getPreferredScrollableViewportSize()
    Method getScrollableBlockIncrement(Rectangle, int, int)
    Method getScrollableTracksViewportHeight()
    Method getScrollableTracksViewportWidth()
    Method getSelectedValues()
    Method getUI()
    Method locationToIndex(Point)
    Method removeSelectionInterval(int, int)
    Method setSelectionInterval(int, int)
    Method setSelectionMode(int)
    Method setUI(ListUI)
    Method setVisibleRowCount(int)
    Method updateUI()

  Class JMenu

  Class JMenu.AccessibleJMenu

  Class JMenu.WinListener

  Class JMenu
    Method add(Action)
    Method configurePropertiesFromAction(Action)
    Method createActionChangeListener(JMenuItem)
    Method createActionComponent(Action)
    Method doClick(int)
    Method fireMenuCanceled()
    Method fireMenuDeselected()
    Method fireMenuSelected()
    Method getPopupMenuOrigin()
    Method processFocusEvent(FocusEvent)
    Method processKeyEvent(KeyEvent)
    Method updateUI()

  Class JMenuBar

  Class JMenuBar.AccessibleJMenuBar

  Class JMenuBar
    Method isManagingFocus()
    Method setUI(MenuBarUI)
    Method updateUI()

  Class JMenuItem

  Class JMenuItem.AccessibleJMenuItem
    Method stateChanged(ChangeEvent)

  Class JMenuItem
    JMenuItem()
    JMenuItem(Action)
    JMenuItem(Icon)
    JMenuItem(String)
    JMenuItem(String, Icon)
    JMenuItem(String, int)
    Method addMenuDragMouseListener(MenuDragMouseListener)
    Method addMenuKeyListener(MenuKeyListener)
    Method configurePropertiesFromAction(Action)
    Method createActionPropertyChangeListener(Action)
    Method getAccelerator()
    Method getAccessibleContext()
    Method getComponent()
    Method getSubElements()
    Method getUIClassID()
    Method init(String, Icon)
    Method menuSelectionChanged(boolean)
    Method paramString()
    Method processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager)
    Method processMenuDragMouseEvent(MenuDragMouseEvent)
    Method processMenuKeyEvent(MenuKeyEvent)
    Method processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager)
    Method removeMenuDragMouseListener(MenuDragMouseListener)
    Method removeMenuKeyListener(MenuKeyListener)
    Method setAccelerator(KeyStroke)
    Method setEnabled(boolean)
    Method setUI(MenuItemUI)

  Class JOptionPane

  Class JOptionPane.AccessibleJOptionPane

  Class JOptionPane
    JOptionPane(Object, int)
    JOptionPane(Object, int, int)
    JOptionPane(Object, int, int, Icon)
    JOptionPane(Object, int, int, Icon, Object[])
    JOptionPane(Object, int, int, Icon, Object[], Object)
    Method createDialog(Component, String)
    Method getAccessibleContext()
    Method getFrameForComponent(Component)
    Method getInitialSelectionValue()
    Method getRootFrame()
    Method getSelectionValues()
    Method getValue()
    Method getWantsInput()
    Method setIcon(Icon)
    Method setInitialSelectionValue(Object)
    Method setInputValue(Object)
    Method setMessageType(int)
    Method setOptionType(int)
    Method setSelectionValues(Object[])
    Method setWantsInput(boolean)
    Method showConfirmDialog(Component, Object)
    Method showConfirmDialog(Component, Object, String, int)
    Method showConfirmDialog(Component, Object, String, int, int)
    Method showConfirmDialog(Component, Object, String, int, int, Icon)
    Method showInputDialog(Component, Object)
    Method showInputDialog(Component, Object, String, int)
    Method showInputDialog(Component, Object, String, int, Icon, Object[], Object)
    Method showInputDialog(Object)
    Method showInternalConfirmDialog(Component, Object)
    Method showInternalConfirmDialog(Component, Object, String, int)
    Method showInternalConfirmDialog(Component, Object, String, int, int)
    Method showInternalConfirmDialog(Component, Object, String, int, int, Icon)
    Method showInternalInputDialog(Component, Object, String, int, Icon, Object[], Object)
    Method showInternalMessageDialog(Component, Object)
    Method showInternalMessageDialog(Component, Object, String, int)
    Method showInternalMessageDialog(Component, Object, String, int, Icon)
    Method showInternalOptionDialog(Component, Object, String, int, int, Icon, Object[], Object)
    Method showMessageDialog(Component, Object)
    Method showMessageDialog(Component, Object, String, int)
    Method showMessageDialog(Component, Object, String, int, Icon)
    Method showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object)
    Field CLOSED_OPTION
    Field DEFAULT_OPTION
    Field ICON_PROPERTY
    Field INITIAL_SELECTION_VALUE_PROPERTY
    Field INITIAL_VALUE_PROPERTY
    Field INPUT_VALUE_PROPERTY
    Field MESSAGE_PROPERTY
    Field MESSAGE_TYPE_PROPERTY
    Field OK_CANCEL_OPTION
    Field OPTIONS_PROPERTY
    Field OPTION_TYPE_PROPERTY
    Field SELECTION_VALUES_PROPERTY
    Field VALUE_PROPERTY
    Field WANTS_INPUT_PROPERTY
    Field YES_NO_CANCEL_OPTION
    Field YES_NO_OPTION
    Field initialSelectionValue
    Field initialValue
    Field optionType
    Field value

  Class JPanel

  Class JPanel.AccessibleJPanel

  Class JPanel
    JPanel()
    JPanel(boolean)
    Method updateUI()

  Class JPasswordField

  Class JPasswordField.AccessibleJPasswordField

  Class JPasswordField
    JPasswordField()
    JPasswordField(Document, String, int)
    JPasswordField(String)
    JPasswordField(String, int)
    JPasswordField(int)
    Method copy()
    Method cut()
    Method echoCharIsSet()
    Method getAccessibleContext()
    Method getPassword()
    Method getText()
    Method getText(int, int)
    Method getUIClassID()
    Method paramString()
    Method setEchoChar(char)

  Class JPopupMenu
    Method createActionComponent(Action)
    Method getDefaultLightWeightPopupEnabled()
    Method insert(Action, int)
    Method isLightWeightPopupEnabled()
    Method paintBorder(Graphics)
    Method setDefaultLightWeightPopupEnabled(boolean)
    Method setLightWeightPopupEnabled(boolean)

  Class JProgressBar

  Class JProgressBar.AccessibleJProgressBar
    Method getAccessibleRole()
    Method getAccessibleStateSet()
    Method getAccessibleValue()
    Method getCurrentAccessibleValue()
    Method getMaximumAccessibleValue()
    Method getMinimumAccessibleValue()
    Method setCurrentAccessibleValue(Number)

  Class JProgressBar
    JProgressBar()
    JProgressBar(BoundedRangeModel)
    JProgressBar(int)
    JProgressBar(int, int)
    JProgressBar(int, int, int)
    Method addChangeListener(ChangeListener)
    Method fireStateChanged()
    Method getAccessibleContext()
    Method getMaximum()
    Method getMinimum()
    Method getModel()
    Method getOrientation()
    Method getPercentComplete()
    Method getString()
    Method getUI()
    Method getUIClassID()
    Method getValue()
    Method isBorderPainted()
    Method isStringPainted()
    Method paintBorder(Graphics)
    Method paramString()
    Method removeChangeListener(ChangeListener)
    Method setBorderPainted(boolean)
    Method setMaximum(int)
    Method setMinimum(int)
    Method setModel(BoundedRangeModel)
    Method setOrientation(int)
    Method setString(String)
    Method setStringPainted(boolean)
    Method setUI(ProgressBarUI)
    Method setValue(int)
    Method updateUI()
    Field changeEvent
    Field model
    Field orientation
    Field paintBorder
    Field paintString
    Field progressString

  Class JRadioButton

  Class JRadioButton.AccessibleJRadioButton

  Class JRadioButton
    Method configurePropertiesFromAction(Action)
    Method updateUI()

  Class JRadioButtonMenuItem

  Class JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem

  Class JRootPane

  Class JRootPane.AccessibleJRootPane

  Class JRootPane.RootLayout

  Class JRootPane
    JRootPane()
    Method addImpl(Component, Object, int)
    Method addNotify()
    Method createContentPane()
    Method createGlassPane()
    Method createLayeredPane()
    Method createRootLayout()
    Method getAccessibleContext()
    Method getContentPane()
    Method getDefaultButton()
    Method getGlassPane()
    Method getJMenuBar()
    Method getLayeredPane()
    Method getMenuBar()
    Method getUI()
    Method getUIClassID()
    Method isOptimizedDrawingEnabled()
    Method isValidateRoot()
    Method paramString()
    Method removeNotify()
    Method setContentPane(Container)
    Method setDefaultButton(JButton)
    Method setGlassPane(Component)
    Method setJMenuBar(JMenuBar)
    Method setLayeredPane(JLayeredPane)
    Method setMenuBar(JMenuBar)
    Method setUI(RootPaneUI)
    Method updateUI()
    Field defaultButton
    Field defaultPressAction
    Field defaultReleaseAction

  Class JScrollBar

  Class JScrollBar.AccessibleJScrollBar

  Class JScrollBar
    JScrollBar(int, int, int, int, int)
    Method addAdjustmentListener(AdjustmentListener)
    Method isFocusTraversable()

  Class JScrollPane

  Class JScrollPane.AccessibleJScrollPane

  Class JScrollPane.ScrollBar

  Class JScrollPane
    Method getUI()
    Method setLayout(LayoutManager)

  Class JSeparator

  Class JSeparator.AccessibleJSeparator

  Class JSeparator
    Method isFocusTraversable()
    Method setUI(SeparatorUI)
    Method updateUI()

  Class JSlider

  Class JSlider.AccessibleJSlider

  Class JSlider
    JSlider()
    JSlider(int)
    JSlider(int, int)
    JSlider(int, int, int, int)
    Method getLabelTable()
    Method updateLabelUIs()
    Method updateUI()

  Class JSplitPane

  Class JSplitPane.AccessibleJSplitPane

  Class JSplitPane
    Method addImpl(Component, Object, int)
    Method isContinuousLayout()
    Method isOneTouchExpandable()
    Method setContinuousLayout(boolean)
    Method setOneTouchExpandable(boolean)
    Method setUI(SplitPaneUI)

  Class JTabbedPane

  Class JTabbedPane.AccessibleJTabbedPane
    Method getAccessibleSelection()

  Class JTabbedPane
    JTabbedPane()
    JTabbedPane(int)
    Method add(Component)
    Method addTab(String, Component)
    Method addTab(String, Icon, Component)
    Method addTab(String, Icon, Component, String)
    Method fireStateChanged()
    Method getBackgroundAt(int)
    Method getBoundsAt(int)
    Method getComponentAt(int)
    Method getDisabledIconAt(int)
    Method getForegroundAt(int)
    Method getIconAt(int)
    Method getTabRunCount()
    Method getTitleAt(int)
    Method getToolTipText(MouseEvent)
    Method getToolTipTextAt(int)
    Method getUI()
    Method insertTab(String, Icon, Component, String, int)
    Method isEnabledAt(int)
    Method remove(Component)
    Method remove(int)
    Method removeChangeListener(ChangeListener)
    Method removeTabAt(int)
    Method setBackgroundAt(int, Color)
    Method setComponentAt(int, Component)
    Method setDisabledIconAt(int, Icon)
    Method setEnabledAt(int, boolean)
    Method setForegroundAt(int, Color)
    Method setIconAt(int, Icon)
    Method setSelectedIndex(int)
    Method setTabPlacement(int)
    Method setTitleAt(int, String)
    Method setToolTipTextAt(int, String)
    Method updateUI()
    Field changeListener

  Class JTable

  Class JTable.AccessibleJTable

  Class JTable.AccessibleJTable.AccessibleJTableCell
    JTable.AccessibleJTable.AccessibleJTableCell(JTable, int, int, int)
    Method addPropertyChangeListener(PropertyChangeListener)
    Method contains(Point)
    Method getAccessibleAction()
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()
    Method getAccessibleComponent()
    Method getAccessibleContext()
    Method getAccessibleDescription()
    Method getAccessibleIndexInParent()
    Method getAccessibleName()
    Method getAccessibleParent()
    Method getAccessibleRole()
    Method getAccessibleSelection()
    Method getAccessibleStateSet()
    Method getAccessibleText()
    Method getAccessibleValue()
    Method getBackground()
    Method getCursor()
    Method getFont()
    Method getFontMetrics(Font)
    Method getForeground()
    Method getLocale()
    Method getLocation()
    Method getLocationOnScreen()
    Method isVisible()
    Method removePropertyChangeListener(PropertyChangeListener)
    Method setAccessibleName(String)
    Method setBackground(Color)
    Method setCursor(Cursor)
    Method setFont(Font)
    Method setForeground(Color)

  Class JTable.AccessibleJTable
    Method addAccessibleSelection(int)
    Method getAccessibleAt(Point)
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()
    Method getAccessibleColumnDescription(int)
    Method getAccessibleColumnExtentAt(int, int)
    Method getAccessibleColumnHeader()
    Method getAccessibleIndexAt(int, int)
    Method getAccessibleRowDescription(int)
    Method getAccessibleRowExtentAt(int, int)
    Method getAccessibleRowHeader()
    Method getAccessibleSelection(int)
    Method getAccessibleSelectionCount()
    Method getAccessibleTable()
    Method isAccessibleChildSelected(int)
    Method isAccessibleColumnSelected(int)
    Method isAccessibleRowSelected(int)
    Method isAccessibleSelected(int, int)
    Method removeAccessibleSelection(int)
    Method selectAllAccessibleSelection()
    Method setAccessibleColumnHeader(AccessibleTable)
    Method setAccessibleRowHeader(AccessibleTable)

  Class JTable
    JTable(Vector, Vector)
    Method doLayout()
    Method editCellAt(int, int)
    Method editCellAt(int, int, EventObject)
    Method getAutoResizeMode()
    Method getCellRect(int, int, boolean)
    Method getGridColor()
    Method getScrollableTracksViewportWidth()
    Method isFocusTraversable()
    Method isManagingFocus()
    Method prepareRenderer(TableCellRenderer, int, int)
    Method setAutoResizeMode(int)
    Method setCellSelectionEnabled(boolean)
    Method setColumnSelectionAllowed(boolean)
    Method setGridColor(Color)
    Method setRowHeight(int)
    Method setRowSelectionAllowed(boolean)
    Method setUI(TableUI)
    Method sizeColumnsToFit(boolean)
    Method sizeColumnsToFit(int)
    Method tableChanged(TableModelEvent)

  Class JTextArea

  Class JTextArea.AccessibleJTextArea

  Class JTextArea
    Method getLineCount()
    Method getLineWrap()
    Method getScrollableUnitIncrement(Rectangle, int, int)
    Method getWrapStyleWord()
    Method isManagingFocus()
    Method processKeyEvent(KeyEvent)
    Method setLineWrap(boolean)
    Method setWrapStyleWord(boolean)

  Class JTextField

  Class JTextField.AccessibleJTextField

  Class JTextField
    JTextField()
    JTextField(Document, String, int)
    JTextField(String)
    JTextField(String, int)
    JTextField(int)
    Method addActionListener(ActionListener)
    Method configurePropertiesFromAction(Action)
    Method createActionPropertyChangeListener(Action)
    Method createDefaultModel()
    Method fireActionPerformed()
    Method getAccessibleContext()
    Method getAction()
    Method getColumnWidth()
    Method getColumns()
    Method getHorizontalAlignment()
    Method getHorizontalVisibility()
    Method getPreferredSize()
    Method getScrollOffset()
    Method getUIClassID()
    Method isValidateRoot()
    Method paramString()
    Method postActionEvent()
    Method removeActionListener(ActionListener)
    Method setAction(Action)
    Method setColumns(int)
    Method setFont(Font)
    Method setHorizontalAlignment(int)
    Method setScrollOffset(int)

  Class JTextPane
    JTextPane()
    JTextPane(StyledDocument)
    Method addStyle(String, Style)
    Method createDefaultEditorKit()
    Method getCharacterAttributes()
    Method getLogicalStyle()
    Method getParagraphAttributes()
    Method getStyle(String)
    Method getStyledEditorKit()
    Method getUIClassID()
    Method insertComponent(Component)
    Method paramString()
    Method removeStyle(String)
    Method replaceSelection(String)
    Method setDocument(Document)
    Method setEditorKit(EditorKit)
    Method setLogicalStyle(Style)
    Method setParagraphAttributes(AttributeSet, boolean)

  Class JToggleButton

  Class JToggleButton.AccessibleJToggleButton

  Class JToggleButton.ToggleButtonModel

  Class JToggleButton
    Method updateUI()

  Class JToolBar

  Class JToolBar.AccessibleJToolBar

  Class JToolBar.Separator

  Class JToolBar
    JToolBar()
    JToolBar(String)
    JToolBar(String, int)
    JToolBar(int)
    Method addSeparator()
    Method addSeparator(Dimension)
    Method getMargin()
    Method getOrientation()
    Method getUI()
    Method isBorderPainted()
    Method isFloatable()
    Method paintBorder(Graphics)
    Method setBorderPainted(boolean)
    Method setFloatable(boolean)
    Method setMargin(Insets)
    Method setOrientation(int)
    Method setUI(ToolBarUI)

  Class JToolTip

  Class JToolTip.AccessibleJToolTip

  Class JToolTip
    Method setComponent(JComponent)
    Method updateUI()

  Class JTree

  Class JTree.AccessibleJTree
    Method getAccessibleAt(Point)

  Class JTree.DynamicUtilTreeNode

  Class JTree.EmptySelectionModel

  Class JTree.TreeSelectionRedirector

  Class JTree
    JTree()
    JTree(TreeNode)
    Method addSelectionPath(TreePath)
    Method addSelectionPaths(TreePath[])
    Method fireTreeCollapsed(TreePath)
    Method fireTreeExpanded(TreePath)
    Method fireTreeWillCollapse(TreePath)
    Method fireTreeWillExpand(TreePath)
    Method fireValueChanged(TreeSelectionEvent)
    Method getScrollsOnExpand()
    Method getShowsRootHandles()
    Method getUI()
    Method isPathEditable(TreePath)
    Method isRowSelected(int)
    Method removeSelectionRow(int)
    Method removeSelectionRows(int[])
    Method setInvokesStopCellEditing(boolean)
    Method setScrollsOnExpand(boolean)
    Method setShowsRootHandles(boolean)
    Method setUI(TreeUI)
    Method setVisibleRowCount(int)

  Class JViewport

  Class JViewport.AccessibleJViewport

  Class JViewport.ViewListener

  Class JViewport
    Method addImpl(Component, Object, int)
    Method getUI()
    Method getView()
    Method isBackingStoreEnabled()
    Method isOptimizedDrawingEnabled()
    Method reshape(int, int, int, int)
    Method scrollRectToVisible(Rectangle)
    Method setBackingStoreEnabled(boolean)
    Method setBorder(Border)
    Method setUI(ViewportUI)
    Method setView(Component)
    Method setViewSize(Dimension)
    Method updateUI()
    Field BLIT_SCROLL_MODE
    Field backingStore
    Field scrollUnderway

  Class JWindow
    JWindow()
    JWindow(Frame)
    JWindow(GraphicsConfiguration)
    JWindow(Window)
    Method setLayout(LayoutManager)
    Method update(Graphics)

  Class KeyStroke
    Method getKeyChar()
    Method getKeyCode()
    Method getKeyStroke(Character, int)
    Method getKeyStroke(String)
    Method getKeyStroke(char)
    Method getKeyStroke(char, boolean)
    Method getKeyStroke(int, int)
    Method getKeyStroke(int, int, boolean)
    Method getKeyStrokeForEvent(KeyEvent)
    Method getModifiers()
    Method hashCode()
    Method isOnKeyRelease()

  Class ListCellRenderer

  Class ListModel
    Method addListDataListener(ListDataListener)
    Method getElementAt(int)
    Method getSize()
    Method removeListDataListener(ListDataListener)

  Class ListSelectionModel

  Class LookAndFeel

  Class MenuElement

  Class MenuSelectionManager

  Class MutableComboBoxModel
    Method addElement(Object)
    Method insertElementAt(Object, int)
    Method removeElement(Object)
    Method removeElementAt(int)

  Class OverlayLayout
    OverlayLayout(Container)
    Method addLayoutComponent(Component, Object)
    Method addLayoutComponent(String, Component)
    Method getLayoutAlignmentX(Container)
    Method getLayoutAlignmentY(Container)
    Method layoutContainer(Container)
    Method removeLayoutComponent(Component)

  Class ProgressMonitor

  Class ProgressMonitorInputStream

  Class Renderer

  Class RepaintManager
    Method getOffscreenBuffer(Component, int, int)
    Method isDoubleBufferingEnabled()
    Method setDoubleBufferingEnabled(boolean)

  Class RootPaneContainer

  Class ScrollPaneConstants

  Class ScrollPaneLayout

  Class ScrollPaneLayout.UIResource

  Class ScrollPaneLayout
    Method addLayoutComponent(String, Component)
    Method addSingletonComponent(Component, Component)
    Method getColumnHeader()
    Method getCorner(String)
    Method getHorizontalScrollBar()
    Method getHorizontalScrollBarPolicy()
    Method getRowHeader()
    Method getVerticalScrollBar()
    Method getVerticalScrollBarPolicy()
    Method getViewport()
    Method layoutContainer(Container)
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)
    Method setHorizontalScrollBarPolicy(int)
    Method setVerticalScrollBarPolicy(int)
    Method syncWithScrollPane(JScrollPane)
    Field colHead
    Field hsb
    Field hsbPolicy
    Field lowerLeft
    Field lowerRight
    Field rowHead
    Field upperLeft
    Field upperRight
    Field viewport
    Field vsb
    Field vsbPolicy

  Class Scrollable
    Method getPreferredScrollableViewportSize()
    Method getScrollableBlockIncrement(Rectangle, int, int)
    Method getScrollableTracksViewportWidth()
    Method getScrollableUnitIncrement(Rectangle, int, int)

  Class SingleSelectionModel

  Class SizeRequirements
    Method calculateAlignedPositions(int, SizeRequirements, SizeRequirements[], int[], int[])
    Method calculateTiledPositions(int, SizeRequirements, SizeRequirements[], int[], int[])

  Class SizeSequence
    SizeSequence(int)
    Method getPosition(int)
    Method getSize(int)
    Method insertEntries(int, int, int)
    Method removeEntries(int, int)
    Method setSize(int, int)

  Class SwingConstants

  Class SwingUtilities
    Method findFocusOwner(Component)
    Method getAccessibleAt(Component, Point)
    Method isEventDispatchThread()
    Method paintComponent(Graphics, Component, Container, Rectangle)
    Method paintComponent(Graphics, Component, Container, int, int, int, int)
    Method updateComponentTreeUI(Component)

  Class Timer
    Timer(int, ActionListener)
    Method addActionListener(ActionListener)
    Method fireActionPerformed(ActionEvent)
    Method getDelay()
    Method getInitialDelay()
    Method getListeners(Class)
    Method getLogTimers()
    Method isCoalesce()
    Method isRepeats()
    Method isRunning()
    Method removeActionListener(ActionListener)
    Method restart()
    Method setCoalesce(boolean)
    Method setDelay(int)
    Method setInitialDelay(int)
    Method setLogTimers(boolean)
    Method setRepeats(boolean)
    Method start()
    Method stop()

  Class ToolTipManager
    Method getDismissDelay()
    Method getInitialDelay()
    Method getReshowDelay()
    Method isEnabled()
    Method isLightWeightPopupEnabled()
    Method registerComponent(JComponent)
    Method setDismissDelay(int)
    Method setEnabled(boolean)
    Method setLightWeightPopupEnabled(boolean)
    Method setReshowDelay(int)
    Method sharedInstance()
    Method unregisterComponent(JComponent)

  Class UIDefaults
    Method get(Object)
    Method getUIClass(String, ClassLoader)
    Method put(Object, Object)
    Method putDefaults(Object[])

  Class UIManager

  Class UIManager.LookAndFeelInfo
    UIManager.LookAndFeelInfo(String, String)
    Method getClassName()
    Method getName()
    Method toString()

  Class UIManager
    Method addAuxiliaryLookAndFeel(LookAndFeel)
    Method addPropertyChangeListener(PropertyChangeListener)
    Method get(Object)
    Method getAuxiliaryLookAndFeels()
    Method getBorder(Object)
    Method getColor(Object)
    Method getCrossPlatformLookAndFeelClassName()
    Method getDefaults()
    Method getDimension(Object)
    Method getFont(Object)
    Method getIcon(Object)
    Method getInsets(Object)
    Method getInstalledLookAndFeels()
    Method getInt(Object)
    Method getLookAndFeel()
    Method getLookAndFeelDefaults()
    Method getString(Object)
    Method getSystemLookAndFeelClassName()
    Method getUI(JComponent)
    Method installLookAndFeel(LookAndFeelInfo)
    Method installLookAndFeel(String, String)
    Method put(Object, Object)
    Method removeAuxiliaryLookAndFeel(LookAndFeel)
    Method removePropertyChangeListener(PropertyChangeListener)
    Method setInstalledLookAndFeels(LookAndFeelInfo[])
    Method setLookAndFeel(LookAndFeel)
    Method setLookAndFeel(String)

  Class UnsupportedLookAndFeelException

  Class ViewportLayout

  Class WindowConstants

Package javax.swing.border
  Class AbstractBorder
    Method getBorderInsets(Component)
    Method getBorderInsets(Component, Insets)
    Method getInteriorRectangle(Component, Border, int, int, int, int)
    Method getInteriorRectangle(Component, int, int, int, int)
    Method isBorderOpaque()
    Method paintBorder(Component, Graphics, int, int, int, int)

  Class BevelBorder

  Class Border

  Class CompoundBorder

  Class EmptyBorder

  Class EtchedBorder

  Class LineBorder

  Class MatteBorder

  Class SoftBevelBorder

  Class TitledBorder

Package javax.swing.colorchooser
  Class AbstractColorChooserPanel
    Method getLargeDisplayIcon()
    Method getSmallDisplayIcon()
    Method installChooserPanel(JColorChooser)
    Method uninstallChooserPanel(JColorChooser)

  Class ColorChooserComponentFactory

  Class ColorSelectionModel
    Method addChangeListener(ChangeListener)
    Method getSelectedColor()
    Method removeChangeListener(ChangeListener)
    Method setSelectedColor(Color)

  Class DefaultColorSelectionModel
    DefaultColorSelectionModel()
    DefaultColorSelectionModel(Color)
    Method addChangeListener(ChangeListener)
    Method fireStateChanged()
    Method removeChangeListener(ChangeListener)
    Field changeEvent

Package javax.swing.event
  Class AncestorEvent
    Method getAncestor()
    Method getAncestorParent()

  Class AncestorListener

  Class CaretEvent

  Class CaretListener

  Class CellEditorListener

  Class ChangeEvent

  Class ChangeListener

  Class DocumentEvent
    Method getDocument()

  Class DocumentListener

  Class EventListenerList
    Method getListeners(Class)

  Class HyperlinkEvent

  Class HyperlinkListener

  Class InternalFrameAdapter

  Class InternalFrameEvent
    InternalFrameEvent(JInternalFrame, int)
    Method getInternalFrame()
    Method paramString()
    Field INTERNAL_FRAME_ACTIVATED
    Field INTERNAL_FRAME_CLOSED
    Field INTERNAL_FRAME_CLOSING
    Field INTERNAL_FRAME_DEACTIVATED
    Field INTERNAL_FRAME_DEICONIFIED
    Field INTERNAL_FRAME_FIRST
    Field INTERNAL_FRAME_ICONIFIED
    Field INTERNAL_FRAME_LAST
    Field INTERNAL_FRAME_OPENED

  Class InternalFrameListener

  Class ListDataEvent
    Method toString()

  Class ListDataListener
    Method contentsChanged(ListDataEvent)
    Method intervalAdded(ListDataEvent)
    Method intervalRemoved(ListDataEvent)

  Class ListSelectionEvent
    ListSelectionEvent(Object, int, int, boolean)
    Method getFirstIndex()
    Method getLastIndex()

  Class ListSelectionListener

  Class MenuDragMouseEvent

  Class MenuDragMouseListener

  Class MenuEvent

  Class MenuKeyEvent

  Class MenuKeyListener

  Class MenuListener

  Class MouseInputAdapter

  Class MouseInputListener

  Class PopupMenuEvent

  Class PopupMenuListener

  Class SwingPropertyChangeSupport

  Class TableColumnModelEvent

  Class TableColumnModelListener

  Class TableModelEvent
    TableModelEvent(TableModel)
    TableModelEvent(TableModel, int)

  Class TableModelListener

  Class TreeExpansionEvent

  Class TreeModelEvent
    TreeModelEvent(Object, Object[], int[], Object[])

  Class TreeModelListener

  Class TreeSelectionEvent

  Class TreeSelectionListener

  Class TreeWillExpandListener

  Class UndoableEditEvent

  Class UndoableEditListener

Package javax.swing.filechooser
  Class FileFilter

  Class FileSystemView
    Method createNewFolder(File)
    Method getFiles(File, boolean)
    Method getParentDirectory(File)
    Method getRoots()
    Method isRoot(File)

  Class FileView

Package javax.swing.plaf
  Class ActionMapUIResource

  Class ButtonUI

  Class ColorChooserUI

  Class ComboBoxUI

  Class ComponentInputMapUIResource

  Class ComponentUI
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)

  Class DesktopIconUI

  Class DesktopPaneUI

  Class FileChooserUI

  Class FontUIResource

  Class InputMapUIResource

  Class InternalFrameUI

  Class LabelUI

  Class ListUI
    Method locationToIndex(JList, Point)

  Class MenuBarUI

  Class MenuItemUI

  Class OptionPaneUI

  Class PanelUI

  Class PopupMenuUI

  Class ProgressBarUI

  Class RootPaneUI

  Class ScrollBarUI

  Class ScrollPaneUI

  Class SeparatorUI

  Class SliderUI

  Class SplitPaneUI

  Class TabbedPaneUI

  Class TableHeaderUI

  Class TableUI

  Class TextUI
    Method viewToModel(JTextComponent, Point)
    Method viewToModel(JTextComponent, Point, Bias[])

  Class ToolBarUI

  Class ToolTipUI

  Class TreeUI

  Class UIResource

Package javax.swing.plaf.basic
  Class BasicArrowButton

  Class BasicBorders

  Class BasicButtonListener

  Class BasicButtonUI

  Class BasicCheckBoxMenuItemUI

  Class BasicCheckBoxUI

  Class BasicColorChooserUI

  Class BasicComboBoxEditor

  Class BasicComboBoxEditor.UIResource

  Class BasicComboBoxRenderer

  Class BasicComboBoxRenderer.UIResource

  Class BasicComboBoxUI

  Class BasicComboBoxUI.ComboBoxLayoutManager

  Class BasicComboBoxUI.FocusHandler

  Class BasicComboBoxUI.ItemHandler

  Class BasicComboBoxUI.KeyHandler

  Class BasicComboBoxUI.ListDataHandler

  Class BasicComboBoxUI.PropertyChangeHandler

  Class BasicComboBoxUI
    Method addEditor()
    Method configureArrowButton()
    Method configureEditor()
    Method createArrowButton()
    Method createEditor()
    Method createFocusListener()
    Method createItemListener()
    Method createKeyListener()
    Method createLayoutManager()
    Method createListDataListener()
    Method createPopup()
    Method createPropertyChangeListener()
    Method createRenderer()
    Method getDefaultSize()
    Method installComponents()
    Method installListeners()
    Method removeEditor()
    Method unconfigureArrowButton()
    Method unconfigureEditor()
    Method uninstallComponents()
    Method uninstallListeners()

  Class BasicComboPopup

  Class BasicComboPopup.InvocationKeyHandler

  Class BasicComboPopup.InvocationMouseHandler

  Class BasicComboPopup.ItemHandler

  Class BasicComboPopup.ListDataHandler

  Class BasicComboPopup.ListSelectionHandler

  Class BasicComboPopup.PropertyChangeHandler

  Class BasicComboPopup
    Method configureList()
    Method configurePopup()
    Method configureScroller()
    Method createItemListener()
    Method createKeyListener()
    Method createList()
    Method createListDataListener()
    Method createListMouseListener()
    Method createListMouseMotionListener()
    Method createListSelectionListener()
    Method createMouseListener()
    Method createMouseMotionListener()
    Method createPropertyChangeListener()
    Method createScroller()
    Method getKeyListener()
    Method getMouseListener()
    Method getMouseMotionListener()
    Method installListListeners()
    Method startAutoScrolling(int)

  Class BasicDesktopIconUI

  Class BasicDesktopPaneUI
    Field closeKey
    Field maximizeKey
    Field minimizeKey
    Field navigateKey
    Field navigateKey2

  Class BasicEditorPaneUI

  Class BasicFileChooserUI.DoubleClickListener
    Method mouseEntered(MouseEvent)

  Class BasicGraphicsUtils
    Method drawString(Graphics, String, int, int, int)

  Class BasicHTML

  Class BasicIconFactory

  Class BasicInternalFrameTitlePane

  Class BasicInternalFrameUI

  Class BasicInternalFrameUI.GlassPaneDispatcher
    Method mouseDragged(MouseEvent)
    Method mouseReleased(MouseEvent)

  Class BasicInternalFrameUI
    Method closeFrame(JInternalFrame)
    Method deiconifyFrame(JInternalFrame)
    Method iconifyFrame(JInternalFrame)
    Method maximizeFrame(JInternalFrame)
    Method minimizeFrame(JInternalFrame)
    Method replacePane(JComponent, JComponent)

  Class BasicLabelUI

  Class BasicListUI

  Class BasicListUI.ListDataHandler

  Class BasicListUI.ListSelectionHandler

  Class BasicListUI.MouseInputHandler

  Class BasicListUI.PropertyChangeHandler

  Class BasicListUI
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method installKeyboardActions()
    Method locationToIndex(JList, Point)
    Method selectNextIndex()
    Method selectPreviousIndex()
    Method uninstallDefaults()
    Method uninstallKeyboardActions()

  Class BasicLookAndFeel

  Class BasicMenuBarUI

  Class BasicMenuItemUI

  Class BasicMenuUI

  Class BasicOptionPaneUI

  Class BasicOptionPaneUI.ButtonAreaLayout

  Class BasicOptionPaneUI
    Method createButtonArea()
    Method getIcon()
    Method getMinimumOptionPaneSize()
    Method getPreferredSize(JComponent)
    Method installUI(JComponent)
    Field optionPane

  Class BasicPanelUI

  Class BasicPasswordFieldUI

  Class BasicPopupMenuSeparatorUI

  Class BasicPopupMenuUI

  Class BasicProgressBarUI
    Method getSelectionBackground()
    Method getSelectionForeground()
    Method getStringPlacement(Graphics, String, int, int, int, int)
    Method paint(Graphics, JComponent)

  Class BasicRadioButtonMenuItemUI

  Class BasicRadioButtonUI

  Class BasicRootPaneUI

  Class BasicScrollBarUI

  Class BasicScrollBarUI.ScrollListener

  Class BasicScrollBarUI.TrackListener
    Method mouseDragged(MouseEvent)

  Class BasicScrollBarUI
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getTrackBounds()

  Class BasicScrollPaneUI
    Method createPropertyChangeListener()

  Class BasicSeparatorUI

  Class BasicSliderUI

  Class BasicSplitPaneDivider

  Class BasicSplitPaneDivider.DividerLayout

  Class BasicSplitPaneDivider.DragController

  Class BasicSplitPaneDivider.VerticalDragController

  Class BasicSplitPaneUI

  Class BasicSplitPaneUI.BasicHorizontalLayoutManager
    Method resetToPreferredSizes()

  Class BasicSplitPaneUI.PropertyHandler
    Method propertyChange(PropertyChangeEvent)

  Class BasicSplitPaneUI
    Method getInsets(JComponent)

  Class BasicTableHeaderUI

  Class BasicTableUI

  Class BasicTextAreaUI

  Class BasicTextFieldUI
    Method createCaret()

  Class BasicTextPaneUI
    Method getEditorKit(JTextComponent)
    Method propertyChange(PropertyChangeEvent)

  Class BasicTextUI
    Method uninstallDefaults()

  Class BasicToggleButtonUI

  Class BasicToolBarSeparatorUI

  Class BasicToolBarUI

  Class BasicToolTipUI

  Class BasicTreeUI

  Class BasicTreeUI.KeyHandler
    Method keyTyped(KeyEvent)

  Class BasicTreeUI.MouseInputHandler
    Field destination

  Class BasicTreeUI.TreeTraverseAction

  Class BasicTreeUI
    Method paintExpandControl(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean)
    Method paintHorizontalPartOfLeg(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean)
    Method paintRow(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean)
    Method paintVerticalPartOfLeg(Graphics, Rectangle, Insets, TreePath)
    Field leftChildIndent

  Class ComboPopup
    Method getKeyListener()
    Method getList()
    Method getMouseListener()
    Method getMouseMotionListener()
    Method isVisible()

  Class DefaultMenuLayout

Package javax.swing.plaf.metal
  Class DefaultMetalTheme

  Class MetalBorders

  Class MetalBorders.PaletteBorder

  Class MetalButtonUI

  Class MetalCheckBoxIcon

  Class MetalCheckBoxUI

  Class MetalComboBoxButton

  Class MetalComboBoxEditor

  Class MetalComboBoxEditor.UIResource

  Class MetalComboBoxIcon
    Method getIconHeight()
    Method getIconWidth()

  Class MetalComboBoxUI

  Class MetalComboBoxUI.MetalComboPopup

  Class MetalDesktopIconUI

  Class MetalFileChooserUI

  Class MetalIconFactory

  Class MetalIconFactory.FileIcon16

  Class MetalIconFactory.FolderIcon16

  Class MetalIconFactory.TreeControlIcon

  Class MetalIconFactory.TreeFolderIcon

  Class MetalIconFactory
    Method getCheckBoxIcon()

  Class MetalInternalFrameTitlePane

  Class MetalInternalFrameUI

  Class MetalLabelUI

  Class MetalLookAndFeel
    Method initClassDefaults(UIDefaults)

  Class MetalPopupMenuSeparatorUI

  Class MetalProgressBarUI
    Method paint(Graphics, JComponent)

  Class MetalRadioButtonUI

  Class MetalScrollButton

  Class MetalScrollPaneUI

  Class MetalSeparatorUI

  Class MetalSliderUI

  Class MetalSplitPaneUI

  Class MetalTabbedPaneUI
    Method getTabLabelShiftX(int, int, boolean)
    Method getTabLabelShiftY(int, int, boolean)

  Class MetalTextFieldUI

  Class MetalTheme

  Class MetalToggleButtonUI

  Class MetalToolBarUI

  Class MetalToolTipUI

  Class MetalTreeUI

Package javax.swing.plaf.multi
  Class MultiButtonUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiColorChooserUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiComboBoxUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method isFocusTraversable(JComboBox)
    Method isPopupVisible(JComboBox)
    Method paint(Graphics, JComponent)
    Method setPopupVisible(JComboBox, boolean)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiDesktopIconUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiDesktopPaneUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiFileChooserUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method ensureFileIsVisible(JFileChooser, File)
    Method getAcceptAllFileFilter(JFileChooser)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getApproveButtonText(JFileChooser)
    Method getDialogTitle(JFileChooser)
    Method getFileView(JFileChooser)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method rescanCurrentDirectory(JFileChooser)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiInternalFrameUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiLabelUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiListUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getCellBounds(JList, int, int)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method indexToLocation(JList, int)
    Method installUI(JComponent)
    Method locationToIndex(JList, Point)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiLookAndFeel
    Method createUIs(ComponentUI, Vector, JComponent)
    Method uisToArray(Vector)

  Class MultiMenuBarUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiMenuItemUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiOptionPaneUI
    Method contains(JComponent, int, int)
    Method containsCustomComponents(JOptionPane)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method selectInitialValue(JOptionPane)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiPanelUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiPopupMenuUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiProgressBarUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiScrollBarUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiScrollPaneUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiSeparatorUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiSliderUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiSplitPaneUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method finishedPaintingChildren(JSplitPane, Graphics)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getDividerLocation(JSplitPane)
    Method getMaximumDividerLocation(JSplitPane)
    Method getMaximumSize(JComponent)
    Method getMinimumDividerLocation(JSplitPane)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method resetToPreferredSizes(JSplitPane)
    Method setDividerLocation(JSplitPane, int)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiTabbedPaneUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getTabBounds(JTabbedPane, int)
    Method getTabRunCount(JTabbedPane)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method tabForCoordinate(JTabbedPane, int, int)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiTableHeaderUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiTableUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiTextUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method damageRange(JTextComponent, int, int)
    Method damageRange(JTextComponent, int, int, Bias, Bias)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getEditorKit(JTextComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getNextVisualPositionFrom(JTextComponent, int, Bias, int, Bias[])
    Method getPreferredSize(JComponent)
    Method getRootView(JTextComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method modelToView(JTextComponent, int)
    Method modelToView(JTextComponent, int, Bias)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Method viewToModel(JTextComponent, Point)
    Method viewToModel(JTextComponent, Point, Bias[])
    Field uis

  Class MultiToolBarUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiToolTipUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiTreeUI
    Method cancelEditing(JTree)
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getClosestPathForLocation(JTree, int, int)
    Method getEditingPath(JTree)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPathBounds(JTree, TreePath)
    Method getPathForRow(JTree, int)
    Method getPreferredSize(JComponent)
    Method getRowCount(JTree)
    Method getRowForPath(JTree, TreePath)
    Method getUIs()
    Method installUI(JComponent)
    Method isEditing(JTree)
    Method paint(Graphics, JComponent)
    Method startEditingAtPath(JTree, TreePath)
    Method stopEditing(JTree)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

  Class MultiViewportUI
    Method contains(JComponent, int, int)
    Method createUI(JComponent)
    Method getAccessibleChild(JComponent, int)
    Method getAccessibleChildrenCount(JComponent)
    Method getMaximumSize(JComponent)
    Method getMinimumSize(JComponent)
    Method getPreferredSize(JComponent)
    Method getUIs()
    Method installUI(JComponent)
    Method paint(Graphics, JComponent)
    Method uninstallUI(JComponent)
    Method update(Graphics, JComponent)
    Field uis

Package javax.swing.table
  Class AbstractTableModel
    Method fireTableDataChanged()
    Method getListeners(Class)

  Class DefaultTableCellRenderer

  Class DefaultTableCellRenderer.UIResource

  Class DefaultTableCellRenderer
    Method isOpaque()
    Method setBackground(Color)
    Method setValue(Object)

  Class DefaultTableColumnModel
    Method getColumnIndexAtX(int)
    Method getListeners(Class)

  Class DefaultTableModel
    DefaultTableModel(Object[], int)
    DefaultTableModel(Vector, int)
    DefaultTableModel(int, int)
    Method addColumn(Object)
    Method addColumn(Object, Vector)
    Method getColumnName(int)
    Method moveRow(int, int, int)
    Method newRowsAdded(TableModelEvent)
    Method setDataVector(Object[][], Object[])
    Method setDataVector(Vector, Vector)

  Class JTableHeader

  Class JTableHeader.AccessibleJTableHeader

  Class JTableHeader
    Method columnAdded(TableColumnModelEvent)
    Method createDefaultRenderer()
    Method getResizingColumn()
    Method setDefaultRenderer(TableCellRenderer)
    Method setDraggedColumn(TableColumn)
    Method setResizingColumn(TableColumn)

  Class TableCellEditor

  Class TableCellRenderer

  Class TableColumn
    Method sizeWidthToFit()
    Field identifier

  Class TableColumnModel
    Method getColumnIndexAtX(int)

  Class TableModel

Package javax.swing.text
  Class AbstractDocument

  Class AbstractDocument.AbstractElement
    Method children()
    Method getAllowsChildren()
    Method getChildCount()
    Method getIndex(TreeNode)
    Method getParent()
    Method getResolveParent()

  Class AbstractDocument.BranchElement
    Method children()
    Method getAllowsChildren()

  Class AbstractDocument.Content
    Method insertString(int, String)

  Class AbstractDocument.LeafElement
    Method children()
    Method getAllowsChildren()

  Class AbstractDocument
    AbstractDocument(Content)
    AbstractDocument(Content, AttributeContext)
    Method addDocumentListener(DocumentListener)
    Method addUndoableEditListener(UndoableEditListener)
    Method createLeafElement(Element, AttributeSet, int, int)
    Method getAsynchronousLoadPriority()
    Method getCurrentWriter()
    Method getDocumentProperties()
    Method getListeners(Class)
    Method getProperty(Object)
    Method getText(int, int, Segment)
    Method putProperty(Object, Object)
    Method removeDocumentListener(DocumentListener)
    Method removeUndoableEditListener(UndoableEditListener)
    Method render(Runnable)
    Method setAsynchronousLoadPriority(int)
    Method setDocumentProperties(Dictionary)
    Method writeLock()
    Method writeUnlock()

  Class AbstractWriter
    Method getText(Element)

  Class AsyncBoxView

  Class AsyncBoxView.ChildLocator
    Method getViewIndexAtVisualOffset(float)

  Class AsyncBoxView
    Method flushRequirementChanges()
    Method getMaximumSpan(int)
    Method getMinimumSpan(int)
    Method getNextVisualPositionFrom(int, Bias, Shape, int, Bias[])
    Method getPreferredSpan(int)
    Method getViewIndexAtPosition(int, Bias)
    Method majorRequirementChange(ChildState, float)
    Method setSize(float, float)

  Class AttributeSet

  Class AttributeSet.FontAttribute

  Class AttributeSet
    Method getAttributeNames()
    Field ResolveAttribute

  Class BadLocationException

  Class BoxView
    BoxView(Element, int)
    Method forwardUpdate(ElementChange, DocumentEvent, Shape, ViewFactory)
    Method getAlignment(int)
    Method getAxis()
    Method getChildAllocation(int, Shape)
    Method getHeight()
    Method getMaximumSpan(int)
    Method getMinimumSpan(int)
    Method getOffset(int, int)
    Method getPreferredSpan(int)
    Method getResizeWeight(int)
    Method getSpan(int, int)
    Method getViewAtPoint(int, int, Rectangle)
    Method getWidth()
    Method isAfter(int, int, Rectangle)
    Method isBefore(int, int, Rectangle)
    Method layout(int, int)
    Method layoutChanged(int)
    Method layoutMajorAxis(int, int, int[], int[])
    Method layoutMinorAxis(int, int, int[], int[])
    Method modelToView(int, Shape, Bias)
    Method paint(Graphics, Shape)
    Method preferenceChanged(View, boolean, boolean)
    Method replace(int, int, View[])
    Method setAxis(int)
    Method setSize(float, float)

  Class Caret
    Method getBlinkRate()

  Class ChangedCharSetException

  Class ComponentView
    Method getAlignment(int)
    Method getMaximumSpan(int)
    Method getMinimumSpan(int)
    Method getPreferredSpan(int)
    Method setParent(View)
    Method setSize(float, float)

  Class CompositeView
    CompositeView(Element)
    Method flipEastAndWestAtEnds(int, Bias)
    Method getChildAllocation(int, Shape)
    Method getInsideAllocation(Shape)
    Method getNextEastWestVisualPositionFrom(int, Bias, Shape, int, Bias[])
    Method getNextNorthSouthVisualPositionFrom(int, Bias, Shape, int, Bias[])
    Method getNextVisualPositionFrom(int, Bias, Shape, int, Bias[])
    Method getView(int)
    Method getViewAtPoint(int, int, Rectangle)
    Method getViewAtPosition(int, Rectangle)
    Method getViewIndex(int, Bias)
    Method getViewIndexAtPosition(int)
    Method loadChildren(ViewFactory)
    Method modelToView(int, Bias, int, Bias, Shape)
    Method modelToView(int, Shape, Bias)
    Method replace(int, int, View[])
    Method setParent(View)
    Method viewToModel(float, float, Shape, Bias[])

  Class DefaultCaret
    Method equals(Object)
    Method getBlinkRate()
    Method getListeners(Class)

  Class DefaultEditorKit

  Class DefaultEditorKit.BeepAction

  Class DefaultEditorKit.CopyAction

  Class DefaultEditorKit.CutAction

  Class DefaultEditorKit.DefaultKeyTypedAction

  Class DefaultEditorKit.InsertBreakAction

  Class DefaultEditorKit.InsertContentAction

  Class DefaultEditorKit.InsertTabAction

  Class DefaultEditorKit.PasteAction

  Class DefaultEditorKit
    Field beginAction
    Field beginLineAction
    Field beginParagraphAction
    Field beginWordAction
    Field endAction
    Field endLineAction
    Field endParagraphAction
    Field nextWordAction
    Field previousWordAction
    Field selectionBeginAction
    Field selectionBeginLineAction
    Field selectionBeginParagraphAction
    Field selectionBeginWordAction
    Field selectionEndLineAction
    Field selectionEndParagraphAction
    Field selectionNextWordAction
    Field selectionPreviousWordAction

  Class DefaultHighlighter
    Method addHighlight(int, int, HighlightPainter)

  Class DefaultStyledDocument

  Class DefaultStyledDocument.ElementBuffer

  Class DefaultStyledDocument.ElementSpec

  Class DefaultStyledDocument.SectionElement

  Class DefaultStyledDocument
    Method getStyleNames()
    Method styleChanged(Style)

  Class Document
    Method getProperty(Object)
    Method getText(int, int, Segment)
    Method putProperty(Object, Object)
    Method remove(int, int)

  Class EditorKit

  Class Element
    Method getElementIndex(int)
    Method getEndOffset()
    Method getParentElement()
    Method getStartOffset()
    Method isLeaf()

  Class ElementIterator
    Method current()
    Method next()
    Method previous()

  Class FieldView
    Method getPreferredSpan(int)

  Class FlowView

  Class FlowView.FlowStrategy
    Method layoutRow(FlowView, int, int)

  Class FlowView
    Method getFlowAxis()
    Method getViewIndexAtPosition(int)
    Method layout(int, int)

  Class GapContent
    Method updateUndoPositions(Vector, int, int)

  Class GlyphView

  Class GlyphView.GlyphPainter

  Class GlyphView
    Method createFragment(int, int)
    Method getAlignment(int)
    Method getPreferredSpan(int)
    Method viewToModel(float, float, Shape, Bias[])

  Class Highlighter

  Class IconView
    Method getAlignment(int)
    Method getPreferredSpan(int)
    Method setSize(float, float)

  Class JTextComponent

  Class JTextComponent.AccessibleJTextComponent
    Method getCharCount()
    Method getCharacterBounds(int)

  Class JTextComponent.KeyBinding

  Class JTextComponent
    JTextComponent()
    Method addCaretListener(CaretListener)
    Method addKeymap(String, Keymap)
    Method copy()
    Method cut()
    Method getAccessibleContext()
    Method getKeymap(String)
    Method getPreferredScrollableViewportSize()
    Method getScrollableBlockIncrement(Rectangle, int, int)
    Method getScrollableTracksViewportHeight()
    Method getScrollableTracksViewportWidth()
    Method getScrollableUnitIncrement(Rectangle, int, int)
    Method getSelectedText()
    Method getText()
    Method isEditable()
    Method isFocusTraversable()
    Method loadKeymap(Keymap, KeyBinding[], Action[])
    Method moveCaretPosition(int)
    Method paramString()
    Method paste()
    Method read(Reader, Object)
    Method removeCaretListener(CaretListener)
    Method removeKeymap(String)
    Method select(int, int)
    Method selectAll()
    Method setCaretColor(Color)
    Method setCaretPosition(int)
    Method setEditable(boolean)
    Method setHighlighter(Highlighter)
    Method setKeymap(Keymap)
    Method setMargin(Insets)
    Method setSelectedTextColor(Color)
    Method setSelectionColor(Color)
    Method setSelectionEnd(int)
    Method setSelectionStart(int)
    Method setText(String)
    Method setUI(TextUI)
    Method updateUI()
    Field DEFAULT_KEYMAP

  Class Keymap
    Method getAction(KeyStroke)

  Class LabelView
    Method getBackground()
    Method getFont()
    Method getFontMetrics()
    Method getForeground()
    Method isStrikeThrough()
    Method isSubscript()
    Method isSuperscript()
    Method isUnderline()
    Method setPropertiesFromAttributes()
    Method setStrikeThrough(boolean)
    Method setSubscript(boolean)
    Method setSuperscript(boolean)
    Method setUnderline(boolean)

  Class LayeredHighlighter

  Class LayoutQueue

  Class MutableAttributeSet
    Method removeAttribute(Object)
    Method removeAttributes(AttributeSet)
    Method removeAttributes(Enumeration)

  Class ParagraphView
    ParagraphView(Element)
    Method adjustRow(Row, int, int)
    Method breakView(int, float, Shape)
    Method createRow()
    Method findOffsetToCharactersInString(char[], int)
    Method getAlignment(int)
    Method getBreakWeight(int, float)
    Method getClosestPositionTo(int, Bias, Shape, int, Bias[], int, int)
    Method getFlowSpan(int)
    Method getFlowStart(int)
    Method getLayoutView(int)
    Method getLayoutViewCount()
    Method getNextNorthSouthVisualPositionFrom(int, Bias, Shape, int, Bias[])
    Method getPartialSize(int, int)
    Method getTabBase()
    Method getTabSet()
    Method nextTabStop(float, int)
    Method setFirstLineIndent(float)
    Method setJustification(int)
    Method setLineSpacing(float)

  Class PasswordView
    Method drawSelectedText(Graphics, int, int, int, int)
    Method drawUnselectedText(Graphics, int, int, int, int)
    Method getPreferredSpan(int)

  Class PlainDocument
    PlainDocument()

  Class PlainView
    Method drawLine(int, Graphics, int, int)
    Method drawSelectedText(Graphics, int, int, int, int)
    Method drawUnselectedText(Graphics, int, int, int, int)
    Method getLineBuffer()
    Method getPreferredSpan(int)
    Method setSize(float, float)
    Field metrics

  Class Position

  Class Segment

  Class SimpleAttributeSet
    Method equals(Object)
    Method getAttributeNames()
    Method isEqual(AttributeSet)

  Class StringContent
    Method getPositionsInRange(Vector, int, int)
    Method updateUndoPositions(Vector)

  Class Style
    Method getName()

  Class StyleConstants
    Method getAlignment(AttributeSet)
    Method getBidiLevel(AttributeSet)
    Method getFirstLineIndent(AttributeSet)
    Method getLeftIndent(AttributeSet)
    Method getLineSpacing(AttributeSet)
    Method getRightIndent(AttributeSet)
    Method getSpaceAbove(AttributeSet)
    Method getSpaceBelow(AttributeSet)
    Method getTabSet(AttributeSet)

  Class StyleContext

  Class StyleContext.NamedStyle
    Method getListeners(Class)

  Class StyledDocument

  Class StyledEditorKit

  Class StyledEditorKit.AlignmentAction

  Class StyledEditorKit.BoldAction

  Class StyledEditorKit.FontFamilyAction

  Class StyledEditorKit.FontSizeAction

  Class StyledEditorKit.ForegroundAction

  Class StyledEditorKit.ItalicAction

  Class StyledEditorKit.StyledTextAction

  Class StyledEditorKit.UnderlineAction

  Class StyledEditorKit
    Method clone()

  Class TabExpander

  Class TabSet

  Class TabStop
    Method equals(Object)
    Method getAlignment()
    Method getLeader()
    Method getPosition()
    Field ALIGN_DECIMAL

  Class TabableView

  Class TableView

  Class TableView.TableRow
    Method getViewAtPosition(int, Rectangle)
    Method layoutMajorAxis(int, int, int[], int[])
    Method layoutMinorAxis(int, int, int[], int[])

  Class TableView
    Method getViewAtPosition(int, Rectangle)
    Method layoutColumns(int, int[], int[], SizeRequirements[])
    Method layoutMinorAxis(int, int, int[], int[])

  Class TextAction

  Class Utilities
    Method drawTabbedText(Segment, int, int, Graphics, TabExpander, int)
    Method getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int)
    Method getNextWord(JTextComponent, int)
    Method getPreviousWord(JTextComponent, int)
    Method getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int)
    Method getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int)
    Method getWordEnd(JTextComponent, int)
    Method getWordStart(JTextComponent, int)

  Class View
    View(Element)
    Method append(View)
    Method breakView(int, int, float, float)
    Method changedUpdate(DocumentEvent, Shape, ViewFactory)
    Method createFragment(int, int)
    Method forwardUpdate(ElementChange, DocumentEvent, Shape, ViewFactory)
    Method forwardUpdateToView(View, DocumentEvent, Shape, ViewFactory)
    Method getAlignment(int)
    Method getAttributes()
    Method getBreakWeight(int, float, float)
    Method getChildAllocation(int, Shape)
    Method getContainer()
    Method getDocument()
    Method getEndOffset()
    Method getGraphics()
    Method getMaximumSpan(int)
    Method getMinimumSpan(int)
    Method getNextVisualPositionFrom(int, Bias, Shape, int, Bias[])
    Method getParent()
    Method getPreferredSpan(int)
    Method getResizeWeight(int)
    Method getStartOffset()
    Method getView(int)
    Method getViewFactory()
    Method insert(int, View)
    Method insertUpdate(DocumentEvent, Shape, ViewFactory)
    Method isVisible()
    Method modelToView(int, Bias, int, Bias, Shape)
    Method modelToView(int, Shape)
    Method modelToView(int, Shape, Bias)
    Method remove(int)
    Method removeAll()
    Method removeUpdate(DocumentEvent, Shape, ViewFactory)
    Method replace(int, int, View[])
    Method setParent(View)
    Method setSize(float, float)
    Method updateChildren(ElementChange, DocumentEvent, ViewFactory)
    Method updateLayout(ElementChange, DocumentEvent, Shape)
    Method viewToModel(float, float, Shape)
    Method viewToModel(float, float, Shape, Bias[])
    Field ForcedBreakWeight

  Class ViewFactory

  Class WrappedPlainView
    Method drawSelectedText(Graphics, int, int, int, int)
    Method drawUnselectedText(Graphics, int, int, int, int)
    Method getLineBuffer()
    Method getMaximumSpan(int)
    Method getMinimumSpan(int)
    Method getPreferredSpan(int)
    Method setSize(float, float)

  Class ZoneView
    Method getViewIndexAtPosition(int)
    Method setMaxZonesLoaded(int)

Package javax.swing.text.html
  Class BlockView
    Method getMaximumSpan(int)
    Method getMinimumSpan(int)
    Method getPreferredSpan(int)
    Method layoutMinorAxis(int, int, int[], int[])
    Method setParent(View)

  Class CSS
    Method getAttribute(String)

  Class FormView
    Method getMaximumSpan(int)

  Class HTML

  Class HTML.Attribute

  Class HTML.Tag
    Method breaksFlow()
    Method isBlock()
    Method toString()
    Field COMMENT
    Field CONTENT
    Field IMPLIED

  Class HTML.UnknownTag
    Method equals(Object)

  Class HTML
    Method getAllAttributeKeys()
    Method getAllTags()
    Method getAttributeKey(String)
    Method getIntegerAttributeValue(AttributeSet, Attribute, int)
    Method getTag(String)

  Class HTMLDocument

  Class HTMLDocument.HTMLReader

  Class HTMLDocument.Iterator
    Method getAttributes()
    Method getEndOffset()
    Method getStartOffset()
    Method isValid()
    Method next()

  Class HTMLDocument
    HTMLDocument()
    HTMLDocument(StyleSheet)
    Method create(ElementSpec[])
    Method getBase()
    Method getElement(Element, Object, Object)
    Method getElement(String)
    Method getIterator(Tag)
    Method getParser()
    Method getPreservesUnknownTags()
    Method getReader(int)
    Method getReader(int, int, int, Tag)
    Method getStyleSheet()
    Method getTokenThreshold()
    Method insertAfterEnd(Element, String)
    Method insertAfterStart(Element, String)
    Method insertBeforeEnd(Element, String)
    Method insertBeforeStart(Element, String)
    Method processHTMLFrameHyperlinkEvent(HTMLFrameHyperlinkEvent)
    Method setBase(URL)
    Method setInnerHTML(Element, String)
    Method setOuterHTML(Element, String)
    Method setParser(Parser)
    Method setPreservesUnknownTags(boolean)
    Method setTokenThreshold(int)

  Class HTMLEditorKit

  Class HTMLEditorKit.HTMLTextAction

  Class HTMLEditorKit
    Method clone()

  Class HTMLFrameHyperlinkEvent
    Method getSourceElement()

  Class InlineView

  Class ListView

  Class MinimalHTMLWriter

  Class ObjectView

  Class Option

  Class ParagraphView
    Method getMaximumSpan(int)
    Method getMinimumSpan(int)
    Method getPreferredSpan(int)
    Method isVisible()

  Class StyleSheet
    Method getRule(Tag, Element)

Package javax.swing.text.html.parser
  Class AttributeList
    Method getModifier()

  Class ContentModel

  Class DTD
    DTD(String)
    Method defAttributeList(String, int, int, String, String, AttributeList)
    Method defContentModel(int, Object, ContentModel)
    Method defElement(String, int, boolean, boolean, ContentModel, String[], String[], AttributeList)
    Method defEntity(String, int, String)
    Method defEntity(String, int, int)
    Method defineAttributes(String, AttributeList)
    Method defineElement(String, int, boolean, boolean, ContentModel, BitSet, BitSet, AttributeList)
    Method defineEntity(String, int, char[])
    Method getDTD(String)
    Method getElement(String)
    Method getElement(int)
    Method getEntity(String)
    Method getEntity(int)
    Method getName()
    Method toString()

  Class DTDConstants

  Class DocumentParser

  Class Element

  Class Entity
    Entity(String, int, char[])
    Method getData()
    Method getName()
    Method getString()
    Method getType()
    Method isGeneral()
    Method isParameter()

  Class Parser

  Class ParserDelegator

  Class TagElement

Package javax.swing.text.rtf
  Class RTFEditorKit
    Method clone()

Package javax.swing.tree
  Class AbstractLayoutCache

  Class AbstractLayoutCache.NodeDimensions
    Method getNodeDimensions(Object, int, int, boolean, Rectangle)

  Class AbstractLayoutCache
    Method getBounds(TreePath, Rectangle)
    Method getExpandedState(TreePath)
    Method getModel()
    Method getNodeDimensions()
    Method getNodeDimensions(Object, int, int, boolean, Rectangle)
    Method getPathClosestTo(int, int)
    Method getPathForRow(int)
    Method getPreferredHeight()
    Method getPreferredWidth(Rectangle)
    Method getRowCount()
    Method getRowForPath(TreePath)
    Method getRowsForPaths(TreePath[])
    Method getSelectionModel()
    Method getVisibleChildCount(TreePath)
    Method getVisiblePathsFrom(TreePath)
    Method invalidatePathBounds(TreePath)
    Method invalidateSizes()
    Method setExpandedState(TreePath, boolean)
    Method setModel(TreeModel)
    Method setNodeDimensions(NodeDimensions)
    Method setRootVisible(boolean)
    Method setSelectionModel(TreeSelectionModel)
    Method treeNodesChanged(TreeModelEvent)
    Method treeNodesInserted(TreeModelEvent)
    Method treeNodesRemoved(TreeModelEvent)
    Method treeStructureChanged(TreeModelEvent)

  Class DefaultMutableTreeNode
    Method getPreviousNode()

  Class DefaultTreeCellEditor

  Class DefaultTreeCellEditor.DefaultTextField
    DefaultTreeCellEditor.DefaultTextField(Border)
    Method getPreferredSize()
    Method setBorder(Border)

  Class DefaultTreeCellEditor.EditorContainer
    DefaultTreeCellEditor.EditorContainer()
    Method doLayout()
    Method getPreferredSize()

  Class DefaultTreeCellEditor
    DefaultTreeCellEditor(JTree, DefaultTreeCellRenderer)
    DefaultTreeCellEditor(JTree, DefaultTreeCellRenderer, TreeCellEditor)
    Method addCellEditorListener(CellEditorListener)
    Method canEditImmediately(EventObject)
    Method cancelCellEditing()
    Method createContainer()
    Method createTreeCellEditor()
    Method getBorderSelectionColor()
    Method getCellEditorValue()
    Method getFont()
    Method getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int)
    Method inHitRegion(int, int)
    Method isCellEditable(EventObject)
    Method removeCellEditorListener(CellEditorListener)
    Method setBorderSelectionColor(Color)
    Method setFont(Font)
    Method setTree(JTree)
    Method shouldSelectCell(EventObject)
    Method shouldStartEditingTimer(EventObject)
    Method stopCellEditing()
    Method valueChanged(TreeSelectionEvent)
    Field canEdit
    Field editingComponent
    Field editingContainer
    Field font
    Field lastPath
    Field lastRow
    Field offset
    Field tree

  Class DefaultTreeCellRenderer
    Method getFont()
    Field borderSelectionColor

  Class DefaultTreeModel
    Method getIndexOfChild(Object, Object)
    Method getListeners(Class)
    Method setRoot(TreeNode)

  Class DefaultTreeSelectionModel
    Method getListeners(Class)
    Method isRowSelected(int)

  Class ExpandVetoException

  Class FixedHeightLayoutCache

  Class MutableTreeNode

  Class RowMapper

  Class TreeCellEditor
    Method getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int)

  Class TreeCellRenderer
    Method getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean)

  Class TreeModel
    Method addTreeModelListener(TreeModelListener)
    Method getChild(Object, int)
    Method getChildCount(Object)
    Method getIndexOfChild(Object, Object)
    Method getRoot()
    Method isLeaf(Object)
    Method removeTreeModelListener(TreeModelListener)
    Method valueForPathChanged(TreePath, Object)

  Class TreeNode
    Method children()

  Class TreePath

  Class TreeSelectionModel
    Method isRowSelected(int)

  Class VariableHeightLayoutCache
    Method getBounds(TreePath, Rectangle)
    Method getExpandedState(TreePath)
    Method getPathClosestTo(int, int)
    Method getPathForRow(int)
    Method getPreferredHeight()
    Method getPreferredWidth(Rectangle)
    Method getRowCount()
    Method getRowForPath(TreePath)
    Method getVisibleChildCount(TreePath)
    Method getVisiblePathsFrom(TreePath)
    Method invalidatePathBounds(TreePath)
    Method invalidateSizes()
    Method isExpanded(TreePath)
    Method setExpandedState(TreePath, boolean)
    Method setModel(TreeModel)
    Method setNodeDimensions(NodeDimensions)
    Method setRootVisible(boolean)
    Method treeNodesChanged(TreeModelEvent)
    Method treeNodesInserted(TreeModelEvent)
    Method treeNodesRemoved(TreeModelEvent)
    Method treeStructureChanged(TreeModelEvent)

Package javax.swing.undo
  Class AbstractUndoableEdit
    Method addEdit(UndoableEdit)
    Method canRedo()
    Method canUndo()
    Method die()
    Method getPresentationName()
    Method getRedoPresentationName()
    Method getUndoPresentationName()
    Method isSignificant()
    Method redo()
    Method replaceEdit(UndoableEdit)
    Method undo()
    Field RedoName
    Field UndoName

  Class CannotRedoException

  Class CannotUndoException

  Class CompoundEdit
    Method addEdit(UndoableEdit)
    Method canRedo()
    Method canUndo()
    Method die()
    Method end()
    Method getPresentationName()
    Method getRedoPresentationName()
    Method getUndoPresentationName()
    Method isSignificant()
    Method lastEdit()
    Method redo()
    Method undo()
    Field edits

  Class StateEdit

  Class UndoManager
    Method addEdit(UndoableEdit)
    Method redo()

  Class UndoableEdit
    Method addEdit(UndoableEdit)
    Method canRedo()
    Method canUndo()
    Method die()
    Method getPresentationName()
    Method getRedoPresentationName()
    Method getUndoPresentationName()
    Method isSignificant()
    Method replaceEdit(UndoableEdit)

  Class UndoableEditSupport
    UndoableEditSupport()
    UndoableEditSupport(Object)
    Method _postEdit(UndoableEdit)
    Method addUndoableEditListener(UndoableEditListener)
    Method createCompoundEdit()
    Method endUpdate()
    Method getUpdateLevel()
    Method postEdit(UndoableEdit)
    Method removeUndoableEditListener(UndoableEditListener)
    Method toString()

Package org.omg.CORBA
  Class Any
    Method extract_Principal()
    Method extract_fixed()
    Method insert_Principal(Principal)
    Method insert_Streamable(Streamable)
    Method insert_fixed(BigDecimal, TypeCode)
    Method write_value(OutputStream)

  Class AnyHolder

  Class AnySeqHelper

  Class AnySeqHolder

  Class BAD_CONTEXT

  Class BAD_INV_ORDER

  Class BAD_OPERATION

  Class BAD_PARAM

  Class BAD_POLICY

  Class BAD_POLICY_TYPE

  Class BAD_POLICY_VALUE

  Class BAD_TYPECODE

  Class BooleanHolder

  Class BooleanSeqHelper

  Class BooleanSeqHolder

  Class Bounds

  Class ByteHolder

  Class COMM_FAILURE

  Class CharHolder

  Class CharSeqHelper

  Class CharSeqHolder

  Class CompletionStatusHelper

  Class Context
    Method get_values(String, int, String)
    Method set_values(NVList)

  Class Current

  Class CurrentHelper

  Class CurrentHolder

  Class CurrentOperations

  Class CustomMarshal

  Class DATA_CONVERSION

  Class DataInputStream

  Class DataOutputStream

  Class DefinitionKindHelper

  Class DomainManager

  Class DomainManagerOperations
    Method get_domain_policy(int)

  Class DoubleHolder

  Class DoubleSeqHelper

  Class DoubleSeqHolder

  Class DynAny

  Class DynArray

  Class DynEnum

  Class DynamicImplementation
    Method invoke(ServerRequest)

  Class FREE_MEM

  Class FieldNameHelper

  Class FixedHolder

  Class FloatHolder

  Class FloatSeqHelper

  Class FloatSeqHolder

  Class IDLTypeHelper

  Class IMP_LIMIT

  Class INITIALIZE

  Class INTERNAL
    INTERNAL()

  Class INTF_REPOS

  Class INVALID_TRANSACTION
    INVALID_TRANSACTION()

  Class INV_FLAG

  Class INV_IDENT

  Class INV_OBJREF
    INV_OBJREF()

  Class INV_POLICY

  Class IRObjectOperations
    Method destroy()

  Class IdentifierHelper

  Class IntHolder

  Class LongHolder

  Class LongLongSeqHelper

  Class LongLongSeqHolder

  Class LongSeqHelper

  Class LongSeqHolder

  Class MARSHAL

  Class NO_IMPLEMENT
    NO_IMPLEMENT(String, int, CompletionStatus)
    NO_IMPLEMENT(int, CompletionStatus)

  Class NO_MEMORY

  Class NO_PERMISSION

  Class NO_RESOURCES

  Class NO_RESPONSE

  Class NVList
    Method add_value(String, Any, int)

  Class NameValuePair

  Class NameValuePairHelper

  Class OBJECT_NOT_EXIST

  Class OBJ_ADAPTER

  Class ORB
    Method connect(Object)
    Method create_abstract_interface_tc(String, String)
    Method create_basic_dyn_any(TypeCode)
    Method create_dyn_any(Any)
    Method create_dyn_array(TypeCode)
    Method create_dyn_enum(TypeCode)
    Method create_dyn_sequence(TypeCode)
    Method create_dyn_struct(TypeCode)
    Method create_dyn_union(TypeCode)
    Method create_fixed_tc(short, short)
    Method create_native_tc(String, String)
    Method create_policy(int, Any)
    Method create_recursive_sequence_tc(int, int)
    Method create_recursive_tc(String)
    Method create_sequence_tc(int, TypeCode)
    Method create_value_box_tc(String, String, TypeCode)
    Method create_value_tc(String, String, short, TypeCode, ValueMember[])
    Method destroy()
    Method disconnect(Object)
    Method get_current()
    Method get_service_information(short, ServiceInformationHolder)
    Method perform_work()
    Method run()
    Method shutdown(boolean)
    Method work_pending()

  Class ObjectHolder

  Class OctetSeqHelper

  Class OctetSeqHolder

  Class PERSIST_STORE

  Class PRIVATE_MEMBER

  Class PUBLIC_MEMBER

  Class Policy

  Class PolicyError

  Class PolicyHelper

  Class PolicyHolder

  Class PolicyListHelper

  Class PolicyListHolder

  Class PolicyOperations
    Method copy()
    Method destroy()
    Method policy_type()

  Class PolicyTypeHelper

  Class PrincipalHolder

  Class RepositoryIdHelper

  Class ServerRequest
    Method operation()
    Method result(Any)
    Method set_exception(Any)
    Method set_result(Any)

  Class ServiceDetail

  Class ServiceInformation

  Class ServiceInformationHolder

  Class SetOverrideType
    SetOverrideType(int)
    Method from_int(int)

  Class SetOverrideTypeHelper

  Class ShortHolder

  Class ShortSeqHelper

  Class ShortSeqHolder

  Class StringHolder
    Method _type()

  Class StringValueHelper

  Class StructMember
    StructMember(String, TypeCode, IDLType)

  Class StructMemberHelper

  Class TCKind
    TCKind(int)
    Method from_int(int)

  Class TRANSACTION_REQUIRED

  Class TRANSACTION_ROLLEDBACK

  Class TRANSIENT

  Class TypeCode
    Method fixed_digits()
    Method fixed_scale()

  Class TypeCodeHolder

  Class ULongLongSeqHelper

  Class ULongLongSeqHolder

  Class ULongSeqHelper

  Class ULongSeqHolder

  Class UNKNOWN

  Class UNSUPPORTED_POLICY

  Class UNSUPPORTED_POLICY_VALUE

  Class UShortSeqHelper

  Class UShortSeqHolder

  Class UnionMember
    UnionMember(String, Any, TypeCode, IDLType)

  Class UnionMemberHelper

  Class UnknownUserException
    UnknownUserException(Any)

  Class UserException
    UserException(String)

  Class VM_CUSTOM

  Class VM_NONE

  Class VM_TRUNCATABLE

  Class ValueBaseHolder

  Class ValueMember
    ValueMember(String, String, String, String, TypeCode, IDLType, short)
    Field defined_in
    Field id
    Field type
    Field version

  Class ValueMemberHelper

  Class VersionSpecHelper

  Class VisibilityHelper

  Class WCharSeqHelper

  Class WCharSeqHolder

  Class WStringValueHelper

  Class _IDLTypeStub

  Class _PolicyStub

Package org.omg.CORBA.DynAnyPackage
  Class InvalidValue

Package org.omg.CORBA.portable
  Class Delegate
    Method equals(Object, Object)
    Method hashCode(Object)
    Method toString(Object)

  Class InputStream
    Method orb()
    Method read_Context()
    Method read_Object()
    Method read_Object(Class)
    Method read_Principal()
    Method read_TypeCode()
    Method read_any()
    Method read_boolean()
    Method read_char()
    Method read_double()
    Method read_fixed()
    Method read_float()
    Method read_long()
    Method read_long_array(int[], int, int)
    Method read_longlong()
    Method read_longlong_array(long[], int, int)
    Method read_octet()
    Method read_octet_array(byte[], int, int)
    Method read_short()
    Method read_string()
    Method read_ulong()
    Method read_ulong_array(int[], int, int)
    Method read_ulonglong()
    Method read_ulonglong_array(long[], int, int)
    Method read_ushort()
    Method read_wchar()
    Method read_wstring()

  Class ObjectImpl
    Method _request(String, boolean)

  Class OutputStream
    Method orb()
    Method write(int)
    Method write_Context(Context, ContextList)
    Method write_fixed(BigDecimal)

  Class StreamableValue

Package org.omg.CORBA_2_3.portable
  Class Delegate

  Class InputStream
    Method read_abstract_interface()
    Method read_abstract_interface(Class)
    Method read_value()
    Method read_value(BoxedValueHelper)
    Method read_value(Class)
    Method read_value(Serializable)
    Method read_value(String)

  Class ObjectImpl

  Class OutputStream
    Method write_abstract_interface(Object)
    Method write_value(Serializable)
    Method write_value(Serializable, BoxedValueHelper)
    Method write_value(Serializable, Class)
    Method write_value(Serializable, String)

Package org.omg.CosNaming
  Class BindingIteratorOperations

  Class NamingContext

  Class NamingContextOperations

Package org.omg.SendingContext
  Class RunTime

  Class RunTimeOperations