Generated by
JDiff

All Documentation Differences

Package java.awt
  Class AWTEventMulticaster

  Class AWTPermission
    AWTPermission(String, String)

  Class ActiveEvent
    Method dispatch()

  Class AlphaComposite
    Method equals(Object)
    Method getAlpha()
    Method getInstance(int, float)

  Class BufferCapabilities
    Method getFlipContents()
    Method isPageFlipping()

  Class Choice
    Method getSelectedIndex()

  Class Color
    Method equals(Object)

  Class Component
    Method addMouseMotionListener(MouseMotionListener)
    Method addPropertyChangeListener(String, PropertyChangeListener)
    Method getPropertyChangeListeners(String)
    Method imageUpdate(Image, int, int, int, int, int)
    Method paint(Graphics)
    Method processMouseMotionEvent(MouseEvent)
    Method removeMouseMotionListener(MouseMotionListener)
    Method removePropertyChangeListener(String, PropertyChangeListener)
    Method repaint()
    Method repaint(int, int, int, int)
    Method repaint(long)
    Method repaint(long, int, int, int, int)
    Method setIgnoreRepaint(boolean)
    Method transferFocusUpCycle()
    Method update(Graphics)

  Class Container
    Method add(Component)
    Method add(Component, Object)
    Method add(Component, Object, int)
    Method add(Component, int)
    Method add(String, Component)
    Method addNotify()
    Method removeNotify()
    Method validate()

  Class DefaultKeyboardFocusManager

  Class Dialog

  Class EventQueue
    Method dispatchEvent(AWTEvent)
    Method postEvent(AWTEvent)
    Method push(EventQueue)

  Class FlowLayout
    Method layoutContainer(Container)

  Class Font
    Method equals(Object)

  Class Frame
    Method getIconImage()
    Method getMaximizedBounds()
    Method setMaximizedBounds(Rectangle)
    Method setUndecorated(boolean)

  Class GraphicsConfiguration

  Class GraphicsDevice

  Class GraphicsEnvironment
    Method createGraphics(BufferedImage)
    Method getAllFonts()
    Method getCenterPoint()
    Method getDefaultScreenDevice()
    Method getLocalGraphicsEnvironment()
    Method getMaximumWindowBounds()
    Method getScreenDevices()
    Method isHeadless()
    Method isHeadlessInstance()

  Class GridBagLayout
    Method AdjustForGravity(GridBagConstraints, Rectangle)
    Method ArrangeGrid(Container)
    Method GetLayoutInfo(Container, int)
    Method GetMinSize(Container, GridBagLayoutInfo)
    Method adjustForGravity(GridBagConstraints, Rectangle)
    Method arrangeGrid(Container)
    Method getLayoutAlignmentX(Container)
    Method getLayoutAlignmentY(Container)
    Method getLayoutInfo(Container, int)
    Method getMinSize(Container, GridBagLayoutInfo)
    Method layoutContainer(Container)
    Method lookupConstraints(Component)
    Method maximumLayoutSize(Container)
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)
    Field comptable

  Class GridLayout
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)

  Class JobAttributes

  Class JobAttributes.MultipleDocumentHandlingType
    Field SEPARATE_DOCUMENTS_COLLATED_COPIES
    Field SEPARATE_DOCUMENTS_UNCOLLATED_COPIES

  Class JobAttributes
    Method getMultipleDocumentHandling()
    Method setMultipleDocumentHandling(MultipleDocumentHandlingType)
    Method setMultipleDocumentHandlingToDefault()

  Class KeyboardFocusManager
    Method addPropertyChangeListener(String, PropertyChangeListener)
    Method getPropertyChangeListeners(String)
    Method getVetoableChangeListeners(String)
    Method removePropertyChangeListener(String, PropertyChangeListener)

  Class List

  Class Menu

  Class MenuComponent

  Class MenuComponent.AccessibleAWTMenuComponent

  Class Point
    Method setLocation(double, double)

  Class Polygon
    Method contains(Rectangle2D)

  Class Robot
    Method delay(int)

  Class Scrollbar
    Method setMinimum(int)

  Class Toolkit
    Method createCustomCursor(Image, Point, String)
    Method getScreenSize()

  Class Window
    Method getFocusTraversalKeys(int)
    Method getOwner()

Package java.awt.datatransfer
  Class DataFlavor
    Method getTextPlainUnicodeFlavor()

  Class SystemFlavorMap

