| Package | Description | 
|---|---|
| java.applet | 
 Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context. 
 | 
| java.awt | 
 Contains all of the classes for creating user
interfaces and for painting graphics and images. 
 | 
| java.beans | 
 Contains classes related to developing
beans -- components
based on the JavaBeans™ architecture. 
 | 
| java.lang | 
 Provides classes that are fundamental to the design of the Java
 programming language. 
 | 
| java.lang.invoke | 
 The  
java.lang.invoke package contains dynamic language support provided directly by
 the Java core class libraries and virtual machine. | 
| java.math | 
 Provides classes for performing arbitrary-precision integer
 arithmetic ( 
BigInteger) and arbitrary-precision decimal
 arithmetic (BigDecimal). | 
| java.net | 
 Provides the classes for implementing networking applications. 
 | 
| java.nio.channels | 
 Defines channels, which represent connections to entities that are capable of
 performing I/O operations, such as files and sockets; defines selectors, for
 multiplexed, non-blocking I/O operations. 
 | 
| java.nio.file | 
 Defines interfaces and classes for the Java virtual machine to access files,
 file attributes, and file systems. 
 | 
| java.nio.file.attribute | 
 Interfaces and classes providing access to file and file system attributes. 
 | 
| java.security | 
 Provides the classes and interfaces for the security framework. 
 | 
| java.security.cert | 
 Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and 
certification paths. 
 | 
| java.sql | 
 Provides the API for accessing and processing data stored in a 
data source (usually a relational database) using the 
JavaTM programming language. 
 | 
| java.util | 
 Contains the collections framework, legacy collection classes, event model,
date and time facilities, internationalization, and miscellaneous utility
classes (a string tokenizer, a random-number generator, and a bit array). 
 | 
| javax.lang.model.element | 
 Interfaces used to model elements of the Java programming language. 
 | 
| javax.lang.model.util | 
 Utilities to assist in the processing of
 program elements and
 types. 
 | 
| javax.management | 
 Provides the core classes for the Java Management Extensions. 
 | 
| javax.management.modelmbean | 
 Provides the definition of the ModelMBean classes. 
 | 
| javax.management.monitor | 
 Provides the definition of the monitor classes. 
 | 
| javax.management.openmbean | 
 Provides the open data types and Open MBean descriptor classes. 
 | 
| javax.management.relation | 
 Provides the definition of the Relation Service. 
 | 
| javax.management.remote | 
 Interfaces for remote access to
        JMX MBean servers. 
 | 
| javax.management.remote.rmi | 
 The RMI connector is a connector for the JMX Remote API that
      uses RMI to transmit client requests to a remote MBean server. 
 | 
| javax.swing | 
 Provides a set of "lightweight"
(all-Java language) components that,
to the maximum degree possible, work the same on all platforms. 
 | 
| javax.swing.border | 
 Provides classes and interface for drawing
specialized borders around a Swing component. 
 | 
| javax.swing.plaf.basic | 
 Provides user interface objects built according to the
Basic look and feel. 
 | 
| javax.swing.plaf.nimbus | 
 Provides user interface objects built according to the cross-platform
Nimbus look and feel. 
 | 
| javax.swing.plaf.synth | 
 
      Synth is a skinnable look and feel in which all painting is
      delegated. 
 | 
| javax.swing.text | 
 Provides classes and interfaces that deal with editable
and noneditable text components. 
 | 
| javax.tools | 
 Provides interfaces for tools which can be invoked from a program,
 for example, compilers. 
 | 
| javax.xml.bind | 
 
        Provides a runtime binding framework for client applications including
        unmarshalling, marshalling, and validation capabilities. 
 | 
| javax.xml.parsers | 
 
                Provides classes allowing the processing of XML documents. 
 | 
| javax.xml.stream | |
| javax.xml.transform | 
 This package defines the generic APIs for processing transformation
instructions, and performing a transformation from source to result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Applet.isValidateRoot()
Indicates if this container is a validate root. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Color | 
Window.getBackground()
Gets the background color of this window. 
 | 
void | 
Container.invalidate()
Invalidates the container. 
 | 
boolean | 
Window.isOpaque()
Indicates if the window is currently opaque. 
 | 
boolean | 
Window.isValidateRoot()
Indicates if this container is a validate root. 
 | 
void | 
Window.paint(Graphics g)
Paints the container. 
 | 
void | 
Frame.setBackground(Color bgColor)
Sets the background color of this window. 
 | 
void | 
Dialog.setBackground(Color bgColor)
Sets the background color of this window. 
 | 
void | 
Window.setBackground(Color bgColor)
Sets the background color of this window. 
 | 
void | 
Window.setLocation(int x,
           int y)
Moves this component to a new location. 
 | 
void | 
Window.setLocation(Point p)
Moves this component to a new location. 
 | 
void | 
Frame.setOpacity(float opacity)
Sets the opacity of the window. 
 | 
void | 
Dialog.setOpacity(float opacity)
Sets the opacity of the window. 
 | 
void | 
Frame.setShape(Shape shape)
Sets the shape of the window. 
 | 
void | 
Dialog.setShape(Shape shape)
Sets the shape of the window. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Expression.execute()
The  
execute method finds a method whose name is the same
 as the methodName property, and invokes the method on
 the target. | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
Thread.clone()
Throws CloneNotSupportedException as a Thread can not be meaningfully
 cloned. 
 | 
void | 
Thread.run()
If this thread was constructed using a separate
  
Runnable run object, then that
 Runnable object's run method is called;
 otherwise, this method does nothing and returns. | 
| Modifier and Type | Method and Description | 
|---|---|
MethodHandle | 
ConstantCallSite.dynamicInvoker()
Returns this call site's permanent target. 
 | 
MethodHandle | 
VolatileCallSite.dynamicInvoker()
Produces a method handle equivalent to an invokedynamic instruction
 which has been linked to this call site. 
 | 
MethodHandle | 
MutableCallSite.dynamicInvoker()
Produces a method handle equivalent to an invokedynamic instruction
 which has been linked to this call site. 
 | 
boolean | 
MethodType.equals(Object x)
Compares the specified object with this type for equality. 
 | 
MethodHandle | 
ConstantCallSite.getTarget()
Returns the target method of the call site, which behaves
 like a  
final field of the ConstantCallSite. | 
MethodHandle | 
VolatileCallSite.getTarget()
Returns the target method of the call site, which behaves
 like a  
volatile field of the VolatileCallSite. | 
MethodHandle | 
MutableCallSite.getTarget()
Returns the target method of the call site, which behaves
 like a normal field of the  
MutableCallSite. | 
int | 
MethodType.hashCode()
Returns the hash code value for this method type. 
 | 
void | 
ConstantCallSite.setTarget(MethodHandle ignore)
Always throws an  
UnsupportedOperationException. | 
void | 
VolatileCallSite.setTarget(MethodHandle newTarget)
Updates the target method of this call site, as a volatile variable. 
 | 
void | 
MutableCallSite.setTarget(MethodHandle newTarget)
Updates the target method of this call site, as a normal variable. 
 | 
String | 
MethodHandle.toString()
Returns a string representation of the method handle,
 starting with the string  
"MethodHandle" and
 ending with the string representation of the method handle's type. | 
String | 
MethodHandles.Lookup.toString()
Displays the name of the class from which lookups are to be made. 
 | 
String | 
MethodType.toString()
Returns a string representation of the method type,
 of the form  
