Uses of Class
java.lang.Integer
-
Packages that use Integer 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。java.awt.font 提供与字体相关的类和界面。java.lang 提供对Java编程语言设计至关重要的类。java.net 提供实现网络应用程序的类。java.nio.channels 定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。java.sql 提供使用Java编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。java.util 包含集合框架,一些国际化支持类,一个服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,一个位数组和几个其他实用程序类。java.util.spi java.util包中类的服务提供者类。java.util.stream 支持元素流功能性操作的类,例如集合上的map-reduce转换。javafx.beans.binding javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,加上一些实现。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.control.cell 所述javafx.scene.control.cell
包是所有细胞相关的类的位置,比所述核心类如其他Cell
,IndexedCell
,ListCell
,TreeCell
,和TableCell
。javafx.scene.layout 提供类来支持用户界面布局。javafx.util.converter 此包用于JavaFX的标准字符串转换器。javax.imageio.plugins.tiff 内置TIFF插件使用的公共类。javax.management 提供Java管理扩展的核心类。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。javax.management.relation 提供关系服务的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。javax.management.timer 提供定时器MBean的定义。javax.script 脚本API由定义Java脚本引擎的接口和类组成,并为Java应用程序中的使用提供了框架。javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。jdk.jshell 提供用于创建工具的界面,例如阅读评估打印循环(REPL),它交互地评估Java编程语言代码的“片断”。 -
-
Uses of Integer in com.sun.nio.sctp
Fields in com.sun.nio.sctp with type parameters of type Integer Modifier and Type Field 描述 static SctpSocketOption<Integer>
SctpStandardSocketOptions. SCTP_FRAGMENT_INTERLEAVE
分段交错控制消息接收器的消息呈现方式。static SctpSocketOption<Integer>
SctpStandardSocketOptions. SO_LINGER
如果数据存在,则关闭。static SctpSocketOption<Integer>
SctpStandardSocketOptions. SO_RCVBUF
套接字的大小接收缓冲区。static SctpSocketOption<Integer>
SctpStandardSocketOptions. SO_SNDBUF
套接字发送缓冲区的大小。 -
Uses of Integer in java.awt.font
Fields in java.awt.font declared as Integer Modifier and Type Field 描述 static Integer
TextAttribute. KERNING_ON
请求标准字距。static Integer
TextAttribute. LIGATURES_ON
请求标准可选连字。static Integer
TextAttribute. SUPERSCRIPT_SUB
标准下标。static Integer
TextAttribute. SUPERSCRIPT_SUPER
标准上标。static Integer
TextAttribute. UNDERLINE_LOW_DASHED
单像素虚线低下划线。static Integer
TextAttribute. UNDERLINE_LOW_DOTTED
单像素点下划线。static Integer
TextAttribute. UNDERLINE_LOW_GRAY
双像素灰色低下划线。static Integer
TextAttribute. UNDERLINE_LOW_ONE_PIXEL
单像素固体低下划线。static Integer
TextAttribute. UNDERLINE_LOW_TWO_PIXEL
双像素固体低下划线。static Integer
TextAttribute. UNDERLINE_ON
标准下划线。 -
Uses of Integer in java.lang
Fields in java.lang with type parameters of type Integer Modifier and Type Field 描述 static Class<Integer>
Integer. TYPE
Class
实例代表原始类型int
。Methods in java.lang that return Integer Modifier and Type 方法 描述 static Integer
Integer. decode(String nm)
将String
解码成Integer
。static Integer
Integer. getInteger(String nm)
确定具有指定名称的系统属性的整数值。static Integer
Integer. getInteger(String nm, int val)
确定具有指定名称的系统属性的整数值。static Integer
Integer. getInteger(String nm, Integer val)
返回具有指定名称的系统属性的整数值。static Integer
Integer. valueOf(int i)
返回一个表示int
值的Integer
实例。static Integer
Integer. valueOf(String s)
返回一个Integer
对象,保存指定的值为String
。static Integer
Integer. valueOf(String s, int radix)
返回一个Integer
对象,该对象保存从指定的String
提取的值,并使用第二个参数给出的基数进行解析。Methods in java.lang that return types with arguments of type Integer Modifier and Type 方法 描述 Optional<Integer>
Runtime.Version. build()
返回 build number 。List<Integer>
Runtime.Version. version()
返回version number中包含的整数数字不可修改的List
。Methods in java.lang with parameters of type Integer Modifier and Type 方法 描述 int
Integer. compareTo(Integer anotherInteger)
数字比较两个Integer
对象。static Integer
Integer. getInteger(String nm, Integer val)
返回具有指定名称的系统属性的整数值。 -
Uses of Integer in java.net
Fields in java.net with type parameters of type Integer Modifier and Type Field 描述 static SocketOption<Integer>
StandardSocketOptions. IP_MULTICAST_TTL
互联网协议(IP)组播数据报 的生存时间 。static SocketOption<Integer>
StandardSocketOptions. IP_TOS
互联网协议(IP)头中的服务类型(ToS)八位字节。static SocketOption<Integer>
StandardSocketOptions. SO_LINGER
如果数据存在,则关闭。static SocketOption<Integer>
StandardSocketOptions. SO_RCVBUF
套接字的大小接收缓冲区。static SocketOption<Integer>
StandardSocketOptions. SO_SNDBUF
套接字发送缓冲区的大小。 -
Uses of Integer in java.nio.channels
Methods in java.nio.channels that return types with arguments of type Integer Modifier and Type 方法 描述 Future<Integer>
AsynchronousByteChannel. read(ByteBuffer dst)
从该通道读取到给定缓冲区的字节序列。abstract Future<Integer>
AsynchronousFileChannel. read(ByteBuffer dst, long position)
从给定的文件位置开始,从该通道读取一个字节序列到给定的缓冲区。abstract Future<Integer>
AsynchronousSocketChannel. read(ByteBuffer dst)
Future<Integer>
AsynchronousByteChannel. write(ByteBuffer src)
从给定的缓冲区向该通道写入一个字节序列。abstract Future<Integer>
AsynchronousFileChannel. write(ByteBuffer src, long position)
从给定的缓冲区向给定的文件位置开始,向该通道写入一个字节序列。abstract Future<Integer>
AsynchronousSocketChannel. write(ByteBuffer src)
Method parameters in java.nio.channels with type arguments of type Integer Modifier and Type 方法 描述 <A> void
AsynchronousByteChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)
从该通道读取到给定缓冲区的字节序列。abstract <A> void
AsynchronousFileChannel. read(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler)
从给定的文件位置开始,从该通道读取一个字节序列到给定的缓冲区。abstract <A> void
AsynchronousSocketChannel. read(ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)
从该通道读取到给定缓冲区的字节序列。<A> void
AsynchronousSocketChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)
<A> void
AsynchronousByteChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)
从给定的缓冲区向该通道写入一个字节序列。abstract <A> void
AsynchronousFileChannel. write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler)
从给定的缓冲区向给定的文件位置开始,向该通道写入一个字节序列。abstract <A> void
AsynchronousSocketChannel. write(ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)
从给定的缓冲区向该通道写入一个字节序列。<A> void
AsynchronousSocketChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)
-
Uses of Integer in java.sql
Methods in java.sql that return Integer Modifier and Type 方法 描述 Integer
JDBCType. getVendorTypeNumber()
返回数据类型的供应商特定类型编号。Integer
SQLType. getVendorTypeNumber()
返回数据类型的供应商特定类型编号。 -
Uses of Integer in java.util
Methods in java.util that return Integer Modifier and Type 方法 描述 default Integer
PrimitiveIterator.OfInt. next()
返回迭代中的下一个元素。Methods in java.util that return types with arguments of type Integer Modifier and Type 方法 描述 Map<String,Integer>
Calendar. getDisplayNames(int field, int style, Locale locale)
返回一个Map
其中包含给定的style
和locale
中的日历field
所有名称及其对应的字段值。Method parameters in java.util with type arguments of type Integer Modifier and Type 方法 描述 default void
PrimitiveIterator.OfInt. forEachRemaining(Consumer<? super Integer> action)
对每个剩余元素执行给定的操作,直到所有元素都被处理或动作引发异常。default void
Spliterator.OfInt. forEachRemaining(Consumer<? super Integer> action)
在当前线程中依次执行每个剩余元素的给定操作,直到所有元素都被处理或动作引发异常。default boolean
Spliterator.OfInt. tryAdvance(Consumer<? super Integer> action)
如果剩下的元素存在,执行给定的操作,返回true
; 否则返回false
。 -
Uses of Integer in java.util.spi
Methods in java.util.spi that return types with arguments of type Integer Modifier and Type 方法 描述 abstract Map<String,Integer>
CalendarNameProvider. getDisplayNames(String calendarType, int field, int style, Locale locale)
返回Map
包含的所有字符串表示(显示名称)Calendar
field
给定style
和locale
及其相应的字段值。 -
Uses of Integer in java.util.stream
Methods in java.util.stream that return types with arguments of type Integer Modifier and Type 方法 描述 Stream<Integer>
IntStream. boxed()
返回一个由这个流的元素组成的Stream
,每个包装成一个Integer
。static <T> Collector<T,?,Integer>
Collectors. summingInt(ToIntFunction<? super T> mapper)
返回一个产生应用于输入元素的整数值函数之和的Collector
。 -
Uses of Integer in javafx.beans.binding
Methods in javafx.beans.binding that return Integer Modifier and Type 方法 描述 Integer
IntegerExpression. getValue()
Methods in javafx.beans.binding that return types with arguments of type Integer Modifier and Type 方法 描述 ObjectExpression<Integer>
IntegerExpression. asObject()
创建一个ObjectExpression
,其值为IntegerExpression
。Method parameters in javafx.beans.binding with type arguments of type Integer Modifier and Type 方法 描述 static IntegerBinding
Bindings. createIntegerBinding(Callable<Integer> func, Observable... dependencies)
助手功能创建自定义IntegerBinding
。 -
Uses of Integer in javafx.beans.property
Methods in javafx.beans.property that return types with arguments of type Integer Modifier and Type 方法 描述 ObjectProperty<Integer>
IntegerProperty. asObject()
创建一个ObjectProperty
是双向绑定到这个IntegerProperty
。ReadOnlyObjectProperty<Integer>
ReadOnlyIntegerProperty. asObject()
创建一个ReadOnlyObjectProperty
,其值为ReadOnlyIntegerProperty
。Method parameters in javafx.beans.property with type arguments of type Integer Modifier and Type 方法 描述 static IntegerProperty
IntegerProperty. integerProperty(Property<Integer> property)
返回一个IntegerProperty
,其中包含一个Property
并双向绑定到它。 -
Uses of Integer in javafx.css
Constructors in javafx.css with parameters of type Integer Constructor 描述 SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Integer initialValue)
SimpleStyleableIntegerProperty
的构造SimpleStyleableIntegerProperty
。SimpleStyleableIntegerProperty(CssMetaData<? extends Styleable,Number> cssMetaData, Object bean, String name, Integer initialValue)
SimpleStyleableIntegerProperty
的构造SimpleStyleableIntegerProperty
。 -
Uses of Integer in javafx.scene.control
Method parameters in javafx.scene.control with type arguments of type Integer Modifier and Type 方法 描述 void
ListView. setOnScrollTo(EventHandler<ScrollToEvent<Integer>> value)
设置属性onScrollTo的值。void
TableView. setOnScrollTo(EventHandler<ScrollToEvent<Integer>> value)
设置属性onScrollTo的值。void
TreeTableView. setOnScrollTo(EventHandler<ScrollToEvent<Integer>> value)
设置属性onScrollTo的值。void
TreeView. setOnScrollTo(EventHandler<ScrollToEvent<Integer>> value)
设置属性onScrollTo的值。void
Pagination. setPageFactory(Callback<Integer,Node> value)
设置页面工厂回调函数。 -
Uses of Integer in javafx.scene.control.cell
Methods in javafx.scene.control.cell that return types with arguments of type Integer Modifier and Type 方法 描述 Callback<Integer,ObservableValue<Boolean>>
CheckBoxTableCell. getSelectedStateCallback()
返回由屏幕上显示的复选框绑定的Callback
。Callback<Integer,ObservableValue<Boolean>>
CheckBoxTreeTableCell. getSelectedStateCallback()
返回由屏幕上显示的复选框绑定的Callback
。ObjectProperty<Callback<Integer,ObservableValue<Boolean>>>
CheckBoxTableCell. selectedStateCallbackProperty()
属性表示由屏幕上显示的复选框绑定的Callback
。ObjectProperty<Callback<Integer,ObservableValue<Boolean>>>
CheckBoxTreeTableCell. selectedStateCallbackProperty()
属性表示由屏幕上显示的复选框绑定的Callback
。Constructor parameters in javafx.scene.control.cell with type arguments of type Integer Constructor 描述 CheckBoxTableCell(Callback<Integer,ObservableValue<Boolean>> getSelectedProperty)
CheckBoxTableCell(Callback<Integer,ObservableValue<Boolean>> getSelectedProperty, StringConverter<T> converter)
创建一个带有自定义字符串转换器的CheckBoxTableCell。CheckBoxTreeTableCell(Callback<Integer,ObservableValue<Boolean>> getSelectedProperty)
CheckBoxTreeTableCell(Callback<Integer,ObservableValue<Boolean>> getSelectedProperty, StringConverter<T> converter)
用自定义字符串转换器创建一个CheckBoxTreeTableCell。 -
Uses of Integer in javafx.scene.layout
Methods in javafx.scene.layout that return Integer Modifier and Type 方法 描述 static Integer
GridPane. getColumnIndex(Node child)
如果设置,则返回小孩的列索引约束。static Integer
GridPane. getColumnSpan(Node child)
如果设置,则返回小孩的列跨度约束。static Integer
GridPane. getRowIndex(Node child)
如果设置,返回小孩的行索引约束。static Integer
GridPane. getRowSpan(Node child)
如果设置,返回小孩的行跨限制。Methods in javafx.scene.layout with parameters of type Integer Modifier and Type 方法 描述 static void
GridPane. setColumnIndex(Node child, Integer value)
设置子窗格的列索引,当窗格包含时,它将从网格窗的该列开始定位。static void
GridPane. setColumnSpan(Node child, Integer value)
设置子窗格包含的网格窗格的列跨度,以便它横跨该列数列。static void
GridPane. setRowIndex(Node child, Integer value)
设置子窗格的行索引,当窗格包含时,它将从网格的该行开始定位。static void
GridPane. setRowSpan(Node child, Integer value)
设置子窗格包含的格子行的行跨度,以便它垂直跨越该行数。 -
Uses of Integer in javafx.util.converter
Methods in javafx.util.converter that return Integer Modifier and Type 方法 描述 Integer
IntegerStringConverter. fromString(String value)
将提供的字符串转换为由特定转换器定义的对象。Methods in javafx.util.converter with parameters of type Integer Modifier and Type 方法 描述 String
IntegerStringConverter. toString(Integer value)
将提供的对象转换为其字符串形式。 -
Uses of Integer in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff that return types with arguments of type Integer Modifier and Type 方法 描述 SortedSet<Integer>
TIFFTagSet. getTagNumbers()
检索一个不可修改的数字增加的标签号集合。 -
Uses of Integer in javax.management
Methods in javax.management that return Integer Modifier and Type 方法 描述 Integer
MBeanServer. getMBeanCount()
返回在MBean服务器中注册的MBeans数。Integer
MBeanServerConnection. getMBeanCount()
返回在MBean服务器中注册的MBeans数。 -
Uses of Integer in javax.management.openmbean
Fields in javax.management.openmbean with type parameters of type Integer Modifier and Type Field 描述 static SimpleType<Integer>
SimpleType. INTEGER
描述Java类名称为java.lang.Integer
值的SimpleType
实例。 -
Uses of Integer in javax.management.relation
Methods in javax.management.relation that return Integer Modifier and Type 方法 描述 Integer
RelationService. checkRoleReading(String roleName, String relationTypeName)
检查给定角色是否可以以给定类型的关系读取。Integer
RelationServiceMBean. checkRoleReading(String roleName, String relationTypeName)
检查给定角色是否可以以给定类型的关系读取。Integer
RelationService. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
检查给定的角色是否可以按给定类型的关系进行设置。Integer
RelationServiceMBean. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
检查给定的角色是否可以按给定类型的关系进行设置。Integer
Relation. getRoleCardinality(String roleName)
返回当前在给定角色中引用的MBean数。Integer
RelationService. getRoleCardinality(String relationId, String roleName)
检索当前在给定角色中引用的MBeans数。Integer
RelationServiceMBean. getRoleCardinality(String relationId, String roleName)
检索当前在给定角色中引用的MBeans数。Integer
RelationSupport. getRoleCardinality(String roleName)
返回当前在给定角色中引用的MBean数。 -
Uses of Integer in javax.management.remote
Methods in javax.management.remote that return Integer Modifier and Type 方法 描述 Integer
TargetedNotification. getListenerID()
通知所针对的侦听器的ID。Constructors in javax.management.remote with parameters of type Integer Constructor 描述 TargetedNotification(Notification notification, Integer listenerID)
构造一个TargetedNotification
对象。 -
Uses of Integer in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return Integer Modifier and Type 方法 描述 Integer[]
RMIConnection. addNotificationListeners(ObjectName[] names, MarshalledObject[] filters, Subject[] delegationSubjects)
Integer[]
RMIConnectionImpl_Stub. addNotificationListeners(ObjectName[] $param_arrayOf_ObjectName_1, MarshalledObject[] $param_arrayOf_MarshalledObject_2, Subject[] $param_arrayOf_Subject_3)
Integer[]
RMIConnectionImpl. addNotificationListeners(ObjectName[] names, MarshalledObject[] filters, Subject[] delegationSubjects)
Integer
RMIConnection. getMBeanCount(Subject delegationSubject)
Integer
RMIConnectionImpl_Stub. getMBeanCount(Subject $param_Subject_1)
Integer
RMIConnectionImpl. getMBeanCount(Subject delegationSubject)
Methods in javax.management.remote.rmi with parameters of type Integer Modifier and Type 方法 描述 void
RMIConnection. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
void
RMIConnectionImpl_Stub. removeNotificationListeners(ObjectName $param_ObjectName_1, Integer[] $param_arrayOf_Integer_2, Subject $param_Subject_3)
void
RMIConnectionImpl. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
-
Uses of Integer in javax.management.timer
Methods in javax.management.timer that return Integer Modifier and Type 方法 描述 Integer
Timer. addNotification(String type, String message, Object userData, Date date)
创建具有指定的新计时器通知type
,message
和userData
并将其插入到与事件给定日期以及null时段和数量的通知列表中。Integer
Timer. addNotification(String type, String message, Object userData, Date date, long period)
创建具有指定的新计时器通知type
,message
和userData
并将其插入到带有给定日期和时段,以及null出现数量的通知列表中。Integer
Timer. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences)
创建具有指定的新计时器通知type
,message
和userData
并将其插入到与事件的定日期,时段和数量的通知列表中。Integer
Timer. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate)
创建具有指定的新计时器通知type
,message
和userData
并将其插入到与事件的定日期,时段和数量的通知列表中。Integer
TimerMBean. addNotification(String type, String message, Object userData, Date date)
创建具有指定的新计时器通知type
,message
和userData
并将其插入到与事件给定日期以及null时段和数量的通知列表中。Integer
TimerMBean. addNotification(String type, String message, Object userData, Date date, long period)
创建具有指定的新计时器通知type
,message
和userData
并将其插入到带有给定日期和时段,以及null出现数量的通知列表中。Integer
TimerMBean. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences)
创建具有指定的新计时器通知type
,message
和userData
并将其插入到与事件的定日期,时段和数量的通知列表中。Integer
TimerMBean. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate)
创建具有指定的新计时器通知type
,message
和userData
并将其插入到与事件的定日期,时段和数量的通知列表中。Integer
TimerNotification. getNotificationID()
获取此定时器通知的标识符。Methods in javax.management.timer that return types with arguments of type Integer Modifier and Type 方法 描述 Vector<Integer>
Timer. getAllNotificationIDs()
获取注册到通知列表中的所有定时器通知标识符。Vector<Integer>
TimerMBean. getAllNotificationIDs()
获取注册到通知列表中的所有定时器通知标识符。Vector<Integer>
Timer. getNotificationIDs(String type)
获取与指定类型相对应的定时器通知的所有标识符。Vector<Integer>
TimerMBean. getNotificationIDs(String type)
获取与指定类型相对应的定时器通知的所有标识符。Methods in javax.management.timer with parameters of type Integer Modifier and Type 方法 描述 Date
Timer. getDate(Integer id)
获取与定时器通知相关联的日期的副本。Date
TimerMBean. getDate(Integer id)
获取与定时器通知相关联的日期的副本。Boolean
Timer. getFixedRate(Integer id)
获取标志的副本,指示是定期通知是以 固定延迟还是 固定速率执行 。Boolean
TimerMBean. getFixedRate(Integer id)
获取标志的副本,指示是定期通知是以 固定延迟还是 固定速率执行 。Long
Timer. getNbOccurences(Integer id)
获取与定时器通知相关联的剩余发生次数的副本。Long
TimerMBean. getNbOccurences(Integer id)
获取与定时器通知相关联的剩余发生次数的副本。String
Timer. getNotificationMessage(Integer id)
获取与指定标识符相对应的定时器通知详细消息。String
TimerMBean. getNotificationMessage(Integer id)
获取与指定标识符相对应的定时器通知详细消息。String
Timer. getNotificationType(Integer id)
获取与指定标识符对应的定时器通知类型。String
TimerMBean. getNotificationType(Integer id)
获取与指定标识符对应的定时器通知类型。Object
Timer. getNotificationUserData(Integer id)
获取与指定标识符相对应的定时器通知用户数据对象。Object
TimerMBean. getNotificationUserData(Integer id)
获取与指定标识符相对应的定时器通知用户数据对象。Long
Timer. getPeriod(Integer id)
获取与定时器通知相关联的周期(以毫秒为单位)的副本。Long
TimerMBean. getPeriod(Integer id)
获取与定时器通知相关联的周期(以毫秒为单位)的副本。void
Timer. removeNotification(Integer id)
从通知列表中删除与指定标识符相对应的定时器通知。void
TimerMBean. removeNotification(Integer id)
从通知列表中删除与指定标识符相对应的定时器通知。Constructors in javax.management.timer with parameters of type Integer Constructor 描述 TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id)
创建定时器通知对象。 -
Uses of Integer in javax.script
Methods in javax.script that return types with arguments of type Integer Modifier and Type 方法 描述 List<Integer>
ScriptContext. getScopes()
在ScriptContext中为范围的所有有效值返回不可变的List
。List<Integer>
SimpleScriptContext. getScopes()
返回不可变的List
ScriptContext中范围的所有有效值。 -
Uses of Integer in javax.swing
Fields in javax.swing declared as Integer Modifier and Type Field 描述 static Integer
JLayeredPane. DEFAULT_LAYER
定义默认图层的便利对象。static Integer
JLayeredPane. DRAG_LAYER
定义拖动图层的便利对象。static Integer
JLayeredPane. FRAME_CONTENT_LAYER
定义框架内容层的便利对象。static Integer
JLayeredPane. MODAL_LAYER
定义模态层的便利对象。static Integer
JLayeredPane. PALETTE_LAYER
定义调色板层的方便对象。static Integer
JLayeredPane. POPUP_LAYER
定义Popup图层的便利对象。Methods in javax.swing that return Integer Modifier and Type 方法 描述 protected Integer
JLayeredPane. getObjectForLayer(int layer)
返回与指定图层相关联的整数对象。Methods in javax.swing that return types with arguments of type Integer Modifier and Type 方法 描述 Hashtable<Integer,JComponent>
JSlider. createStandardLabels(int increment)
创建一个Hashtable
的数字文本标签,从最小滑块开始,并使用指定的增量。Hashtable<Integer,JComponent>
JSlider. createStandardLabels(int increment, int start)
创建一个Hashtable
的数字文本标签,从指定的起始点开始,并使用指定的增量。protected Hashtable<Component,Integer>
JLayeredPane. getComponentToLayer()
返回将组件映射到图层的散列表。Methods in javax.swing with parameters of type Integer Modifier and Type 方法 描述 void
JInternalFrame. setLayer(Integer layer)
设置此组件的图层属性的便利方法。 -
Uses of Integer in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic that return Integer Modifier and Type 方法 描述 protected Integer
BasicSliderUI. getHighestValue()
返回标签表中有一个条目的最大值。protected Integer
BasicSliderUI. getLowestValue()
返回标签表中具有条目的最小值。 -
Uses of Integer in jdk.jshell
Method parameters in jdk.jshell with type arguments of type Integer Modifier and Type 方法 描述 JShell.Builder
JShell.Builder. idGenerator(BiFunction<Snippet,Integer,String> generator)
设置代码段识别名称的生成器。
-