Package java.awt.dnd
  Class DragSource
    DragSource()
    Method addDragSourceListener(DragSourceListener)
    Method addDragSourceMotionListener(DragSourceMotionListener)
    Method createDefaultDragGestureRecognizer(Component, int, DragGestureListener)
    Method createDragGestureRecognizer(Class, Component, int, DragGestureListener)
    Method createDragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener)
    Method getDefaultDragSource()
    Method getDragSourceListeners()
    Method getDragSourceMotionListeners()
    Method getListeners(Class)
    Method isDragImageSupported()
    Method removeDragSourceListener(DragSourceListener)
    Method removeDragSourceMotionListener(DragSourceMotionListener)
    Method startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener)
    Method startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener, FlavorMap)
    Method startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener)
    Method startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener, FlavorMap)

  Class DragSourceContext
    DragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener)
    Method dragDropEnd(DragSourceDropEvent)
    Method dragEnter(DragSourceDragEvent)
    Method dragExit(DragSourceEvent)
    Method dragMouseMoved(DragSourceDragEvent)
    Method dragOver(DragSourceDragEvent)
    Method dropActionChanged(DragSourceDragEvent)
    Method getComponent()
    Method getCursor()
    Method getDragSource()
    Method getSourceActions()
    Method getTransferable()
    Method getTrigger()
    Method removeDragSourceListener(DragSourceListener)
    Method setCursor(Cursor)
    Method transferablesFlavorsChanged()
    Method updateCurrentCursor(int, int, int)

  Class DropTarget
    DropTarget()
    DropTarget(Component, DropTargetListener)
    DropTarget(Component, int, DropTargetListener)
    DropTarget(Component, int, DropTargetListener, boolean)
    DropTarget(Component, int, DropTargetListener, boolean, FlavorMap)
    Method addDropTargetListener(DropTargetListener)
    Method createDropTargetContext()
    Method getComponent()
    Method getDefaultActions()
    Method getDropTargetContext()
    Method getFlavorMap()
    Method isActive()
    Method removeDropTargetListener(DropTargetListener)
    Method setActive(boolean)
    Method setFlavorMap(FlavorMap)

Package java.awt.event
  Class KeyEvent

  Class MouseEvent
    Field MOUSE_DRAGGED
    Field MOUSE_MOVED

  Class MouseMotionAdapter

  Class MouseMotionListener
    Method mouseMoved(MouseEvent)

  Class MouseWheelEvent

Package java.awt.font
  Class GlyphVector
    Method getLayoutFlags()

  Class TextAttribute
    Field WEIGHT

Package java.awt.geom
  Class AffineTransform

Package java.awt.image
  Class AreaAveragingScaleFilter

  Class BufferedImage
    Method getHeight()
    Method getHeight(ImageObserver)
    Method getWidth()
    Method getWidth(ImageObserver)
    Field TYPE_INT_BGR

  Class ReplicateScaleFilter

Package java.awt.print
  Class PrinterJob
    Method lookupStreamPrintServices(String)

Package java.beans
  Class EventHandler

  Class Introspector
    Method getBeanInfoSearchPath()

  Class XMLDecoder
    Method readObject()

  Class XMLEncoder
    Method writeExpression(Expression)
    Method writeStatement(Statement)

Package java.beans.beancontext
  Class BeanContext

  Class BeanContextChild

  Class BeanContextChildComponentProxy

  Class BeanContextChildSupport

  Class BeanContextContainerProxy

  Class BeanContextMembershipEvent
    BeanContextMembershipEvent(BeanContext, Collection)

  Class BeanContextProxy

  Class BeanContextSupport

Package java.io
  Class DataInputStream
    DataInputStream(InputStream)
    Method readUTF()

  Class DataOutput
    Method writeUTF(String)

  Class File
    Method compareTo(File)
    Method createNewFile()
    Method createTempFile(String, String, File)
    Method deleteOnExit()
    Method equals(Object)
    Method getAbsolutePath()
    Method getCanonicalPath()
    Method hashCode()
    Method isAbsolute()
    Method isHidden()
    Method renameTo(File)
    Field pathSeparatorChar
    Field separatorChar

  Class FileFilter

  Class FileInputStream

  Class FileOutputStream

  Class FileReader
    FileReader(File)
    FileReader(String)

  Class FileWriter
    FileWriter(File)
    FileWriter(File, boolean)
    FileWriter(String)
    FileWriter(String, boolean)

  Class ObjectInputStream
    ObjectInputStream(InputStream)
    Method readUTF()
    Method resolveClass(ObjectStreamClass)
    Method resolveProxyClass(String[])

  Class ObjectOutputStream
    ObjectOutputStream(OutputStream)

  Class RandomAccessFile

  Class SerializablePermission
    SerializablePermission(String, String)

  Class StreamTokenizer
    Method commentChar(int)
    Method quoteChar(int)
    Method toString()
    Method whitespaceChars(int, int)