"(PT0,PT1...)RT". | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
BigDecimal.equals(Object x)
Compares this  
BigDecimal with the specified
 Object for equality. | 
int | 
BigDecimal.hashCode()
Returns the hash code for this  
BigDecimal. | 
String | 
BigDecimal.toString()
Returns the string representation of this  
BigDecimal,
 using scientific notation if an exponent is needed. | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
HttpCookie.clone()
Create and return a copy of this object. 
 | 
boolean | 
Inet6Address.equals(Object obj)
Compares this object against the specified object. 
 | 
boolean | 
HttpCookie.equals(Object obj)
Test the equality of two http cookies. 
 | 
byte[] | 
Inet6Address.getAddress()
Returns the raw IP address of this  
InetAddress
 object. | 
String | 
Inet6Address.getHostAddress()
Returns the IP address string in textual presentation. 
 | 
int | 
Inet6Address.hashCode()
Returns a hashcode for this IP address. 
 | 
int | 
HttpCookie.hashCode()
Return hash code of this http cookie. 
 | 
boolean | 
Inet6Address.isAnyLocalAddress()
Utility routine to check if the InetAddress in a wildcard address. 
 | 
boolean | 
Inet6Address.isLinkLocalAddress()
Utility routine to check if the InetAddress is an link local address. 
 | 
boolean | 
Inet6Address.isLoopbackAddress()
Utility routine to check if the InetAddress is a loopback address. 
 | 
boolean | 
Inet6Address.isMCGlobal()
Utility routine to check if the multicast address has global scope. 
 | 
boolean | 
Inet6Address.isMCLinkLocal()
Utility routine to check if the multicast address has link scope. 
 | 
boolean | 
Inet6Address.isMCNodeLocal()
Utility routine to check if the multicast address has node scope. 
 | 
boolean | 
Inet6Address.isMCOrgLocal()
Utility routine to check if the multicast address has organization scope. 
 | 
boolean | 
Inet6Address.isMCSiteLocal()
Utility routine to check if the multicast address has site scope. 
 | 
boolean | 
Inet6Address.isMulticastAddress()
Utility routine to check if the InetAddress is an IP multicast
 address. 
 | 
boolean | 
Inet6Address.isSiteLocalAddress()
Utility routine to check if the InetAddress is a site local address. 
 | 
String | 
HttpCookie.toString()
Constructs a cookie header string representation of this cookie,
 which is in the format defined by corresponding cookie specification,
 but without the leading "Cookie:" token. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract AsynchronousSocketChannel | 
AsynchronousSocketChannel.bind(SocketAddress local)  | 
abstract SocketChannel | 
SocketChannel.bind(SocketAddress local)  | 
void | 
MulticastChannel.close()
Closes this channel. 
 | 
void | 
AsynchronousChannel.close()
Closes this channel. 
 | 
abstract Future<Integer> | 
AsynchronousSocketChannel.read(ByteBuffer dst)  | 
int | 
SeekableByteChannel.read(ByteBuffer dst)
Reads a sequence of bytes from this channel into the given buffer. 
 | 
<A> void | 
AsynchronousSocketChannel.read(ByteBuffer dst,
    A attachment,
    CompletionHandler<Integer,? super A> handler)  | 
abstract <T> AsynchronousSocketChannel | 
AsynchronousSocketChannel.setOption(SocketOption<T> name,
         T value)  | 
abstract <T> SocketChannel | 
SocketChannel.setOption(SocketOption<T> name,
         T value)  | 
abstract Future<Integer> | 
AsynchronousSocketChannel.write(ByteBuffer src)  | 
int | 
SeekableByteChannel.write(ByteBuffer src)
Writes a sequence of bytes to this channel from the given buffer. 
 | 
