软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.font |
提供有关字体的类和接口。
|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.lang.annotation |
提供了java编程语言的注释工具库的支持。
|
java.lang.management |
在java运行在java虚拟机和其他部件的监测和管理提供了管理接口。
|
java.math |
用于执行任意精度的整数运算提供的类(
BigInteger )和任意精度的小数运算(
BigDecimal )。
|
java.net |
为实现网络应用程序提供类。
|
java.nio |
定义了缓冲区,这是数据的容器,并提供其他NIO包的概述。
|
java.nio.charset |
定义了字符集,解码器和编码器,字节和Unicode字符之间的转换。
|
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.stream |
类,以支持元素流上的功能样式操作,如Map减少集合上的转换。
|
javax.annotation | |
javax.imageio.metadata |
一包I/O API处理读写的java图像元数据。
|
javax.jws | |
javax.jws.soap | |
javax.lang.model |
类和使用java编程语言包的层次结构模型。
|
javax.lang.model.element |
使用java编程语言的模型元素的接口。
|
javax.lang.model.type |
用java编程语言类型的接口模型。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
javax.naming |
提供访问命名服务的类和接口。
|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
javax.net.ssl |
为安全套接字包提供类。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.plaf.nimbus |
提供用户界面对象建立跨平台的灵气的外观和感觉。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.text.html |
提供类
HTMLEditorKit 和创建HTML文本编辑器支持类。
|
javax.tools |
为可以从程序调用的工具提供接口,例如,编译器。
|
javax.xml.bind.annotation |
定义自定义java程序元素的XML Schema映射注释。
|
javax.xml.ws |
这个套件包含核心JAX-WS API。
|
javax.xml.ws.handler |
此包定义了消息处理程序的原料药。
|
javax.xml.ws.soap |
此包定义了特定于绑定的特定于。
|
Modifier and Type | Class and Description |
---|---|
static class |
Component.BaselineResizeBehavior
组件的常见方法的枚举可以更改为大小更改。
|
static class |
Desktop.Action
表示动作类型。
|
static class |
Dialog.ModalExclusionType
任何顶层窗口可以标记不被模态对话框受阻。
|
static class |
Dialog.ModalityType
模态对话框阻止所有输入一些顶级窗口。
|
static class |
GraphicsDevice.WindowTranslucency
半透明的底层系统支持的种类。
|
static class |
MultipleGradientPaint.ColorSpaceType
执行梯度插值的颜色空间。
|
static class |
MultipleGradientPaint.CycleMethod
当在梯度范围外的绘画时使用的方法。
|
static class |
TrayIcon.MessageType
消息类型确定哪些图标将显示在消息的标题中,和一个可能的系统声音的消息可能会产生后显示。
|
static class |
Window.Type
可窗口类型枚举。
|
Modifier and Type | Class and Description |
---|---|
static class |
NumericShaper.Range
一个
NumericShaper.Range 代表一个有自己的十进制数字脚本Unicode范围。
|
Modifier and Type | Class and Description |
---|---|
class |
File
的抽象表示的文件和目录的路径名。
|
class |
ObjectStreamField
从一个序列化类的序列化字段描述。
|
Modifier and Type | Class and Description |
---|---|
class |
Boolean
Boolean类封装了一个值对象中的原始类型
boolean 。
|
class |
Byte
Byte 类包装的价值在一个对象的原始类型
byte 。
|
class |
Character
这类包装
Character 值对象中的原始类型
char 。
|
static class |
Character.UnicodeScript
一个家庭的代表在
Unicode Standard Annex #24: Script Names定义的字符脚本字符子集。
|
class |
Double
这类包装
Double 值对象中的原始类型
double 。
|
class |
Enum<E extends Enum<E>>
这是所有java语言枚举类型的公共基类。
|
class |
Float
Float 类的包装价值的原始类型
float 对象中。
|
class |
Integer
这类包装
Integer 值对象中的原始类型
int 。
|
class |
Long
这类包装
Long 值对象中的原始类型
long 。
|
static class |
ProcessBuilder.Redirect.Type
一个
ProcessBuilder.Redirect 类型。
|
class |
Short
Short 类包装的价值在一个对象的原始类型
short 。
|
class |
String
String 类表示的字符串。
|
static class |
Thread.State
线程状态。
|
Modifier and Type | Class and Description |
---|---|
class |
ElementType
这个枚举类型的常数提供了一个简单的分类,句法位置注释可以出现在一个java程序。
|
class |
RetentionPolicy
注释保留策略。
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryType
类型
memory pools 。
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimal
不可变的,任意精度有符号的十进制数。
|
class |
BigInteger
可变的任意精度整数。
|
class |
RoundingMode
指定一个数值运算精度舍入行为能够丢弃。
|
Modifier and Type | Class and Description |
---|---|
static class |
Authenticator.RequestorType
请求身份验证的实体的类型。
|
static class |
Proxy.Type
表示代理类型。
|
class |
StandardProtocolFamily
定义通信协议的标准家庭。
|
class |
URI
代表一个统一资源标识符(URI)参考。
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBuffer
字节缓冲区。
|
class |
CharBuffer
字符缓冲区。
|
class |
DoubleBuffer
双缓冲区。
|
class |
FloatBuffer
浮动缓冲区。
|
class |
IntBuffer
一个int类型的缓冲区。
|
class |
LongBuffer
长缓冲区。
|
class |
MappedByteBuffer
一个直接字节缓冲区,它的内容是一个文件的内存映射区域。
|
class |
ShortBuffer
短缓冲器。
|
Modifier and Type | Class and Description |
---|---|
class |
Charset
一个名叫映射十六位Unicode
code units和字节序列序列之间。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Path
可以用于在文件系统中定位文件的对象。
|
Modifier and Type | Class and Description |
---|---|
class |
AccessMode
定义用于测试文件可访问性的访问模式。
|
class |
FileVisitOption
定义文件树遍历选项。
|
class |
FileVisitResult
一个
FileVisitor 结果类型。
|
class |
LinkOption
定义如何处理符号链接的选项。
|
class |
StandardCopyOption
定义标准的复制选项。
|
class |
StandardOpenOption
定义标准的开放选项。
|
Modifier and Type | Class and Description |
---|---|
class |
AclEntryFlag
定义的ACL
entry 旗分的旗帜。
|
class |
AclEntryPermission
定义使用的ACL
entry 权限组件的权限。
|
class |
AclEntryType
一个访问控制条目类型安全枚举类型。
|
class |
FileTime
表示一个文件的时间戳属性的值。
|
class |
PosixFilePermission
定义了用于与
permissions 属性位。
|
Modifier and Type | Class and Description |
---|---|
class |
CryptoPrimitive
加密基元的枚举。
|
static class |
KeyRep.Type
关键型。
|
Modifier and Type | Class and Description |
---|---|
static class |
CertPathValidatorException.BasicReason
根本原因列举了一个任何类型的证书路径可能无效的潜在原因。
|
class |
CRLReason
的crlreason枚举指定一个证书被撤销的原因,定义在
RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile。
|
class |
PKIXReason
的
PKIXReason 列举潜在PKIX具体原因,X.509证书路径可能无效,根据PKIX(RFC 3280)标准。
|
static class |
PKIXRevocationChecker.Option
可以为撤销检查机制指定的各种撤销选项。
|
Modifier and Type | Class and Description |
---|---|
class |
ClientInfoStatus
对于一个属性不能通过电话
Connection.setClientInfo 原因状态枚举
|
class |
JDBCType
定义用于确定通用的SQL类型的常数,称为JDBC类型。
|
class |
PseudoColumnUsage
伪/隐藏列的使用的枚举。
|
class |
RowIdLifetime
为ROWID寿命值的枚举。
|
class |
Time
在
java.util.Date 类允许JDBC API鉴定为SQL
TIME 值薄包装。
|
class |
Timestamp
在
java.util.Date 允许JDBC API鉴定为SQL
TIMESTAMP 值薄包装。
|
Modifier and Type | Class and Description |
---|---|
class |
CollationKey
一个
CollationKey 代表一个特定的对象
String
Collator 规则下。
|
static class |
Normalizer.Form
这个枚举提供四Unicode形式,在
Unicode Standard Annex #15 — Unicode Normalization Forms和描述的方法来访问它们的常数。
|
Modifier and Type | Class and Description |
---|---|
class |
DayOfWeek
一周的一天,如“星期二”。
|
class |
Duration
基于时间的时间,如“34.5秒”。
|
class |
Instant
时间线上的一个瞬时点。
|
class |
LocalDate
一个没有在ISO-8601日历系统时区的日期,如
2007-12-03 。
|
class |
LocalDateTime
一个没有在ISO-8601日历系统时区的日期时间,如
2007-12-03T10:15:30 。
|
class |
LocalTime
一时间没有时间带在ISO-8601日历系统,如
10:15:30 。
|
class |
Month
一年一个月,如“七月”。
|
class |
MonthDay
在ISO-8601日历系统月日,如
--12-03 。
|
class |
OffsetDateTime
一个UTC偏移量/格林尼治在ISO-8601日历系统日期时间,如
2007-12-03T10:15:30+01:00 。
|
class |
OffsetTime
与UTC偏移量/格林尼治在ISO-8601日历系统的时间,如
10:15:30+01:00 。
|
class |
Year
在ISO-8601日历系统一年,如
2007 。
|
class |
YearMonth
一年中的ISO-8601日历系统月,如
2007-12 。
|
class |
ZonedDateTime
一个在ISO-8601日历系统时区的日期时间,如
2007-12-03T10:15:30+01:00 Europe/Paris 。
|
class |
ZoneOffset
一个时区偏移量从格林尼治/ UTC,如
+02:00 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChronoLocalDate
一个没有时间的天或时间区的日期,在一个任意的年代,用于先进的全球化用例。
|
interface |
ChronoLocalDateTime<D extends ChronoLocalDate>
一个没有时间区的日期时间,在一个任意的年代,用于先进的全球化用例。
|
interface |
Chronology
用于组织和识别日期的日历系统。
|
interface |
ChronoZonedDateTime<D extends ChronoLocalDate>
一个时间区的日期时间,在一个任意的年代,用于先进的全球化用例。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChronology
用于组织和识别日期的日历系统的一个抽象实现。
|
class |
HijrahChronology
迁徙的日历是农历支持伊斯兰日历。
|
class |
HijrahDate
在迁徙的日历系统日期。
|
class |
HijrahEra
在迁徙的日历系统时代。
|
class |
IsoChronology
等日历系统。
|
class |
IsoEra
在国际标准体系中的一个时代。
|
class |
JapaneseChronology
日本帝国日历系统。
|
class |
JapaneseDate
日本帝国日历系统中的日期。
|
class |
MinguoChronology
民国的日历系统。
|
class |
MinguoDate
在民国历法日期。
|
class |
MinguoEra
在民国时代的日历系统。
|
class |
ThaiBuddhistChronology
泰国佛教日历系统。
|
class |
ThaiBuddhistDate
泰国佛教日历系统中的日期。
|
class |
ThaiBuddhistEra
泰国佛教日历系统的一个时代。
|
Modifier and Type | Class and Description |
---|---|
class |
FormatStyle
对一个本地化的日期样式枚举,时间或日期时间格式。
|
class |
ResolverStyle
枚举不同的方法来解决日期和时间。
|
class |
SignStyle
处理正/负符号的方法的枚举。
|
class |
TextStyle
文本格式和解析的样式的枚举。
|
Modifier and Type | Class and Description |
---|---|
class |
ChronoField
一组标准的字段。
|
class |
ChronoUnit
一套标准的日期期间单位。
|
Modifier and Type | Class and Description |
---|---|
class |
ZoneOffsetTransition
在本地时间线中的不连续引起的两个偏移之间的过渡。
|
static class |
ZoneOffsetTransitionRule.TimeDefinition
本地时间的方式的定义可以转换为实际的过渡日期时间。
|
Modifier and Type | Class and Description |
---|---|
class |
Calendar
的
Calendar 类是一个抽象类,为一个特定的瞬间和一套
calendar fields 如
YEAR ,
MONTH ,
DAY_OF_MONTH ,
HOUR 之间的转换提供了方法,等,和操纵日历字段,例如获得下一周的日期。
|
class |
Date
这类
Date 代表一个特定的瞬间,以毫秒级精度。
|
static class |
Formatter.BigDecimalLayoutForm
对于
BigDecimal 格式化枚举。
|
class |
GregorianCalendar
Calendar
GregorianCalendar 是一个具体的子类,提供了世界上大多数使用标准的日历系统。
|
static class |
Locale.Category
现场分类枚举。
|
static class |
Locale.FilteringMode
这个枚举提供常数的选择区域设置匹配模式。
|
class |
UUID
一个类代表一个不变的通用唯一标识符(UUID)。
|
Modifier and Type | Method and Description |
---|---|
static <T,U extends Comparable<? super U>> |
Comparator.comparing(Function<? super T,? extends U> keyExtractor)
|
static <K extends Comparable<? super K>,V> |
Map.Entry.comparingByKey()
返回一个比较器,比较
Map.Entry 自然秩序的关键。
|
static <K,V extends Comparable<? super V>> |
Map.Entry.comparingByValue()
返回一个比较器,比较
Map.Entry 在自然秩序中的价值。
|
static <T extends Object & Comparable<? super T>> |
Collections.max(Collection<? extends T> coll)
返回最大元素的集合,根据其元素的自然排序。
|
static <T extends Object & Comparable<? super T>> |
Collections.min(Collection<? extends T> coll)
返回最小的元素的集合,根据其元素的自然排序。
|
static <T extends Comparable<? super T>> |
Comparator.naturalOrder()
返回一个比较器,比较
Comparable 对象自然秩序。
|
static <T extends Comparable<? super T>> |
Arrays.parallelSort(T[] a)
指定的对象数组排序为升序,根据其元素的
natural ordering。
|
static <T extends Comparable<? super T>> |
Arrays.parallelSort(T[] a, int fromIndex, int toIndex)
各种各样的指定对象数组的指定范围为升序,根据其元素的
natural ordering。
|
static <T extends Comparable<? super T>> |
Comparator.reverseOrder()
返回一个比较器,该比较器将自然排序的反向。
|
static <T extends Comparable<? super T>> |
Collections.sort(List<T> list)
指定列表为升序排序,根据其元素的
natural ordering。
|
default <U extends Comparable<? super U>> |
Comparator.thenComparing(Function<? super T,? extends U> keyExtractor)
返回一个具有提取
Comparable 排序关键字功能字典序比较。
|
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<? super T>> |
Arrays.parallelSort(T[] a)
指定的对象数组排序为升序,根据其元素的
natural ordering。
|
static <T extends Comparable<? super T>> |
Arrays.parallelSort(T[] a, int fromIndex, int toIndex)
各种各样的指定对象数组的指定范围为升序,根据其元素的
natural ordering。
|
Modifier and Type | Method and Description |
---|---|
static <T> int |
Collections.binarySearch(List<? extends Comparable<? super T>> list, T key)
使用二进制搜索算法搜索指定对象的指定列表。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Delayed
在一个给定的延迟后,应采取行动的标记对象的混合样式接口。
|
interface |
RunnableScheduledFuture<V>
这是一个
ScheduledFuture
Runnable 。
|
interface |
ScheduledFuture<V>
一种可以取消的延迟结果承载动作。
|
Modifier and Type | Class and Description |
---|---|
class |
TimeUnit
一个
TimeUnit 代表时间在给定单位的粒度,提供实用的方法来转换过的单位,并进行定时和延时操作这些单位。
|
Modifier and Type | Class and Description |
---|---|
static class |
Collector.Characteristics
特征表明一个
Collector 性能,可用于优化还原的实现。
|
Modifier and Type | Class and Description |
---|---|
static class |
Resource.AuthenticationType
资源的两种可能的身份验证类型。
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Object & Comparable<? super T>> |
IIOMetadataFormatImpl.addObjectValue(String elementName, 类<T> classType, T defaultValue, Comparable<? super T> minValue, Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive)
允许一个给定类类型可以存储在节点实施命名元素的
Object 参考。
|
Modifier and Type | Method and Description |
---|---|
Comparable<?> |
IIOMetadataFormatImpl.getObjectMaxValue(String elementName) |
Comparable<?> |
IIOMetadataFormat.getObjectMaxValue(String elementName)
返回在指定的元素的
Object 参考最高法律价值。
|
Comparable<?> |
IIOMetadataFormatImpl.getObjectMinValue(String elementName) |
Comparable<?> |
IIOMetadataFormat.getObjectMinValue(String elementName)
返回在指定的元素的
Object 参考法定最低值。
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Object & Comparable<? super T>> |
IIOMetadataFormatImpl.addObjectValue(String elementName, 类<T> classType, T defaultValue, Comparable<? super T> minValue, Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive)
允许一个给定类类型可以存储在节点实施命名元素的
Object 参考。
|
protected <T extends Object & Comparable<? super T>> |
IIOMetadataFormatImpl.addObjectValue(String elementName, 类<T> classType, T defaultValue, Comparable<? super T> minValue, Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive)
允许一个给定类类型可以存储在节点实施命名元素的
Object 参考。
|
Modifier and Type | Class and Description |
---|---|
static class |
WebParam.Mode |
Modifier and Type | Class and Description |
---|---|
static class |
SOAPBinding.ParameterStyle |
static class |
SOAPBinding.Style |
static class |
SOAPBinding.Use |
Modifier and Type | Class and Description |
---|---|
class |
SourceVersion
™的java编程语言的源版本。
|
Modifier and Type | Class and Description |
---|---|
class |
ElementKind
一个元素的
kind 。
|
class |
Modifier
表示程序元素上的一个修改件,如一个类、方法或字段。
|
class |
NestingKind
一种元素的嵌套种类。
|
Modifier and Type | Class and Description |
---|---|
class |
TypeKind
一种类型的镜子。
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectName
代表一个MBean对象的名字,或一个模式,可以几个MBeans名称匹配。
|
Modifier and Type | Method and Description |
---|---|
Comparable<?> |
OpenMBeanParameterInfo.getMaxValue()
返回该参数的最大值,如果它有一个,或
null否则。
|
Comparable<?> |
OpenMBeanParameterInfoSupport.getMaxValue()
如果指定的返回参数的
OpenMBeanParameterInfoSupport 实例,描述了最大值,或
null 否则。
|
Comparable<?> |
OpenMBeanAttributeInfoSupport.getMaxValue()
如果指定返回的属性的
OpenMBeanAttributeInfoSupport 实例,描述了最大值,或
null 否则。
|
Comparable<?> |
OpenMBeanParameterInfo.getMinValue()
返回该参数的最小值,如果有,或
null否则。
|
Comparable<?> |
OpenMBeanParameterInfoSupport.getMinValue()
如果指定的返回参数的
OpenMBeanParameterInfoSupport 实例,描述了最小值,或
null 否则。
|
Comparable<?> |
OpenMBeanAttributeInfoSupport.getMinValue()
如果指定返回的属性的
OpenMBeanAttributeInfoSupport 实例,描述了最小值,或
null 否则。
|
Constructor and Description |
---|
OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue)
构建了一个
OpenMBeanAttributeInfoSupport 实例,描述了一个开放的MBean属性,以指定的
name ,
openType ,
description ,
defaultValue ,
minValue 和
maxValue 。
|
OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue)
构建了一个
OpenMBeanAttributeInfoSupport 实例,描述了一个开放的MBean属性,以指定的
name ,
openType ,
description ,
defaultValue ,
minValue 和
maxValue 。
|
OpenMBeanParameterInfoSupport(String name, String description, OpenType<T> openType, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue)
构建了一个
OpenMBeanParameterInfoSupport 实例,描述了用于一个或多个操作或构造函数的一类开放MBean的参数,用指定的
name ,
openType ,
description ,
defaultValue ,
minValue 和
maxValue 。
|
OpenMBeanParameterInfoSupport(String name, String description, OpenType<T> openType, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue)
构建了一个
OpenMBeanParameterInfoSupport 实例,描述了用于一个或多个操作或构造函数的一类开放MBean的参数,用指定的
name ,
openType ,
description ,
defaultValue ,
minValue 和
maxValue 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Name
的
Name接口代表一个通用的名字--一个有序序列元件。
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeName
这类代表一个复合的名字--一个组件名称生成多个命名空间序列。
|
class |
CompoundName
这个类代表一个复合名-一个层次名称空间的名称。
|
Modifier and Type | Class and Description |
---|---|
class |
LdapName
这类代表一个可分辨名称所指定的
RFC 2253。
|
class |
Rdn
这类代表一个相对可分辨名称或RDN,这是一个组件的可分辨名称所指定的
RFC 2253。
|
Modifier and Type | Class and Description |
---|---|
static class |
SSLEngineResult.HandshakeStatus
一个
SSLEngineResult 枚举描述这
SSLEngine 目前握手状态。
|
static class |
SSLEngineResult.Status
一个
SSLEngineResult 枚举描述的
SSLEngine 运行的总体结果。
|
Modifier and Type | Class and Description |
---|---|
class |
DropMode
拖放模式,用于确定组件跟踪的方法,并指示拖放过程中的拖放位置。
|
static class |
GroupLayout.Alignment
的可能途径
ParallelGroup 枚举可以使孩子。
|
static class |
JTable.PrintMode
打印模式,用于印刷
JTable s。
|
static class |
LayoutStyle.ComponentPlacement
ComponentPlacement 是枚举的可能途径两部分可以放置彼此相对。
|
static class |
RowFilter.ComparisonType
这可能比较值的默认
RowFilter s支持枚举。
|
class |
SortOrder
SortOrder是可能的排序顺序枚举。
|
static class |
SwingWorker.StateValue
为
state 绑定属性值。
|
Modifier and Type | Method and Description |
---|---|
Comparable |
SpinnerDateModel.getEnd()
返回序列中的最后一个
Date 。
|
Comparable |
SpinnerNumberModel.getMaximum()
返回序列中的最后一个数字。
|
Comparable |
SpinnerNumberModel.getMinimum()
返回此序列中的第一个数字。
|
Comparable |
SpinnerDateModel.getStart()
返回序列中的第一个
Date 。
|
Modifier and Type | Method and Description |
---|---|
void |
SpinnerDateModel.setEnd(Comparable end)
在这个序列的变化
Date s上限。
|
void |
SpinnerNumberModel.setMaximum(Comparable maximum)
更改此序列中的数字的上限。
|
void |
SpinnerNumberModel.setMinimum(Comparable minimum)
改变这个序列中数字的下限。
|
void |
SpinnerDateModel.setStart(Comparable start)
更改此序列中日期的下限。
|
Constructor and Description |
---|
SpinnerDateModel(Date value, Comparable start, Comparable end, int calendarField)
创建一个
SpinnerDateModel 表示序列的
start 和
end 之间的日期。
|
SpinnerDateModel(Date value, Comparable start, Comparable end, int calendarField)
创建一个
SpinnerDateModel 表示序列的
start 和
end 之间的日期。
|
SpinnerNumberModel(Number value, Comparable minimum, Comparable maximum, Number stepSize)
构建了一个
SpinnerModel 代表一个封闭的数列从
minimum 到
maximum 。
|
SpinnerNumberModel(Number value, Comparable minimum, Comparable maximum, Number stepSize)
构建了一个
SpinnerModel 代表一个封闭的数列从
minimum 到
maximum 。
|
Modifier and Type | Class and Description |
---|---|
static class |
RowSorterEvent.Type
对
RowSorterEvent s类型枚举。
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractRegionPainter.PaintContext.CacheMode |
Modifier and Type | Method and Description |
---|---|
Comparable |
InternationalFormatter.getMaximum()
返回最大允许值。
|
Comparable |
InternationalFormatter.getMinimum()
返回最小允许值。
|
Modifier and Type | Method and Description |
---|---|
void |
InternationalFormatter.setMaximum(Comparable max)
设置最大允许值。
|
void |
InternationalFormatter.setMinimum(Comparable minimum)
设置最小允许值。
|
Modifier and Type | Class and Description |
---|---|
static class |
FormSubmitEvent.MethodType
代表一个HTML表单的方法类型。
|
Modifier and Type | Class and Description |
---|---|
static class |
Diagnostic.Kind
诊断的种类,例如,错误或警告。
|
static class |
DocumentationTool.Location
具体到
DocumentationTool 位置。
|
static class |
JavaFileObject.Kind
种javafileobjects。
|
class |
StandardLocation
文件对象的标准位置。
|
Modifier and Type | Class and Description |
---|---|
class |
XmlAccessOrder
用xmlaccessororder控制在JAXB绑定类属性和字段的排序。
|
class |
XmlAccessType
用xmlaccessortype控制字段或属性序列化。
|
class |
XmlNsForm
XML架构命名空间资格的枚举。
|
Modifier and Type | Class and Description |
---|---|
static class |
Service.Mode
一个动态的客户端或服务的方向。
|
Modifier and Type | Class and Description |
---|---|
static class |
MessageContext.Scope
财产的范围。
|
Modifier and Type | Class and Description |
---|---|
static class |
AddressingFeature.Responses
如果启用了寻址,此属性确定端点是否需要使用唯一的匿名响应,或只有非匿名的响应,或所有的。
|
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.