Package java.lang
  Class Byte

  Class CharSequence

  Class Class
    Method getDeclaredField(String)
    Method getDeclaredMethod(String, Class[])
    Method getField(String)
    Method getMethod(String, Class[])

  Class ClassLoader
    ClassLoader()

  Class Double
    Method longBitsToDouble(long)
    Field MAX_VALUE
    Field MIN_VALUE

  Class Float
    Method intBitsToFloat(int)
    Field MAX_VALUE
    Field MIN_VALUE

  Class Integer

  Class Long
    Long(String)

  Class Math
    Method max(long, long)
    Method sqrt(double)

  Class NumberFormatException

  Class Package
    Method hashCode()

  Class Process

  Class Runtime
    Method addShutdownHook(Thread)
    Method exec(String)
    Method exec(String, String[])
    Method exec(String, String[], File)
    Method exec(String[])
    Method exec(String[], String[])
    Method exec(String[], String[], File)
    Method exit(int)

  Class RuntimePermission
    RuntimePermission(String, String)

  Class Short

  Class StrictMath
    Method max(long, long)
    Method sqrt(double)

  Class String
    String()
    String(String)
    String(byte[])
    String(byte[], String)
    String(byte[], int, int)
    String(byte[], int, int, String)
    Method compareToIgnoreCase(String)

  Class StringBuffer
    StringBuffer(String)
    Method setCharAt(int, char)
    Method setLength(int)

  Class Throwable

Package java.lang.reflect
  Class Proxy
    Method getProxyClass(ClassLoader, Class[])
    Method newProxyInstance(ClassLoader, Class[], InvocationHandler)

  Class ReflectPermission
    ReflectPermission(String, String)

Package java.math
  Class BigDecimal
    BigDecimal(BigInteger, int)
    BigDecimal(double)
    Method compareTo(Object)
    Method doubleValue()
    Method equals(Object)
    Method floatValue()
    Method intValue()
    Method longValue()
    Method max(BigDecimal)
    Method min(BigDecimal)
    Method setScale(int)
    Method setScale(int, int)
    Method toBigInteger()
    Method valueOf(long)
    Method valueOf(long, int)

  Class BigInteger
    BigInteger(String, int)
    BigInteger(int, int, Random)
    Method doubleValue()
    Method floatValue()
    Method intValue()
    Method isProbablePrime(int)
    Method longValue()
    Method toByteArray()
    Method toString()
    Method toString(int)
    Method valueOf(long)

Package java.net
  Class DatagramPacket
    DatagramPacket(byte[], int, SocketAddress)
    DatagramPacket(byte[], int, int, SocketAddress)

  Class DatagramSocket
    Method getRemoteSocketAddress()

  Class DatagramSocketImplFactory
    Method createDatagramSocketImpl()

  Class HttpURLConnection
    Method getResponseCode()

  Class InetAddress

  Class InetSocketAddress
    InetSocketAddress(String, int)
    Method equals(Object)

  Class MulticastSocket
    Method getNetworkInterface()
    Method joinGroup(SocketAddress, NetworkInterface)
    Method leaveGroup(SocketAddress, NetworkInterface)

  Class NetPermission
    NetPermission(String, String)

  Class NetworkInterface
    Method getByInetAddress(InetAddress)
    Method getByName(String)

  Class ServerSocket
    ServerSocket(int)
    Method getInetAddress()

  Class Socket
    Method getInputStream()
    Method getRemoteSocketAddress()

  Class SocketOptions
    Field IP_MULTICAST_IF
    Field IP_MULTICAST_IF2

  Class URI
    Method resolve(String)

  Class URL
    Method getFile()

  Class URLClassLoader

  Class URLConnection

  Class URLDecoder
    Method decode(String, String)

  Class URLEncoder
    Method encode(String, String)

  Class URLStreamHandler
    Method setURL(URL, String, String, int, String, String)
    Method setURL(URL, String, String, int, String, String, String, String, String)