<A> void | 
AsynchronousSocketChannel.write(ByteBuffer src,
     A attachment,
     CompletionHandler<Integer,? super A> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WatchService.close()
Closes this watch service. 
 | 
abstract void | 
FileSystem.close()
Closes this file system. 
 | 
int | 
Path.compareTo(Path other)
Compares two abstract paths lexicographically. 
 | 
IOException | 
DirectoryIteratorException.getCause()
Returns the cause of this exception. 
 | 
String | 
FileSystemException.getMessage()
Returns the detail message string. 
 | 
Iterator<T> | 
DirectoryStream.iterator()
Returns the iterator associated with this  
DirectoryStream. | 
Iterator<Path> | 
Path.iterator()
Returns an iterator over the name elements of this path. 
 | 
FileVisitResult | 
SimpleFileVisitor.postVisitDirectory(T dir,
                  IOException exc)
Invoked for a directory after entries in the directory, and all of their
 descendants, have been visited. 
 | 
FileVisitResult | 
SimpleFileVisitor.preVisitDirectory(T dir,
                 BasicFileAttributes attrs)
Invoked for a directory before entries in the directory are visited. 
 | 
WatchKey | 
Path.register(WatchService watcher,
        WatchEvent.Kind<?>... events)
Registers the file located by this path with a watch service. 
 | 
WatchKey | 
Path.register(WatchService watcher,
        WatchEvent.Kind<?>[] events,
        WatchEvent.Modifier... modifiers)
Registers the file located by this path with a watch service. 
 | 
FileVisitResult | 
SimpleFileVisitor.visitFile(T file,
         BasicFileAttributes attrs)
Invoked for a file in a directory. 
 | 
FileVisitResult | 
SimpleFileVisitor.visitFileFailed(T file,
               IOException exc)
Invoked for a file that could not be visited. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
FileTime.compareTo(FileTime other)
Compares the value of two  
FileTime objects for order. | 
boolean | 
FileTime.equals(Object obj)
Tests this  
FileTime for equality with the given object. | 
boolean | 
AclEntry.equals(Object ob)
Compares the specified object with this ACL entry for equality. 
 | 
int | 
FileTime.hashCode()
Computes a hash code for this file time. 
 | 
int | 
AclEntry.hashCode()
Returns the hash-code value for this ACL entry. 
 | 
String | 
UserDefinedFileAttributeView.name()
Returns the name of this attribute view. 
 | 
String | 
PosixFileAttributeView.name()
Returns the name of the attribute view. 
 | 
String | 
BasicFileAttributeView.name()
Returns the name of the attribute view. 
 | 
String | 
DosFileAttributeView.name()
Returns the name of the attribute view. 
 | 
String | 
AclFileAttributeView.name()
Returns the name of the attribute view. 
 | 
String | 
FileOwnerAttributeView.name()
Returns the name of the attribute view. 
 | 
PosixFileAttributes | 
PosixFileAttributeView.readAttributes()  | 
DosFileAttributes | 
DosFileAttributeView.readAttributes()  | 
String | 
FileTime.toString()
Returns the string representation of this  
FileTime. | 
String | 
AclEntry.toString()
Returns the string representation of this ACL entry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
ProtectionDomain.toString()
Convert a ProtectionDomain to a String. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
CertificateRevokedException.getMessage()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Timestamp.hashCode()
Returns a hash code value for this object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Locale.equals(Object obj)
Returns true if this Locale is equal to another object. 
 | 
int | 
GregorianCalendar.getWeekYear()
Returns the week year represented by this
  
GregorianCalendar. | 
int | 
Locale.hashCode()
Override hashCode. 
 | 
boolean | 
GregorianCalendar.isWeekDateSupported()
Returns  
true indicating this GregorianCalendar
 supports week dates. | 
boolean | 
SimpleTimeZone.observesDaylightTime()
Returns  
true if this SimpleTimeZone observes
 Daylight Saving Time. | 
void | 
GregorianCalendar.setWeekDate(int weekYear,
           int weekOfYear,
           int dayOfWeek)
Sets this  
GregorianCalendar to the date given by the
 date specifiers - weekYear,
 weekOfYear, and dayOfWeek. | 
String | 
Locale.toString()
Returns a string representation of this  
Locale
 object, consisting of language, country, variant, script,
 and extensions as below: | 
| Modifier and Type | Method and Description | 
|---|---|
Element | 
PackageElement.getEnclosingElement()
Returns  
null since a package is not enclosed by another
 element. | 
Element | 
TypeElement.getEnclosingElement()
Returns the package of a top-level type and returns the
 immediately lexically enclosing element for a nested type. 
 | 
Element | 
TypeParameterElement.getEnclosingElement()
Returns the generic element of this type parameter. 
 | 
Name | 
PackageElement.getSimpleName()
Returns the simple name of this package. 
 | 
Name | 
TypeElement.getSimpleName()
Returns the simple name of this type element. 
 | 
Name | 
ExecutableElement.getSimpleName()
Returns the simple name of a constructor, method, or
 initializer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
R | 
ElementKindVisitor6.visitExecutable(ExecutableElement e,
               P p)
Visits an executable element, dispatching to the visit method
 for the specific kind of executable,
  
CONSTRUCTOR, INSTANCE_INIT, METHOD, or
 STATIC_INIT. | 
R | 
TypeKindVisitor6.visitNoType(NoType t,
           P p)
 | 
R | 
ElementKindVisitor6.visitPackage(PackageElement e,
            P p)
Visits a package element. 
 | 
R | 
TypeKindVisitor6.visitPrimitive(PrimitiveType t,
              P p)
Visits a primitive type, dispatching to the visit method for
 the specific kind of primitive type:
  
BOOLEAN, BYTE, etc. | 
R | 
ElementKindVisitor6.visitType(TypeElement e,
         P p)
Visits a type element, dispatching to the visit method for the
 specific kind of type,  
ANNOTATION_TYPE, CLASS, ENUM, or INTERFACE. | 
R | 
ElementKindVisitor6.visitTypeParameter(TypeParameterElement e,
                  P p)
Visits a type parameter element. 
 | 
R | 
SimpleTypeVisitor7.visitUnion(UnionType t,
          P p)
This implementation visits a  
UnionType by calling
 defaultAction. | 
R | 
TypeKindVisitor7.visitUnion(UnionType t,
          P p)
This implementation visits a  
UnionType by calling
 defaultAction. | 
R | 
SimpleElementVisitor7.visitVariable(VariableElement e,
             P p)
This implementation calls  
defaultAction. | 
R | 
ElementKindVisitor6.visitVariable(VariableElement e,
             P p)
Visits a variable element, dispatching to the visit method for
 the specific kind of variable,  
ENUM_CONSTANT, EXCEPTION_PARAMETER, FIELD,
 LOCAL_VARIABLE, PARAMETER, or RESOURCE_VARIABLE. | 
R | 
ElementScanner7.visitVariable(VariableElement e,
             P p)
This implementation scans the enclosed elements. 
 | 
R | 
ElementKindVisitor7.visitVariableAsResourceVariable(VariableElement e,
                               P p)
Visits a  
RESOURCE_VARIABLE variable element by calling
 defaultAction. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AttributeList.add(int index,
   Object element)
Inserts the specified element at the specified position in this
 list. 
 | 
boolean | 
AttributeList.add(Object element)
Appends the specified element to the end of this list. 
 | 
boolean | 
AttributeList.addAll(Collection<?> c)
Appends all of the elements in the specified collection to the end of
 this list, in the order that they are returned by the
 specified collection's Iterator. 
 | 
boolean | 
AttributeList.addAll(int index,
      Collection<?> c)
Inserts all of the elements in the specified collection into this
 list, starting at the specified position. 
 | 
ValueExp | 
AttributeValueExp.apply(ObjectName name)
Applies the  
AttributeValueExp on an MBean. | 
Object | 
MBeanOperationInfo.clone()
Returns a shallow clone of this instance. 
 | 
Object | 
MBeanInfo.clone()
Returns a shallow clone of this instance. 
 | 
Descriptor | 
ImmutableDescriptor.clone()
Returns a descriptor which is equal to this descriptor. 
 | 
boolean | 
ObjectName.equals(Object object)
Compares the current object name with another object name. 
 | 
boolean | 
MBeanOperationInfo.equals(Object o)
Compare this MBeanOperationInfo to another. 
 | 
boolean | 
MBeanInfo.equals(Object o)
Compare this MBeanInfo to another. 
 | 
boolean | 
ImmutableDescriptor.equals(Object o)
Compares this descriptor to the given object. 
 | 
int | 
ObjectName.hashCode()
Returns a hash code for this object name. 
 | 
int | 
MBeanOperationInfo.hashCode()  | 
int | 
MBeanInfo.hashCode()  | 
int | 
ImmutableDescriptor.hashCode()
Returns the hash code value for this descriptor. 
 | 
Object | 
AttributeList.set(int index,
   Object element)
Replaces the element at the specified position in this list with
 the specified element. 
 | 
void | 
AttributeValueExp.setMBeanServer(MBeanServer s)
Deprecated. 
 
This method has no effect.  The MBean Server used to
 obtain an attribute value is  
QueryEval.getMBeanServer(). | 
String | 
ObjectName.toString()
Returns a string representation of the object name. 
 | 
String | 
MBeanServerNotification.toString()  | 
String | 
Notification.toString()
Returns a String representation of this notification. 
 | 
String | 
AttributeValueExp.toString()
Returns the string representing its value. 
 | 
String | 
MBeanOperationInfo.toString()  | 
String | 
MBeanInfo.toString()  | 
String | 
ImmutableDescriptor.toString()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
DescriptorSupport.clone()
Returns a new Descriptor which is a duplicate of the Descriptor. 
 | 
Object | 
ModelMBeanConstructorInfo.clone()
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo. 
 | 
Object | 
ModelMBeanAttributeInfo.clone()
Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo. 
 | 
boolean | 
DescriptorSupport.equals(Object o)
Compares this descriptor to the given object. 
 | 
Descriptor | 
ModelMBeanInfoSupport.getDescriptor()  | 
Descriptor | 
ModelMBeanConstructorInfo.getDescriptor()
Returns a copy of the associated Descriptor. 
 | 
int | 
DescriptorSupport.hashCode()
Returns the hash code value for this descriptor. 
 | 
String | 
DescriptorSupport.toString()
Returns  
 | 
String | 
ModelMBeanConstructorInfo.toString()
Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form. 
 | 
String | 
ModelMBeanAttributeInfo.toString()
Returns a human-readable version of the
 ModelMBeanAttributeInfo instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Number | 
CounterMonitor.getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is
 contained in the set of observed MBeans, or  
null otherwise. | 
String | 
StringMonitor.getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is
 contained in the set of observed MBeans, or  
null otherwise. | 
Number | 
GaugeMonitor.getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is
 contained in the set of observed MBeans, or  
null otherwise. | 
long | 
CounterMonitor.getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if
 this object is contained in the set of observed MBeans, or
  
0 otherwise. | 
long | 
StringMonitor.getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if
 this object is contained in the set of observed MBeans, or
  
0 otherwise. | 
long | 
GaugeMonitor.getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if
 this object is contained in the set of observed MBeans, or
  
0 otherwise. | 
MBeanNotificationInfo[] | 
CounterMonitor.getNotificationInfo()
Returns a  
NotificationInfo object containing the
 name of the Java class of the notification and the notification
 types sent by the counter monitor. | 
MBeanNotificationInfo[] | 
StringMonitor.getNotificationInfo()
Returns a  
NotificationInfo object containing the name of
 the Java class of the notification and the notification types sent by
 the string monitor. | 
MBeanNotificationInfo[] | 
GaugeMonitor.getNotificationInfo()
Returns a  
NotificationInfo object containing the
 name of the Java class of the notification and the notification
 types sent by the gauge monitor. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
CompositeDataSupport.equals(Object obj)
Compares the specified obj parameter with this
  
CompositeDataSupport instance for equality. | 
int | 
CompositeDataSupport.hashCode()
Returns the hash code value for this  
CompositeDataSupport instance. | 
String | 
CompositeDataSupport.toString()
Returns a string representation of this  
CompositeDataSupport instance. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RoleUnresolvedList.add(int index,
   Object element)  | 
void | 
RoleList.add(int index,
   Object element)  | 
boolean | 
RoleUnresolvedList.add(Object o)  | 
boolean | 
RoleList.add(Object o)  | 
boolean | 
RoleUnresolvedList.addAll(Collection<?> c)  | 
boolean | 
RoleList.addAll(Collection<?> c)  | 
boolean | 
RoleUnresolvedList.addAll(int index,
      Collection<?> c)  | 
boolean | 
RoleList.addAll(int index,
      Collection<?> c)  | 
Object | 
RoleUnresolvedList.set(int index,
   Object element)  | 
Object | 
RoleList.set(int index,
   Object element)  | 
| Modifier and Type | Method and Description | 
|---|---|
MBeanNotificationInfo[] | 
JMXConnectorServer.getNotificationInfo()
Returns an array indicating the notifications that this MBean
 sends. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
RMIConnectorServer.connectionClosed(String connectionId,
                String message,
                Object userData)  | 
protected void | 
RMIConnectorServer.connectionFailed(String connectionId,
                String message,
                Object userData)  | 
protected void | 
RMIConnectorServer.connectionOpened(String connectionId,
                String message,
                Object userData)  | 
void | 
RMIConnectorServer.setMBeanServerForwarder(MBeanServerForwarder mbsf)  | 
String | 
RMIConnectionImpl.toString()
Returns a string representation of this object. 
 | 
String | 
RMIConnector.toString()
Returns a string representation of this object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  boolean oldValue,
                  boolean newValue)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  byte oldValue,
                  byte newValue)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  char oldValue,
                  char newValue)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  double oldValue,
                  double newValue)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  float oldValue,
                  float newValue)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  int oldValue,
                  int newValue)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  long oldValue,
                  long newValue)
