Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 JavaBeansTM architecture. |
java.dyn | PROVISIONAL API, WORK IN PROGRESS: This package contains dynamic language support provided directly by the Java core class libraries and virtual machine. |
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
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.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.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. |
Uses of Override in java.applet |
---|
Modifier and Type | Method and Description |
---|---|
boolean |
Applet.isValidateRoot()
Indicates if this container is a validate root. |
Uses of Override in java.awt |
---|
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 |
Window.setBackground(Color bgColor)
Sets the background color of this window. |
Uses of Override in java.beans |
---|
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. |
Uses of Override in java.dyn |
---|
Modifier and Type | Method and Description |
---|---|
boolean |
MethodType.equals(Object x)
Compares the specified object with this type for equality. |
int |
MethodType.hashCode()
Returns the hash code value for this method type. |
void |
ConstantCallSite.setTarget(MethodHandle ignore)
Throw an IllegalArgumentException , because this kind of call site cannot change its target. |
String |
MethodType.toString()
The string representation of a method type is a parenthesis enclosed, comma separated list of type names, followed immediately by the return type. |
String |
MethodHandle.toString()
The string of a direct method handle is the simple name of its target method. |
String |
MethodHandles.Lookup.toString()
Display the name of the class. |
String |
CallSite.toString()
Produce a printed representation that displays information about this call site that may be useful to the human reader. |
Uses of Override in java.lang |
---|
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. |
Uses of Override in java.math |
---|
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. |
Uses of Override in java.net |
---|
Modifier and Type | Method and Description |
---|---|
Object |
HttpCookie.clone()
Create and return a copy of this object. |
boolean |
HttpCookie.equals(Object obj)
Test the equality of two http cookies. |
boolean |
Inet6Address.equals(Object obj)
Compares this object against the specified object. |
byte[] |
Inet6Address.getAddress()
Returns the raw IP address of this InetAddress
object. |
String |
Inet6Address.getHostAddress()
Returns the IP address string in textual presentation. |
int |
HttpCookie.hashCode()
Return hash code of this http cookie. |
int |
Inet6Address.hashCode()
Returns a hashcode for this IP address. |
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. |
Uses of Override in java.nio.channels |
---|
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. |
|
|
AsynchronousSocketChannel.read(ByteBuffer dst,
A attachment,
CompletionHandler<Integer,? super A> handler)
|
|
abstract
|
AsynchronousSocketChannel.setOption(SocketOption<T> name,
T value)
|
|
abstract
|
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. |
|
|
AsynchronousSocketChannel.write(ByteBuffer src,
A attachment,
CompletionHandler<Integer,? super A> handler)
|
Uses of Override in java.nio.file |
---|
Modifier and Type | Method and Description |
---|---|
abstract void |
WatchService.close()
Closes this watch service. |
abstract void |
FileSystem.close()
Closes this file system. |
abstract int |
Path.compareTo(Path other)
Compares two abstract paths lexicographically. |
abstract boolean |
Path.equals(Object other)
Tests this path for equality with the given object. |
IOException |
DirectoryIteratorException.getCause()
Returns the cause of this exception. |
String |
FileSystemException.getMessage()
Returns the detail message string. |
abstract int |
Path.hashCode()
Computes a hash code for this path. |
Iterator<T> |
DirectoryStream.iterator()
Returns the iterator associated with this DirectoryStream . |
abstract Iterator<Path> |
Path.iterator()
Returns an iterator over the name elements of this path. |
abstract OutputStream |
Path.newOutputStream(OpenOption... options)
Opens or creates the file located by this object for writing, returning an output stream to write bytes to the file. |
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. |
abstract WatchKey |
Path.register(WatchService watcher,
WatchEvent.Kind<?>... events)
Registers the file located by this path with a watch service. |
abstract WatchKey |
Path.register(WatchService watcher,
WatchEvent.Kind<?>[] events,
WatchEvent.Modifier... modifiers)
Registers the file located by this path with a watch service. |
abstract String |
Path.toString()
Returns the string representation of this path. |
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. |
Uses of Override in java.nio.file.attribute |
---|
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 |
FileStoreSpaceAttributeView.name()
Returns the name of the attribute view. |
String |
DosFileAttributeView.name()
Returns the name of the attribute view. |
String |
BasicFileAttributeView.name()
Returns the name of the attribute view. |
String |
FileOwnerAttributeView.name()
Returns the name of the attribute view. |
String |
AclFileAttributeView.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. |
Uses of Override in java.security |
---|
Modifier and Type | Method and Description |
---|---|
String |
ProtectionDomain.toString()
Convert a ProtectionDomain to a String. |
Uses of Override in java.security.cert |
---|
Modifier and Type | Method and Description |
---|---|
String |
CertificateRevokedException.getMessage()
|
Uses of Override in java.util |
---|
Modifier and Type | Method and Description |
---|---|
int |
GregorianCalendar.getWeekYear()
Returns the week year represented by this GregorianCalendar . |
boolean |
GregorianCalendar.isWeekDateSupported()
Returns true indicating this GregorianCalendar
supports week dates. |
void |
GregorianCalendar.setWeekDate(int weekYear,
int weekOfYear,
int dayOfWeek)
Sets this GregorianCalendar to the date given by the
date specifiers - weekYear ,
weekOfYear , and dayOfWeek . |
Uses of Override in javax.lang.model.util |
---|
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)
Visits a NoType instance, dispatching to the visit method for
the specific kind of pseudo-type:
VOID , PACKAGE , or NONE . |
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 |
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 , or PARAMETER . |
Uses of Override in javax.management |
---|
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 |
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. |
boolean |
ObjectName.equals(Object object)
Compares the current object name with another object name. |
int |
MBeanOperationInfo.hashCode()
|
int |
MBeanInfo.hashCode()
|
int |
ImmutableDescriptor.hashCode()
Returns the hash code value for this descriptor. |
int |
ObjectName.hashCode()
Returns a hash code for this object name. |
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 |
AttributeValueExp.toString()
Returns the string representing its value. |
String |
MBeanServerNotification.toString()
|
String |
MBeanOperationInfo.toString()
|
String |
Notification.toString()
Returns a String representation of this notification. |
String |
MBeanInfo.toString()
|
String |
ImmutableDescriptor.toString()
|
String |
ObjectName.toString()
Returns a string representation of the object name. |
Uses of Override in javax.management.modelmbean |
---|
Modifier and Type | Method and Description |
---|---|
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. |
Object |
DescriptorSupport.clone()
Returns a new Descriptor which is a duplicate of the Descriptor. |
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 |
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. |
String |
DescriptorSupport.toString()
Returns |
Uses of Override in javax.management.monitor |
---|
Modifier and Type | Method and Description |
---|---|
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. |
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. |
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. |
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. |
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. |
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. |
Uses of Override in javax.management.openmbean |
---|
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. |
Uses of Override in javax.management.relation |
---|
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)
|
Uses of Override in javax.management.remote |
---|
Modifier and Type | Method and Description |
---|---|
MBeanNotificationInfo[] |
JMXConnectorServer.getNotificationInfo()
Returns an array indicating the notifications that this MBean sends. |
Uses of Override in javax.management.remote.rmi |
---|
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. |
Uses of Override in javax.swing |
---|
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 |
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 |
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. |
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 |
JRootPane.isValidateRoot()
If a descendant of this JRootPane calls
revalidate , validate from here on down. |
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 |
JTextPane.replaceSelection(String content)
Replaces the currently selected content with new content represented by the given string. |
void |
JEditorPane.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. |
Uses of Override in javax.swing.border |
---|
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. |
Uses of Override in javax.swing.plaf.basic |
---|
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)
|
Uses of Override in javax.swing.plaf.nimbus |
---|
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. |
Uses of Override in javax.swing.plaf.synth |
---|
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 |
SynthSliderUI.getBaseline(JComponent c,
int width,
int height)
|
int |
SynthProgressBarUI.getBaseline(JComponent c,
int width,
int height)
|
int |
SynthLabelUI.getBaseline(JComponent c,
int width,
int height)
|
int |
SynthButtonUI.getBaseline(JComponent c,
int width,
int height)
|
protected Rectangle |
SynthProgressBarUI.getBox(Rectangle r)
|
SynthContext |
SynthViewportUI.getContext(JComponent c)
|
SynthContext |
SynthTreeUI.getContext(JComponent c)
|
SynthContext |
SynthToolTipUI.getContext(JComponent c)
|
SynthContext |
SynthToolBarUI.getContext(JComponent c)
|
SynthContext |
SynthTextAreaUI.getContext(JComponent c)
|
SynthContext |
SynthTableHeaderUI.getContext(JComponent c)
|
SynthContext |
SynthTableUI.getContext(JComponent c)
|
SynthContext |
SynthTabbedPaneUI.getContext(JComponent c)
|
SynthContext |
SynthSplitPaneUI.getContext(JComponent c)
|
SynthContext |
SynthSpinnerUI.getContext(JComponent c)
|
SynthContext |
SynthSliderUI.getContext(JComponent c)
|
SynthContext |
SynthScrollPaneUI.getContext(JComponent c)
|
SynthContext |
SynthScrollBarUI.getContext(JComponent c)
|
SynthContext |
SynthRootPaneUI.getContext(JComponent c)
|
SynthContext |
SynthProgressBarUI.getContext(JComponent c)
|
SynthContext |
SynthPopupMenuUI.getContext(JComponent c)
|
SynthContext |
SynthSeparatorUI.getContext(JComponent c)
|
SynthContext |
SynthPanelUI.getContext(JComponent c)
|
SynthContext |
SynthOptionPaneUI.getContext(JComponent c)
|
SynthContext |
SynthMenuUI.getContext(JComponent c)
|
SynthContext |
SynthMenuBarUI.getContext(JComponent c)
|
SynthContext |
SynthListUI.getContext(JComponent c)
|
SynthContext |
SynthInternalFrameUI.getContext(JComponent c)
|
SynthContext |
SynthTextFieldUI.getContext(JComponent c)
|
SynthContext |
SynthEditorPaneUI.getContext(JComponent c)
|
SynthContext |
SynthDesktopIconUI.getContext(JComponent c)
|
SynthContext |
SynthDesktopPaneUI.getContext(JComponent c)
|
SynthContext |
SynthComboBoxUI.getContext(JComponent c)
|
SynthContext |
SynthLabelUI.getContext(JComponent c)
|
SynthContext |
SynthColorChooserUI.getContext(JComponent c)
|
SynthContext |
SynthMenuItemUI.getContext(JComponent c)
|
SynthContext |
SynthButtonUI.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 |
SynthSeparatorUI.getMaximumSize(JComponent c)
|
Dimension |
SynthLabelUI.getMaximumSize(JComponent c)
|
Dimension |
SynthButtonUI.getMaximumSize(JComponent c)
|
Dimension |
SynthSliderUI.getMinimumSize(JComponent c)
|
Dimension |
SynthSeparatorUI.getMinimumSize(JComponent c)
|
Dimension |
SynthLabelUI.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 |
SynthToolTipUI.getPreferredSize(JComponent c)
|
Dimension |
SynthSliderUI.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. |
Dimension |
SynthProgressBarUI.getPreferredSize(JComponent c)
|
Dimension |
SynthSeparatorUI.getPreferredSize(JComponent c)
|
Dimension |
SynthLabelUI.getPreferredSize(JComponent c)
|
Dimension |
SynthButtonUI.getPreferredSize(JComponent c)
|
protected String |
SynthTextPaneUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager. |
protected String |
SynthRadioButtonMenuItemUI.getPropertyPrefix()
|
protected String |
SynthPasswordFieldUI.getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager. |
protected String |
SynthFormattedTextFieldUI.getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager. |
protected String |
SynthCheckBoxMenuItemUI.getPropertyPrefix()
|
protected String |
SynthToggleButtonUI.getPropertyPrefix()
|
protected String |
SynthRadioButtonUI.getPropertyPrefix()
|
protected String |
SynthCheckBoxUI.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 |
SynthToolBarUI.installComponents()
|
protected void |
SynthOptionPaneUI.installComponents()
|
protected void |
SynthDesktopIconUI.installComponents()
|
protected void |
SynthTreeUI.installDefaults()
|
protected void |
SynthToolBarUI.installDefaults()
|
protected void |
SynthTextAreaUI.installDefaults()
|
protected void |
SynthTableHeaderUI.installDefaults()
|
protected void |
SynthTableUI.installDefaults()
Initializes JTable properties, such as font, foreground, and background. |
protected void |
SynthTabbedPaneUI.installDefaults()
|
protected void |
SynthSplitPaneUI.installDefaults()
Installs the UI defaults. |
protected void |
SynthSpinnerUI.installDefaults()
Initializes the JSpinner border ,
foreground , and background , properties
based on the corresponding "Spinner.*" properties from defaults table. |
protected void |
SynthScrollBarUI.installDefaults()
|
protected void |
SynthProgressBarUI.installDefaults()
|
void |
SynthPopupMenuUI.installDefaults()
|
protected void |
SynthOptionPaneUI.installDefaults()
|
protected void |
SynthMenuUI.installDefaults()
|
protected void |
SynthMenuBarUI.installDefaults()
|
protected void |
SynthListUI.installDefaults()
|
void |
SynthInternalFrameUI.installDefaults()
|
protected void |
SynthTextFieldUI.installDefaults()
|
protected void |
SynthEditorPaneUI.installDefaults()
|
protected void |
SynthDesktopIconUI.installDefaults()
|
protected void |
SynthDesktopPaneUI.installDefaults()
|
protected void |
SynthComboBoxUI.installDefaults()
|
protected void |
SynthColorChooserUI.installDefaults()
|
protected void |
SynthMenuItemUI.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 |
SynthTreeUI.installListeners()
|
protected void |
SynthToolBarUI.installListeners()
|
protected void |
SynthTableHeaderUI.installListeners()
|
protected void |
SynthTableUI.installListeners()
Attaches listeners to the JTable. |
protected void |
SynthTabbedPaneUI.installListeners()
|
protected void |
SynthSplitPaneUI.installListeners()
Installs the event listeners for the UI. |
protected void |
SynthSpinnerUI.installListeners()
|
protected void |
SynthScrollBarUI.installListeners()
|
protected void |
SynthProgressBarUI.installListeners()
|
protected void |
SynthPopupMenuUI.installListeners()
|
protected void |
SynthOptionPaneUI.installListeners()
|
protected void |
SynthMenuUI.installListeners()
|
protected void |
SynthMenuBarUI.installListeners()
|
protected void |
SynthListUI.installListeners()
|
protected void |
SynthInternalFrameUI.installListeners()
|
protected void |
SynthDesktopIconUI.installListeners()
|
protected void |
SynthDesktopPaneUI.installListeners()
|
protected void |
SynthComboBoxUI.installListeners()
|
protected void |
SynthColorChooserUI.installListeners()
|
protected void |
SynthMenuItemUI.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 |
SynthViewportUI.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 |
SynthComboBoxUI.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 |
SynthViewportUI.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 |
SynthToolTipUI.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 |
SynthTableHeaderUI.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 |
SynthTabbedPaneUI.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 |
SynthSpinnerUI.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 |
SynthScrollPaneUI.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. |
void |
SynthRootPaneUI.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 |
SynthSeparatorUI.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 |
SynthOptionPaneUI.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 |
SynthMenuBarUI.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 |
SynthDesktopIconUI.paint(Graphics g,
JComponent c)
Paints the specified component according to the Look and Feel. |
void |
SynthDesktopPaneUI.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 |
SynthLabelUI.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 |
SynthMenuItemUI.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. |
protected void |
SynthTextAreaUI.paintBackground(Graphics g)
|
protected void |
SynthTextFieldUI.paintBackground(Graphics g)
|
protected void |
SynthEditorPaneUI.paintBackground(Graphics g)
|
void |
SynthViewportUI.paintBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border. |
void |
SynthTreeUI.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 |
SynthToolBarUI.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 |
SynthTextAreaUI.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 |
SynthTableUI.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 |
SynthSplitPaneUI.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 |
SynthSliderUI.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 |
SynthScrollBarUI.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 |
SynthRadioButtonMenuItemUI.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 |
SynthPasswordFieldUI.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 |
SynthPanelUI.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 |
SynthMenuUI.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 |
SynthListUI.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 |
SynthTextFieldUI.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 |
SynthEditorPaneUI.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 |
SynthDesktopPaneUI.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 |
SynthLabelUI.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 |
SynthMenuItemUI.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 |
SynthToggleButtonUI.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 |
SynthCheckBoxUI.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 |
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 |
SynthViewportUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthTreeUI.propertyChange(PropertyChangeEvent event)
|
void |
SynthToolTipUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthToolBarUI.propertyChange(PropertyChangeEvent e)
|
protected void |
SynthTextPaneUI.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent. |
protected void |
SynthTextAreaUI.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent. |
void |
SynthTableHeaderUI.propertyChange(PropertyChangeEvent evt)
|
void |
SynthTableUI.propertyChange(PropertyChangeEvent event)
|
void |
SynthTabbedPaneUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthSplitPaneUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthSpinnerUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthSliderUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthRootPaneUI.propertyChange(PropertyChangeEvent e)
Invoked when a property changes on the root pane. |
void |
SynthProgressBarUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthPopupMenuUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthPanelUI.propertyChange(PropertyChangeEvent pce)
|
void |
SynthOptionPaneUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthMenuUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthMenuBarUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthListUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthInternalFrameUI.propertyChange(PropertyChangeEvent evt)
|
protected void |
SynthTextFieldUI.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent. |
protected void |
SynthEditorPaneUI.propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent. |
void |
SynthDesktopPaneUI.propertyChange(PropertyChangeEvent evt)
|
void |
SynthComboBoxUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthLabelUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthColorChooserUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthMenuItemUI.propertyChange(PropertyChangeEvent e)
|
void |
SynthButtonUI.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 |
SynthTreeUI.uninstallDefaults()
|
protected void |
SynthToolBarUI.uninstallDefaults()
|
protected void |
SynthTextAreaUI.uninstallDefaults()
|
protected void |
SynthTableHeaderUI.uninstallDefaults()
|
protected void |
SynthTableUI.uninstallDefaults()
|
protected void |
SynthTabbedPaneUI.uninstallDefaults()
|
protected void |
SynthSplitPaneUI.uninstallDefaults()
Uninstalls the UI defaults. |
protected void |
SynthSpinnerUI.uninstallDefaults()
Sets the JSpinner's layout manager to null. |
protected void |
SynthScrollBarUI.uninstallDefaults()
|
protected void |
SynthProgressBarUI.uninstallDefaults()
|
protected void |
SynthPopupMenuUI.uninstallDefaults()
|
protected void |
SynthOptionPaneUI.uninstallDefaults()
|
protected void |
SynthMenuUI.uninstallDefaults()
|
protected void |
SynthMenuBarUI.uninstallDefaults()
|
protected void |
SynthListUI.uninstallDefaults()
|
protected void |
SynthInternalFrameUI.uninstallDefaults()
|
protected void |
SynthTextFieldUI.uninstallDefaults()
|
protected void |
SynthEditorPaneUI.uninstallDefaults()
|
protected void |
SynthDesktopIconUI.uninstallDefaults()
|
protected void |
SynthDesktopPaneUI.uninstallDefaults()
|
protected void |
SynthComboBoxUI.uninstallDefaults()
|
protected void |
SynthColorChooserUI.uninstallDefaults()
|
protected void |
SynthMenuItemUI.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 |
SynthTreeUI.uninstallListeners()
|
protected void |
SynthToolBarUI.uninstallListeners()
|
protected void |
SynthTableHeaderUI.uninstallListeners()
|
protected void |
SynthTableUI.uninstallListeners()
|
protected void |
SynthTabbedPaneUI.uninstallListeners()
|
protected void |
SynthSplitPaneUI.uninstallListeners()
Uninstalls the event listeners from the UI. |
protected void |
SynthSpinnerUI.uninstallListeners()
|
protected void |
SynthScrollBarUI.uninstallListeners()
|
protected void |
SynthProgressBarUI.uninstallListeners()
|
protected void |
SynthPopupMenuUI.uninstallListeners()
|
protected void |
SynthOptionPaneUI.uninstallListeners()
|
protected void |
SynthMenuUI.uninstallListeners()
|
protected void |
SynthMenuBarUI.uninstallListeners()
|
protected void |
SynthListUI.uninstallListeners()
|
protected void |
SynthInternalFrameUI.uninstallListeners()
|
protected void |
SynthDesktopIconUI.uninstallListeners()
|
protected void |
SynthDesktopPaneUI.uninstallListeners()
|
protected void |
SynthComboBoxUI.uninstallListeners()
|
protected void |
SynthColorChooserUI.uninstallListeners()
|
protected void |
SynthMenuItemUI.uninstallListeners()
|
protected void |
SynthButtonUI.uninstallListeners(AbstractButton b)
|
protected void |
SynthToolTipUI.uninstallListeners(JComponent c)
|
protected void |
SynthScrollPaneUI.uninstallListeners(JComponent c)
|
protected void |
SynthSliderUI.uninstallListeners(JSlider slider)
|
void |
SynthViewportUI.uninstallUI(JComponent c)
|
void |
SynthSeparatorUI.uninstallUI(JComponent c)
|
void |
SynthPanelUI.uninstallUI(JComponent c)
|
void |
SynthMenuUI.uninstallUI(JComponent c)
|
void |
SynthComboBoxUI.uninstallUI(JComponent c)
|
void |
SynthMenuItemUI.uninstallUI(JComponent c)
|
void |
SynthViewportUI.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 |
SynthToolTipUI.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 |
SynthTextAreaUI.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 |
SynthTableUI.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 |
SynthSplitPaneUI.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 |
SynthSliderUI.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 |
SynthScrollBarUI.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 |
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 |
SynthSeparatorUI.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 |
SynthOptionPaneUI.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 |
SynthMenuBarUI.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 |
SynthInternalFrameUI.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 |
SynthEditorPaneUI.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 |
SynthDesktopPaneUI.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 |
SynthLabelUI.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 |
SynthMenuItemUI.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. |
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)
|
Uses of Override in javax.swing.text |
---|
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. |
Uses of Override in javax.tools |
---|
Modifier and Type | Method and Description |
---|---|
String |
SimpleJavaFileObject.toString()
|
Uses of Override in javax.xml.bind |
---|
Modifier and Type | Method and Description |
---|---|
Throwable |
JAXBException.getCause()
|
Uses of Override in javax.xml.parsers |
---|
Modifier and Type | Method and Description |
---|---|
Throwable |
FactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 |
Uses of Override in javax.xml.stream |
---|
Modifier and Type | Method and Description |
---|---|
Throwable |
FactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 |
Uses of Override in javax.xml.transform |
---|
Modifier and Type | Method and Description |
---|---|
Throwable |
TransformerFactoryConfigurationError.getCause()
use the exception chaining mechanism of JDK1.4 |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.