Package java.nio
  Class ByteBuffer
    Method compact()

  Class CharBuffer
    Method compact()

  Class DoubleBuffer
    Method compact()

  Class FloatBuffer
    Method compact()

  Class IntBuffer
    Method compact()

  Class LongBuffer
    Method compact()

  Class MappedByteBuffer

  Class ShortBuffer
    Method compact()

Package java.nio.channels
  Class InterruptibleChannel

Package java.nio.channels.spi
  Class AbstractInterruptibleChannel

  Class AbstractSelectableChannel

Package java.nio.charset
  Class CharsetDecoder

  Class CharsetEncoder

  Class CoderResult

Package java.rmi
  Class MarshalledObject

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

  Class Remote

Package java.rmi.activation
  Class Activatable

  Class ActivationGroup
    Method getSystem()
    Method setSystem(ActivationSystem)

  Class ActivationInstantiator
    Method newInstance(ActivationID, ActivationDesc)

  Class ActivationSystem
    Method getActivationDesc(ActivationID)
    Method getActivationGroupDesc(ActivationGroupID)
    Method setActivationDesc(ActivationID, ActivationDesc)
    Method setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc)

Package java.rmi.server
  Class LogStream
    Method getDefaultStream()
    Method getOutputStream()
    Method setDefaultStream(PrintStream)
    Method setOutputStream(OutputStream)

  Class ObjID
    Field ACTIVATOR_ID
    Field DGC_ID
    Field REGISTRY_ID

  Class RMIClassLoader
    Method getClassAnnotation(Class)

  Class RMIClassLoaderSpi
    Method getClassAnnotation(Class)

  Class RMISocketFactory
    Method setFailureHandler(RMIFailureHandler)
    Method setSocketFactory(RMISocketFactory)

  Class RemoteObject
    Method getRef()
    Field ref

  Class RemoteServer
    Method getLog()
    Method setLog(OutputStream)

Package java.security
  Class BasicPermission
    BasicPermission(String, String)

  Class KeyFactory
    Method getInstance(String)

  Class Permissions

  Class Provider

  Class Security
    Method getProviders(Map)
    Method getProviders(String)

  Class SecurityPermission
    SecurityPermission(String, String)

  Class UnresolvedPermission

Package java.security.cert
  Class X509CRL
    Method getIssuerX500Principal()

  Class X509CRLSelector

  Class X509Certificate
    Method getIssuerX500Principal()
    Method getSubjectX500Principal()

Package java.sql
  Class CallableStatement
    Method setNull(String, int, String)

  Class Connection
    Method prepareStatement(String, int)

  Class DatabaseMetaData
    Method getAttributes(String, String, String, String)
    Method getBestRowIdentifier(String, String, String, int, boolean)
    Method getColumns(String, String, String, String)
    Method getProcedureColumns(String, String, String, String)
    Method getSQLStateType()
    Method getTypeInfo()
    Method getUDTs(String, String, String, int[])
    Method getVersionColumns(String, String, String)
    Method supportsStatementPooling()

  Class PreparedStatement
    Method setDate(int, Date, Calendar)
    Method setTime(int, Time, Calendar)

  Class ResultSet
    Method getObject(String)
    Method getObject(int)
    Method setFetchSize(int)

  Class Timestamp
    Method compareTo(Object)
    Method compareTo(Timestamp)
    Method toString()

Package java.text
  Class Bidi
    Bidi(AttributedCharacterIterator)

  Class DecimalFormatSymbols

  Class RuleBasedCollator

Package java.util
  Class Arrays
    Method sort(Object[])
    Method sort(Object[], Comparator)
    Method sort(Object[], int, int)
    Method sort(Object[], int, int, Comparator)

  Class Calendar

  Class Collections
    Method sort(List)
    Method sort(List, Comparator)

  Class Date

  Class GregorianCalendar

  Class HashMap

  Class Hashtable
    Method containsKey(Object)
    Method containsValue(Object)
    Method get(Object)
    Method remove(Object)

  Class List
    Method containsAll(Collection)

  Class Properties

  Class Random

  Class TimeZone

  Class WeakHashMap