Overridden for performance reasons. 
 | 
protected void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  Object oldValue,
                  Object newValue)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.firePropertyChange(String propertyName,
                  short oldValue,
                  short newValue)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.invalidate()
Overridden for performance reasons. 
 | 
boolean | 
DefaultListCellRenderer.isOpaque()
Overridden for performance reasons. 
 | 
boolean | 
JSplitPane.isValidateRoot()
Returns true, so that calls to  
revalidate
 on any descendant of this JSplitPane
 will cause a request to be queued that
 will validate the JSplitPane and all its descendants. | 
boolean | 
JRootPane.isValidateRoot()
If a descendant of this  
JRootPane calls
 revalidate, validate from here on down. | 
boolean | 
JTextField.isValidateRoot()
Calls to  
revalidate that come from within the
 textfield itself will
 be handled by validating the textfield, unless the textfield
 is contained within a JViewport,
 in which case this returns false. | 
boolean | 
JComponent.isValidateRoot()
If this method returns true,  
revalidate calls by
 descendants of this component will cause the entire tree
 beginning with this root to be validated. | 
boolean | 
JScrollPane.isValidateRoot()
Overridden to return true so that any calls to  
revalidate
 on any descendants of this JScrollPane will cause the
 entire tree beginning with this JScrollPane to be
 validated. | 
void | 
DefaultListCellRenderer.repaint()
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.repaint(long tm,
       int x,
       int y,
       int width,
       int height)
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.repaint(Rectangle r)
Overridden for performance reasons. 
 | 
void | 
JEditorPane.replaceSelection(String content)
Replaces the currently selected content with new content
 represented by the given string. 
 | 
void | 
JTextPane.replaceSelection(String content)
Replaces the currently selected content with new content
 represented by the given string. 
 | 
void | 
DefaultListCellRenderer.revalidate()
Overridden for performance reasons. 
 | 
void | 
DefaultListCellRenderer.validate()
Overridden for performance reasons. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Insets | 
StrokeBorder.getBorderInsets(Component c,
               Insets insets)
Reinitializes the  
insets parameter
 with this border's current insets. | 
boolean | 
CompoundBorder.isBorderOpaque()
Returns whether or not the compound border is opaque. 
 | 
void | 
StrokeBorder.paintBorder(Component c,
           Graphics g,
           int x,
           int y,
           int width,
           int height)
Paints the border for the specified component
 with the specified position and size. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Accessible | 
BasicComboBoxUI.getAccessibleChild(JComponent c,
                  int i)  | 
int | 
BasicComboBoxUI.getAccessibleChildrenCount(JComponent c)  | 
int | 
BasicComboBoxUI.getBaseline(JComponent c,
           int width,
           int height)
Returns the baseline. 
 | 
Component.BaselineResizeBehavior | 
BasicComboBoxUI.getBaselineResizeBehavior(JComponent c)
Returns an enum indicating how the baseline of the component
 changes as the size changes. 
 | 
Dimension | 
BasicComboBoxUI.getMaximumSize(JComponent c)  | 
Dimension | 
BasicComboBoxUI.getMinimumSize(JComponent c)
The minumum size is the size of the display area plus insets plus the button. 
 | 
Dimension | 
BasicComboBoxUI.getPreferredSize(JComponent c)  | 
void | 
BasicComboBoxUI.installUI(JComponent c)  | 
void | 
BasicComboBoxUI.KeyHandler.keyPressed(KeyEvent e)  | 
void | 
BasicComboBoxUI.paint(Graphics g,
     JComponent c)  | 
void | 
BasicComboBoxUI.uninstallUI(JComponent c)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
NimbusStyle.get(SynthContext ctx,
   Object key)  | 
protected Color | 
NimbusStyle.getColorForState(SynthContext ctx,
                ColorType type)  | 
UIDefaults | 
NimbusLookAndFeel.getDefaults()  | 
String | 
NimbusLookAndFeel.getDescription()
Returns a textual description of this look and feel. 
 | 
Icon | 
NimbusLookAndFeel.getDisabledIcon(JComponent component,
               Icon icon)  | 
protected Font | 
NimbusStyle.getFontForState(SynthContext ctx)  | 
String | 
NimbusLookAndFeel.getID()
Return a string that identifies this look and feel. 
 | 
Insets | 
NimbusStyle.getInsets(SynthContext ctx,
         Insets in)  | 
String | 
NimbusLookAndFeel.getName()
Return a short string that identifies this look and feel. 
 | 
