软件包 | 描述 |
---|---|
java.applet |
提供创建一个小程序所需的类和一个小程序用来与它的小程序上下文进行通信的类。
|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.lang.invoke |
java.lang.invoke 包中包含的动态语言支持的java核心类库和虚拟机直接提供。
|
java.lang.reflect |
提供用于获取类和对象的反射信息的类和接口。
|
java.math |
用于执行任意精度的整数运算提供的类(
BigInteger )和任意精度的小数运算(
BigDecimal )。
|
java.net |
为实现网络应用程序提供类。
|
java.nio |
定义了缓冲区,这是数据的容器,并提供其他NIO包的概述。
|
java.nio.channels |
定义了渠道,它代表的是能够执行I/O操作的实体连接,如文件和套接字;定义选择器,多路复用,非阻塞I/O操作。
|
java.nio.file |
定义的接口和类的java虚拟机访问文件,文件属性,文件系统。
|
java.nio.file.attribute |
提供对文件和文件系统属性的访问的接口和类。
|
java.security |
为安全框架提供类和接口。
|
java.security.cert |
提供用于解析和管理证书的类和接口,证书撤销列表(CRL),认证路径。
|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java
TM编程语言。
|
java.text |
提供用于处理独立于自然语言的方式处理文本、日期、数字和消息的类和接口。
|
java.time |
日期、时间、时刻主要的API,和持续时间。
|
java.time.chrono |
除了默认的标准以外的日历系统的通用的。
|
java.time.format |
提供打印和解析日期和时间的类。
|
java.time.temporal |
访问日期和时间的应用领域和单位,时间和日期的调节。
|
java.time.zone |
支持时区及其规则。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.concurrent |
在并发编程中常用的实用类。
|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
java.util.logging |
提供类和2的java
TM平台核心测井设备接口。
|
java.util.stream |
类,以支持元素流上的功能样式操作,如Map减少集合上的转换。
|
javax.lang.model.element |
使用java编程语言的模型元素的接口。
|
javax.lang.model.util |
公用事业在帮助
program elements和
types处理。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.monitor |
提供监视器类的定义。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
javax.management.relation |
提供关系服务的定义。
|
javax.management.remote |
用于远程访问JMX MBean服务器接口。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
javax.net.ssl |
为安全套接字包提供类。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.border |
提供用于绘图的类和接口,以绘制一个摆动组件的专门边框。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.nimbus |
提供用户界面对象建立跨平台的灵气的外观和感觉。
|
javax.swing.plaf.synth |
它是一个可更换皮肤的外观和感觉的绘画是授。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.tools |
为可以从程序调用的工具提供接口,例如,编译器。
|
javax.xml.bind |
为客户端应用程序提供包括解包,编组运行时绑定框架,和验证能力。
|
javax.xml.parsers |
提供允许处理XML文档的类。
|
javax.xml.stream | |
javax.xml.transform |
该软件包定义了用于处理变换指令的通用的接口,并执行从源到结果的转换。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Applet.isValidateRoot()
指示此容器是否是验证根。
|
Modifier and Type | Method and Description |
---|---|
Color |
Window.getBackground()
获取此窗口的背景颜色。
|
void |
Container.invalidate()
无效的容器。
|
boolean |
Window.isOpaque()
指示如果窗口当前不透明。
|
boolean |
Window.isValidateRoot()
指示此容器是否是验证根。
|
void |
Window.paint(Graphics g)
油漆容器。
|
void |
Dialog.setBackground(Color bgColor)
设置此窗口的背景颜色。
|
void |
Window.setBackground(Color bgColor)
设置此窗口的背景颜色。
|
void |
Frame.setBackground(Color bgColor)
设置此窗口的背景颜色。
|
void |
Window.setLocation(int x, int y)
将此组件移动到一个新位置。
|
void |
Window.setLocation(Point p)
将此组件移动到一个新位置。
|
void |
Dialog.setOpacity(float opacity)
设置窗口的不透明度。
|
void |
Frame.setOpacity(float opacity)
设置窗口的不透明度。
|
void |
Dialog.setShape(Shape shape)
设置窗口的形状。
|
void |
Frame.setShape(Shape shape)
设置窗口的形状。
|
Modifier and Type | Method and Description |
---|---|
void |
Expression.execute()
execute 的方法找到一个名字为
methodName 产权方法和调用目标方法。
|
Modifier and Type | Method and Description |
---|---|
IOException |
UncheckedIOException.getCause()
返回此异常的原因。
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(boolean b) |
StringBuilder |
StringBuilder.append(boolean b) |
StringBuffer |
StringBuffer.append(char c) |
StringBuilder |
StringBuilder.append(char c) |
StringBuffer |
StringBuffer.append(char[] str) |
StringBuilder |
StringBuilder.append(char[] str) |
StringBuffer |
StringBuffer.append(char[] str, int offset, int len) |
StringBuilder |
StringBuilder.append(char[] str, int offset, int len) |
StringBuffer |
StringBuffer.append(CharSequence s)
将指定的
CharSequence 这个序列。
|
StringBuilder |
StringBuilder.append(CharSequence s) |
StringBuffer |
StringBuffer.append(CharSequence s, int start, int end) |
StringBuilder |
StringBuilder.append(CharSequence s, int start, int end) |
StringBuffer |
StringBuffer.append(double d) |
StringBuilder |
StringBuilder.append(double d) |
StringBuffer |
StringBuffer.append(float f) |
StringBuilder |
StringBuilder.append(float f) |
StringBuffer |
StringBuffer.append(int i) |
StringBuilder |
StringBuilder.append(int i) |
StringBuffer |
StringBuffer.append(long lng) |
StringBuilder |
StringBuilder.append(long lng) |
StringBuffer |
StringBuffer.append(Object obj) |
StringBuilder |
StringBuilder.append(Object obj) |
StringBuffer |
StringBuffer.append(String str) |
StringBuilder |
StringBuilder.append(String str) |
StringBuffer |
StringBuffer.appendCodePoint(int codePoint) |
StringBuilder |
StringBuilder.appendCodePoint(int codePoint) |
int |
StringBuffer.capacity() |
char |
StringBuffer.charAt(int index) |
protected Object |
Thread.clone()
把clonenotsupportedexception作为一个线程不能有意义地克隆。
|
int |
StringBuffer.codePointAt(int index) |
int |
StringBuffer.codePointBefore(int index) |
int |
StringBuffer.codePointCount(int beginIndex, int endIndex) |
StringBuffer |
StringBuffer.delete(int start, int end) |
StringBuilder |
StringBuilder.delete(int start, int end) |
StringBuffer |
StringBuffer.deleteCharAt(int index) |
StringBuilder |
StringBuilder.deleteCharAt(int index) |
void |
StringBuffer.ensureCapacity(int minimumCapacity) |
<A extends Annotation> |
Package.getAnnotationsByType(类<A> annotationClass) |
<A extends Annotation> |
Class.getAnnotationsByType(类<A> annotationClass) |
void |
StringBuffer.getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) |
<A extends Annotation> |
Package.getDeclaredAnnotation(类<A> annotationClass) |
<A extends Annotation> |
Class.getDeclaredAnnotation(类<A> annotationClass) |
<A extends Annotation> |
Package.getDeclaredAnnotationsByType(类<A> annotationClass) |
<A extends Annotation> |
Class.getDeclaredAnnotationsByType(类<A> annotationClass) |
int |
Integer.hashCode()
返回此
Integer 哈希代码。
|
int |
Float.hashCode()
返回该对象的哈希码
Float 。
|
int |
Boolean.hashCode()
返回该对象的哈希码
Boolean 。
|
int |
Long.hashCode()
返回此
Long 哈希代码。
|
int |
Short.hashCode()
返回此
Short 哈希代码;等于调用
intValue() 结果。
|
int |
Character.hashCode()
返回此
Character 哈希代码;等于调用
charValue() 结果。
|
int |
Double.hashCode()
返回该对象的哈希码
Double 。
|
int |
Byte.hashCode()
返回此
Byte 哈希代码;等于调用
intValue() 结果。
|
int |
StringBuffer.indexOf(String str) |
int |
StringBuilder.indexOf(String str) |
int |
StringBuffer.indexOf(String str, int fromIndex) |
int |
StringBuilder.indexOf(String str, int fromIndex) |
StringBuffer |
StringBuffer.insert(int offset, boolean b) |
StringBuilder |
StringBuilder.insert(int offset, boolean b) |
StringBuffer |
StringBuffer.insert(int offset, char c) |
StringBuilder |
StringBuilder.insert(int offset, char c) |
StringBuffer |
StringBuffer.insert(int offset, char[] str) |
StringBuilder |
StringBuilder.insert(int offset, char[] str) |
StringBuffer |
StringBuffer.insert(int index, char[] str, int offset, int len) |
StringBuilder |
StringBuilder.insert(int index, char[] str, int offset, int len) |
StringBuffer |
StringBuffer.insert(int dstOffset, CharSequence s) |
StringBuilder |
StringBuilder.insert(int dstOffset, CharSequence s) |
StringBuffer |
StringBuffer.insert(int dstOffset, CharSequence s, int start, int end) |
StringBuilder |
StringBuilder.insert(int dstOffset, CharSequence s, int start, int end) |
StringBuffer |
StringBuffer.insert(int offset, double d) |
StringBuilder |
StringBuilder.insert(int offset, double d) |
StringBuffer |
StringBuffer.insert(int offset, float f) |
StringBuilder |
StringBuilder.insert(int offset, float f) |
StringBuffer |
StringBuffer.insert(int offset, int i) |
StringBuilder |
StringBuilder.insert(int offset, int i) |
StringBuffer |
StringBuffer.insert(int offset, long l) |
StringBuilder |
StringBuilder.insert(int offset, long l) |
StringBuffer |
StringBuffer.insert(int offset, Object obj) |
StringBuilder |
StringBuilder.insert(int offset, Object obj) |
StringBuffer |
StringBuffer.insert(int offset, String str) |
StringBuilder |
StringBuilder.insert(int offset, String str) |
boolean |
Package.isAnnotationPresent(类<? extends Annotation> annotationClass)
如果在这个元素上存在指定类型的注释,则返回真,否则为假。
|
boolean |
Class.isAnnotationPresent(类<? extends Annotation> annotationClass)
如果在这个元素上存在指定类型的注释,则返回真,否则为假。
|
int |
StringBuffer.lastIndexOf(String str) |
int |
StringBuilder.lastIndexOf(String str) |
int |
StringBuffer.lastIndexOf(String str, int fromIndex) |
int |
StringBuilder.lastIndexOf(String str, int fromIndex) |
int |
StringBuffer.length() |
int |
StringBuffer.offsetByCodePoints(int index, int codePointOffset) |
StringBuffer |
StringBuffer.replace(int start, int end, String str) |
StringBuilder |
StringBuilder.replace(int start, int end, String str) |
StringBuffer |
StringBuffer.reverse() |
StringBuilder |
StringBuilder.reverse() |
void |
Thread.run()
如果该线程是使用一个单独的
Runnable 运行对象的构造,然后
Runnable 对象的
run 方法被调用;否则,该方法不返回。
|
void |
StringBuffer.setCharAt(int index, char ch) |
void |
StringBuffer.setLength(int newLength) |
CharSequence |
StringBuffer.subSequence(int start, int end) |
String |
StringBuffer.substring(int start) |
String |
StringBuffer.substring(int start, int end) |
String |
StringBuffer.toString() |
String |
StringBuilder.toString() |
void |
StringBuffer.trimToSize() |
Modifier and Type | Method and Description |
---|---|
MethodHandle |
MutableCallSite.dynamicInvoker()
生产法处理相当于一个invokedynamic指令已与该调用站点。
|
MethodHandle |
VolatileCallSite.dynamicInvoker()
生产法处理相当于一个invokedynamic指令已与该调用站点。
|
MethodHandle |
ConstantCallSite.dynamicInvoker()
返回此调用站点的永久目标。
|
boolean |
MethodType.equals(Object x)
将指定的对象与该类型的相等性进行比较。
|
MethodHandle |
MutableCallSite.getTarget()
返回调用点目标的方法,它的行为就像一个正常的领域
MutableCallSite 。
|
MethodHandle |
VolatileCallSite.getTarget()
返回调用点目标的方法,它的行为就像一个
volatile 领域的
VolatileCallSite 。
|
MethodHandle |
ConstantCallSite.getTarget()
返回调用点目标的方法,它的行为就像一个
final 领域的
ConstantCallSite 。
|
int |
MethodType.hashCode()
返回此方法类型的哈希代码值。
|
void |
MutableCallSite.setTarget(MethodHandle newTarget)
更新此调用站点的目标方法,作为一个正常变量。
|
void |
VolatileCallSite.setTarget(MethodHandle newTarget)
更新此调用站点的目标方法,作为一个易失性变量。
|
void |
ConstantCallSite.setTarget(MethodHandle ignore)
总是抛出一个
UnsupportedOperationException 。
|
String |
MethodHandles.Lookup.toString()
显示的名称来查找要做。
|
String |
MethodType.toString()
返回的方法类型的字符串表示形式的
"(PT0,PT1...)RT" 。
|
String |
MethodHandle.toString()
返回一个字符串表示的方法处理,从字符串
"MethodHandle" 和结束与处理方法的类型的字符串表示形式。
|
String |
SerializedLambda.toString() |
Modifier and Type | Method and Description |
---|---|
AnnotatedType |
Constructor.getAnnotatedReceiverType()
返回一个
AnnotatedType 表示指定类型的方法或构造器的执行对象表示的接收机类型的使用。
|
AnnotatedType |
Method.getAnnotatedReturnType()
返回一个
AnnotatedType 表示指定类型的方法或构造器的执行代表的返回类型的使用。
|
AnnotatedType |
Constructor.getAnnotatedReturnType()
返回一个
AnnotatedType 表示指定类型的方法或构造器的执行代表的返回类型的使用。
|
<T extends Annotation> |
AccessibleObject.getAnnotationsByType(类<T> annotationClass) |
<T extends Annotation> |
Field.getAnnotationsByType(类<T> annotationClass)
返回与此元素关联的注释。
|
<T extends Annotation> |
Executable.getAnnotationsByType(类<T> annotationClass)
返回与此元素关联的注释。
|
<T extends Annotation> |
Parameter.getAnnotationsByType(类<T> annotationClass)
返回与此元素关联的注释。
|
<T extends Annotation> |
AccessibleObject.getDeclaredAnnotation(类<T> annotationClass) |
<T extends Annotation> |
AccessibleObject.getDeclaredAnnotationsByType(类<T> annotationClass) |
<T extends Annotation> |
Parameter.getDeclaredAnnotationsByType(类<T> annotationClass) |
类<?> |
Method.getDeclaringClass()
返回表示的类或接口声明可执行该对象表示的
类 对象。
|
类<T> |
Constructor.getDeclaringClass()
返回表示的类或接口声明可执行该对象表示的
类 对象。
|
类<?>[] |
Method.getExceptionTypes()
返回表示异常的类型声明是由底层执行该对象表示的
类 抛出对象数组。
|
类<?>[] |
Constructor.getExceptionTypes()
返回表示异常的类型声明是由底层执行该对象表示的
类 抛出对象数组。
|
Type[] |
Method.getGenericExceptionTypes()
返回表示异常的声明是由可执行对象被
Type 对象数组。
|
Type[] |
Constructor.getGenericExceptionTypes()
返回
Type 对象表示例外声明是由可执行对象抛出数组。
|
Type[] |
Method.getGenericParameterTypes()
返回表示形式参数类型
Type 对象的数组,在声明顺序,该对象表示的可执行文件。
|
Type[] |
Constructor.getGenericParameterTypes()
返回
Type 对象表示形式参数类型的数组,在声明顺序,该对象表示的可执行文件。
|
int |
Method.getModifiers()
返回该对象表示可执行的java语言
modifiers。
|
int |
Constructor.getModifiers()
返回该对象表示可执行的java语言
modifiers。
|
String |
Method.getName()
返回的
方法 对象表示的方法的名称,作为一个
String 。
|
String |
Constructor.getName()
返回这个构造函数的名称,作为一个字符串。
|
Annotation[][] |
Method.getParameterAnnotations()
返回的
Annotation s表示注释形式参数数组的数组,在声明顺序,该对象表示的
Executable 。
|
Annotation[][] |
Constructor.getParameterAnnotations()
返回的
Annotation s表示注释形式参数数组的数组,在声明顺序,该对象表示的
Executable 。
|
类<?>[] |
Method.getParameterTypes()
返回
类 对象表示形式参数类型的数组,在声明顺序,该对象表示的可执行文件。
|
类<?>[] |
Constructor.getParameterTypes()
返回
类 对象表示形式参数类型的数组,在声明顺序,该对象表示的可执行文件。
|
TypeVariable<方法>[] |
Method.getTypeParameters()
返回
TypeVariable 对象表示的类型变量的声明通过
GenericDeclaration 对象表示的泛型声明一个数组,在声明顺序。
|
TypeVariable<Constructor<T>>[] |
Constructor.getTypeParameters()
返回表示该类型声明的变量通过
GenericDeclaration 对象表示的泛型声明
TypeVariable 对象的数组,在声明顺序。
|
boolean |
AccessibleObject.isAnnotationPresent(类<? extends Annotation> annotationClass)
如果在这个元素上存在指定类型的注释,则返回真,否则为假。
|
boolean |
Method.isSynthetic()
返回
true 如果执行是一种合成的构建;否则返回
false 。
|
boolean |
Constructor.isSynthetic()
返回
true 如果执行是一种合成的构建;否则返回
false 。
|
boolean |
Method.isVarArgs()
返回
true 如果这个文件被宣布为参数个数可变的;否则返回
false 。
|
boolean |
Constructor.isVarArgs()
返回
true 如果这个文件被宣布为参数个数可变的;否则返回
false 。
|
String |
Method.toGenericString()
返回一个描述这个
方法 字符串,包括类型参数。
|
String |
Constructor.toGenericString()
返回一个描述这个
Constructor 字符串,包括类型参数。
|
Modifier and Type | Method and Description |
---|---|
boolean |
BigDecimal.equals(Object x)
这
BigDecimal 与平等的规定
Object 比较。
|
int |
BigDecimal.hashCode()
返回此
BigDecimal 哈希代码。
|
String |
BigDecimal.toString()
返回该
BigDecimal 字符串表示,如果指数是需要使用科学记数法。
|
Modifier and Type | Method and Description |
---|---|
Object |
HttpCookie.clone()
创建并返回此对象的副本。
|
boolean |
HttpCookie.equals(Object obj)
测试两个HTTP Cookie的平等。
|
boolean |
Inet6Address.equals(Object obj)
将此对象与指定的对象进行比较。
|
boolean |
InetSocketAddress.equals(Object obj)
将此对象与指定的对象进行比较。
|
byte[] |
Inet6Address.getAddress()
返回该对象的
InetAddress 原IP地址。
|
String |
Inet6Address.getHostAddress()
返回文本表示中的IP地址字符串。
|
int |
HttpCookie.hashCode()
返回此HTTP cookie的哈希代码。
|
int |
Inet6Address.hashCode()
返回该IP地址的hash码。
|
int |
InetSocketAddress.hashCode()
返回该套接字地址的hash码。
|
boolean |
Inet6Address.isAnyLocalAddress()
实用程序来检查是否一个通配符解决它。
|
boolean |
Inet6Address.isLinkLocalAddress()
实用程序检查,如果它是一个链路本地地址。
|
boolean |
Inet6Address.isLoopbackAddress()
实用程序来检查它是环回地址。
|
boolean |
Inet6Address.isMCGlobal()
实用程序,检查多播地址是否具有全局范围。
|
boolean |
Inet6Address.isMCLinkLocal()
实用程序,检查多播地址是否有连接范围。
|
boolean |
Inet6Address.isMCNodeLocal()
实用程序,检查多播地址是否有节点范围。
|
boolean |
Inet6Address.isMCOrgLocal()
实用程序,检查多播地址是否有组织范围。
|
boolean |
Inet6Address.isMCSiteLocal()
实用程序,检查多播地址是否有网站范围。
|
boolean |
Inet6Address.isMulticastAddress()
实用程序检查,如果它是一个IP多播地址。
|
boolean |
Inet6Address.isSiteLocalAddress()
实用程序检查,如果它是一个站点本地地址。
|
String |
HttpCookie.toString()
构建了一个这个饼干的饼干标题字符串表示,这是由相应的饼干规范定义的格式,但没有领先的“饼干:”令牌。
|
String |
InetSocketAddress.toString()
构造此InetSocketAddress的字符串表示形式。
|
Modifier and Type | Method and Description |
---|---|
IntStream |
CharBuffer.chars() |
Modifier and Type | Method and Description |
---|---|
abstract SocketChannel |
SocketChannel.bind(SocketAddress local) |
abstract AsynchronousSocketChannel |
AsynchronousSocketChannel.bind(SocketAddress local) |
void |
MulticastChannel.close()
关闭此通道。
|
void |
AsynchronousChannel.close()
关闭此通道。
|
abstract SocketAddress |
SocketChannel.getLocalAddress()
返回此通道的套接字绑定到的套接字地址。
|
abstract SocketAddress |
AsynchronousServerSocketChannel.getLocalAddress()
返回此通道的套接字绑定到的套接字地址。
|
abstract SocketAddress |
DatagramChannel.getLocalAddress()
返回此通道的套接字绑定到的套接字地址。
|
abstract SocketAddress |
ServerSocketChannel.getLocalAddress()
返回此通道的套接字绑定到的套接字地址。
|
abstract Future<Integer> |
AsynchronousSocketChannel.read(ByteBuffer dst) |
int |
SeekableByteChannel.read(ByteBuffer dst)
从这个通道读取一个字节序列到给定的缓冲区中。
|
<A> void |
AsynchronousSocketChannel.read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler) |
abstract <T> SocketChannel |
SocketChannel.setOption(SocketOption<T> name, T value) |
abstract <T> AsynchronousSocketChannel |
AsynchronousSocketChannel.setOption(SocketOption<T> name, T value) |
abstract Future<Integer> |
AsynchronousSocketChannel.write(ByteBuffer src) |
int |
SeekableByteChannel.write(ByteBuffer src)
从给定的缓冲区中写入该通道的一个字节序列。
|
<A> void |
AsynchronousSocketChannel.write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler) |
Modifier and Type | Method and Description |
---|---|
abstract void |
FileSystem.close()
关闭此文件系统。
|
void |
WatchService.close()
关闭此表服务。
|
int |
Path.compareTo(Path other)
比较两个抽象路径字典。
|
IOException |
DirectoryIteratorException.getCause()
返回此异常的原因。
|
String |
FileSystemException.getMessage()
返回详细信息字符串。
|
Iterator<T> |
DirectoryStream.iterator()
返回与此相关的
DirectoryStream 迭代器。
|
Iterator<Path> |
Path.iterator()
返回此路径的名称元素的迭代器。
|
FileVisitResult |
SimpleFileVisitor.postVisitDirectory(T dir, IOException exc)
目录中的条目后,在目录中调用,和他们的所有的后代,已经访问过。
|
FileVisitResult |
SimpleFileVisitor.preVisitDirectory(T dir, BasicFileAttributes attrs)
调用目录之前,访问目录中的条目。
|
WatchKey |
Path.register(WatchService watcher, WatchEvent.Kind<?>... events)
通过该路径的一个表服务注册位于该路径中的文件。
|
WatchKey |
Path.register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)
通过该路径的一个表服务注册位于该路径中的文件。
|
FileVisitResult |
SimpleFileVisitor.visitFile(T file, BasicFileAttributes attrs)
在目录中调用一个文件。
|
FileVisitResult |
SimpleFileVisitor.visitFileFailed(T file, IOException exc)
调用无法访问的文件。
|
Modifier and Type | Method and Description |
---|---|
int |
FileTime.compareTo(FileTime other)
比较两
FileTime 对象的秩序价值。
|
boolean |
AclEntry.equals(Object ob)
指定对象与ACL条目比较相等性。
|
boolean |
FileTime.equals(Object obj)
这
FileTime 试验与给定对象的平等。
|
int |
AclEntry.hashCode()
返回该ACL入口的哈希码值。
|
int |
FileTime.hashCode()
计算此文件时间的哈希代码。
|
String |
FileOwnerAttributeView.name()
返回属性视图的名称。
|
String |
PosixFileAttributeView.name()
返回属性视图的名称。
|
String |
AclFileAttributeView.name()
返回属性视图的名称。
|
String |
DosFileAttributeView.name()
返回属性视图的名称。
|
String |
UserDefinedFileAttributeView.name()
返回此属性视图的名称。
|
String |
BasicFileAttributeView.name()
返回属性视图的名称。
|
PosixFileAttributes |
PosixFileAttributeView.readAttributes() |
DosFileAttributes |
DosFileAttributeView.readAttributes() |
String |
AclEntry.toString()
返回该ACL入口的字符串表示形式。
|
String |
FileTime.toString()
这
FileTime 返回的字符串表示形式。
|
Modifier and Type | Method and Description |
---|---|
void |
Provider.clear()
清除此提供程序,以便它不再包含用于查找由提供程序实现的设备的属性。
|
Object |
Provider.compute(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
试图计算出指定键和当前的映射值的映射(或
null 如果没有当前映射)。
|
Object |
Provider.computeIfAbsent(Object key, Function<? super Object,? extends Object> mappingFunction)
如果指定的键是不是已经与价值相关的(或映射到
null ),尝试使用给定的映射功能,进入到这个Map除非
null 计算其价值。
|
Object |
Provider.computeIfPresent(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
如果指定键的值是存在和非空的,尝试计算一个新的映射,给出了键和它当前的映射值。
|
Enumeration<Object> |
Provider.elements() |
Set<Map.Entry<Object,Object>> |
Provider.entrySet()
返回一个不可修改的设置视图的属性条目包含在该提供商。
|
boolean |
CodeSource.equals(Object obj)
指定对象和该对象之间的相等性的测试。
|
boolean |
PKCS12Attribute.equals(Object obj)
比较这
PKCS12Attribute 和平等的指定对象。
|
void |
Provider.forEach(BiConsumer<? super Object,? super Object> action) |
Object |
Provider.get(Object key) |
Set<KeyStore.Entry.Attribute> |
KeyStore.PrivateKeyEntry.getAttributes()
检索与条目关联的属性。
|
Set<KeyStore.Entry.Attribute> |
KeyStore.SecretKeyEntry.getAttributes()
检索与条目关联的属性。
|
Set<KeyStore.Entry.Attribute> |
KeyStore.TrustedCertificateEntry.getAttributes()
检索与条目关联的属性。
|
String |
PKCS12Attribute.getName()
返回属性的ASN。1对象标识符的列表表示点分隔的整数。
|
Object |
Provider.getOrDefault(Object key, Object defaultValue) |
KeyStore.ProtectionParameter |
DomainLoadStoreParameter.getProtectionParameter()
获取此域密钥保护参数。
|
String |
PKCS12Attribute.getValue()
返回属性的ASN.1 DER编码的字符串值为1。
|
int |
CodeSource.hashCode()
返回此对象的哈希代码值。
|
int |
PKCS12Attribute.hashCode()
返回此
PKCS12Attribute hashCode。
|
Enumeration<Object> |
Provider.keys() |
Set<Object> |
Provider.keySet()
返回一个不可修改的设置视图的属性包含在该提供商的钥匙。
|
void |
Provider.load(InputStream inStream)
从输入流读取属性列表(键和元素对)。
|
Object |
Provider.merge(Object key, Object value, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
如果指定的键已与一个值关联或与空关联,则将其与给定值关联。
|
protected int |
SecureRandom.next(int numBits)
生成一个包含用户指定数量的伪随机数(右对齐,与前导零)的整数。
|
void |
SecureRandom.nextBytes(byte[] bytes)
生成指定数量的随机字节数。
|
Object |
Provider.put(Object key, Object value)
设置有指定的
value 的
key 财产。
|
void |
Provider.putAll(Map<?,?> t)
从指定的映射到此提供程序复制所有的映射。
|
Object |
Provider.putIfAbsent(Object key, Object value)
如果指定的键是不是已经与价值相关的(或映射到
null )将其与给定的值并返回
null ,否则返回当前值。
|
Object |
Provider.remove(Object key)
删除
key 财产(及其相应的
value )。
|
boolean |
Provider.remove(Object key, Object value)
仅当它当前映射到指定的值时,为指定的键移除条目。
|
Object |
Provider.replace(Object key, Object value)
仅当它当前映射到某一值时,替换指定的键的条目。
|
boolean |
Provider.replace(Object key, Object oldValue, Object newValue)
仅当当前映射到指定的值时,替换指定的键的条目。
|
void |
Provider.replaceAll(BiFunction<? super Object,? super Object,? extends Object> function)
用调用给定函数的结果来替换每个条目的值,在顺序条目中返回一个条目集的迭代器,直到所有的条目被处理或函数抛出异常。
|
void |
SecureRandom.setSeed(long seed)
重播这随机对象,使用八个字节包含在给定的
long seed 。
|
String |
ProtectionDomain.toString()
将保护范围为一个字符串。
|
String |
CodeSource.toString()
返回一个描述这个CodeSource字符串,告诉它的URL和证书。
|
String |
PKCS12Attribute.toString()
返回该
PKCS12Attribute 字符串表示形式。
|
Collection<Object> |
Provider.values()
返回一个不可修改的集合视图的属性值包含在该提供商。
|
Modifier and Type | Method and Description |
---|---|
void |
PKIXCertPathChecker.check(Certificate cert)
使用其内部状态在指定的证书上执行检查(s)。
|
PKIXRevocationChecker |
PKIXRevocationChecker.clone() |
Object |
PKIXCertPathChecker.clone()
返回此对象的克隆。
|
String |
CertificateRevokedException.getMessage() |
abstract void |
PKIXCertPathChecker.init(boolean forward)
这
PKIXCertPathChecker 内部状态初始化。
|
abstract boolean |
PKIXCertPathChecker.isForwardCheckingSupported()
表示支持向前检查。
|
Modifier and Type | Method and Description |
---|---|
int |
Timestamp.hashCode()
返回此对象的哈希代码值。
|
Instant |
Time.toInstant()
此方法总是总是抛出UnsupportedOperationException,不应该因为SQL
Time 值没有日期。
|
Instant |
Timestamp.toInstant()
将这一
Instant
Timestamp 对象。
|
Instant |
Date.toInstant()
此方法总是总是抛出UnsupportedOperationException,不应该因为SQL
Date 值没有时间成分。
|
Modifier and Type | Method and Description |
---|---|
Object |
Collator.clone()
覆盖可复制
|
Object |
DecimalFormatSymbols.clone()
标准覆盖。
|
Object |
NumberFormat.clone()
覆盖可复制。
|
Object |
DecimalFormat.clone()
标准重写;语义没有更改。
|
Object |
SimpleDateFormat.clone()
复制这
SimpleDateFormat 。
|
Object |
BreakIterator.clone()
创建此迭代器的副本
|
int |
Collator.compare(Object o1, Object o2)
比较其两个顺序的参数。
|
boolean |
Collator.equals(Object that)
比较两个对照者的平等。
|
boolean |
DecimalFormatSymbols.equals(Object obj)
重写equals。
|
boolean |
NumberFormat.equals(Object obj)
重写equals。
|
boolean |
DecimalFormat.equals(Object obj)
重写equals
|
boolean |
SimpleDateFormat.equals(Object obj)
比较了这
SimpleDateFormat 平等对象。
|
StringBuffer |
SimpleDateFormat.format(Date date, StringBuffer toAppendTo, FieldPosition pos)
给定的
Date 进入日期/时间线和附加的结果给出的
StringBuffer 格式。
|
StringBuffer |
DecimalFormat.format(double number, StringBuffer result, FieldPosition fieldPosition)
格式化一个双产生一个字符串。
|
StringBuffer |
DecimalFormat.format(long number, StringBuffer result, FieldPosition fieldPosition)
格式很长,产生一个字符串。
|
StringBuffer |
NumberFormat.format(Object number, StringBuffer toAppendTo, FieldPosition pos)
格式的数量和将产生的文本的字符串缓冲区。
|
StringBuffer |
DecimalFormat.format(Object number, StringBuffer toAppendTo, FieldPosition pos)
格式的数量和将产生的文本的字符串缓冲区。
|
AttributedCharacterIterator |
DecimalFormat.formatToCharacterIterator(Object obj)
格式对象产生一个
AttributedCharacterIterator 。
|
AttributedCharacterIterator |
SimpleDateFormat.formatToCharacterIterator(Object obj)
格式对象产生一个
AttributedCharacterIterator 。
|
Currency |
DecimalFormat.getCurrency()
使用此十进制格式格式化货币值时所使用的货币。
|
int |
DecimalFormat.getMaximumFractionDigits()
获取数字的小数部分中允许的最大数字。
|
int |
DecimalFormat.getMaximumIntegerDigits()
获取数字的整数部分中允许的数字的最大数目。
|
int |
DecimalFormat.getMinimumFractionDigits()
获取数字的小数部分中允许的最小数字。
|
int |
DecimalFormat.getMinimumIntegerDigits()
获取数字的整数部分中允许的最小数字。
|
RoundingMode |
DecimalFormat.getRoundingMode()
被采用的
RoundingMode DecimalFormat。
|
int |
DateFormatSymbols.hashCode()
重写hashCode。
|
abstract int |
Collator.hashCode()
生成该整理的哈希代码。
|
int |
DecimalFormatSymbols.hashCode()
重写hashCode。
|
int |
NumberFormat.hashCode()
重写hashCode。
|
int |
DecimalFormat.hashCode()
重写hashCode
|
int |
SimpleDateFormat.hashCode()
返回该对象的哈希码值
SimpleDateFormat 。
|
Number |
DecimalFormat.parse(String text, ParsePosition pos)
解析文本字符串以产生
Number 。
|
Date |
SimpleDateFormat.parse(String text, ParsePosition pos)
解析文本字符串以产生
Date 。
|
Object |
NumberFormat.parseObject(String source, ParsePosition pos)
解析文本字符串以产生
Number 。
|
protected Object |
NumberFormat.Field.readResolve()
解决的情况下被反序列化到预定义的常量。
|
protected Object |
DateFormat.Field.readResolve()
解决的情况下被反序列化到预定义的常量。
|
void |
DecimalFormat.setCurrency(Currency currency)
设置格式化货币值时此数字格式所使用的货币。
|
void |
DecimalFormat.setGroupingUsed(boolean newValue)
设置是否将使用此格式。
|
void |
DecimalFormat.setMaximumFractionDigits(int newValue)
设置数字的小数部分中允许的最大数字。
|
void |
DecimalFormat.setMaximumIntegerDigits(int newValue)
设置整数部分中允许的数字的最大数量。
|
void |
DecimalFormat.setMinimumFractionDigits(int newValue)
设置一个数字的小数部分中允许的最小数字。
|
void |
DecimalFormat.setMinimumIntegerDigits(int newValue)
设置在数字的整数部分中允许的最小数字。
|
void |
DecimalFormat.setRoundingMode(RoundingMode roundingMode)
集在这的
RoundingMode DecimalFormat。
|
Modifier and Type | Method and Description |
---|---|
Temporal |
Period.addTo(Temporal temporal)
将此时间添加到指定的时间对象。
|
Temporal |
Duration.addTo(Temporal temporal)
将此持续时间添加到指定的时间对象。
|
Temporal |
MonthDay.adjustInto(Temporal temporal)
调整指定的时间对象有这个月天。
|
Temporal |
Instant.adjustInto(Temporal temporal)
调整指定的时间对象有这一瞬间。
|
Temporal |
OffsetTime.adjustInto(Temporal temporal)
调整指定的时间对象,以具有相同的偏移和时间为这个对象。
|
Temporal |
OffsetDateTime.adjustInto(Temporal temporal)
调整指定的时间对象以具有相同的偏移量、日期和时间为对象。
|
Temporal |
LocalTime.adjustInto(Temporal temporal)
调整指定的时间对象,以具有相同的时间为这个对象。
|
Temporal |
LocalDate.adjustInto(Temporal temporal)
调整指定的时间对象,以具有此对象的相同日期。
|
Temporal |
DayOfWeek.adjustInto(Temporal temporal)
调整指定的时间对象有一周的这一天。
|
Temporal |
YearMonth.adjustInto(Temporal temporal)
调整指定的时间对象有今年一个月。
|
Temporal |
LocalDateTime.adjustInto(Temporal temporal)
调整指定的时间对象,以具有相同的日期和时间为对象。
|
Temporal |
Month.adjustInto(Temporal temporal)
调整指定的时间对象有这个月的一年。
|
Temporal |
ZoneOffset.adjustInto(Temporal temporal)
调整指定的时间对象,以具有相同的偏移量为这个对象。
|
Temporal |
Year.adjustInto(Temporal temporal)
调整指定的时间对象,以有今年。
|
LocalDateTime |
LocalDate.atTime(LocalTime time)
结合这个日期与时间创建一个
LocalDateTime 。
|
ZonedDateTime |
LocalDateTime.atZone(ZoneId zone)
结合时间与时区来创建一个
ZonedDateTime 。
|
int |
LocalDate.compareTo(ChronoLocalDate other)
将此日期与另一个日期进行比较。
|
int |
LocalDateTime.compareTo(ChronoLocalDateTime<?> other)
将此日期时间与另一个日期时间进行比较。
|
int |
Duration.compareTo(Duration otherDuration)
比较这个时间到指定的
Duration 。
|
int |
Instant.compareTo(Instant otherInstant)
将这一瞬间与指定的即时进行比较。
|
int |
LocalTime.compareTo(LocalTime other)
比较这
LocalTime 到另一个时间。
|
int |
MonthDay.compareTo(MonthDay other)
把这个月天比较到另一个月天。
|
int |
OffsetDateTime.compareTo(OffsetDateTime other)
比较这
OffsetDateTime 到另一个日期时间。
|
int |
OffsetTime.compareTo(OffsetTime other)
比较这
OffsetTime 到另一个时间。
|
int |
Year.compareTo(Year other)
今年比另一年。
|
int |
YearMonth.compareTo(YearMonth other)
比较今年月到另一个月。
|
int |
ZoneOffset.compareTo(ZoneOffset other)
将此偏移量与另一个递减顺序的偏移量进行比较。
|
boolean |
MonthDay.equals(Object obj)
检查这个月的一天是否等于另一个月的一天。
|
boolean |
Instant.equals(Object otherInstant)
检查此即时是否等于指定的即时。
|
boolean |
OffsetTime.equals(Object obj)
检查这个时间是否等于另一个时间。
|
boolean |
Clock.equals(Object obj)
检查这个时钟是否等于另一个时钟。
|
boolean |
OffsetDateTime.equals(Object obj)
检查此日期时间是否等于另一个日期时间。
|
boolean |
ZoneId.equals(Object obj)
检查这个时区是否等于另一个时区的身份证。
|
boolean |
LocalTime.equals(Object obj)
检查这个时间是否等于另一个时间。
|
boolean |
LocalDate.equals(Object obj)
检查此日期是否等于另一个日期。
|
boolean |
YearMonth.equals(Object obj)
检查,如果今年月等于另一个月。
|
boolean |
LocalDateTime.equals(Object obj)
检查此日期时间是否等于另一个日期时间。
|
boolean |
ZoneOffset.equals(Object obj)
检查此偏移是否等于另一个偏移量。
|
boolean |
ZonedDateTime.equals(Object obj)
检查此日期时间是否等于另一个日期时间。
|
boolean |
Period.equals(Object obj)
检查这一时期是否等于另一个时期。
|
boolean |
Year.equals(Object obj)
检查今年是否等于另一年。
|
boolean |
Duration.equals(Object otherDuration)
如果这个检查持续时间等于指定的
Duration 。
|
String |
LocalDate.format(DateTimeFormatter formatter)
使用指定的格式的日期格式。
|
String |
LocalDateTime.format(DateTimeFormatter formatter)
这个日期时间格式使用指定的格式化程序。
|
String |
ZonedDateTime.format(DateTimeFormatter formatter)
这个日期时间格式使用指定的格式化程序。
|
int |
MonthDay.get(TemporalField field)
从本月日获取指定字段的值作为一个
int 。
|
int |
Instant.get(TemporalField field)
获取指定字段的值,从这一刻为
int 。
|
int |
OffsetTime.get(TemporalField field)
获取指定字段的值,从这个时间作为一个
int 。
|
int |
OffsetDateTime.get(TemporalField field)
从这个日期时间作为一个
int 获取指定字段的值。
|
int |
LocalTime.get(TemporalField field)
获取指定字段的值,从这个时间作为一个
int 。
|
int |
LocalDate.get(TemporalField field)
获取指定字段的值,从这个日期作为一个
int 。
|
int |
DayOfWeek.get(TemporalField field)
获取指定字段的值,从这个星期的
int 。
|
int |
YearMonth.get(TemporalField field)
从今年月获取指定字段的值作为一个
int 。
|
int |
LocalDateTime.get(TemporalField field)
从这个日期时间作为一个
int 获取指定字段的值。
|
int |
Month.get(TemporalField field)
获取指定字段的值,从这个月的一年
int 。
|
int |
ZoneOffset.get(TemporalField field)
获取指定字段的值,从这一
int 偏移。
|
int |
ZonedDateTime.get(TemporalField field)
从这个日期时间作为一个
int 获取指定字段的值。
|
int |
Year.get(TemporalField field)
获取指定字段的值从今年作为一个
int 。
|
long |
Period.get(TemporalUnit unit)
获取所请求的单元的值。
|
long |
Duration.get(TemporalUnit unit)
获取所请求的单元的值。
|
IsoChronology |
LocalDate.getChronology()
获取此日期的日期,这是国际标准化组织的日历系统。
|
IsoChronology |
Period.getChronology()
获取此期间的时间顺序,这是一段的日历系统。
|
Era |
LocalDate.getEra()
获取在这个日期适用的时代。
|
String |
ZoneOffset.getId()
获取归一化区域偏移ID.
|
long |
MonthDay.getLong(TemporalField field)
从本月日获取指定字段的值作为一个
long 。
|
long |
Instant.getLong(TemporalField field)
获取指定字段的值,从这一刻为
long 。
|
long |
OffsetTime.getLong(TemporalField field)
获取指定字段的值,从这个时间作为一个
long 。
|
long |
OffsetDateTime.getLong(TemporalField field)
从这个日期时间为
long 获取指定字段的值。
|
long |
LocalTime.getLong(TemporalField field)
获取指定字段的值,从这个时间作为一个
long 。
|
long |
LocalDate.getLong(TemporalField field)
获取指定字段的值,从这个日期作为
long 。
|
long |
DayOfWeek.getLong(TemporalField field)
获取指定字段的值,从这一天开始,一周
long 。
|
long |
YearMonth.getLong(TemporalField field)
从今年月获取指定字段的值作为一个
long 。
|
long |
LocalDateTime.getLong(TemporalField field)
从这个日期时间为
long 获取指定字段的值。
|
long |
Month.getLong(TemporalField field)
获取指定字段的值,从这个月的一
long 。
|
long |
ZoneOffset.getLong(TemporalField field)
获取指定字段的值,从这一
long 偏移。
|
long |
ZonedDateTime.getLong(TemporalField field)
从这个日期时间为
long 获取指定字段的值。
|
long |
Year.getLong(TemporalField field)
获取指定字段的值从今年作为一个
long 。
|
ZoneOffset |
ZonedDateTime.getOffset()
能带偏移,如“+”01:00。
|
ZoneRules |
ZoneOffset.getRules()
获取关联的时区规则。
|
List<TemporalUnit> |
Period.getUnits()
获取此期间所支持的单位集。
|
List<TemporalUnit> |
Duration.getUnits()
获取此持续时间所支持的单位集。
|
ZoneId |
ZonedDateTime.getZone()
获取时间区域,如“欧洲/巴黎”。
|
int |
MonthDay.hashCode()
这个月天的一个哈希代码。
|
int |
Instant.hashCode()
返回此即时的哈希代码。
|
int |
OffsetTime.hashCode()
这个时候的一个哈希代码。
|
int |
Clock.hashCode()
这个时钟的哈希代码。
|
int |
OffsetDateTime.hashCode()
用于此日期时间的哈希代码。
|
int |
ZoneId.hashCode()
这个时区的一个哈希代码。
|
int |
LocalTime.hashCode()
这个时候的一个哈希代码。
|
int |
LocalDate.hashCode()
此日期的哈希代码。
|
int |
YearMonth.hashCode()
这个月的一个哈希代码。
|
int |
LocalDateTime.hashCode()
用于此日期时间的哈希代码。
|
int |
ZoneOffset.hashCode()
此偏移量的哈希代码。
|
int |
ZonedDateTime.hashCode()
用于此日期时间的哈希代码。
|
int |
Period.hashCode()
此期间的哈希代码。
|
int |
Year.hashCode()
今年的哈希代码。
|
int |
Duration.hashCode()
此持续时间的哈希代码。
|
boolean |
LocalDate.isAfter(ChronoLocalDate other)
检查此日期是否在指定日期之后。
|
boolean |
LocalDateTime.isAfter(ChronoLocalDateTime<?> other)
检查此日期时间是否在指定日期时间之后。
|
boolean |
LocalDate.isBefore(ChronoLocalDate other)
检查此日期是否在指定日期之前。
|
boolean |
LocalDateTime.isBefore(ChronoLocalDateTime<?> other)
检查此日期时间是否在指定日期时间之前。
|
boolean |
LocalDate.isEqual(ChronoLocalDate other)
检查此日期是否等于指定日期。
|
boolean |
LocalDateTime.isEqual(ChronoLocalDateTime<?> other)
检查此日期时间是否等于指定的日期时间。
|
boolean |
LocalDate.isLeapYear()
检查,如果今年是闰年,根据ISO预期历法系统规则。
|
boolean |
MonthDay.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
Instant.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
OffsetTime.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
OffsetDateTime.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
LocalTime.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
LocalDate.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
DayOfWeek.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
YearMonth.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
LocalDateTime.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
Month.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
ZoneOffset.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
ZonedDateTime.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
Year.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
Instant.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
boolean |
OffsetTime.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
boolean |
OffsetDateTime.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
boolean |
LocalTime.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
boolean |
LocalDate.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
boolean |
YearMonth.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
boolean |
LocalDateTime.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
boolean |
ZonedDateTime.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
boolean |
Year.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
int |
LocalDate.lengthOfMonth()
返回此日期所表示的月份的长度。
|
int |
LocalDate.lengthOfYear()
返回此日期所表示的年份的长度。
|
Instant |
Instant.minus(long amountToSubtract, TemporalUnit unit)
返回一个与指定的金额减去这一瞬间的副本。
|
OffsetTime |
OffsetTime.minus(long amountToSubtract, TemporalUnit unit)
返回此时间的副本与指定的金额减去。
|
OffsetDateTime |
OffsetDateTime.minus(long amountToSubtract, TemporalUnit unit)
返回此日期时间的副本,用指定的金额减去。
|
LocalTime |
LocalTime.minus(long amountToSubtract, TemporalUnit unit)
返回此时间的副本与指定的金额减去。
|
LocalDate |
LocalDate.minus(long amountToSubtract, TemporalUnit unit)
返回此日期的一个副本,用指定的金额减去。
|
YearMonth |
YearMonth.minus(long amountToSubtract, TemporalUnit unit)
返回一个与指定的金额减去这个月的一个副本。
|
LocalDateTime |
LocalDateTime.minus(long amountToSubtract, TemporalUnit unit)
返回此日期时间的副本,用指定的金额减去。
|
ZonedDateTime |
ZonedDateTime.minus(long amountToSubtract, TemporalUnit unit)
返回此日期时间的副本,用指定的金额减去。
|
Year |
Year.minus(long amountToSubtract, TemporalUnit unit)
以指定的金额减去该年的副本。
|
Instant |
Instant.minus(TemporalAmount amountToSubtract)
返回一个与指定的金额减去这一瞬间的副本。
|
OffsetTime |
OffsetTime.minus(TemporalAmount amountToSubtract)
返回此时间的副本与指定的金额减去。
|
OffsetDateTime |
OffsetDateTime.minus(TemporalAmount amountToSubtract)
返回此日期时间的副本,用指定的金额减去。
|
LocalTime |
LocalTime.minus(TemporalAmount amountToSubtract)
返回此时间的副本与指定的金额减去。
|
LocalDate |
LocalDate.minus(TemporalAmount amountToSubtract)
返回此日期的一个副本,用指定的金额减去。
|
YearMonth |
YearMonth.minus(TemporalAmount amountToSubtract)
返回一个与指定的金额减去这个月的一个副本。
|
LocalDateTime |
LocalDateTime.minus(TemporalAmount amountToSubtract)
返回此日期时间的副本,用指定的金额减去。
|
ZonedDateTime |
ZonedDateTime.minus(TemporalAmount amountToSubtract)
返回此日期时间的副本,用指定的金额减去。
|
Year |
Year.minus(TemporalAmount amountToSubtract)
以指定的金额减去该年的副本。
|
Instant |
Instant.plus(long amountToAdd, TemporalUnit unit)
返回此即时的副本与指定的金额添加。
|
OffsetTime |
OffsetTime.plus(long amountToAdd, TemporalUnit unit)
返回此时间的副本,添加指定的金额。
|
OffsetDateTime |
OffsetDateTime.plus(long amountToAdd, TemporalUnit unit)
返回此日期时间的副本,添加指定的金额。
|
LocalTime |
LocalTime.plus(long amountToAdd, TemporalUnit unit)
返回此时间的副本,添加指定的金额。
|
LocalDate |
LocalDate.plus(long amountToAdd, TemporalUnit unit)
返回此日期的一个副本,添加指定的金额。
|
YearMonth |
YearMonth.plus(long amountToAdd, TemporalUnit unit)
返回本年月的一个副本,添加指定的金额。
|
LocalDateTime |
LocalDateTime.plus(long amountToAdd, TemporalUnit unit)
返回此日期时间的副本,添加指定的金额。
|
ZonedDateTime |
ZonedDateTime.plus(long amountToAdd, TemporalUnit unit)
返回此日期时间的副本,添加指定的金额。
|
Year |
Year.plus(long amountToAdd, TemporalUnit unit)
返回一个今年的副本与指定的金额添加。
|
Instant |
Instant.plus(TemporalAmount amountToAdd)
返回此即时的副本与指定的金额添加。
|
OffsetTime |
OffsetTime.plus(TemporalAmount amountToAdd)
返回此时间的副本,添加指定的金额。
|
OffsetDateTime |
OffsetDateTime.plus(TemporalAmount amountToAdd)
返回此日期时间的副本,添加指定的金额。
|
LocalTime |
LocalTime.plus(TemporalAmount amountToAdd)
返回此时间的副本,添加指定的金额。
|
LocalDate |
LocalDate.plus(TemporalAmount amountToAdd)
返回此日期的一个副本,添加指定的金额。
|
YearMonth |
YearMonth.plus(TemporalAmount amountToAdd)
返回本年月的一个副本,添加指定的金额。
|
LocalDateTime |
LocalDateTime.plus(TemporalAmount amountToAdd)
返回此日期时间的副本,添加指定的金额。
|
ZonedDateTime |
ZonedDateTime.plus(TemporalAmount amountToAdd)
返回此日期时间的副本,添加指定的金额。
|
Year |
Year.plus(TemporalAmount amountToAdd)
返回一个今年的副本与指定的金额添加。
|
<R> R |
MonthDay.query(TemporalQuery<R> query)
使用指定的查询查询本月的一天。
|
<R> R |
Instant.query(TemporalQuery<R> query)
使用指定的查询查询此即时。
|
<R> R |
OffsetTime.query(TemporalQuery<R> query)
使用指定的查询查询此时间。
|
<R> R |
OffsetDateTime.query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。
|
<R> R |
LocalTime.query(TemporalQuery<R> query)
使用指定的查询查询此时间。
|
<R> R |
LocalDate.query(TemporalQuery<R> query)
使用指定的查询查询此日期。
|
<R> R |
DayOfWeek.query(TemporalQuery<R> query)
使用指定的查询使用本周的查询。
|
<R> R |
YearMonth.query(TemporalQuery<R> query)
使用指定的查询查询本月的查询。
|
<R> R |
LocalDateTime.query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。
|
<R> R |
Month.query(TemporalQuery<R> query)
使用指定的查询使用一年的查询。
|
<R> R |
ZoneOffset.query(TemporalQuery<R> query)
使用指定的查询查询此偏移量。
|
<R> R |
ZonedDateTime.query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。
|
<R> R |
Year.query(TemporalQuery<R> query)
使用指定的查询使用本年查询。
|
ValueRange |
MonthDay.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
Instant.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
OffsetTime.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
OffsetDateTime.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
LocalTime.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
LocalDate.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
DayOfWeek.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
YearMonth.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
LocalDateTime.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
Month.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
ZoneOffset.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
ZonedDateTime.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
Year.range(TemporalField field)
获取指定字段的有效值的范围。
|
Temporal |
Period.subtractFrom(Temporal temporal)
从指定的对象减去这段时间。
|
Temporal |
Duration.subtractFrom(Temporal temporal)
从指定的时空对象中减去这个时间。
|
long |
LocalDate.toEpochDay() |
LocalDate |
LocalDateTime.toLocalDate()
获取此日期时间的
LocalDate 部分。
|
LocalDate |
ZonedDateTime.toLocalDate()
获取此日期时间的
LocalDate 部分。
|
LocalDateTime |
ZonedDateTime.toLocalDateTime()
获取此日期时间的
LocalDateTime 部分。
|
LocalTime |
LocalDateTime.toLocalTime()
获取此日期时间的
LocalTime 部分。
|
LocalTime |
ZonedDateTime.toLocalTime()
获取此日期时间的
LocalTime 部分。
|
String |
MonthDay.toString()
这个月的一天
String 输出,如
--12-03 。
|
String |
Instant.toString()
即时使用ISO-8601表示这个字符串表示形式。
|
String |
OffsetTime.toString()
输出这个时间作为一个
String ,如
10:15:30+01:00 。
|
String |
OffsetDateTime.toString()
输出该日期时间为
String ,如
2007-12-03T10:15:30+01:00 。
|
String |
ZoneId.toString()
输出这个区域作为一个
String ,使用ID。
|
String |
LocalTime.toString()
输出这个时间作为一个
String ,如
10:15 。
|
String |
LocalDate.toString()
输出该日期作为
String ,如
2007-12-03 。
|
String |
YearMonth.toString()
输出为
String 今年月,如
2007-12 。
|
String |
LocalDateTime.toString()
输出该日期时间为
String ,如
2007-12-03T10:15:30 。
|
String |
ZoneOffset.toString()
这是一个
String 输出偏移,利用归一化的ID。
|
String |
ZonedDateTime.toString()
输出该日期时间为
String ,如
2007-12-03T10:15:30+01:00[Europe/Paris] 。
|
String |
Period.toString()
输出成为这一时期的
String ,如
P6Y3M1D 。
|
String |
Year.toString()
作为今年的
String 输出。
|
String |
Duration.toString()
本期使用ISO-8601秒表示的字符串表示,如
PT8H6M12.345S 。
|
Period |
LocalDate.until(ChronoLocalDate endDateExclusive)
计算这个日期和日期之间的时间作为一个
Period 。
|
long |
Instant.until(Temporal endExclusive, TemporalUnit unit)
计算时间的量,直到指定单元的另一个时刻为止。
|
long |
OffsetTime.until(Temporal endExclusive, TemporalUnit unit)
计算时间的量,直到另一个时间在指定的单位。
|
long |
OffsetDateTime.until(Temporal endExclusive, TemporalUnit unit)
计算时间的量,直到指定单元的另一个日期时间。
|
long |
LocalTime.until(Temporal endExclusive, TemporalUnit unit)
计算时间的量,直到另一个时间在指定的单位。
|
long |
LocalDate.until(Temporal endExclusive, TemporalUnit unit)
计算时间的量,直到指定单元的另一个日期为止。
|
long |
YearMonth.until(Temporal endExclusive, TemporalUnit unit)
计算时间的数量,直到另一个月的指定单位。
|
long |
LocalDateTime.until(Temporal endExclusive, TemporalUnit unit)
计算时间的量,直到指定单元的另一个日期时间。
|
long |
ZonedDateTime.until(Temporal endExclusive, TemporalUnit unit)
计算时间的量,直到指定单元的另一个日期时间。
|
long |
Year.until(Temporal endExclusive, TemporalUnit unit)
计算时间的数量,直到指定的单位计算一年。
|
Instant |
Instant.with(TemporalAdjuster adjuster)
返回此即时的调整后的副本。
|
OffsetTime |
OffsetTime.with(TemporalAdjuster adjuster)
返回此时间的调整副本。
|
OffsetDateTime |
OffsetDateTime.with(TemporalAdjuster adjuster)
返回此日期时间的调整副本。
|
LocalTime |
LocalTime.with(TemporalAdjuster adjuster)
返回此时间的调整副本。
|
LocalDate |
LocalDate.with(TemporalAdjuster adjuster)
返回此日期的调整副本。
|
YearMonth |
YearMonth.with(TemporalAdjuster adjuster)
返回本月调整后的副本。
|
LocalDateTime |
LocalDateTime.with(TemporalAdjuster adjuster)
返回此日期时间的调整副本。
|
ZonedDateTime |
ZonedDateTime.with(TemporalAdjuster adjuster)
返回此日期时间的调整副本。
|
Year |
Year.with(TemporalAdjuster adjuster)
返回今年调整后的副本。
|
Instant |
Instant.with(TemporalField field, long newValue)
将此即时的副本与指定的字段设置为一个新值。
|
OffsetTime |
OffsetTime.with(TemporalField field, long newValue)
将此时间的副本与指定的字段设置为一个新值。
|
OffsetDateTime |
OffsetDateTime.with(TemporalField field, long newValue)
将此日期时间的副本与指定的字段设置为一个新值。
|
LocalTime |
LocalTime.with(TemporalField field, long newValue)
将此时间的副本与指定的字段设置为一个新值。
|
LocalDate |
LocalDate.with(TemporalField field, long newValue)
将此日期的一个副本与指定的字段设置为一个新值。
|
YearMonth |
YearMonth.with(TemporalField field, long newValue)
返回一个与指定字段设置为新值的月份的副本。
|
LocalDateTime |
LocalDateTime.with(TemporalField field, long newValue)
将此日期时间的副本与指定的字段设置为一个新值。
|
ZonedDateTime |
ZonedDateTime.with(TemporalField field, long newValue)
将此日期时间的副本与指定的字段设置为一个新值。
|
Year |
Year.with(TemporalField field, long newValue)
将今年的副本与指定的字段设置为一个新值。
|
ZonedDateTime |
ZonedDateTime.withEarlierOffsetAtOverlap()
返回此日期时间更改区域的副本,以在本地时间线重叠时对两个有效偏移量的较早的偏移量偏移。
|
ZonedDateTime |
ZonedDateTime.withLaterOffsetAtOverlap()
返回此日期时间更改区域的副本,以在本地时间线重叠中的两个有效偏移量的后面偏移。
|
ZonedDateTime |
ZonedDateTime.withZoneSameInstant(ZoneId zone)
返回此日期时间的副本,以不同的时区,保留即时。
|
ZonedDateTime |
ZonedDateTime.withZoneSameLocal(ZoneId zone)
返回此日期时间的副本,以不同的时区,如果可能的话,保留本地日期时间。
|
Modifier and Type | Method and Description |
---|---|
Temporal |
ChronoPeriod.addTo(Temporal temporal)
将此时间添加到指定的时间对象。
|
default Temporal |
ChronoLocalDate.adjustInto(Temporal temporal)
调整指定的时间对象,以具有此对象的相同日期。
|
default Temporal |
ChronoLocalDateTime.adjustInto(Temporal temporal)
调整指定的时间对象,以具有相同的日期和时间为对象。
|
default Temporal |
Era.adjustInto(Temporal temporal)
调整指定的时间对象,以具有相同的时代为这个对象。
|
ChronoLocalDateTime<HijrahDate> |
HijrahDate.atTime(LocalTime localTime) |
ChronoLocalDateTime<MinguoDate> |
MinguoDate.atTime(LocalTime localTime) |
ChronoLocalDateTime<JapaneseDate> |
JapaneseDate.atTime(LocalTime localTime) |
ChronoLocalDateTime<ThaiBuddhistDate> |
ThaiBuddhistDate.atTime(LocalTime localTime) |
default int |
ChronoLocalDate.compareTo(ChronoLocalDate other)
将此日期与另一个日期进行比较,包括年代。
|
default int |
ChronoLocalDateTime.compareTo(ChronoLocalDateTime<?> other)
将此日期时间与另一个日期时间进行比较,包括年代。
|
int |
AbstractChronology.compareTo(Chronology other)
把这个年代与另一个年代比较。
|
int |
Chronology.compareTo(Chronology other)
把这个年代与另一个年代比较。
|
default int |
ChronoZonedDateTime.compareTo(ChronoZonedDateTime<?> other)
将此日期时间与另一个日期时间进行比较,包括年代。
|
LocalDate |
IsoChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代、时代年、年月和月的领域获得一个标准化的地方日期。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代、年代、年月、月日的一年,在泰国佛教历法体系中获得一个地方日期。
|
JapaneseDate |
JapaneseChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代、时代、年、月日的一年,在日本日历系统中获得一个本地日期。
|
MinguoDate |
MinguoChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代民国日历系统的本地日期,年的时代,一年和一天的月田月。
|
HijrahDate |
HijrahChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
从时代的迁徙日历系统的本地日期,年的时代,一年和一天的月田月。
|
LocalDate |
IsoChronology.date(int prolepticYear, int month, int dayOfMonth)
从预期年ISO本地日期,年、月、日月。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.date(int prolepticYear, int month, int dayOfMonth)
从预期年泰国佛教日历系统的本地日期,年、月、日月。
|
JapaneseDate |
JapaneseChronology.date(int prolepticYear, int month, int dayOfMonth)
从预期年日本日历系统的本地日期,年、月、日月。
|
MinguoDate |
MinguoChronology.date(int prolepticYear, int month, int dayOfMonth)
从预期年民国日历系统的本地日期,年、月、日月。
|
HijrahDate |
HijrahChronology.date(int prolepticYear, int month, int dayOfMonth)
从预期年迁徙日历系统的本地日期,年、月、日月。
|
LocalDate |
IsoChronology.date(TemporalAccessor temporal)
从另一个日期时间对象获得一个标准的本地日期。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.date(TemporalAccessor temporal) |
JapaneseDate |
JapaneseChronology.date(TemporalAccessor temporal) |
MinguoDate |
MinguoChronology.date(TemporalAccessor temporal) |
HijrahDate |
HijrahChronology.date(TemporalAccessor temporal) |
LocalDate |
IsoChronology.dateEpochDay(long epochDay)
获得来自时代的一个国际标准日。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.dateEpochDay(long epochDay)
从时代日起在泰国佛教日历系统中获得一个当地日期。
|
JapaneseDate |
JapaneseChronology.dateEpochDay(long epochDay)
从时代日起在日本日历系统中获得一个本地日期。
|
MinguoDate |
MinguoChronology.dateEpochDay(long epochDay)
从时代天在民国日历系统的本地日期。
|
HijrahDate |
HijrahChronology.dateEpochDay(long epochDay)
从时代的日子在日历系统的本地日期迁徙。
|
LocalDate |
IsoChronology.dateNow()
在默认时区中从系统时钟中获得当前的本地日期。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.dateNow() |
JapaneseDate |
JapaneseChronology.dateNow() |
MinguoDate |
MinguoChronology.dateNow() |
HijrahDate |
HijrahChronology.dateNow() |
LocalDate |
IsoChronology.dateNow(Clock clock)
从指定的时钟中获取当前的本地日期。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.dateNow(Clock clock) |
JapaneseDate |
JapaneseChronology.dateNow(Clock clock) |
MinguoDate |
MinguoChronology.dateNow(Clock clock) |
HijrahDate |
HijrahChronology.dateNow(Clock clock) |
LocalDate |
IsoChronology.dateNow(ZoneId zone)
在指定的时区中从系统时钟中获得当前的本地日期。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.dateNow(ZoneId zone) |
JapaneseDate |
JapaneseChronology.dateNow(ZoneId zone) |
MinguoDate |
MinguoChronology.dateNow(ZoneId zone) |
HijrahDate |
HijrahChronology.dateNow(ZoneId zone) |
LocalDate |
IsoChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
获得从时代、时代年和年领域的一个标准化的地方日期。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
从时代、时代和年的一年,在泰国佛教历法体系中获得一个地方日期。
|
JapaneseDate |
JapaneseChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
从时代、时代和年的一年,在日本日历系统中获得一个本地日期。
|
MinguoDate |
MinguoChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
从时代民国日历系统的本地日期、时代和年月日领域内。
|
HijrahDate |
HijrahChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
从时代的迁徙日历系统的本地日期、时代、年月日等年。
|
LocalDate |
IsoChronology.dateYearDay(int prolepticYear, int dayOfYear)
从预期年日年ISO日期字段。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.dateYearDay(int prolepticYear, int dayOfYear)
从预期年日年在泰国佛历领域系统的本地日期。
|
JapaneseDate |
JapaneseChronology.dateYearDay(int prolepticYear, int dayOfYear)
从预期年日年在日本日历领域系统的本地日期。
|
MinguoDate |
MinguoChronology.dateYearDay(int prolepticYear, int dayOfYear)
从预期年日年民国历法领域系统的本地日期。
|
HijrahDate |
HijrahChronology.dateYearDay(int prolepticYear, int dayOfYear)
从预期年日年场迁徙日历系统本地日期。
|
boolean |
AbstractChronology.equals(Object obj)
检查这个年代是否等于另一个年代。
|
boolean |
Chronology.equals(Object obj)
检查这个年代是否等于另一个年代。
|
boolean |
HijrahDate.equals(Object obj)
将此日期与另一个日期进行比较,包括年代。
|
boolean |
ChronoLocalDate.equals(Object obj)
检查这个日期是否等于另一个日期,包括年代。
|
boolean |
ChronoPeriod.equals(Object obj)
检查这一时期是否等于另一个时期,包括年代。
|
boolean |
ChronoLocalDateTime.equals(Object obj)
检查这个日期时间是否等于另一个日期时间,包括时间。
|
boolean |
MinguoDate.equals(Object obj)
将此日期与另一个日期进行比较,包括年代。
|
boolean |
JapaneseDate.equals(Object obj)
将此日期与另一个日期进行比较,包括年代。
|
boolean |
ThaiBuddhistDate.equals(Object obj)
将此日期与另一个日期进行比较,包括年代。
|
boolean |
ChronoZonedDateTime.equals(Object obj)
检查此日期时间是否等于另一个日期时间。
|
IsoEra |
IsoChronology.eraOf(int eraValue) |
ThaiBuddhistEra |
ThaiBuddhistChronology.eraOf(int eraValue) |
JapaneseEra |
JapaneseChronology.eraOf(int eraValue)
从给定的数字值返回日历系统时代的对象。
|
MinguoEra |
MinguoChronology.eraOf(int eraValue) |
HijrahEra |
HijrahChronology.eraOf(int eraValue) |
List<Era> |
IsoChronology.eras() |
List<Era> |
ThaiBuddhistChronology.eras() |
List<Era> |
JapaneseChronology.eras() |
List<Era> |
MinguoChronology.eras() |
List<Era> |
HijrahChronology.eras() |
default int |
Era.get(TemporalField field)
获取指定字段的值,从这个时代作为一个
int 。
|
default int |
ChronoZonedDateTime.get(TemporalField field) |
long |
ChronoPeriod.get(TemporalUnit unit)
获取所请求的单元的值。
|
String |
IsoChronology.getCalendarType()
获取日历类型的日历系统的ISO8601的。
|
String |
ThaiBuddhistChronology.getCalendarType()
获取基本日历系统的日历类型-“佛教”。
|
String |
JapaneseChronology.getCalendarType()
获取基本日历系统的日历类型-“日语”。
|
String |
MinguoChronology.getCalendarType()
获取下日历系统的日历类型“中华民国”。
|
String |
HijrahChronology.getCalendarType()
获取伊斯兰日历的日历类型。
|
HijrahChronology |
HijrahDate.getChronology()
获取此日期的年表,这是迁徙的日历系统。
|
MinguoChronology |
MinguoDate.getChronology()
获取此日期的年表,这是民国的日历系统。
|
JapaneseChronology |
JapaneseDate.getChronology()
获取此日期的日期,这是日本日历系统。
|
ThaiBuddhistChronology |
ThaiBuddhistDate.getChronology()
获取此日期的年代,这是泰国佛教日历系统。
|
HijrahEra |
HijrahDate.getEra()
获取在这个日期适用的时代。
|
MinguoEra |
MinguoDate.getEra()
获取在这个日期适用的时代。
|
JapaneseEra |
JapaneseDate.getEra()
获取在这个日期适用的时代。
|
ThaiBuddhistEra |
ThaiBuddhistDate.getEra()
获取在这个日期适用的时代。
|
String |
IsoChronology.getId()
获取的编号的编号-“国际标准组织”。
|
String |
ThaiBuddhistChronology.getId()
获取身份的“thaibuddhist”年表。
|
String |
JapaneseChronology.getId()
获取的身份证的年代-“日本”。
|
String |
MinguoChronology.getId()
获取身份的“民国”年表。
|
String |
HijrahChronology.getId()
获取时间顺序的标识。
|
long |
HijrahDate.getLong(TemporalField field) |
long |
MinguoDate.getLong(TemporalField field) |
long |
JapaneseDate.getLong(TemporalField field) |
long |
ThaiBuddhistDate.getLong(TemporalField field) |
default long |
Era.getLong(TemporalField field)
获取指定字段的值,从这个时代的一种
long 。
|
default long |
ChronoZonedDateTime.getLong(TemporalField field) |
List<TemporalUnit> |
ChronoPeriod.getUnits()
获取此期间所支持的单位集。
|
int |
IsoEra.getValue()
获取数字时代
int 价值。
|
int |
MinguoEra.getValue()
获取数字时代
int 价值。
|
int |
JapaneseEra.getValue()
获取数字时代
int 价值。
|
int |
HijrahEra.getValue()
获取数字时代
int 价值。
|
int |
ThaiBuddhistEra.getValue()
获取数字时代
int 价值。
|
int |
AbstractChronology.hashCode()
这个年代的一个哈希代码。
|
int |
Chronology.hashCode()
这个年代的一个哈希代码。
|
int |
HijrahDate.hashCode()
此日期的哈希代码。
|
int |
ChronoLocalDate.hashCode()
此日期的哈希代码。
|
int |
ChronoPeriod.hashCode()
此期间的哈希代码。
|
int |
ChronoLocalDateTime.hashCode()
用于此日期时间的哈希代码。
|
int |
MinguoDate.hashCode()
此日期的哈希代码。
|
int |
JapaneseDate.hashCode()
此日期的哈希代码。
|
int |
ThaiBuddhistDate.hashCode()
此日期的哈希代码。
|
int |
ChronoZonedDateTime.hashCode()
用于此日期时间的哈希代码。
|
boolean |
HijrahDate.isLeapYear()
检查,如果今年是闰年,根据迁徙的日历系统规则。
|
boolean |
IsoChronology.isLeapYear(long prolepticYear)
检查,如果今年是闰年,根据ISO预期历法系统规则。
|
boolean |
ThaiBuddhistChronology.isLeapYear(long prolepticYear)
检查指定的年份是否为一个跳跃年份。
|
boolean |
JapaneseChronology.isLeapYear(long prolepticYear)
检查指定的年份是否为一个跳跃年份。
|
boolean |
MinguoChronology.isLeapYear(long prolepticYear)
检查指定的年份是否为一个跳跃年份。
|
boolean |
HijrahChronology.isLeapYear(long prolepticYear) |
default boolean |
ChronoLocalDate.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
ChronoLocalDateTime.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
JapaneseDate.isSupported(TemporalField field)
检查指定字段是否被支持。
|
default boolean |
Era.isSupported(TemporalField field)
检查指定字段是否被支持。
|
boolean |
ChronoZonedDateTime.isSupported(TemporalField field)
检查指定字段是否被支持。
|
default boolean |
ChronoLocalDate.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
default boolean |
ChronoLocalDateTime.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
default boolean |
ChronoZonedDateTime.isSupported(TemporalUnit unit)
检查指定的单位是否被支持。
|
int |
HijrahDate.lengthOfMonth()
返回此日期所表示的月份的长度。
|
int |
MinguoDate.lengthOfMonth()
返回此日期所表示的月份的长度。
|
int |
JapaneseDate.lengthOfMonth()
返回此日期所表示的月份的长度。
|
int |
ThaiBuddhistDate.lengthOfMonth()
返回此日期所表示的月份的长度。
|
int |
HijrahDate.lengthOfYear()
返回此日期所表示的年份的长度。
|
int |
JapaneseDate.lengthOfYear() |
LocalDateTime |
IsoChronology.localDateTime(TemporalAccessor temporal)
从另一个日期时间对象中获得一个自组织的本地日期时间。
|
ChronoLocalDateTime<ThaiBuddhistDate> |
ThaiBuddhistChronology.localDateTime(TemporalAccessor temporal) |
ChronoLocalDateTime<JapaneseDate> |
JapaneseChronology.localDateTime(TemporalAccessor temporal) |
ChronoLocalDateTime<MinguoDate> |
MinguoChronology.localDateTime(TemporalAccessor temporal) |
ChronoLocalDateTime<HijrahDate> |
HijrahChronology.localDateTime(TemporalAccessor temporal) |
HijrahDate |
HijrahDate.minus(long amountToSubtract, TemporalUnit unit) |
default ChronoLocalDate |
ChronoLocalDate.minus(long amountToSubtract, TemporalUnit unit)
返回与指定期间减去的相同类型的对象。
|
default ChronoLocalDateTime<D> |
ChronoLocalDateTime.minus(long amountToSubtract, TemporalUnit unit)
返回与指定期间减去的相同类型的对象。
|
MinguoDate |
MinguoDate.minus(long amountToAdd, TemporalUnit unit) |
JapaneseDate |
JapaneseDate.minus(long amountToAdd, TemporalUnit unit) |
ThaiBuddhistDate |
ThaiBuddhistDate.minus(long amountToAdd, TemporalUnit unit) |
default ChronoZonedDateTime<D> |
ChronoZonedDateTime.minus(long amountToSubtract, TemporalUnit unit)
返回与指定期间减去的相同类型的对象。
|
HijrahDate |
HijrahDate.minus(TemporalAmount amount)
返回一个与此对象相同的类型的对象,该对象的金额减去。
|
default ChronoLocalDate |
ChronoLocalDate.minus(TemporalAmount amount)
返回一个与此对象相同的类型的对象,该对象的金额减去。
|
default ChronoLocalDateTime<D> |
ChronoLocalDateTime.minus(TemporalAmount amount)
返回一个与此对象相同的类型的对象,该对象的金额减去。
|
MinguoDate |
MinguoDate.minus(TemporalAmount amount)
返回一个与此对象相同的类型的对象,该对象的金额减去。
|
JapaneseDate |
JapaneseDate.minus(TemporalAmount amount)
返回一个与此对象相同的类型的对象,该对象的金额减去。
|
ThaiBuddhistDate |
ThaiBuddhistDate.minus(TemporalAmount amount)
返回一个与此对象相同的类型的对象,该对象的金额减去。
|
default ChronoZonedDateTime<D> |
ChronoZonedDateTime.minus(TemporalAmount amount)
返回一个与此对象相同的类型的对象,该对象的金额减去。
|
Period |
IsoChronology.period(int years, int months, int days)
根据几年、几个月和几天的时间来获得这个年代的一段时间。
|
HijrahDate |
HijrahDate.plus(long amountToAdd, TemporalUnit unit) |
default ChronoLocalDate |
ChronoLocalDate.plus(long amountToAdd, TemporalUnit unit)
返回与此对象相同的类型的对象,添加指定的周期。
|
ChronoLocalDateTime<D> |
ChronoLocalDateTime.plus(long amountToAdd, TemporalUnit unit)
返回与此对象相同的类型的对象,添加指定的周期。
|
MinguoDate |
MinguoDate.plus(long amountToAdd, TemporalUnit unit) |
JapaneseDate |
JapaneseDate.plus(long amountToAdd, TemporalUnit unit) |
ThaiBuddhistDate |
ThaiBuddhistDate.plus(long amountToAdd, TemporalUnit unit) |
ChronoZonedDateTime<D> |
ChronoZonedDateTime.plus(long amountToAdd, TemporalUnit unit)
返回与此对象相同的类型的对象,添加指定的周期。
|
HijrahDate |
HijrahDate.plus(TemporalAmount amount)
返回与此对象添加的相同类型的对象。
|
default ChronoLocalDate |
ChronoLocalDate.plus(TemporalAmount amount)
返回与此对象添加的相同类型的对象。
|
default ChronoLocalDateTime<D> |
ChronoLocalDateTime.plus(TemporalAmount amount)
返回与此对象添加的相同类型的对象。
|
MinguoDate |
MinguoDate.plus(TemporalAmount amount)
返回与此对象添加的相同类型的对象。
|
JapaneseDate |
JapaneseDate.plus(TemporalAmount amount)
返回与此对象添加的相同类型的对象。
|
ThaiBuddhistDate |
ThaiBuddhistDate.plus(TemporalAmount amount)
返回与此对象添加的相同类型的对象。
|
default ChronoZonedDateTime<D> |
ChronoZonedDateTime.plus(TemporalAmount amount)
返回与此对象添加的相同类型的对象。
|
int |
IsoChronology.prolepticYear(Era era, int yearOfEra) |
int |
ThaiBuddhistChronology.prolepticYear(Era era, int yearOfEra) |
int |
JapaneseChronology.prolepticYear(Era era, int yearOfEra) |
int |
MinguoChronology.prolepticYear(Era era, int yearOfEra) |
int |
HijrahChronology.prolepticYear(Era era, int yearOfEra) |
default <R> R |
ChronoLocalDate.query(TemporalQuery<R> query)
使用指定的查询查询此日期。
|
default <R> R |
ChronoLocalDateTime.query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。
|
default <R> R |
Era.query(TemporalQuery<R> query)
使用指定的查询查询这个时代。
|
default <R> R |
ChronoZonedDateTime.query(TemporalQuery<R> query)
使用指定的查询查询此日期时间。
|
ValueRange |
IsoChronology.range(ChronoField field) |
ValueRange |
ThaiBuddhistChronology.range(ChronoField field) |
ValueRange |
JapaneseChronology.range(ChronoField field) |
ValueRange |
MinguoChronology.range(ChronoField field) |
ValueRange |
HijrahChronology.range(ChronoField field) |
ValueRange |
JapaneseEra.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
HijrahEra.range(TemporalField field)
获取指定字段的有效值的范围。
|
ValueRange |
HijrahDate.range(TemporalField field) |
ValueRange |
MinguoDate.range(TemporalField field) |
ValueRange |
JapaneseDate.range(TemporalField field) |
ValueRange |
ThaiBuddhistDate.range(TemporalField field) |
default ValueRange |
Era.range(TemporalField field)
获取指定字段的有效值的范围。
|
default ValueRange |
ChronoZonedDateTime.range(TemporalField field) |
LocalDate |
IsoChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
解决
ChronoField 值解析到日期在解析。
|
ChronoLocalDate |
AbstractChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
解决
ChronoField 值解析到日期在解析。
|
ThaiBuddhistDate |
ThaiBuddhistChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle) |
JapaneseDate |
JapaneseChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle) |
MinguoDate |
MinguoChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle) |
HijrahDate |
HijrahChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle) |
Temporal |
ChronoPeriod.subtractFrom(Temporal temporal)
从指定的对象减去这段时间。
|
long |
HijrahDate.toEpochDay() |
long |
MinguoDate.toEpochDay() |
long |
JapaneseDate.toEpochDay() |
long |
ThaiBuddhistDate.toEpochDay() |
String |
AbstractChronology.toString()
输出这个年表作为
String ,使用年表的ID。
|
String |
JapaneseEra.toString() |
String |
Chronology.toString()
作为一个
String 输出这个年表。
|
String |
ChronoLocalDate.toString()
输出该日期作为
String 。
|
String |
ChronoPeriod.toString()
输出成为这一时期的
String 。
|
String |
ChronoLocalDateTime.toString()
输出该日期时间为
String 。
|
String |
ChronoZonedDateTime.toString()
输出该日期时间为
String 。
|
ChronoPeriod |
HijrahDate.until(ChronoLocalDate endDate) |
ChronoPeriod |
MinguoDate.until(ChronoLocalDate endDate) |
ChronoPeriod |
JapaneseDate.until(ChronoLocalDate endDate) |
ChronoPeriod |
ThaiBuddhistDate.until(ChronoLocalDate endDate) |
long |
ChronoLocalDate.until(Temporal endExclusive, TemporalUnit unit)
计算时间的量,直到指定单元的另一个日期为止。
|
HijrahDate |
HijrahDate.with(TemporalAdjuster adjuster)
返回与此对象调整的相同类型的调整对象。
|
default ChronoLocalDate |
ChronoLocalDate.with(TemporalAdjuster adjuster)
返回与此对象调整的相同类型的调整对象。
|
default ChronoLocalDateTime<D> |
ChronoLocalDateTime.with(TemporalAdjuster adjuster)
返回与此对象调整的相同类型的调整对象。
|
MinguoDate |
MinguoDate.with(TemporalAdjuster adjuster)
返回与此对象调整的相同类型的调整对象。
|
JapaneseDate |
JapaneseDate.with(TemporalAdjuster adjuster)
返回与此对象调整的相同类型的调整对象。
|
ThaiBuddhistDate |
ThaiBuddhistDate.with(TemporalAdjuster adjuster)
返回与此对象调整的相同类型的调整对象。
|
default ChronoZonedDateTime<D> |
ChronoZonedDateTime.with(TemporalAdjuster adjuster)
返回与此对象调整的相同类型的调整对象。
|
HijrahDate |
HijrahDate.with(TemporalField field, long newValue) |
default ChronoLocalDate |
ChronoLocalDate.with(TemporalField field, long newValue)
返回与指定字段更改的相同类型的对象。
|
ChronoLocalDateTime<D> |
ChronoLocalDateTime.with(TemporalField field, long newValue)
返回与指定字段更改的相同类型的对象。
|
MinguoDate |
MinguoDate.with(TemporalField field, long newValue) |
JapaneseDate |
JapaneseDate.with(TemporalField field, long newValue) |
ThaiBuddhistDate |
ThaiBuddhistDate.with(TemporalField field, long newValue) |
ChronoZonedDateTime<D> |
ChronoZonedDateTime.with(TemporalField field, long newValue)
返回与指定字段更改的相同类型的对象。
|
ZonedDateTime |
IsoChronology.zonedDateTime(Instant instant, ZoneId zone)
获得ISO划从
Instant 本年表日期时间。
|
ChronoZonedDateTime<ThaiBuddhistDate> |
ThaiBuddhistChronology.zonedDateTime(Instant instant, ZoneId zone) |
ChronoZonedDateTime<JapaneseDate> |
JapaneseChronology.zonedDateTime(Instant instant, ZoneId zone) |
ChronoZonedDateTime<MinguoDate> |
MinguoChronology.zonedDateTime(Instant instant, ZoneId zone) |
ChronoZonedDateTime<HijrahDate> |
HijrahChronology.zonedDateTime(Instant instant, ZoneId zone) |
ZonedDateTime |
IsoChronology.zonedDateTime(TemporalAccessor temporal)
从另一个日期时间对象中获得一个异划日期时间。
|
ChronoZonedDateTime<ThaiBuddhistDate> |
ThaiBuddhistChronology.zonedDateTime(TemporalAccessor temporal) |
ChronoZonedDateTime<JapaneseDate> |
JapaneseChronology.zonedDateTime(TemporalAccessor temporal) |
ChronoZonedDateTime<MinguoDate> |
MinguoChronology.zonedDateTime(TemporalAccessor temporal) |
ChronoZonedDateTime<HijrahDate> |
HijrahChronology.zonedDateTime(TemporalAccessor temporal) |
Modifier and Type | Method and Description |
---|---|
boolean |
DecimalStyle.equals(Object obj)
如果这个检查decimalstyle等于另一个decimalstyle。
|
int |
DecimalStyle.hashCode()
这decimalstyle哈希代码。
|
String |
DateTimeFormatter.toString()
返回一个描述的基本程序。
|
String |
DecimalStyle.toString()
返回一个描述这个decimalstyle字符串。
|
Modifier and Type | Method and Description |
---|---|
<R extends Temporal> |
ChronoUnit.addTo(R temporal, long amount) |
<R extends Temporal> |
ChronoField.adjustInto(R temporal, long newValue) |
long |
ChronoUnit.between(Temporal temporal1Inclusive, Temporal temporal2Exclusive) |
boolean |
WeekFields.equals(Object object)
如果这个检查
WeekFields 等于指定的对象。
|
boolean |
ValueRange.equals(Object obj)
检查这个范围是否等于另一个范围。
|
TemporalUnit |
ChronoField.getBaseUnit() |
String |
ChronoField.getDisplayName(Locale locale) |
Duration |
ChronoUnit.getDuration()
获取此单元在异日历系统中的估计持续时间。
|
long |
ChronoField.getFrom(TemporalAccessor temporal) |
TemporalUnit |
ChronoField.getRangeUnit() |
int |
WeekFields.hashCode()
这
WeekFields 哈希代码。
|
int |
ValueRange.hashCode()
此范围的哈希代码。
|
boolean |
ChronoField.isDateBased()
检查此字段是否代表日期的一个组件。
|
boolean |
ChronoUnit.isDateBased()
检查该单位是否是日期单位。
|
boolean |
ChronoUnit.isDurationEstimated()
检查该单位的持续时间是否是一个估计。
|
boolean |
ChronoUnit.isSupportedBy(Temporal temporal) |
boolean |
ChronoField.isSupportedBy(TemporalAccessor temporal) |
boolean |
ChronoField.isTimeBased()
检查此字段是否表示时间的一个组件。
|
boolean |
ChronoUnit.isTimeBased()
检查该单位是否是时间单位。
|
ValueRange |
ChronoField.range()
获取字段的有效值的范围。
|
ValueRange |
ChronoField.rangeRefinedBy(TemporalAccessor temporal) |
String |
ChronoField.toString() |
String |
WeekFields.toString()
这
WeekFields 实例的字符串表示形式。
|
String |
ValueRange.toString()
这是一个
String 输出范围。
|
String |
ChronoUnit.toString() |
String |
TemporalField.toString()
获取字段的描述性名称。
|
String |
TemporalUnit.toString()
获取单元的描述性名称。
|
Modifier and Type | Method and Description |
---|---|
int |
ZoneOffsetTransition.compareTo(ZoneOffsetTransition transition)
将此过渡到另一个基于过渡瞬间的过渡。
|
boolean |
ZoneOffsetTransition.equals(Object other)
检查这个对象是否等于另一个。
|
boolean |
ZoneOffsetTransitionRule.equals(Object otherRule)
检查这个对象是否等于另一个。
|
boolean |
ZoneRules.equals(Object otherRules)
检查这组规则是否等于另一个。
|
int |
ZoneOffsetTransition.hashCode()
返回一个合适的哈希代码。
|
int |
ZoneOffsetTransitionRule.hashCode()
返回一个合适的哈希代码。
|
int |
ZoneRules.hashCode()
返回一个合适的哈希代码定义了
#equals 。
|
String |
ZoneOffsetTransition.toString()
返回描述此对象的字符串。
|
String |
ZoneOffsetTransitionRule.toString()
返回描述此对象的字符串。
|
String |
ZoneRules.toString()
返回描述此对象的字符串。
|
Modifier and Type | Method and Description |
---|---|
void |
DoubleSummaryStatistics.accept(double value)
将另一个值记录到汇总信息中。
|
void |
IntSummaryStatistics.accept(int value)
将一个新的值记录到汇总信息中
|
void |
LongSummaryStatistics.accept(int value)
记录一个新的
int 值为汇总信息。
|
void |
LongSummaryStatistics.accept(long value)
记录一个新的
long 值为汇总信息。
|
void |
GregorianCalendar.add(int field, int amount)
根据日历的规则,将指定的时间(符号)添加到给定的日历字段中。
|
int |
Spliterators.AbstractSpliterator.characteristics()
返回一组这spliterator及其元素的特征。
|
int |
Spliterators.AbstractIntSpliterator.characteristics()
返回一组这spliterator及其元素的特征。
|
int |
Spliterators.AbstractLongSpliterator.characteristics()
返回一组这spliterator及其元素的特征。
|
int |
Spliterators.AbstractDoubleSpliterator.characteristics()
返回一组这spliterator及其元素的特征。
|
Object |
Calendar.clone()
创建并返回此对象的副本。
|
Object |
GregorianCalendar.clone() |
Object |
Locale.clone()
覆盖可复制。
|
Object |
HashMap.clone()
返回该
HashMap实例浅拷贝:键和值本身不是克隆。
|
int |
Calendar.compareTo(Calendar anotherCalendar)
比较时间(毫秒偏移值从
Epoch)由两
Calendar 物体的代表。
|
V |
HashMap.compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) |
V |
Hashtable.compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) |
protected void |
GregorianCalendar.computeFields()
转换时间(毫秒值偏离
Epoch)日历字段值。
|
V |
HashMap.computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction) |
V |
Hashtable.computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction) |
V |
Hashtable.computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) |
protected void |
GregorianCalendar.computeTime()
将日历字段值的时间(毫秒值偏离
Epoch)。
|
boolean |
Calendar.equals(Object obj)
比较这
Calendar 到指定的
Object 。
|
boolean |
GregorianCalendar.equals(Object obj)
比较这
GregorianCalendar 到指定的
Object 。
|
boolean |
Locale.equals(Object obj)
如果此区域设置等于另一个对象,则返回真。
|
boolean |
Locale.LanguageRange.equals(Object obj)
将此对象与指定的对象进行比较。
|
boolean |
OptionalDouble.equals(Object obj)
指示是否一些其他的对象是“平等”这optionaldouble。
|
boolean |
Optional.equals(Object obj)
指示是否有其他对象“等于”此选项。
|
boolean |
OptionalInt.equals(Object obj)
指示是否一些其他的对象是“平等”这optionalint。
|
boolean |
OptionalLong.equals(Object obj)
指示是否一些其他的对象是“平等”这optionallong。
|
long |
Spliterators.AbstractSpliterator.estimateSize()
返回的元素,将由一个
Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) 遍历遇到的估计值,或者返回
Long.MAX_VALUE 如果无限的,未知的,或过于昂贵的计算。
|
long |
Spliterators.AbstractIntSpliterator.estimateSize()
返回的元素,将由一个
Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) 遍历遇到的估计值,或者返回
Long.MAX_VALUE 如果无限的,未知的,或过于昂贵的计算。
|
long |
Spliterators.AbstractLongSpliterator.estimateSize()
返回的元素,将由一个
Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) 遍历遇到的估计值,或者返回
Long.MAX_VALUE 如果无限的,未知的,或过于昂贵的计算。
|
long |
Spliterators.AbstractDoubleSpliterator.estimateSize()
返回的元素,将由一个
Spliterator.forEachRemaining(java.util.function.Consumer<? super T>) 遍历遇到的估计值,或者返回
Long.MAX_VALUE 如果无限的,未知的,或过于昂贵的计算。
|
void |
IdentityHashMap.forEach(BiConsumer<? super K,? super V> action) |
void |
WeakHashMap.forEach(BiConsumer<? super K,? super V> action) |
void |
HashMap.forEach(BiConsumer<? super K,? super V> action) |
void |
Hashtable.forEach(BiConsumer<? super K,? super V> action) |
void |
TreeMap.forEach(BiConsumer<? super K,? super V> action) |
void |
ArrayList.forEach(Consumer<? super E> action) |
void |
Vector.forEach(Consumer<? super E> action) |
default void |
Spliterator.OfDouble.forEachRemaining(Consumer<? super Double> action)
对每个剩余元素执行给定的操作,在当前线程中顺序执行,直到所有的元素都被处理或操作抛出异常。
|
default void |
PrimitiveIterator.OfDouble.forEachRemaining(Consumer<? super Double> action)
执行给定的每个剩余元素的动作,直到所有的元素都被处理或操作抛出异常。
|
default void |
Spliterator.OfInt.forEachRemaining(Consumer<? super Integer> action)
对每个剩余元素执行给定的操作,在当前线程中顺序执行,直到所有的元素都被处理或操作抛出异常。
|
default void |
PrimitiveIterator.OfInt.forEachRemaining(Consumer<? super Integer> action)
执行给定的每个剩余元素的动作,直到所有的元素都被处理或操作抛出异常。
|
default void |
Spliterator.OfLong.forEachRemaining(Consumer<? super Long> action)
对每个剩余元素执行给定的操作,在当前线程中顺序执行,直到所有的元素都被处理或操作抛出异常。
|
default void |
PrimitiveIterator.OfLong.forEachRemaining(Consumer<? super Long> action)
执行给定的每个剩余元素的动作,直到所有的元素都被处理或操作抛出异常。
|
default void |
Spliterator.OfDouble.forEachRemaining(DoubleConsumer action) |
default void |
Spliterator.OfInt.forEachRemaining(IntConsumer action) |
default void |
Spliterator.OfLong.forEachRemaining(LongConsumer action) |
int |
GregorianCalendar.getActualMaximum(int field)
返回此日历字段可以有最大值,考虑了时间价值的
getFirstDayOfWeek ,
getMinimalDaysInFirstWeek 电流值,
getGregorianChange 和
getTimeZone 方法。
|
int |
GregorianCalendar.getActualMinimum(int field)
返回日历本场有最小值,考虑了时间价值的
getFirstDayOfWeek ,
getMinimalDaysInFirstWeek 电流值,
getGregorianChange 和
getTimeZone 方法。
|
String |
GregorianCalendar.getCalendarType()
作为回报
"gregory" 日历类型。
|
int |
GregorianCalendar.getGreatestMinimum(int field)
返回本
GregorianCalendar 实例给定日历领域最高最低值。
|
int |
GregorianCalendar.getLeastMaximum(int field)
这
GregorianCalendar 实例返回给定日历字段的最大值最低。
|
int |
GregorianCalendar.getMaximum(int field)
这
GregorianCalendar 实例返回给定日历字段的最大值。
|
int |
GregorianCalendar.getMinimum(int field)
这
GregorianCalendar 实例返回给定日历字段的最小值。
|
V |
HashMap.getOrDefault(Object key, V defaultValue) |
V |
Hashtable.getOrDefault(Object key, V defaultValue) |
TimeZone |
GregorianCalendar.getTimeZone() |
int |
GregorianCalendar.getWeeksInWeekYear()
返回的
GregorianCalendar 代表
week year周数。
|
int |
GregorianCalendar.getWeekYear()
返回的
GregorianCalendar 代表
week year。
|
int |
Calendar.hashCode()
返回此日历的哈希代码。
|
int |
GregorianCalendar.hashCode()
GregorianCalendar 生成该对象的哈希码。
|
int |
Locale.hashCode()
重写hashCode。
|
int |
Locale.LanguageRange.hashCode()
返回一个对象的哈希代码值。
|
int |
OptionalDouble.hashCode()
返回当前值的哈希代码值,如果有的话,或0(0),如果没有价值。
|
int |
Optional.hashCode()
返回当前值的哈希代码值,如果有的话,或0(0),如果没有价值。
|
int |
OptionalInt.hashCode()
返回当前值的哈希代码值,如果有的话,或0(0),如果没有价值。
|
int |
OptionalLong.hashCode()
返回当前值的哈希代码值,如果有的话,或0(0),如果没有价值。
|
boolean |
GregorianCalendar.isWeekDateSupported()
返回
true 指示这
GregorianCalendar 支持周日期。
|
V |
HashMap.merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction) |
V |
Hashtable.merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction) |
default Integer |
PrimitiveIterator.OfInt.next()
返回迭代中的下一个元素。
|
default Long |
PrimitiveIterator.OfLong.next()
返回迭代中的下一个元素。
|
default Double |
PrimitiveIterator.OfDouble.next()
返回迭代中的下一个元素。
|
boolean |
SimpleTimeZone.observesDaylightTime()
返回
true 如果这
SimpleTimeZone 遵守夏时制。
|
V |
HashMap.putIfAbsent(K key, V value) |
V |
Hashtable.putIfAbsent(K key, V value) |
boolean |
HashMap.remove(Object key, Object value) |
boolean |
Hashtable.remove(Object key, Object value) |
boolean |
ArrayList.removeIf(Predicate<? super E> filter) |
boolean |
Vector.removeIf(Predicate<? super E> filter) |
V |
HashMap.replace(K key, V value) |
V |
Hashtable.replace(K key, V value) |
V |
TreeMap.replace(K key, V value) |
boolean |
HashMap.replace(K key, V oldValue, V newValue) |
boolean |
Hashtable.replace(K key, V oldValue, V newValue) |
boolean |
TreeMap.replace(K key, V oldValue, V newValue) |
void |
IdentityHashMap.replaceAll(BiFunction<? super K,? super V,? extends V> function) |
void |
WeakHashMap.replaceAll(BiFunction<? super K,? super V,? extends V> function) |
void |
HashMap.replaceAll(BiFunction<? super K,? super V,? extends V> function) |
void |
Hashtable.replaceAll(BiFunction<? super K,? super V,? extends V> function) |
void |
TreeMap.replaceAll(BiFunction<? super K,? super V,? extends V> function) |
void |
ArrayList.replaceAll(UnaryOperator<E> operator) |
void |
Vector.replaceAll(UnaryOperator<E> operator) |
void |
GregorianCalendar.roll(int field, boolean up)
添加或减去(上/下)一个单位的时间在给定的时间场不改变较大的领域。
|
void |
GregorianCalendar.roll(int field, int amount)
在不更改较大字段的范围内将已签名的金额添加到指定的日历字段中。
|
void |
GregorianCalendar.setTimeZone(TimeZone zone) |
void |
GregorianCalendar.setWeekDate(int weekYear, int weekOfYear, int dayOfWeek)
|
void |
ArrayList.sort(Comparator<? super E> c) |
void |
Vector.sort(Comparator<? super E> c) |
default Spliterator<E> |
Collection.spliterator()
创建此集合中的元素的
Spliterator 。
|
Spliterator<E> |
ArrayList.spliterator()
创建一个后期绑定和快速失败
Spliterator 超过此列表中的元素。
|
Spliterator<E> |
Vector.spliterator()
创建一个后期绑定和快速失败
Spliterator 超过此列表中的元素。
|
default Spliterator<E> |
List.spliterator()
创建此列表中的元素的
Spliterator 。
|
default Spliterator<E> |
Set.spliterator()
在这个集合中的元素创建一个
Spliterator 。
|
Spliterator<E> |
LinkedHashSet.spliterator()
创建一个后期绑定和快速失败
Spliterator 在这个集合中的元素。
|
Spliterator<E> |
LinkedList.spliterator()
创建一个后期绑定和快速失败
Spliterator 超过此列表中的元素。
|
default Spliterator<E> |
SortedSet.spliterator()
创建在这个集合中的元素个
Spliterator 排序。
|
String |
Calendar.toString()
返回此日历的字符串表示形式。
|
String |
StringJoiner.toString()
返回当前值,组成的
prefix 的附加价值,到目前为止
delimiter 分离,和
suffix ,除非没有元素已经在这种情况下,增加的
prefix + suffix 或
emptyValue 字符返回
|
String |
Locale.toString()
这
Locale 返回对象的字符串表示,包括语言、国家、变体、脚本和扩展如下:语言+“_”+国+“_”+(变体+“_ #”|”#”)+文字+“-”+扩展语言总是较低的情况下,国总是大写,脚本是总冠军的情况下,和扩展总是小写。
|
String |
IntSummaryStatistics.toString() |
String |
OptionalDouble.toString()
返回对象的字符串表示形式。
|
String |
Optional.toString()
返回此可选适用于调试的非空字符串表示形式。
|
String |
Currency.toString()
返回此货币的国际标准化组织4217货币代码。
|
String |
OptionalInt.toString()
返回对象的字符串表示形式。
|
String |
LongSummaryStatistics.toString() |
String |
OptionalLong.toString()
返回对象的字符串表示形式。
|
String |
DoubleSummaryStatistics.toString()
返回对象的字符串表示形式。
|
default boolean |
Spliterator.OfDouble.tryAdvance(Consumer<? super Double> action)
如果剩余的元素存在,执行特定动作的话,还
true ;否则返回
false 。
|
default boolean |
Spliterator.OfInt.tryAdvance(Consumer<? super Integer> action)
如果剩余的元素存在,执行特定动作的话,还
true ;否则返回
false 。
|
default boolean |
Spliterator.OfLong.tryAdvance(Consumer<? super Long> action)
如果剩余的元素存在,执行特定动作的话,还
true ;否则返回
false 。
|
boolean |
Spliterator.OfDouble.tryAdvance(DoubleConsumer action) |
boolean |
Spliterator.OfInt.tryAdvance(IntConsumer action) |
boolean |
Spliterator.OfLong.tryAdvance(LongConsumer action) |
Spliterator<T> |
Spliterators.AbstractSpliterator.trySplit()
如果这spliterator可以分割,返回一个spliterator覆盖的元素,将这一方法,在回归,不是这个spliterator覆盖。
|
Spliterator.OfInt |
Spliterators.AbstractIntSpliterator.trySplit()
如果这spliterator可以分割,返回一个spliterator覆盖的元素,将这一方法,在回归,不是这个spliterator覆盖。
|
Spliterator.OfLong |
Spliterators.AbstractLongSpliterator.trySplit()
如果这spliterator可以分割,返回一个spliterator覆盖的元素,将这一方法,在回归,不是这个spliterator覆盖。
|
Spliterator.OfDouble |
Spliterators.AbstractDoubleSpliterator.trySplit()
如果这spliterator可以分割,返回一个spliterator覆盖的元素,将这一方法,在回归,不是这个spliterator覆盖。
|
T_SPLITR |
Spliterator.OfPrimitive.trySplit() |
Spliterator.OfInt |
Spliterator.OfInt.trySplit() |
Spliterator.OfLong |
Spliterator.OfLong.trySplit() |
Spliterator.OfDouble |
Spliterator.OfDouble.trySplit() |
Modifier and Type | Method and Description |
---|---|
default V |
ConcurrentMap.compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
试图计算出指定键和当前的映射值的映射(或
null 如果没有当前映射)。
|
default V |
ConcurrentMap.computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)
如果指定的键是不是已经与价值相关的(或映射到
null ),尝试使用给定的映射功能,进入到这个Map除非
null 计算其价值。
|
default V |
ConcurrentMap.computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
如果指定键的值是存在和非空的,尝试计算一个新的映射,给出了键和它当前的映射值。
|
default void |
ConcurrentMap.forEach(BiConsumer<? super K,? super V> action)
在该映射中的每个条目执行给定的操作,直到所有的条目被处理或操作抛出异常。
|
default V |
ConcurrentMap.getOrDefault(Object key, V defaultValue)
返回指定的键映射的值,或
defaultValue 如果这个Map不包含的键映射。
|
default V |
ConcurrentMap.merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
如果指定的键已与值相关联的值或与空值相关联的,则将其与给定的非空值关联。
|
default void |
ConcurrentMap.replaceAll(BiFunction<? super K,? super V,? extends V> function)
将每个条目的值替换为在该项上调用给定函数的结果,直到所有的条目都被处理或函数抛出异常。
|
Spliterator<E> |
ConcurrentLinkedQueue.spliterator()
返回队列中的元素在这一
Spliterator 。
|
Modifier and Type | Method and Description |
---|---|
Stream<JarEntry> |
JarFile.stream() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryHandler.close()
关闭
Handler和释放所有相关资源。
|
void |
StreamHandler.close()
关闭当前的输出流。
|
void |
FileHandler.close()
关闭所有文件。
|
void |
ConsoleHandler.close()
覆盖
StreamHandler.close做冲洗但不关闭输出流。
|
void |
SocketHandler.close()
关闭此输出流。
|
boolean |
Level.equals(Object ox)
比较两个值相等的对象。
|
void |
MemoryHandler.flush()
对目标造成
Handler冲洗。
|
void |
StreamHandler.flush()
刷新任何缓冲的消息。
|
int |
Level.hashCode()
生成一个hashCode。
|
boolean |
MemoryHandler.isLoggable(LogRecord record)
看看这
Handler实际上日志给
LogRecord进入其内部缓冲区。
|
boolean |
StreamHandler.isLoggable(LogRecord record)
看看这
Handler实际上记录了
LogRecord。
|
void |
MemoryHandler.publish(LogRecord record)
存储在内部缓冲区
LogRecord。
|
void |
StreamHandler.publish(LogRecord record)
格式和发布
LogRecord。
|
void |
FileHandler.publish(LogRecord record)
格式和发布
LogRecord。
|
void |
ConsoleHandler.publish(LogRecord record)
发布
LogRecord。
|
void |
SocketHandler.publish(LogRecord record)
格式和发布
LogRecord。
|
void |
StreamHandler.setEncoding(String encoding)
设置(或更改)编码的
Handler用字符。
|
String |
Level.toString()
返回此级别的字符串表示形式。
|
Modifier and Type | Method and Description |
---|---|
void |
DoubleStream.Builder.accept(double t)
将一个元素添加到正在构建的流中。
|
void |
IntStream.Builder.accept(int t)
将一个元素添加到正在构建的流中。
|
void |
LongStream.Builder.accept(long t)
将一个元素添加到正在构建的流中。
|
void |
Stream.Builder.accept(T t)
将一个元素添加到正在构建的流中。
|
void |
BaseStream.close()
关闭此流,导致该流管道的所有关闭处理程序被调用。
|
PrimitiveIterator.OfInt |
IntStream.iterator() |
PrimitiveIterator.OfDouble |
DoubleStream.iterator() |
PrimitiveIterator.OfLong |
LongStream.iterator() |
IntStream |
IntStream.parallel() |
DoubleStream |
DoubleStream.parallel() |
LongStream |
LongStream.parallel() |
IntStream |
IntStream.sequential() |
DoubleStream |
DoubleStream.sequential() |
LongStream |
LongStream.sequential() |
Spliterator.OfInt |
IntStream.spliterator() |
Spliterator.OfDouble |
DoubleStream.spliterator() |
Spliterator.OfLong |
LongStream.spliterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
Element.equals(Object obj)
返回
true 如果参数是相同的元素,
this ,或
false 否则。
|
<A extends Annotation> |
Element.getAnnotation(类<A> annotationType)
如果这样的诠释是返回指定类型的这种构造的诠释,其他
null 。
|
List<? extends AnnotationMirror> |
Element.getAnnotationMirrors()
返回直接存在于此结构上的注释。
|
List<? extends Element> |
PackageElement.getEnclosedElements()
返回
top-level类和接口在这个包。
|
List<? extends Element> |
TypeElement.getEnclosedElements()
返回在这个类或接口中直接声明的字段、方法、构造函数和成员类型。
|
Element |
VariableElement.getEnclosingElement()
返回此变量的封闭元素。
|
Element |
TypeParameterElement.getEnclosingElement()
返回此类型参数的
generic element。
|
Element |
PackageElement.getEnclosingElement()
返回
null 自包不是一元封闭。
|
Element |
TypeElement.getEnclosingElement()
返回一个顶级类型的包并返回上一
nested立即封闭式元件。
|
Name |
VariableElement.getSimpleName()
返回这个变量元素的简单名称。
|
Name |
PackageElement.getSimpleName()
返回此包的简单名称。
|
Name |
ExecutableElement.getSimpleName()
返回一个构造函数,方法的简单名称,或初始化。
|
Name |
TypeElement.getSimpleName()
返回此类型元素的简单名称。
|
int |
Element.hashCode()
遵循
Object.hashCode 一般合同。
|
Modifier and Type | Method and Description |
---|---|
R |
ElementKindVisitor6.visitExecutable(ExecutableElement e, P p)
|
R |
SimpleTypeVisitor8.visitIntersection(IntersectionType t, P p)
这
IntersectionType 实施访问调用
defaultAction 。
|
R |
TypeKindVisitor8.visitIntersection(IntersectionType t, P p)
这
IntersectionType 实施访问调用
defaultAction 。
|
R |
TypeKindVisitor6.visitNoType(NoType t, P p)
|
R |
ElementKindVisitor6.visitPackage(PackageElement e, P p)
访问包元素。
|
R |
TypeKindVisitor6.visitPrimitive(PrimitiveType t, P p)
|
R |
ElementKindVisitor6.visitType(TypeElement e, P p)
|
R |
ElementKindVisitor6.visitTypeParameter(TypeParameterElement e, P p)
访问类型参数元素。
|
R |
TypeKindVisitor7.visitUnion(UnionType t, P p)
这一
UnionType 实施访问调用
defaultAction 。
|
R |
SimpleTypeVisitor7.visitUnion(UnionType t, P p)
这一
UnionType 实施访问调用
defaultAction 。
|
R |
ElementKindVisitor6.visitVariable(VariableElement e, P p)
访问一个变量元素,调度的访问方法的变量,具体
kind
ENUM_CONSTANT ,
EXCEPTION_PARAMETER ,
FIELD ,
LOCAL_VARIABLE ,
PARAMETER ,或
RESOURCE_VARIABLE 。
|
R |
SimpleElementVisitor7.visitVariable(VariableElement e, P p)
这要求执行
defaultAction 。
|
R |
ElementScanner7.visitVariable(VariableElement e, P p)
此实现扫描封闭的元素。
|
R |
ElementKindVisitor7.visitVariableAsResourceVariable(VariableElement e, P p)
访问一个
RESOURCE_VARIABLE 变元称
defaultAction 。
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeList.add(int index, Object element)
在列表中指定的位置上插入指定的元素。
|
boolean |
AttributeList.add(Object element)
将指定的元素列表的结束。
|
boolean |
AttributeList.addAll(Collection<?> c)
追加指定集合的所有元素到这个列表的末尾,按他们的指定集合的迭代器返回。
|
boolean |
AttributeList.addAll(int index, Collection<?> c)
将指定集合中的所有元素插入到该列表中,从指定位置开始。
|
ValueExp |
AttributeValueExp.apply(ObjectName name)
适用于
AttributeValueExp MBean的。
|
Object |
MBeanOperationInfo.clone()
返回此实例的浅克隆。
|
Object |
MBeanInfo.clone()
返回此实例的浅克隆。
|
Descriptor |
ImmutableDescriptor.clone()
返回一个与此描述符相等的描述符。
|
boolean |
MBeanOperationInfo.equals(Object o)
比较这mbeanoperationinfo到另一个。
|
boolean |
MBeanInfo.equals(Object o)
比较这mbeaninfo到另一个。
|
boolean |
ObjectName.equals(Object object)
将当前对象名称与另一个对象名称进行比较。
|
boolean |
ImmutableDescriptor.equals(Object o)
将此描述符与给定对象进行比较。
|
int |
MBeanOperationInfo.hashCode() |
int |
MBeanInfo.hashCode() |
int |
ObjectName.hashCode()
返回此对象名称的哈希代码。
|
int |
ImmutableDescriptor.hashCode()
返回此描述符的哈希代码值。
|
Object |
AttributeList.set(int index, Object element)
用指定元素替换此列表中指定位置的元素。
|
void |
AttributeValueExp.setMBeanServer(MBeanServer s)
过时的。
这种方法没有效果。MBean服务器用来获取属性值是
QueryEval.getMBeanServer() 。
|
String |
MBeanServerNotification.toString() |
String |
MBeanOperationInfo.toString() |
String |
AttributeValueExp.toString()
返回表示其值的字符串。
|
String |
Notification.toString()
返回此通知的字符串表示形式。
|
String |
MBeanInfo.toString() |
String |
ObjectName.toString()
返回对象名称的字符串表示形式。
|
String |
ImmutableDescriptor.toString() |
Modifier and Type | Method and Description |
---|---|
Object |
DescriptorSupport.clone()
返回一个新的描述符,该描述符是描述符的副本。
|
Object |
ModelMBeanAttributeInfo.clone()
创建并返回一个新的modelmbeanattributeinfo这modelmbeanattributeinfo重复。
|
Object |
ModelMBeanConstructorInfo.clone()
创建并返回一个新的modelmbeanconstructorinfo这modelmbeanconstructorinfo重复。
|
boolean |
DescriptorSupport.equals(Object o)
将此描述符与给定对象进行比较。
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor() |
Descriptor |
ModelMBeanConstructorInfo.getDescriptor()
返回相关的描述符的副本。
|
int |
DescriptorSupport.hashCode()
返回此描述符的哈希代码值。
|
String |
DescriptorSupport.toString()
返回表示描述符的人类可读的字符串。
|
String |
ModelMBeanAttributeInfo.toString()
返回一个可读的版本的modelmbeanattributeinfo实例。
|
String |
ModelMBeanConstructorInfo.toString()
返回一个字符串在人类可读的形式包含了modelmbeanconstructorinfo的全部内容。
|
Modifier and Type | Method and Description |
---|---|
String |
StringMonitor.getDerivedGauge(ObjectName object)
获取指定对象的派生表,如果该对象包含在观察MBeans的集合,或
null 否则。
|
Number |
CounterMonitor.getDerivedGauge(ObjectName object)
获取指定对象的派生表,如果该对象包含在观察MBeans的集合,或
null 否则。
|
Number |
GaugeMonitor.getDerivedGauge(ObjectName object)
获取指定对象的派生表,如果该对象包含在观察MBeans的集合,或
null 否则。
|
long |
StringMonitor.getDerivedGaugeTimeStamp(ObjectName object)
获取派生表的时间戳指定对象,如果该对象包含在观察MBeans的集合,或
0 否则。
|
long |
CounterMonitor.getDerivedGaugeTimeStamp(ObjectName object)
获取派生表的时间戳指定对象,如果该对象包含在观察MBeans的集合,或
0 否则。
|
long |
GaugeMonitor.getDerivedGaugeTimeStamp(ObjectName object)
获取派生表的时间戳指定对象,如果该对象包含在观察MBeans的集合,或
0 否则。
|
MBeanNotificationInfo[] |
StringMonitor.getNotificationInfo()
返回一个包含该通知由字符串监视器发送的通知类型的java类的名称
NotificationInfo 对象。
|
MBeanNotificationInfo[] |
CounterMonitor.getNotificationInfo()
返回一个包含
NotificationInfo 对象的通知和反监视发送的通知类型的java类的名称。
|
MBeanNotificationInfo[] |
GaugeMonitor.getNotificationInfo()
返回一个包含
NotificationInfo 对象的通知和仪表监控发送的通知类型的java类的名称。
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeDataSupport.equals(Object obj)
比较指定的
obj参数与本
CompositeDataSupport 实例为平等。
|
int |
CompositeDataSupport.hashCode()
返回此实例的哈希代码值
CompositeDataSupport 。
|
String |
CompositeDataSupport.toString()
返回该
CompositeDataSupport 实例的字符串表示形式。
|
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()
返回一个数组,表明这个MBean发送通知。
|
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()
返回此对象的字符串表示形式。
|
String |
RMIConnector.toString()
返回此对象的字符串表示形式。
|
Modifier and Type | Method and Description |
---|---|
boolean |
SNIServerName.equals(Object other)
指示是否有其他对象“等于”这个服务器名称。
|
boolean |
SNIHostName.equals(Object other)
将此服务器名称与指定的对象比较。
|
int |
SNIServerName.hashCode()
返回此服务器名称的哈希代码值。
|
int |
SNIHostName.hashCode()
返回此
SNIHostName 哈希代码值。
|
String |
SSLEngineResult.toString()
返回此对象的字符串表示形式。
|
String |
SNIServerName.toString()
返回此服务器名称的字符串表示形式,包括服务器名称和编码服务器名称值在这
SNIServerName 对象。
|
String |
SNIHostName.toString()
返回该对象的字符串表示形式,包括在这
SNIHostName 对象的DNS主机名。
|
Modifier and Type | Method and Description |
---|---|
void |
JViewport.addNotify() |
void |
DefaultListCellRenderer.firePropertyChange(String propertyName, boolean oldValue, boolean newValue)
出于性能原因,重写。
|
void |
DefaultListCellRenderer.firePropertyChange(String propertyName, byte oldValue, byte newValue)
出于性能原因,重写。
|
void |
DefaultListCellRenderer.firePropertyChange(String propertyName, char oldValue, char newValue)
出于性能原因,重写。
|
void |
DefaultListCellRenderer.firePropertyChange(String propertyName, double oldValue, double newValue)
出于性能原因,重写。
|
void |
DefaultListCellRenderer.firePropertyChange(String propertyName, float oldValue, float newValue)
出于性能原因,重写。
|
void |
DefaultListCellRenderer.firePropertyChange(String propertyName, int oldValue, int newValue)
出于性能原因,重写。
|
void |
DefaultListCellRenderer.firePropertyChange(String propertyName, long oldValue, long newValue)
出于性能原因,重写。
|
protected void |
DefaultListCellRenderer.firePropertyChange(String propertyName, Object oldValue, Object newValue)
出于性能原因,重写。
|
void |
DefaultListCellRenderer.firePropertyChange(String propertyName, short oldValue, short newValue)
出于性能原因,重写。
|
void |
JComponent.hide()
过时的。
|
void |
DefaultListCellRenderer.invalidate()
出于性能原因,重写。
|
boolean |
DefaultListCellRenderer.isOpaque()
出于性能原因,重写。
|
boolean |
JComponent.isValidateRoot()
如果此方法返回true,
revalidate 调用这个组件的后代将导致与这根整棵树开始被验证。
|
boolean |
JSplitPane.isValidateRoot()
返回true,以便调用任何后裔的这
JSplitPane
revalidate 将导致请求被排队,将验证
JSplitPane 及其子孙。
|
boolean |
JRootPane.isValidateRoot()
如果这一
JRootPane 后裔称
revalidate ,验证从这里下去。
|
boolean |
JScrollPane.isValidateRoot()
重写返回true,什么叫
revalidate 任何后裔,这
JScrollPane 会造成这
JScrollPane 整个树开始被验证。
|
boolean |
JTextField.isValidateRoot()
电话
revalidate 来自内在的本身将通过验证的处理,除非文本包含在一个
JViewport ,在这种情况下,返回false。
|
void |
JDesktopPane.remove(Component comp)
从该容器中移除指定的组件。
|
void |
DefaultListCellRenderer.repaint()
出于性能原因,重写。
|
void |
DefaultListCellRenderer.repaint(long tm, int x, int y, int width, int height)
出于性能原因,重写。
|
void |
DefaultListCellRenderer.repaint(Rectangle r)
出于性能原因,重写。
|
void |
JEditorPane.replaceSelection(String content)
将当前选定的内容替换为由给定的字符串表示的新内容。
|
void |
JTextPane.replaceSelection(String content)
将当前选定的内容替换为由给定的字符串表示的新内容。
|
void |
DefaultListCellRenderer.revalidate()
出于性能原因,重写。
|
void |
DefaultListCellRenderer.validate()
出于性能原因,重写。
|
Modifier and Type | Method and Description |
---|---|
Insets |
StrokeBorder.getBorderInsets(Component c, Insets insets)
重新初始化这个边境的插图
insets 参数。
|
boolean |
CompoundBorder.isBorderOpaque()
返回是否复合边框是不透明的。
|
void |
StrokeBorder.paintBorder(Component c, Graphics g, int x, int y, int width, int height)
用指定的位置和大小绘制指定组件的边框。
|
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)
返回基线。
|
Component.BaselineResizeBehavior |
BasicComboBoxUI.getBaselineResizeBehavior(JComponent c)
返回一个枚举指示组件的尺寸的变化的基线。
|
Dimension |
BasicComboBoxUI.getMaximumSize(JComponent c) |
Dimension |
BasicComboBoxUI.getMinimumSize(JComponent c)
最小尺寸的显示面积加上插图加按钮的大小。
|
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)
对于一个特定区域的样式属性的getter。
|
protected Color |
NimbusStyle.getColorForState(SynthContext ctx, ColorType type)
返回指定状态的颜色。
|
UIDefaults |
NimbusLookAndFeel.getDefaults()
返回此synthlookandfeel默认。
|
String |
NimbusLookAndFeel.getDescription()
返回这个外观和感觉的文本描述。
|
Icon |
NimbusLookAndFeel.getDisabledIcon(JComponent component, Icon icon) |
protected Font |
NimbusStyle.getFontForState(SynthContext ctx)
返回指定状态的字体。
|
String |
NimbusLookAndFeel.getID()
返回一个字符串,确定了这个外观和感觉。
|
Insets |
NimbusStyle.getInsets(SynthContext ctx, Insets in)
返回用于计算尺寸信息的插图。
|
String |
NimbusLookAndFeel.getName()
返回一个简短的字符串,确定了这个外观和感觉。
|
SynthPainter |
NimbusStyle.getPainter(SynthContext ctx)
返回
SynthPainter 将用于绘画。
|
void |
NimbusLookAndFeel.initialize()
被称为”当这感觉是安装。
|
void |
NimbusStyle.installDefaults(SynthContext ctx)
安装必要的状态从这种风格上的
JComponent
context 。
|
boolean |
NimbusStyle.isOpaque(SynthContext ctx)
如果区域是不透明的,则返回真。
|
void |
AbstractRegionPainter.paint(Graphics2D g, JComponent c, int w, int h)
对于给定的
Graphics2D 对象。
|
boolean |
NimbusLookAndFeel.shouldUpdateStyleOnAncestorChanged()
返回是否UI应该从
SynthStyleFactory 当祖先的
JComponent 变化更新自己的
SynthStyles 。
|
protected boolean |
NimbusLookAndFeel.shouldUpdateStyleOnEvent(PropertyChangeEvent ev)
返回是否UI应该更新他们的风格时,一个特定的事件发生。
|
String |
State.toString() |
void |
NimbusLookAndFeel.uninitialize()
被称为”这感觉是当卸载。
|
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)
创建一个视图(passwordview)为一个元素。
|
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()
创建默认的分隔器。
|
protected Component |
SynthSplitPaneUI.createDefaultNonContinuousLayoutDivider()
返回默认的非连续布置的分频器,这是一个
Canvas 填充深灰色的背景。
|
protected ComboBoxEditor |
SynthComboBoxUI.createEditor()
创建默认的编辑器,用于编辑组合框。
|
protected JComponent |
SynthSpinnerUI.createEditor()
这种方法被称为installui得到的
JSpinner 编辑组件。
|
protected JButton |
SynthScrollBarUI.createIncreaseButton(int orientation) |
protected LayoutManager |
SynthSpinnerUI.createLayout()
创建一个
LayoutManager 管理
editor ,
nextButton ,和JSpinner
previousButton 儿童。
|
protected LayoutManager |
SynthTabbedPaneUI.createLayoutManager()
通过
installUI 创建布局管理器对象来管理
JTabbedPane 。
|
protected Container |
SynthOptionPaneUI.createMessageArea()
所谓的
SynthOptionPaneUI.installComponents() 创造
Container 包含消息的正文。
|
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()
创建默认的渲染器,将用于非editiable组合框。
|
protected JButton |
SynthTabbedPaneUI.createScrollButton(int direction)
创建并返回一个JButton,将为用户提供了一个在一个特定的方向滚动标签的方式。
|
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 |
SynthButtonUI.getBaseline(JComponent c, int width, int height)
返回基线。
|
int |
SynthLabelUI.getBaseline(JComponent c, int width, int height)
返回基线。
|
protected Rectangle |
SynthProgressBarUI.getBox(Rectangle r)
商店的位置和大小的弹跳框会画目前动画指数
r 返回
r 。
|
SynthContext |
SynthPanelUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthTableUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthMenuUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthMenuItemUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthListUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthSliderUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthMenuBarUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthTreeUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthViewportUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthRootPaneUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthToolTipUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthToolBarUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthSeparatorUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthPopupMenuUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthOptionPaneUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthDesktopPaneUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthComboBoxUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthSpinnerUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthProgressBarUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthInternalFrameUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthTextFieldUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthTabbedPaneUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthSplitPaneUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthTextAreaUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthTableHeaderUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthEditorPaneUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthButtonUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthColorChooserUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthScrollPaneUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthScrollBarUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthLabelUI.getContext(JComponent c)
返回指定组件的上下文。
|
SynthContext |
SynthDesktopIconUI.getContext(JComponent c)
返回指定组件的上下文。
|
UIDefaults |
SynthLookAndFeel.getDefaults()
返回此synthlookandfeel默认。
|
protected Dimension |
SynthComboBoxUI.getDefaultSize()
返回默认大小空显示区域的组合框使用当前渲染器和字体。
|
String |
SynthLookAndFeel.getDescription()
返回synthlookandfeel文本描述。
|
Icon |
SynthTreeUI.getExpandedIcon() |
protected FontMetrics |
SynthTabbedPaneUI.getFontMetrics() |
String |
SynthLookAndFeel.getID()
返回一个字符串,确定了这个外观和感觉。
|
Dimension |
SynthSeparatorUI.getMaximumSize(JComponent c)
返回指定组件的最大大小适合的外观和感觉。
|
Dimension |
SynthButtonUI.getMaximumSize(JComponent c)
返回指定组件的最大大小适合的外观和感觉。
|
Dimension |
SynthLabelUI.getMaximumSize(JComponent c)
返回指定组件的最大大小适合的外观和感觉。
|
Dimension |
SynthSliderUI.getMinimumSize(JComponent c)
返回指定组件的最小大小适合的外观和感觉。
|
Dimension |
SynthSeparatorUI.getMinimumSize(JComponent c)
返回指定组件的最小大小适合的外观和感觉。
|
Dimension |
SynthButtonUI.getMinimumSize(JComponent c)
返回指定组件的最小大小适合的外观和感觉。
|
Dimension |
SynthLabelUI.getMinimumSize(JComponent c)
返回指定组件的最小大小适合的外观和感觉。
|
protected Dimension |
SynthScrollBarUI.getMinimumThumbSize()
返回最小可接受大小的拇指。
|
String |
SynthLookAndFeel.getName()
返回一个简短的字符串,确定了这个外观和感觉。
|
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 |
SynthSliderUI.getPreferredSize(JComponent c)
返回指定组件的首选大小适合的外观和感觉。
|
Dimension |
SynthToolTipUI.getPreferredSize(JComponent c)
返回指定组件的首选大小适合的外观和感觉。
|
Dimension |
SynthSeparatorUI.getPreferredSize(JComponent c)
返回指定组件的首选大小适合的外观和感觉。
|
Dimension |
SynthProgressBarUI.getPreferredSize(JComponent c)
返回指定组件的首选大小适合的外观和感觉。
|
Dimension |
SynthButtonUI.getPreferredSize(JComponent c)
返回指定组件的首选大小适合的外观和感觉。
|
Dimension |
SynthScrollBarUI.getPreferredSize(JComponent c)
垂直滚动条的宽度是首选的首选宽度最大(非
null )增/减按钮,和拇指的最小宽度。
|
Dimension |
SynthLabelUI.getPreferredSize(JComponent c)
返回指定组件的首选大小适合的外观和感觉。
|
protected String |
SynthPasswordFieldUI.getPropertyPrefix()
获取用于查找性能的一个关键的名字”。
|
protected String |
SynthTextPaneUI.getPropertyPrefix()
获取用于查找性能的一个关键的名字”。
|
protected String |
SynthCheckBoxUI.getPropertyPrefix() |
protected String |
SynthToggleButtonUI.getPropertyPrefix() |
protected String |
SynthFormattedTextFieldUI.getPropertyPrefix()
获取用于查找性能的一个关键的名字”。
|
protected String |
SynthCheckBoxMenuItemUI.getPropertyPrefix() |
protected String |
SynthRadioButtonUI.getPropertyPrefix() |
protected String |
SynthRadioButtonMenuItemUI.getPropertyPrefix() |
protected int |
SynthTreeUI.getRowX(int row, int depth)
返回的位置,沿着x轴,使某一行。
|
protected boolean |
SynthOptionPaneUI.getSizeButtonsToSameWidth()
返回真,基本的L和F希望所有的按钮有相同的宽度。
|
protected Icon |
SynthRadioButtonUI.getSizingIcon(AbstractButton b)
返回用于计算首选/最小/最大大小的图标。
|
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()
被称为”当这感觉是安装。
|
protected void |
SynthToolBarUI.installComponents() |
protected void |
SynthOptionPaneUI.installComponents() |
protected void |
SynthDesktopIconUI.installComponents() |
protected void |
SynthTableUI.installDefaults()
初始化JTable的属性,如字体、前景和背景。
|
protected void |
SynthMenuUI.installDefaults() |
protected void |
SynthMenuItemUI.installDefaults() |
protected void |
SynthListUI.installDefaults()
初始化列表属性如字体、前景和背景,并添加cellrendererpane。
|
protected void |
SynthMenuBarUI.installDefaults() |
protected void |
SynthTreeUI.installDefaults() |
protected void |
SynthToolBarUI.installDefaults() |
void |
SynthPopupMenuUI.installDefaults() |
protected void |
SynthOptionPaneUI.installDefaults() |
protected void |
SynthDesktopPaneUI.installDefaults() |
protected void |
SynthComboBoxUI.installDefaults() |
protected void |
SynthSpinnerUI.installDefaults()
初始化
JSpinner
border ,
foreground ,和
background ,基于相应的“微调性质。*”属性的缺省值表。
|
protected void |
SynthProgressBarUI.installDefaults() |
void |
SynthInternalFrameUI.installDefaults() |
protected void |
SynthTextFieldUI.installDefaults()
初始化组件的属性,如字体、前景、背景、符号的颜色,选择颜色,选择文字颜色,禁用的文本颜色,和边框颜色。
|
protected void |
SynthTabbedPaneUI.installDefaults() |
protected void |
SynthSplitPaneUI.installDefaults()
安装用户界面默认值。
|
protected void |
SynthTextAreaUI.installDefaults()
初始化组件的属性,如字体、前景、背景、符号的颜色,选择颜色,选择文字颜色,禁用的文本颜色,和边框颜色。
|
protected void |
SynthTableHeaderUI.installDefaults()
Initializes JTableHeader属性,如字体,前景和背景。
|
protected void |
SynthEditorPaneUI.installDefaults()
初始化组件的属性,如字体、前景、背景、符号的颜色,选择颜色,选择文字颜色,禁用的文本颜色,和边框颜色。
|
protected void |
SynthColorChooserUI.installDefaults() |
protected void |
SynthScrollBarUI.installDefaults() |
protected void |
SynthDesktopIconUI.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 |
SynthTableUI.installListeners()
重视听众JTable。
|
protected void |
SynthMenuUI.installListeners() |
protected void |
SynthMenuItemUI.installListeners() |
protected void |
SynthListUI.installListeners()
创建并安装听众对于JList,其模型和选择模型。
|
protected void |
SynthMenuBarUI.installListeners() |
protected void |
SynthTreeUI.installListeners() |
protected void |
SynthToolBarUI.installListeners() |
protected void |
SynthPopupMenuUI.installListeners() |
protected void |
SynthOptionPaneUI.installListeners() |
protected void |
SynthDesktopPaneUI.installListeners()
安装
PropertyChangeListener 返回
createPropertyChangeListener 在
JDesktopPane 。
|
protected void |
SynthComboBoxUI.installListeners()
创建和安装组合框的侦听器和它的模型。
|
protected void |
SynthSpinnerUI.installListeners()
一个共享对象代表有趣的propertychangeevents保护方法初始化
PropertyChangeListener 。
|
protected void |
SynthProgressBarUI.installListeners() |
protected void |
SynthInternalFrameUI.installListeners() |
protected void |
SynthTabbedPaneUI.installListeners() |
protected void |
SynthSplitPaneUI.installListeners()
为用户界面安装事件侦听器。
|
protected void |
SynthTableHeaderUI.installListeners()
重视听众的jtableheader。
|
protected void |
SynthColorChooserUI.installListeners() |
protected void |
SynthScrollBarUI.installListeners() |
protected void |
SynthDesktopIconUI.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 |
SynthPanelUI.installUI(JComponent c)
配置指定的组件适当的外观和感觉。
|
void |
SynthViewportUI.installUI(JComponent c)
配置指定的组件适当的外观和感觉。
|
void |
SynthSeparatorUI.installUI(JComponent c)
配置指定的组件适当的外观和感觉。
|
void |
SynthTextPaneUI.installUI(JComponent c)
安装组件的用户界面。
|
void |
SynthComboBoxUI.installUI(JComponent c)
配置指定的组件适当的外观和感觉。
|
boolean |
SynthLookAndFeel.isNativeLookAndFeel()
返回false,SynthLookAndFeel不是一个自然的外观和感觉。
|
boolean |
SynthLookAndFeel.isSupportedLookAndFeel()
返回true,synthlookandfeel总是支持。
|
void |
SynthPanelUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthTableUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthMenuUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthMenuItemUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthSliderUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthMenuBarUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthTreeUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthViewportUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthRootPaneUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthToolTipUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthToolBarUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthSeparatorUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthPopupMenuUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthOptionPaneUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthDesktopPaneUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthComboBoxUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthSpinnerUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthProgressBarUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthInternalFrameUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthTabbedPaneUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthSplitPaneUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthTableHeaderUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthButtonUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthColorChooserUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthScrollPaneUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthScrollBarUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthLabelUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
void |
SynthDesktopIconUI.paint(Graphics g, JComponent c)
根据外观和感觉绘制指定的组件。
|
protected void |
SynthTextFieldUI.paintBackground(Graphics g)
画一个视图的背景。
|
protected void |
SynthTextAreaUI.paintBackground(Graphics g)
画一个视图的背景。
|
protected void |
SynthEditorPaneUI.paintBackground(Graphics g)
画一个视图的背景。
|
void |
SynthPanelUI.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 |
SynthMenuUI.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 |
SynthListUI.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 |
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 |
SynthViewportUI.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 |
SynthRootPaneUI.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 |
SynthSeparatorUI.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 |
SynthOptionPaneUI.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 |
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 |
SynthCheckBoxUI.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 |
SynthProgressBarUI.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 |
SynthToggleButtonUI.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 |
SynthTextAreaUI.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 |
SynthTableHeaderUI.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 |
SynthButtonUI.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 |
SynthColorChooserUI.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 |
SynthRadioButtonUI.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 |
SynthLabelUI.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 |
SynthDesktopIconUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
油漆边界。
|
void |
SynthComboBoxUI.paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus)
绘制当前选定的项目。
|
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 |
SynthPanelUI.propertyChange(PropertyChangeEvent pce)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthTableUI.propertyChange(PropertyChangeEvent event)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthMenuUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthMenuItemUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthListUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthSliderUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthMenuBarUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthTreeUI.propertyChange(PropertyChangeEvent event)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthViewportUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthRootPaneUI.propertyChange(PropertyChangeEvent e)
当在根窗格上的属性更改时调用。
|
void |
SynthToolTipUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthToolBarUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthPopupMenuUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthOptionPaneUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
protected void |
SynthTextPaneUI.propertyChange(PropertyChangeEvent evt)
该方法被调用时,绑定属性是相关的jtextcomponent改变。
|
void |
SynthDesktopPaneUI.propertyChange(PropertyChangeEvent evt)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthComboBoxUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthSpinnerUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthProgressBarUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthInternalFrameUI.propertyChange(PropertyChangeEvent evt)
当改变绑定属性时,这种方法会被调用。
|
protected void |
SynthTextFieldUI.propertyChange(PropertyChangeEvent evt)
该方法被调用时,绑定属性是相关的jtextcomponent改变。
|
void |
SynthTabbedPaneUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthSplitPaneUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
protected void |
SynthTextAreaUI.propertyChange(PropertyChangeEvent evt)
该方法被调用时,绑定属性是相关的jtextcomponent改变。
|
void |
SynthTableHeaderUI.propertyChange(PropertyChangeEvent evt)
当改变绑定属性时,这种方法会被调用。
|
protected void |
SynthEditorPaneUI.propertyChange(PropertyChangeEvent evt)
该方法被调用时,绑定属性是相关的jtextcomponent改变。
|
void |
SynthButtonUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthColorChooserUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
void |
SynthLabelUI.propertyChange(PropertyChangeEvent e)
当改变绑定属性时,这种方法会被调用。
|
protected void |
SynthSliderUI.recalculateIfInsetsChanged() |
protected void |
SynthSpinnerUI.replaceEditor(JComponent oldEditor, JComponent newEditor)
被
PropertyChangeListener 当
JSpinner 编辑属性的变化。
|
protected void |
SynthTableHeaderUI.rolloverColumnUpdated(int oldColumn, int newColumn)
当在表头中的一个滚动列被更新时,这种方法会被调用。
|
protected void |
SynthProgressBarUI.setAnimationIndex(int newValue)
设置为指定的值并要求进度条被重画当前动画帧的索引。
|
protected void |
SynthToolBarUI.setBorderToNonRollover(Component c)
这不实现任何东西,因为这
JToolBar 班
rollover 财产不用于Synth外观。
|
protected void |
SynthToolBarUI.setBorderToNormal(Component c)
这不实现任何东西,因为这
JToolBar 班
rollover 财产不用于Synth外观。
|
protected void |
SynthToolBarUI.setBorderToRollover(Component c)
这不实现任何东西,因为这
JToolBar 班
rollover 财产不用于Synth外观。
|
protected void |
SynthTabbedPaneUI.setRolloverTab(int index)
设置选项卡鼠标是目前在
index 。
|
void |
SynthSliderUI.setThumbLocation(int x, int y) |
protected void |
SynthScrollBarUI.setThumbRollover(boolean active)
设置是否鼠标当前在拇指上。
|
String |
Region.toString()
返回该区域的名称。
|
void |
SynthLookAndFeel.uninitialize()
被称为”这感觉是当卸载。
|
protected void |
SynthToolBarUI.uninstallComponents() |
protected void |
SynthInternalFrameUI.uninstallComponents() |
protected void |
SynthTableUI.uninstallDefaults() |
protected void |
SynthMenuUI.uninstallDefaults() |
protected void |
SynthMenuItemUI.uninstallDefaults() |
protected void |
SynthListUI.uninstallDefaults()
设置列表属性未显式重写到
null 。
|
protected void |
SynthMenuBarUI.uninstallDefaults() |
protected void |
SynthTreeUI.uninstallDefaults() |
protected void |
SynthToolBarUI.uninstallDefaults() |
protected void |
SynthPopupMenuUI.uninstallDefaults() |
protected void |
SynthOptionPaneUI.uninstallDefaults() |
protected void |
SynthDesktopPaneUI.uninstallDefaults() |
protected void |
SynthComboBoxUI.uninstallDefaults()
卸载默认的颜色,默认字体,默认的渲染器,并从组合框的默认编辑器。
|
protected void |
SynthSpinnerUI.uninstallDefaults()
设置为空,
JSpinner's 布局管理器。
|
protected void |
SynthProgressBarUI.uninstallDefaults() |
protected void |
SynthInternalFrameUI.uninstallDefaults() |
protected void |
SynthTextFieldUI.uninstallDefaults()
设置组件的属性尚未明确,
null 。
|
protected void |
SynthTabbedPaneUI.uninstallDefaults() |
protected void |
SynthSplitPaneUI.uninstallDefaults()
卸载界面的默认值。
|
protected void |
SynthTextAreaUI.uninstallDefaults()
设置组件的属性尚未明确,
null 。
|
protected void |
SynthTableHeaderUI.uninstallDefaults() |
protected void |
SynthEditorPaneUI.uninstallDefaults()
设置组件的属性尚未明确,
null 。
|
protected void |
SynthColorChooserUI.uninstallDefaults() |
protected void |
SynthScrollBarUI.uninstallDefaults() |
protected void |
SynthDesktopIconUI.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 |
SynthTableUI.uninstallListeners() |
protected void |
SynthMenuUI.uninstallListeners() |
protected void |
SynthMenuItemUI.uninstallListeners() |
protected void |
SynthListUI.uninstallListeners()
消除听众从JList,其模型和选择模型。
|
protected void |
SynthMenuBarUI.uninstallListeners() |
protected void |
SynthTreeUI.uninstallListeners() |
protected void |
SynthToolBarUI.uninstallListeners() |
protected void |
SynthPopupMenuUI.uninstallListeners() |
protected void |
SynthOptionPaneUI.uninstallListeners() |
protected void |
SynthDesktopPaneUI.uninstallListeners()
卸载
PropertyChangeListener 返回
createPropertyChangeListener 从
JDesktopPane 。
|
protected void |
SynthComboBoxUI.uninstallListeners()
从组合框中移除已安装的侦听器和它的模型。
|
protected void |
SynthSpinnerUI.uninstallListeners()
删除
PropertyChangeListener 补充installlisteners。
|
protected void |
SynthProgressBarUI.uninstallListeners()
移除此对象安装的所有侦听器。
|
protected void |
SynthInternalFrameUI.uninstallListeners() |
protected void |
SynthTabbedPaneUI.uninstallListeners() |
protected void |
SynthSplitPaneUI.uninstallListeners()
卸载事件监听器从UI。
|
protected void |
SynthTableHeaderUI.uninstallListeners() |
protected void |
SynthColorChooserUI.uninstallListeners() |
protected void |
SynthScrollBarUI.uninstallListeners() |
protected void |
SynthDesktopIconUI.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 |
SynthPanelUI.uninstallUI(JComponent c)
逆转形态,完成指定的组件在
installUI 。
|
void |
SynthMenuUI.uninstallUI(JComponent c)
逆转形态,完成指定的组件在
installUI 。
|
void |
SynthMenuItemUI.uninstallUI(JComponent c)
逆转形态,完成指定的组件在
installUI 。
|
void |
SynthViewportUI.uninstallUI(JComponent c)
逆转形态,完成指定的组件在
installUI 。
|
void |
SynthSeparatorUI.uninstallUI(JComponent c)
逆转形态,完成指定的组件在
installUI 。
|
void |
SynthComboBoxUI.uninstallUI(JComponent c)
逆转形态,完成指定的组件在
installUI 。
|
void |
SynthPanelUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthTableUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthMenuUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthMenuItemUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthListUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthSliderUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthMenuBarUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthTreeUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthViewportUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthRootPaneUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthToolTipUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthToolBarUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthSeparatorUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthPopupMenuUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthOptionPaneUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthDesktopPaneUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthComboBoxUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthSpinnerUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthProgressBarUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthInternalFrameUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthTextFieldUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthTabbedPaneUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthSplitPaneUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthTextAreaUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthTableHeaderUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthEditorPaneUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthButtonUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthColorChooserUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthScrollPaneUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthScrollBarUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthLabelUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
void |
SynthDesktopIconUI.update(Graphics g, JComponent c)
通知这个UI代理重新绘制指定的组件。
|
int |
SynthSliderUI.valueForXPosition(int xPos)
返回x位置的值。
|
int |
SynthSliderUI.valueForYPosition(int yPos)
返回在Y位置的值。
|
protected int |
SynthSliderUI.xPositionForValue(int value) |
protected int |
SynthSliderUI.yPositionForValue(int value, int trackY, int trackHeight)
返回指定值的Y位置。
|
Modifier and Type | Method and Description |
---|---|
protected SizeRequirements |
ParagraphView.calculateMinorAxisRequirements(int axis, SizeRequirements r)
沿小轴计算段落的需要。
|
float |
GlyphView.getMinimumSpan(int 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()
使用异常链机制jdk1.4
|
Modifier and Type | Method and Description |
---|---|
Throwable |
FactoryConfigurationError.getCause()
使用异常链机制jdk1.4
|
Modifier and Type | Method and Description |
---|---|
Throwable |
TransformerFactoryConfigurationError.getCause()
使用异常链机制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, 2014, Oracle and/or its affiliates. All rights reserved.