Package java.util.jar
  Class Attributes

  Class Attributes.Name

  Class Attributes
    Method getValue(String)

  Class JarFile

  Class Manifest

Package java.util.logging
  Class Level
    Field ALL
    Field CONFIG
    Field FINE
    Field FINER
    Field FINEST
    Field INFO
    Field OFF
    Field SEVERE
    Field WARNING

  Class LoggingPermission
    LoggingPermission(String, String)

  Class SocketHandler

Package java.util.prefs
  Class Preferences
    Method nodeExists(String)
    Method removeNode()

Package java.util.regex
  Class Matcher
    Method appendReplacement(StringBuffer, String)
    Method groupCount()

  Class Pattern

Package java.util.zip
  Class Deflater

  Class DeflaterOutputStream

  Class GZIPInputStream

  Class GZIPOutputStream

  Class Inflater

  Class InflaterInputStream

  Class ZipEntry

  Class ZipFile
    Method close()
    Method getInputStream(ZipEntry)

  Class ZipInputStream

  Class ZipOutputStream

Package javax.imageio
  Class ImageReader
    Method dispose()

  Class ImageWriteParam
    Method setCompressionQuality(float)

  Class ImageWriter
    Method dispose()

Package javax.imageio.metadata
  Class IIOMetadata
    Method reset()

  Class IIOMetadataNode

Package javax.naming
  Class CompositeName

  Class CompoundName

Package javax.naming.directory
  Class ModificationItem

Package javax.naming.ldap
  Class InitialLdapContext

Package javax.security.auth
  Class AuthPermission
    AuthPermission(String, String)

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

Package javax.security.auth.callback
  Class ChoiceCallback

  Class ConfirmationCallback

  Class LanguageCallback

  Class NameCallback

  Class PasswordCallback

  Class TextInputCallback

  Class TextOutputCallback

Package javax.security.auth.login
  Class AppConfigurationEntry

  Class LoginContext

Package javax.security.auth.x500
  Class X500Principal

Package javax.swing
  Class AbstractAction

  Class AbstractButton
    Method setMnemonic(int)

  Class ButtonGroup
    Method getButtonCount()

  Class DefaultCellEditor

  Class DefaultDesktopManager

  Class DefaultListSelectionModel
    Method insertIndexInterval(int, int, boolean)

  Class DesktopManager

  Class JCheckBox

  Class JColorChooser
    JColorChooser(ColorSelectionModel)
    Method setPreviewPanel(JComponent)

  Class JComboBox

  Class JComponent
    Method disable()
    Method enable()
    Method getTransferHandler()
    Method isMaximumSizeSet()
    Method isMinimumSizeSet()
    Method isPreferredSizeSet()
    Method setTransferHandler(TransferHandler)

  Class JDialog
    Method setContentPane(Container)
    Method setDefaultLookAndFeelDecorated(boolean)

  Class JEditorPane

  Class JFileChooser
    Method getAcceptAllFileFilter()
    Method setMultiSelectionEnabled(boolean)

  Class JFormattedTextField

  Class JFrame
    Method setContentPane(Container)
    Method setDefaultCloseOperation(int)
    Method setDefaultLookAndFeelDecorated(boolean)

  Class JInternalFrame
    Method pack()

  Class JLabel

  Class JList
    Method addListSelectionListener(ListSelectionListener)
    Method getListSelectionListeners()

  Class JMenu

  Class JMenuItem

  Class JPopupMenu
    Method setLightWeightPopupEnabled(boolean)

  Class JProgressBar
    Method setIndeterminate(boolean)

  Class JRootPane
    Method setContentPane(Container)

  Class JSpinner
    Method createEditor(SpinnerModel)
    Method fireStateChanged()

  Class JTabbedPane
    JTabbedPane()
    JTabbedPane(int)
    Method setTabLayoutPolicy(int)
    Field SCROLL_TAB_LAYOUT

  Class JTable
    Method getCellRect(int, int, boolean)

  Class JTextArea

  Class JTree
    Method expandPath(TreePath)

  Class JViewport

  Class Popup

  Class PopupFactory

  Class RepaintManager

  Class ScrollPaneLayout

  Class SizeRequirements

  Class SpinnerModel

  Class Spring

  Class SpringLayout

  Class SwingUtilities
    Method computeUnion(int, int, int, int, Rectangle)
    Method paintComponent(Graphics, Component, Container, Rectangle)
    Method paintComponent(Graphics, Component, Container, int, int, int, int)

  Class ToolTipManager

  Class WindowConstants
    Field EXIT_ON_CLOSE