SynthPainter | 
NimbusStyle.getPainter(SynthContext ctx)  | 
void | 
NimbusLookAndFeel.initialize()
Called by UIManager when this look and feel is installed. 
 | 
void | 
NimbusStyle.installDefaults(SynthContext ctx)  | 
boolean | 
NimbusStyle.isOpaque(SynthContext ctx)  | 
void | 
AbstractRegionPainter.paint(Graphics2D g,
     JComponent c,
     int w,
     int h)  | 
boolean | 
NimbusLookAndFeel.shouldUpdateStyleOnAncestorChanged()  | 
protected boolean | 
NimbusLookAndFeel.shouldUpdateStyleOnEvent(PropertyChangeEvent ev)  | 
String | 
State.toString()  | 
void | 
NimbusLookAndFeel.uninitialize()
Called by UIManager when this look and feel is uninstalled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SynthSliderUI.calculateGeometry()  | 
protected int | 
SynthTabbedPaneUI.calculateMaxTabHeight(int tabPlacement)  | 
protected int | 
SynthTabbedPaneUI.calculateMaxTabWidth(int tabPlacement)  | 
protected int | 
SynthTabbedPaneUI.calculateTabWidth(int tabPlacement,
                 int tabIndex,
                 FontMetrics metrics)  | 
protected void | 
SynthSliderUI.calculateThumbLocation()  | 
protected void | 
SynthScrollBarUI.configureScrollBarColors()  | 
View | 
SynthPasswordFieldUI.create(Element elem)
Creates a view (PasswordView) for an element. 
 | 
protected JButton | 
SynthComboBoxUI.createArrowButton()  | 
protected ComponentListener | 
SynthInternalFrameUI.createComponentListener()  | 
protected JButton | 
SynthScrollBarUI.createDecreaseButton(int orientation)  | 
protected TreeCellEditor | 
SynthTreeUI.createDefaultCellEditor()  | 
protected TreeCellRenderer | 
SynthTreeUI.createDefaultCellRenderer()  | 
protected AbstractColorChooserPanel[] | 
SynthColorChooserUI.createDefaultChoosers()  | 
BasicSplitPaneDivider | 
SynthSplitPaneUI.createDefaultDivider()
Creates the default divider. 
 | 
protected Component | 
SynthSplitPaneUI.createDefaultNonContinuousLayoutDivider()  | 
protected JComponent | 
SynthSpinnerUI.createEditor()
This method is called by installUI to get the editor component
 of the  
JSpinner. | 
protected ComboBoxEditor | 
SynthComboBoxUI.createEditor()  | 
protected JButton | 
SynthScrollBarUI.createIncreaseButton(int orientation)  | 
protected LayoutManager | 
SynthSpinnerUI.createLayout()  | 
protected LayoutManager | 
SynthTabbedPaneUI.createLayoutManager()  | 
protected Container | 
SynthOptionPaneUI.createMessageArea()
Called from  
SynthOptionPaneUI.installComponents() to create a Container
 containing the body of the message. | 
protected MouseListener | 
SynthTabbedPaneUI.createMouseListener()  | 
protected Component | 
SynthSpinnerUI.createNextButton()  | 
protected JComponent | 
SynthInternalFrameUI.createNorthPane(JInternalFrame w)  | 
protected ComboPopup | 
SynthComboBoxUI.createPopup()  | 
protected Component | 
SynthSpinnerUI.createPreviousButton()  | 
protected ListCellRenderer | 
SynthComboBoxUI.createRenderer()  | 
protected JButton | 
SynthTabbedPaneUI.createScrollButton(int direction)  | 
protected Container | 
SynthOptionPaneUI.createSeparator()  | 
protected BasicSliderUI.TrackListener | 
SynthSliderUI.createTrackListener(JSlider s)  | 
protected void | 
SynthTreeUI.drawCentered(Component c,
            Graphics graphics,
            Icon icon,
            int x,
            int y)  | 
void | 
SynthSplitPaneUI.finishedPaintingChildren(JSplitPane jc,
                        Graphics g)  | 
protected int | 
SynthTabbedPaneUI.getBaseline(int tab)  | 
int | 
SynthProgressBarUI.getBaseline(JComponent c,
           int width,
           int height)  | 
int | 
SynthLabelUI.getBaseline(JComponent c,
           int width,
           int height)  | 
int | 
SynthSliderUI.getBaseline(JComponent c,
           int width,
           int height)  | 
int | 
SynthButtonUI.getBaseline(JComponent c,
           int width,
           int height)  | 
protected Rectangle | 
SynthProgressBarUI.getBox(Rectangle r)  | 
SynthContext | 
SynthDesktopPaneUI.getContext(JComponent c)  | 
SynthContext | 
SynthColorChooserUI.getContext(JComponent c)  | 
SynthContext | 
SynthTableHeaderUI.getContext(JComponent c)  | 
SynthContext | 
SynthTabbedPaneUI.getContext(JComponent c)  | 
SynthContext | 
SynthListUI.getContext(JComponent c)  | 
SynthContext | 
SynthSpinnerUI.getContext(JComponent c)  | 
SynthContext | 
SynthMenuUI.getContext(JComponent c)  | 
SynthContext | 
SynthDesktopIconUI.getContext(JComponent c)  | 
SynthContext | 
SynthTextFieldUI.getContext(JComponent c)  | 
SynthContext | 
SynthComboBoxUI.getContext(JComponent c)  | 
SynthContext | 
SynthMenuItemUI.getContext(JComponent c)  | 
SynthContext | 
SynthProgressBarUI.getContext(JComponent c)  | 
SynthContext | 
SynthPopupMenuUI.getContext(JComponent c)  | 
SynthContext | 
SynthToolBarUI.getContext(JComponent c)  | 
SynthContext | 
SynthMenuBarUI.getContext(JComponent c)  | 
SynthContext | 
SynthTreeUI.getContext(JComponent c)  | 
SynthContext | 
SynthRootPaneUI.getContext(JComponent c)  | 
SynthContext | 
SynthScrollPaneUI.getContext(JComponent c)  | 
SynthContext | 
SynthLabelUI.getContext(JComponent c)  | 
SynthContext | 
SynthSeparatorUI.getContext(JComponent c)  | 
SynthContext | 
SynthSliderUI.getContext(JComponent c)  | 
SynthContext | 
SynthInternalFrameUI.getContext(JComponent c)  | 
SynthContext | 
SynthTableUI.getContext(JComponent c)  | 
SynthContext | 
SynthSplitPaneUI.getContext(JComponent c)  | 
SynthContext | 
SynthOptionPaneUI.getContext(JComponent c)  | 
SynthContext | 
SynthTextAreaUI.getContext(JComponent c)  | 
SynthContext | 
SynthToolTipUI.getContext(JComponent c)  | 
SynthContext | 
SynthEditorPaneUI.getContext(JComponent c)  | 
SynthContext | 
SynthPanelUI.getContext(JComponent c)  | 
SynthContext | 
SynthButtonUI.getContext(JComponent c)  | 
SynthContext | 
SynthViewportUI.getContext(JComponent c)  | 
SynthContext | 
SynthScrollBarUI.getContext(JComponent c)  | 
UIDefaults | 
SynthLookAndFeel.getDefaults()
Returns the defaults for this SynthLookAndFeel. 
 | 
protected Dimension | 
SynthComboBoxUI.getDefaultSize()
Returns the default size of an empty display area of the combo box using
 the current renderer and font. 
 | 