Package javax.swing.filechooser
  Class FileSystemView

Package javax.swing.plaf.basic
  Class BasicButtonListener

  Class BasicColorChooserUI

  Class BasicComboBoxEditor

  Class BasicComboBoxUI

  Class BasicComboBoxUI.ItemHandler

  Class BasicComboBoxUI.ListDataHandler

  Class BasicComboBoxUI.PropertyChangeHandler

  Class BasicComboBoxUI
    Method addEditor()
    Method configureArrowButton()
    Method configureEditor()
    Method getDefaultSize()
    Method removeEditor()
    Method unconfigureArrowButton()
    Method unconfigureEditor()

  Class BasicComboPopup

  Class BasicComboPopup.ListDataHandler

  Class BasicComboPopup.PropertyChangeHandler

  Class BasicComboPopup
    Method configureList()
    Method installComboBoxModelListeners(ComboBoxModel)
    Method uninstallComboBoxModelListeners(ComboBoxModel)

  Class BasicEditorPaneUI

  Class BasicInternalFrameUI

  Class BasicInternalFrameUI.GlassPaneDispatcher
    Method mousePressed(MouseEvent)

  Class BasicListUI

  Class BasicLookAndFeel

  Class BasicMenuBarUI

  Class BasicMenuItemUI

  Class BasicMenuUI

  Class BasicOptionPaneUI

  Class BasicPopupMenuUI

  Class BasicProgressBarUI
    Method incrementAnimationIndex()
    Method setAnimationIndex(int)

  Class BasicRadioButtonUI

  Class BasicRootPaneUI

  Class BasicScrollBarUI

  Class BasicScrollPaneUI

  Class BasicScrollPaneUI.MouseWheelHandler

  Class BasicSpinnerUI

  Class BasicSplitPaneUI

  Class BasicTextAreaUI

  Class BasicTextUI

  Class BasicTreeUI

Package javax.swing.plaf.metal
  Class DefaultMetalTheme

  Class MetalBorders

  Class MetalButtonUI

  Class MetalComboBoxButton

  Class MetalComboBoxEditor

  Class MetalComboBoxUI

  Class MetalFileChooserUI

  Class MetalIconFactory

  Class MetalLookAndFeel
    Method provideErrorFeedback(Component)

  Class MetalRadioButtonUI

  Class MetalRootPaneUI

  Class MetalTheme

Package javax.swing.table
  Class TableColumn

Package javax.swing.text
  Class AbstractDocument
    Method replace(int, int, String, AttributeSet)
    Method setAsynchronousLoadPriority(int)

  Class BoxView

  Class ComponentView

  Class CompositeView

  Class DefaultCaret

  Class DefaultFormatter

  Class FlowView

  Class JTextComponent

  Class ParagraphView
    Method setLineSpacing(float)

  Class SimpleAttributeSet

  Class StyleConstants

  Class StyleConstants.ParagraphConstants
    Field LineSpacing

  Class StyleConstants
    Field LineSpacing

  Class TabStop

Package javax.swing.text.html
  Class HTMLDocument

  Class HTMLEditorKit

  Class StyleSheet

Package javax.swing.tree
  Class DefaultTreeCellEditor

  Class DefaultTreeSelectionModel
    Method fireValueChanged(TreeSelectionEvent)

  Class TreeModel

Package javax.swing.undo
  Class AbstractUndoableEdit

  Class CompoundEdit
    Method undo()

Package javax.xml.transform
  Class Transformer

Package org.omg.CosNaming
  Class IstringHelper

Package org.omg.CosNaming.NamingContextExtPackage
  Class InvalidAddress

  Class InvalidAddressHelper

  Class InvalidAddressHolder

Package org.omg.CosNaming.NamingContextPackage
  Class AlreadyBound

  Class AlreadyBoundHelper

  Class AlreadyBoundHolder

  Class CannotProceed

  Class CannotProceedHelper

  Class CannotProceedHolder

  Class InvalidName

  Class InvalidNameHelper

  Class InvalidNameHolder

  Class NotEmpty

  Class NotEmptyHelper

  Class NotEmptyHolder

  Class NotFound

  Class NotFoundHelper

  Class NotFoundHolder

Package org.omg.DynamicAny
  Class AnySeqHelper

  Class DynAnySeqHelper

  Class DynUnionOperations
    Method set_discriminator(DynAny)

  Class FieldNameHelper

  Class NameDynAnyPairSeqHelper

  Class NameValuePairSeqHelper

  Class _DynUnionStub
    Method set_discriminator(DynAny)

Package org.omg.DynamicAny.DynAnyFactoryPackage
  Class InconsistentTypeCode

  Class InconsistentTypeCodeHelper

Package org.omg.DynamicAny.DynAnyPackage
  Class InvalidValue

  Class InvalidValueHelper

  Class TypeMismatch

  Class TypeMismatchHelper

Package org.omg.IOP
  Class CodeSets

  Class ENCODING_CDR_ENCAPS

  Class TAG_ALTERNATE_IIOP_ADDRESS

  Class TAG_CODE_SETS

  Class TAG_INTERNET_IOP

  Class TAG_JAVA_CODEBASE

  Class TAG_MULTIPLE_COMPONENTS

  Class TAG_ORB_TYPE

  Class TAG_POLICIES

  Class TransactionService

Package org.omg.IOP.CodecFactoryPackage
  Class UnknownEncoding

  Class UnknownEncodingHelper

Package org.omg.IOP.CodecPackage
  Class FormatMismatch

  Class FormatMismatchHelper

  Class InvalidTypeForEncoding

  Class InvalidTypeForEncodingHelper

  Class TypeMismatch

  Class TypeMismatchHelper

Package org.omg.Messaging
  Class SYNC_WITH_TRANSPORT

Package org.omg.PortableInterceptor
  Class ForwardRequest

  Class ForwardRequestHelper

  Class InvalidSlot

  Class InvalidSlotHelper

  Class LOCATION_FORWARD

  Class SUCCESSFUL

  Class SYSTEM_EXCEPTION

  Class TRANSPORT_RETRY

  Class USER_EXCEPTION

Package org.omg.PortableInterceptor.ORBInitInfoPackage
  Class DuplicateName

  Class DuplicateNameHelper

  Class InvalidName

  Class InvalidNameHelper

Package org.omg.PortableServer
  Class ForwardRequest

  Class ForwardRequestHelper

  Class ID_ASSIGNMENT_POLICY_ID

  Class ID_UNIQUENESS_POLICY_ID

  Class IMPLICIT_ACTIVATION_POLICY_ID

  Class LIFESPAN_POLICY_ID

  Class REQUEST_PROCESSING_POLICY_ID

  Class SERVANT_RETENTION_POLICY_ID

  Class THREAD_POLICY_ID

Package org.omg.PortableServer.CurrentPackage
  Class NoContext

  Class NoContextHelper

Package org.omg.PortableServer.POAManagerPackage
  Class AdapterInactive

  Class AdapterInactiveHelper

Package org.omg.PortableServer.POAPackage
  Class AdapterAlreadyExists

  Class AdapterAlreadyExistsHelper

  Class AdapterNonExistent

  Class AdapterNonExistentHelper

  Class InvalidPolicy

  Class InvalidPolicyHelper

  Class NoServant

  Class NoServantHelper

  Class ObjectAlreadyActive

  Class ObjectAlreadyActiveHelper

  Class ObjectNotActive

  Class ObjectNotActiveHelper

  Class ServantAlreadyActive

  Class ServantAlreadyActiveHelper

  Class ServantNotActive

  Class ServantNotActiveHelper

  Class WrongAdapter

  Class WrongAdapterHelper

  Class WrongPolicy

  Class WrongPolicyHelper

Package org.xml.sax
  Class AttributeList

  Class Attributes

  Class ContentHandler

  Class DTDHandler

  Class DocumentHandler

  Class EntityResolver

  Class ErrorHandler

  Class HandlerBase

  Class InputSource
    Method getSystemId()

  Class Locator
    Method getColumnNumber()

  Class Parser

  Class SAXException

  Class SAXNotRecognizedException

  Class SAXNotSupportedException

  Class SAXParseException

  Class XMLFilter

  Class XMLReader

Package org.xml.sax.helpers
  Class AttributeListImpl

  Class AttributesImpl

  Class DefaultHandler
    Method resolveEntity(String, String)

  Class LocatorImpl

  Class NamespaceSupport

  Class ParserAdapter

  Class XMLFilterImpl

  Class XMLReaderAdapter