String | 
SynthLookAndFeel.getDescription()
Returns a textual description of SynthLookAndFeel. 
 | 
Icon | 
SynthTreeUI.getExpandedIcon()  | 
protected FontMetrics | 
SynthTabbedPaneUI.getFontMetrics()  | 
String | 
SynthLookAndFeel.getID()
Return a string that identifies this look and feel. 
 | 
Dimension | 
SynthLabelUI.getMaximumSize(JComponent c)  | 
Dimension | 
SynthSeparatorUI.getMaximumSize(JComponent c)  | 
Dimension | 
SynthButtonUI.getMaximumSize(JComponent c)  | 
Dimension | 
SynthLabelUI.getMinimumSize(JComponent c)  | 
Dimension | 
SynthSeparatorUI.getMinimumSize(JComponent c)  | 
Dimension | 
SynthSliderUI.getMinimumSize(JComponent c)  | 
Dimension | 
SynthButtonUI.getMinimumSize(JComponent c)  | 
protected Dimension | 
SynthScrollBarUI.getMinimumThumbSize()  | 
String | 
SynthLookAndFeel.getName()
Return a short string that identifies this look and feel. 
 | 
protected Dimension | 
SynthMenuUI.getPreferredMenuItemSize(JComponent c,
                        Icon checkIcon,
                        Icon arrowIcon,
                        int defaultTextIconGap)  | 
protected Dimension | 
SynthMenuItemUI.getPreferredMenuItemSize(JComponent c,
                        Icon checkIcon,
                        Icon arrowIcon,
                        int defaultTextIconGap)  | 
Dimension | 
SynthProgressBarUI.getPreferredSize(JComponent c)  | 
Dimension | 
SynthLabelUI.getPreferredSize(JComponent c)  | 
Dimension | 
SynthSeparatorUI.getPreferredSize(JComponent c)  | 
Dimension | 
SynthSliderUI.getPreferredSize(JComponent c)  | 
Dimension | 
SynthToolTipUI.getPreferredSize(JComponent c)  | 
Dimension | 
SynthButtonUI.getPreferredSize(JComponent c)  | 
Dimension | 
SynthScrollBarUI.getPreferredSize(JComponent c)
A vertical scrollbar's preferred width is the maximum of
 preferred widths of the (non  
null)
 increment/decrement buttons,
 and the minimum width of the thumb. | 
protected String | 
SynthCheckBoxUI.getPropertyPrefix()  | 
protected String | 
SynthRadioButtonMenuItemUI.getPropertyPrefix()  | 
protected String | 
SynthCheckBoxMenuItemUI.getPropertyPrefix()  | 
protected String | 
SynthFormattedTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the
 UIManager. 
 | 
protected String | 
SynthTextPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the
 UIManager. 
 | 
protected String | 
SynthRadioButtonUI.getPropertyPrefix()  | 
protected String | 
SynthPasswordFieldUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the
 UIManager. 
 | 
protected String | 
SynthToggleButtonUI.getPropertyPrefix()  | 
protected int | 
SynthTreeUI.getRowX(int row,
       int depth)  | 
protected boolean | 
SynthOptionPaneUI.getSizeButtonsToSameWidth()  | 
protected Icon | 
SynthRadioButtonUI.getSizingIcon(AbstractButton b)
Returns the Icon used in calculating the
 preferred/minimum/maximum size. 
 | 
boolean | 
SynthScrollBarUI.getSupportsAbsolutePositioning()  | 
protected Insets | 
SynthTabbedPaneUI.getTabInsets(int tabPlacement,
            int tabIndex)  | 
protected int | 
SynthTabbedPaneUI.getTabLabelShiftX(int tabPlacement,
                 int tabIndex,
                 boolean isSelected)  | 
protected int | 
SynthTabbedPaneUI.getTabLabelShiftY(int tabPlacement,
                 int tabIndex,
                 boolean isSelected)  | 
protected Dimension | 
SynthSliderUI.getThumbSize()  | 
void | 
SynthLookAndFeel.initialize()
Called by UIManager when this look and feel is installed. 
 | 
protected void | 
SynthDesktopIconUI.installComponents()  | 
protected void | 
SynthToolBarUI.installComponents()  | 
protected void | 
SynthOptionPaneUI.installComponents()  | 
protected void | 
SynthDesktopPaneUI.installDefaults()  | 
protected void | 
SynthColorChooserUI.installDefaults()  | 
protected void | 
SynthTableHeaderUI.installDefaults()  | 
protected void | 
SynthTabbedPaneUI.installDefaults()  | 
protected void | 
SynthListUI.installDefaults()  | 
protected void | 
SynthSpinnerUI.installDefaults()
Initializes the  
JSpinner border,
 foreground, and background, properties
 based on the corresponding "Spinner.*" properties from defaults table. | 
protected void | 
SynthMenuUI.installDefaults()  | 
protected void | 
SynthDesktopIconUI.installDefaults()  | 
protected void | 
SynthTextFieldUI.installDefaults()  | 
protected void | 
SynthComboBoxUI.installDefaults()  | 
protected void | 
SynthMenuItemUI.installDefaults()  | 
protected void | 
SynthProgressBarUI.installDefaults()  | 
void | 
SynthPopupMenuUI.installDefaults()  | 
protected void | 
SynthToolBarUI.installDefaults()  | 
protected void | 
SynthMenuBarUI.installDefaults()  | 
protected void | 
SynthTreeUI.installDefaults()  | 
void | 
SynthInternalFrameUI.installDefaults()  | 
protected void | 
SynthTableUI.installDefaults()
Initializes JTable properties, such as font, foreground, and background. 
 | 
protected void | 
SynthSplitPaneUI.installDefaults()
Installs the UI defaults. 
 | 
protected void | 
SynthOptionPaneUI.installDefaults()  | 
protected void | 
SynthTextAreaUI.installDefaults()  | 
protected void | 
SynthEditorPaneUI.installDefaults()  | 
protected void | 
SynthScrollBarUI.installDefaults()  | 
protected void | 
SynthButtonUI.installDefaults(AbstractButton b)  | 
protected void | 
SynthToolTipUI.installDefaults(JComponent c)  | 
protected void | 
SynthLabelUI.installDefaults(JLabel c)  | 
protected void | 
SynthPanelUI.installDefaults(JPanel p)  | 
protected void | 
SynthRootPaneUI.installDefaults(JRootPane c)  | 
protected void | 
SynthScrollPaneUI.installDefaults(JScrollPane scrollpane)  | 
protected void | 
SynthSliderUI.installDefaults(JSlider slider)  | 
protected void | 
SynthDesktopPaneUI.installDesktopManager()  | 
protected void | 
SynthPasswordFieldUI.installKeyboardActions()  | 
protected void | 
SynthDesktopPaneUI.installListeners()  | 
protected void | 
SynthColorChooserUI.installListeners()  | 
protected void | 
SynthTableHeaderUI.installListeners()  | 
protected void | 
SynthTabbedPaneUI.installListeners()  | 
protected void | 
SynthListUI.installListeners()  | 
protected void | 
SynthSpinnerUI.installListeners()  | 
protected void | 
SynthMenuUI.installListeners()  | 
protected void | 
SynthDesktopIconUI.installListeners()  | 
protected void | 
SynthComboBoxUI.installListeners()  | 
protected void | 
SynthMenuItemUI.installListeners()  | 
protected void | 
SynthProgressBarUI.installListeners()  | 
protected void | 
SynthPopupMenuUI.installListeners()  | 
protected void | 
SynthToolBarUI.installListeners()  | 
protected void | 
SynthMenuBarUI.installListeners()  | 
protected void | 
SynthTreeUI.installListeners()  | 
protected void | 
SynthInternalFrameUI.installListeners()  | 
protected void | 
SynthTableUI.installListeners()
Attaches listeners to the JTable. 
 | 
protected void | 
SynthSplitPaneUI.installListeners()
Installs the event listeners for the UI. 
 | 
protected void | 
SynthOptionPaneUI.installListeners()  | 
protected void | 
SynthScrollBarUI.installListeners()  | 
protected void | 
SynthButtonUI.installListeners(AbstractButton b)  | 
protected void | 
SynthToolTipUI.installListeners(JComponent c)  | 
protected void | 
SynthScrollPaneUI.installListeners(JScrollPane c)  | 
protected void | 
SynthSliderUI.installListeners(JSlider slider)  | 
void | 
SynthComboBoxUI.installUI(JComponent c)  | 
void | 
SynthTextPaneUI.installUI(JComponent c)
Installs the UI for a component. 
 | 
void | 
SynthSeparatorUI.installUI(JComponent c)  | 
void | 
SynthPanelUI.installUI(JComponent c)  | 
void | 
SynthViewportUI.installUI(JComponent c)  | 
boolean | 
SynthLookAndFeel.isNativeLookAndFeel()
Returns false, SynthLookAndFeel is not a native look and feel. 
 | 
boolean | 
SynthLookAndFeel.isSupportedLookAndFeel()
Returns true, SynthLookAndFeel is always supported. 
 | 
void | 
SynthDesktopPaneUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthColorChooserUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthTableHeaderUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthTabbedPaneUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthSpinnerUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthMenuUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthDesktopIconUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthComboBoxUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthMenuItemUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthProgressBarUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthPopupMenuUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthToolBarUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthMenuBarUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthTreeUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthRootPaneUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthScrollPaneUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthLabelUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthSeparatorUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthSliderUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthInternalFrameUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthTableUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthSplitPaneUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthOptionPaneUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthToolTipUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthPanelUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthButtonUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthViewportUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
void | 
SynthScrollBarUI.paint(Graphics g,
     JComponent c)
Paints the specified component according to the Look and Feel. 
 | 
protected void | 
SynthTextFieldUI.paintBackground(Graphics g)  | 
protected void | 
SynthTextAreaUI.paintBackground(Graphics g)  | 
protected void | 
SynthEditorPaneUI.paintBackground(Graphics g)  | 
void | 
SynthDesktopPaneUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthCheckBoxUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthColorChooserUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthTableHeaderUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthTabbedPaneUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthListUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthRadioButtonMenuItemUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthCheckBoxMenuItemUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthSpinnerUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthMenuUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthDesktopIconUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthFormattedTextFieldUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthTextFieldUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthComboBoxUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthMenuItemUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthTextPaneUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthProgressBarUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthPopupMenuUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthToolBarUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthMenuBarUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthTreeUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthRootPaneUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthScrollPaneUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthLabelUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthSeparatorUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthSliderUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthRadioButtonUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthPasswordFieldUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthInternalFrameUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthTableUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthSplitPaneUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthOptionPaneUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthTextAreaUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthToolTipUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthEditorPaneUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthPanelUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthButtonUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthViewportUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)
Paints the border. 
 | 
void | 
SynthToggleButtonUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthScrollBarUI.paintBorder(SynthContext context,
           Graphics g,
           int x,
           int y,
           int w,
           int h)  | 
void | 
SynthComboBoxUI.paintCurrentValue(Graphics g,
                 Rectangle bounds,
                 boolean hasFocus)
Paints the currently selected item. 
 | 
protected void | 
SynthToolBarUI.paintDragWindow(Graphics g)  | 
protected void | 
SynthTreeUI.paintDropLine(Graphics g)  | 
protected void | 
SynthTreeUI.paintExpandControl(Graphics g,
                  Rectangle clipBounds,
                  Insets insets,
                  Rectangle bounds,
                  TreePath path,
                  int row,
                  boolean isExpanded,
                  boolean hasBeenExpanded,
                  boolean isLeaf)  | 
protected void | 
SynthTreeUI.paintHorizontalLine(Graphics g,
                   JComponent c,
                   int y,
                   int left,
                   int right)  | 
protected void | 
SynthTreeUI.paintHorizontalPartOfLeg(Graphics g,
                        Rectangle clipBounds,
                        Insets insets,
                        Rectangle bounds,
                        TreePath path,
                        int row,
                        boolean isExpanded,
                        boolean hasBeenExpanded,
                        boolean isLeaf)  | 
protected void | 
SynthTreeUI.paintVerticalLine(Graphics g,
                 JComponent c,
                 int x,
                 int top,
                 int bottom)  | 
protected void | 
SynthTreeUI.paintVerticalPartOfLeg(Graphics g,
                      Rectangle clipBounds,
                      Insets insets,
                      TreePath path)  | 
void | 
SynthDesktopPaneUI.propertyChange(PropertyChangeEvent evt)  | 
void | 
SynthColorChooserUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthTableHeaderUI.propertyChange(PropertyChangeEvent evt)  | 
void | 
SynthTabbedPaneUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthListUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthSpinnerUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthMenuUI.propertyChange(PropertyChangeEvent e)  | 
protected void | 
SynthTextFieldUI.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed
 on the associated JTextComponent. 
 | 
void | 
SynthComboBoxUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthMenuItemUI.propertyChange(PropertyChangeEvent e)  | 
protected void | 
SynthTextPaneUI.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed
 on the associated JTextComponent. 
 | 
void | 
SynthProgressBarUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthPopupMenuUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthToolBarUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthMenuBarUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthTreeUI.propertyChange(PropertyChangeEvent event)  | 
void | 
SynthRootPaneUI.propertyChange(PropertyChangeEvent e)
Invoked when a property changes on the root pane. 
 | 
void | 
SynthLabelUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthSliderUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthInternalFrameUI.propertyChange(PropertyChangeEvent evt)  | 
void | 
SynthTableUI.propertyChange(PropertyChangeEvent event)  | 
void | 
SynthSplitPaneUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthOptionPaneUI.propertyChange(PropertyChangeEvent e)  | 
protected void | 
SynthTextAreaUI.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed
 on the associated JTextComponent. 
 | 
void | 
SynthToolTipUI.propertyChange(PropertyChangeEvent e)  | 
protected void | 
SynthEditorPaneUI.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed
 on the associated JTextComponent. 
 | 
void | 
SynthPanelUI.propertyChange(PropertyChangeEvent pce)  | 
void | 
SynthButtonUI.propertyChange(PropertyChangeEvent e)  | 
void | 
SynthViewportUI.propertyChange(PropertyChangeEvent e)  | 
protected void | 
SynthSliderUI.recalculateIfInsetsChanged()  | 
protected void | 
SynthSpinnerUI.replaceEditor(JComponent oldEditor,
             JComponent newEditor)
Called by the  
PropertyChangeListener when the
 JSpinner editor property changes. | 
protected void | 
SynthTableHeaderUI.rolloverColumnUpdated(int oldColumn,
                     int newColumn)  | 
protected void | 
SynthProgressBarUI.setAnimationIndex(int newValue)  | 
protected void | 
SynthToolBarUI.setBorderToNonRollover(Component c)
This implementation does nothing, because the  
rollover
 property of the JToolBar class is not used
 in the Synth Look and Feel. | 
protected void | 
SynthToolBarUI.setBorderToNormal(Component c)
This implementation does nothing, because the  
rollover
 property of the JToolBar class is not used
 in the Synth Look and Feel. | 
protected void | 
SynthToolBarUI.setBorderToRollover(Component c)
This implementation does nothing, because the  
rollover
 property of the JToolBar class is not used
 in the Synth Look and Feel. | 
protected void | 
SynthTabbedPaneUI.setRolloverTab(int index)  | 
void | 
SynthSliderUI.setThumbLocation(int x,
                int y)  | 
protected void | 
SynthScrollBarUI.setThumbRollover(boolean active)  | 
String | 
Region.toString()
Returns the name of the Region. 
 | 
void | 
SynthLookAndFeel.uninitialize()
Called by UIManager when this look and feel is uninstalled. 
 | 
protected void | 
SynthToolBarUI.uninstallComponents()  | 
protected void | 
SynthInternalFrameUI.uninstallComponents()  | 
protected void | 
SynthDesktopPaneUI.uninstallDefaults()  | 
protected void | 
SynthColorChooserUI.uninstallDefaults()  | 
protected void | 
SynthTableHeaderUI.uninstallDefaults()  | 
protected void | 
SynthTabbedPaneUI.uninstallDefaults()  | 
protected void | 
SynthListUI.uninstallDefaults()  | 
protected void | 
SynthSpinnerUI.uninstallDefaults()
Sets the  
JSpinner's layout manager to null. | 
protected void | 
SynthMenuUI.uninstallDefaults()  | 
protected void | 
SynthDesktopIconUI.uninstallDefaults()  | 
protected void | 
SynthTextFieldUI.uninstallDefaults()  | 
protected void | 
SynthComboBoxUI.uninstallDefaults()  | 
protected void | 
SynthMenuItemUI.uninstallDefaults()  | 
protected void | 
SynthProgressBarUI.uninstallDefaults()  | 
protected void | 
SynthPopupMenuUI.uninstallDefaults()  | 
protected void | 
SynthToolBarUI.uninstallDefaults()  | 
protected void | 
SynthMenuBarUI.uninstallDefaults()  | 
protected void | 
SynthTreeUI.uninstallDefaults()  | 
protected void | 
SynthInternalFrameUI.uninstallDefaults()  | 
protected void | 
SynthTableUI.uninstallDefaults()  | 
protected void | 
SynthSplitPaneUI.uninstallDefaults()
Uninstalls the UI defaults. 
 | 
protected void | 
SynthOptionPaneUI.uninstallDefaults()  | 
protected void | 
SynthTextAreaUI.uninstallDefaults()  | 
protected void | 
SynthEditorPaneUI.uninstallDefaults()  | 
protected void | 
SynthScrollBarUI.uninstallDefaults()  | 
protected void | 
SynthButtonUI.uninstallDefaults(AbstractButton b)  | 
protected void | 
SynthToolTipUI.uninstallDefaults(JComponent c)  | 
protected void | 
SynthLabelUI.uninstallDefaults(JLabel c)  | 
protected void | 
SynthPanelUI.uninstallDefaults(JPanel p)  | 
protected void | 
SynthRootPaneUI.uninstallDefaults(JRootPane root)  | 
protected void | 
SynthScrollPaneUI.uninstallDefaults(JScrollPane c)  | 
protected void | 
SynthDesktopPaneUI.uninstallDesktopManager()  | 
protected void | 
SynthDesktopPaneUI.uninstallListeners()  | 
protected void | 
SynthColorChooserUI.uninstallListeners()  | 
protected void | 
SynthTableHeaderUI.uninstallListeners()  | 
protected void | 
SynthTabbedPaneUI.uninstallListeners()  | 
protected void | 
SynthListUI.uninstallListeners()  | 
protected void | 
SynthSpinnerUI.uninstallListeners()  | 
protected void | 
SynthMenuUI.uninstallListeners()  | 
protected void | 
SynthDesktopIconUI.uninstallListeners()  | 
protected void | 
SynthComboBoxUI.uninstallListeners()  | 
protected void | 
SynthMenuItemUI.uninstallListeners()  | 
protected void | 
SynthProgressBarUI.uninstallListeners()  | 
protected void | 
SynthPopupMenuUI.uninstallListeners()  | 
protected void | 
SynthToolBarUI.uninstallListeners()  | 
protected void | 
SynthMenuBarUI.uninstallListeners()  | 
protected void | 
SynthTreeUI.uninstallListeners()  | 
protected void | 
SynthInternalFrameUI.uninstallListeners()  | 
protected void | 
SynthTableUI.uninstallListeners()  | 
protected void | 
SynthSplitPaneUI.uninstallListeners()
Uninstalls the event listeners from the UI. 
 | 
protected void | 
SynthOptionPaneUI.uninstallListeners()  | 
protected void | 
SynthScrollBarUI.uninstallListeners()  | 
protected void | 
SynthButtonUI.uninstallListeners(AbstractButton b)  | 
protected void | 
SynthScrollPaneUI.uninstallListeners(JComponent c)  | 
protected void | 
SynthToolTipUI.uninstallListeners(JComponent c)  | 
protected void | 
SynthSliderUI.uninstallListeners(JSlider slider)  | 
void | 
SynthMenuUI.uninstallUI(JComponent c)  | 
void | 
SynthComboBoxUI.uninstallUI(JComponent c)  | 
void | 
SynthMenuItemUI.uninstallUI(JComponent c)  | 
void | 
SynthSeparatorUI.uninstallUI(JComponent c)  | 
void | 
SynthPanelUI.uninstallUI(JComponent c)  | 
void | 
SynthViewportUI.uninstallUI(JComponent c)  | 
void | 
SynthDesktopPaneUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthColorChooserUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthTableHeaderUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthTabbedPaneUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthListUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthSpinnerUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthMenuUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthDesktopIconUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthTextFieldUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthComboBoxUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthMenuItemUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthProgressBarUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthPopupMenuUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthToolBarUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthMenuBarUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthTreeUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthRootPaneUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthScrollPaneUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthLabelUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthSeparatorUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthSliderUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthInternalFrameUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthTableUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthSplitPaneUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthOptionPaneUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthTextAreaUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthToolTipUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthEditorPaneUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthPanelUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthButtonUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthViewportUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
void | 
SynthScrollBarUI.update(Graphics g,
      JComponent c)
Notifies this UI delegate to repaint the specified component. 
 | 
int | 
SynthSliderUI.valueForXPosition(int xPos)  | 
int | 
SynthSliderUI.valueForYPosition(int yPos)  | 
protected int | 
SynthSliderUI.xPositionForValue(int value)  | 
protected int | 
SynthSliderUI.yPositionForValue(int value,
                 int trackY,
                 int trackHeight)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SizeRequirements | 
ParagraphView.calculateMinorAxisRequirements(int axis,
                              SizeRequirements r)
Calculate the needs for the paragraph along the minor axis. 
 | 
float | 
GlyphView.getMinimumSpan(int axis)
Determines the minimum span for this view along an axis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
SimpleJavaFileObject.toString()  | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
JAXBException.getCause()  | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
FactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
FactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
TransformerFactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 
 | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2012, Oracle and/or its affiliates.  All rights reserved.