| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| Integer 를 사용하고 있는 패키지 | |
|---|---|
| java.awt.font | 폰트 관련의 클래스 및 인터페이스를 제공합니다. | 
| java.lang | Java 프로그램 언어의 설계해 기본적인 클래스를 제공합니다. | 
| java.util | 이 패키지에는, 컬렉션 시스템, 유산 컬렉션 클래스, 이벤트 모델, 일시 기능, 국제화, 및 다양한 유틸리티 클래스 (StringTokenizer, 난수 제너레이터, 및 비트 배열)가 포함되어 있습니다. | 
| javax.management | Java Management Extensions 의 코어 클래스를 제공합니다. | 
| javax.management.openmbean | 공개 데이터형과 Open MBean 기술자 클래스를 제공합니다. | 
| javax.management.relation | 관계 서비스에 대해 정의합니다. | 
| javax.management.remote | JMX MBean 서버에 원격 접근하기 위한 인터페이스입니다. | 
| javax.management.remote.rmi | RMI 연결기는, RMI 를 사용해 클라이언트 요구를 원격 MBean 서버에 전송 하는, JMX 원격 API용의 연결기입니다. | 
| javax.management.timer | Timer MBean 를 정의합니다. | 
| javax.script | 스크립트 API 는, Java TM 스크립트 엔진을 정의하는 인터페이스와 클래스로 구성되어 그것들을 Java 어플리케이션으로 사용하기 위한 시스템를 제공합니다. | 
| javax.swing | 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다. | 
| javax.swing.plaf.basic | 기본 Look & Feel 에 따라 구축된 사용자 인터페이스 객체를 제공합니다. | 
| java.awt.font 에서의 Integer 의 사용 | 
|---|
| Integer 로서 선언되고 있는 java.awt.font 의 필드 | |
|---|---|
static Integer  | 
TextAttribute. KERNING_ON 
표준의 kerning를 요구합니다.  | 
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 
표준의 밑줄입니다.  | 
| java.lang 에서의 Integer 의 사용 | 
|---|
| Integer 형의 형태 파라미터를 가지는 java.lang 의 필드 | |
|---|---|
static Class <Integer > | 
Integer. TYPE 
int 의 원시형을 나타내는 Class 인스턴스 | 
| Integer 를 돌려주는 java.lang 의 메소드 | |
|---|---|
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)
지정된 String 의 값을 보관 유지하는 Integer 객체를 돌려줍니다.  | 
static Integer  | 
Integer. valueOf (String  s,
        int radix)
2 번째의 인수로 지정된 기수를 사용한 구문 분석시에, 지정된 String 로부터 추출된 값을 보관 유지하는 Integer 객체를 돌려줍니다.  | 
| Integer 형의 파라미터를 가지는 java.lang 의 메소드 | |
|---|---|
 int | 
Integer. compareTo (Integer  anotherInteger)
2 개의 Integer 객체를 수치적으로 비교합니다.  | 
static Integer  | 
Integer. getInteger (String  nm,
           Integer  val)
지정된 이름의 시스템 프로퍼티의 정수치를 돌려줍니다.  | 
| java.util 에서의 Integer 의 사용 | 
|---|
| Integer 형의 인수를 가지는 형태를 돌려주는 java.util 의 메소드 | |
|---|---|
 Map <String ,Integer > | 
Calendar. getDisplayNames (int field,
                int style,
                Locale  locale)
지정된 style 및 locale 의 달력 field 의 모든 이름과 거기에 대응하는 필드치를 포함한 Map 를 돌려줍니다.  | 
| javax.management 에서의 Integer 의 사용 | 
|---|
| Integer 를 돌려주는 javax.management 의 메소드 | |
|---|---|
 Integer  | 
MBeanServerConnection. getMBeanCount ()
MBean 서버에 등록되어 있는 MBean 의 수를 돌려줍니다.  | 
 Integer  | 
MBeanServer. getMBeanCount ()
MBean 서버에 등록되어 있는 MBean 의 수를 돌려줍니다.  | 
| javax.management.openmbean 에서의 Integer 의 사용 | 
|---|
| Integer 형의 형태 파라미터를 가지는 javax.management.openmbean 의 필드 | |
|---|---|
static SimpleType <Integer > | 
SimpleType. INTEGER 
Java 클래스명이 java.lang.Integer 의 값을 기술하는 SimpleType 인스턴스입니다.  | 
| javax.management.relation 에서의 Integer 의 사용 | 
|---|
| Integer 를 돌려주는 javax.management.relation 의 메소드 | |
|---|---|
 Integer  | 
RelationServiceMBean. checkRoleReading (String  roleName,
                 String  relationTypeName)
지정된 형태의 관계로, 지정된 Role 의 읽기가 가능한가 어떤가를 체크합니다.  | 
 Integer  | 
RelationService. checkRoleReading (String  roleName,
                 String  relationTypeName)
지정된 형태의 관계로, 지정된 Role 의 읽기가 가능한가 어떤가를 체크합니다.  | 
 Integer  | 
RelationServiceMBean. checkRoleWriting (Role  role,
                 String  relationTypeName,
                 Boolean  initFlag)
지정된 형태의 관계로, 지정된 Role 의 설정이 가능한가 어떤가를 체크합니다.  | 
 Integer  | 
RelationService. checkRoleWriting (Role  role,
                 String  relationTypeName,
                 Boolean  initFlag)
지정된 형태의 관계로, 지정된 Role 의 설정이 가능한가 어떤가를 체크합니다.  | 
 Integer  | 
RelationSupport. getRoleCardinality (String  roleName)
지정된 롤내에서 현재 참조되고 있는 MBean 의 수를 돌려줍니다.  | 
 Integer  | 
Relation. getRoleCardinality (String  roleName)
지정된 롤내에서 현재 참조되고 있는 MBean 의 수를 돌려줍니다.  | 
 Integer  | 
RelationServiceMBean. getRoleCardinality (String  relationId,
                   String  roleName)
지정된 롤내에서 현재 참조되고 있는 MBean 의 수를 가져옵니다.  | 
 Integer  | 
RelationService. getRoleCardinality (String  relationId,
                   String  roleName)
지정된 롤내에서 현재 참조되고 있는 MBean 의 수를 가져옵니다.  | 
| javax.management.remote 에서의 Integer 의 사용 | 
|---|
| Integer 를 돌려주는 javax.management.remote 의 메소드 | |
|---|---|
 Integer  | 
TargetedNotification. getListenerID ()
통지의 타겟이 되는 청취자의 ID 입니다.  | 
| Integer 형의 파라미터를 가지는 javax.management.remote 의 생성자 | |
|---|---|
TargetedNotification (Notification  notification,
                     Integer  listenerID)
TargetedNotification 객체를 구축합니다.  | 
|
| javax.management.remote.rmi 에서의 Integer 의 사용 | 
|---|
| Integer 를 돌려주는 javax.management.remote.rmi 의 메소드 | |
|---|---|
 Integer [] | 
RMIConnection. addNotificationListeners (ObjectName [] names,
                         MarshalledObject [] filters,
                         Subject [] delegationSubjects)
MBeanServerConnection.addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object)  메소드를 처리합니다.  | 
 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)
MBeanServerConnection.getMBeanCount()  메소드를 처리합니다.  | 
 Integer  | 
RMIConnectionImpl_Stub. getMBeanCount (Subject  $param_Subject_1)
 | 
 Integer  | 
RMIConnectionImpl. getMBeanCount (Subject  delegationSubject)
 | 
| Integer 형의 파라미터를 가지는 javax.management.remote.rmi 의 메소드 | |
|---|---|
 void | 
RMIConnection. removeNotificationListeners (ObjectName  name,
                            Integer [] listenerIDs,
                            Subject  delegationSubject)
removeNotificationListener(ObjectName, NotificationListener)  및 removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object)  메소드를 처리합니다.  | 
 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)
 | 
| javax.management.timer 에서의 Integer 의 사용 | 
|---|
| Integer 를 돌려주는 javax.management.timer 의 메소드 | |
|---|---|
 Integer  | 
TimerMBean. addNotification (String  type,
                String  message,
                Object  userData,
                Date  date)
지정된 type,message, 및 userData 로 새로운 타이머 통지를 작성해, 이것을 지정의 일자, 간격 null, 및 발행수와 함께 통지 리스트에 삽입합니다.  | 
 Integer  | 
Timer. 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  | 
Timer. 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  | 
Timer. 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  | 
Timer. addNotification (String  type,
                String  message,
                Object  userData,
                Date  date,
                long period,
                long nbOccurences,
                boolean fixedRate)
지정된 type,message, 및 userData 로 새로운 타이머 통지를 작성해, 이것을 지정의 일자, 간격, 및 발행수와 함께 통지 리스트에 삽입합니다.  | 
 Integer  | 
TimerNotification. getNotificationID ()
타이머 통지 식별자를 가져옵니다.  | 
| Integer 형의 인수를 가지는 형태를 돌려주는 javax.management.timer 의 메소드 | |
|---|---|
 Vector <Integer > | 
TimerMBean. getAllNotificationIDs ()
통지 리스트에 등록되어 모든 타이머 통지 식별자를 가져옵니다.  | 
 Vector <Integer > | 
Timer. getAllNotificationIDs ()
통지 리스트에 등록되어 모든 타이머 통지 식별자를 가져옵니다.  | 
 Vector <Integer > | 
TimerMBean. getNotificationIDs (String  type)
지정된 형태에 대응하는 모든 타이머 통지 식별자를 가져옵니다.  | 
 Vector <Integer > | 
Timer. getNotificationIDs (String  type)
지정된 형태에 대응하는 모든 타이머 통지 식별자를 가져옵니다.  | 
| Integer 형의 파라미터를 가지는 javax.management.timer 의 메소드 | |
|---|---|
 Date  | 
TimerMBean. getDate (Integer  id)
타이머 통지에 관련지을 수 있었던 일자의 카피를 가져옵니다.  | 
 Date  | 
Timer. getDate (Integer  id)
타이머 통지에 관련지을 수 있었던 일자의 카피를 가져옵니다.  | 
 Boolean  | 
TimerMBean. getFixedRate (Integer  id)
정기 통지를 fixed-delay 로 실행할까 fixed-rate 로 실행하는지를 나타내는 플래그의 카피를 가져옵니다.  | 
 Boolean  | 
Timer. getFixedRate (Integer  id)
정기 통지를 fixed-delay 로 실행할까 fixed-rate 로 실행하는지를 나타내는 플래그의 카피를 가져옵니다.  | 
 Long  | 
TimerMBean. getNbOccurences (Integer  id)
타이머 통지에 관련지을 수 있었던 나머지의 발행수의 카피를 가져옵니다.  | 
 Long  | 
Timer. getNbOccurences (Integer  id)
타이머 통지에 관련지을 수 있었던 나머지의 발행수의 카피를 가져옵니다.  | 
 String  | 
TimerMBean. getNotificationMessage (Integer  id)
지정된 식별자에 대응하는 타이머 통지의 상세 메세지를 가져옵니다.  | 
 String  | 
Timer. getNotificationMessage (Integer  id)
지정된 식별자에 대응하는 타이머 통지의 상세 메세지를 가져옵니다.  | 
 String  | 
TimerMBean. getNotificationType (Integer  id)
지정된 식별자에 대응하는 타이머 통지형을 가져옵니다.  | 
 String  | 
Timer. getNotificationType (Integer  id)
지정된 식별자에 대응하는 타이머 통지형을 가져옵니다.  | 
 Object  | 
TimerMBean. getNotificationUserData (Integer  id)
지정된 식별자에 대응하는 타이머 통지의 사용자 데이터 객체를 가져옵니다.  | 
 Object  | 
Timer. getNotificationUserData (Integer  id)
지정된 식별자에 대응하는 타이머 통지의 사용자 데이터 객체를 가져옵니다.  | 
 Long  | 
TimerMBean. getPeriod (Integer  id)
타이머 통지에 관련지을 수 있었던 간격 (밀리 세컨드)의 카피를 가져옵니다.  | 
 Long  | 
Timer. getPeriod (Integer  id)
타이머 통지에 관련지을 수 있었던 간격 (밀리 세컨드)의 카피를 가져옵니다.  | 
 void | 
TimerMBean. removeNotification (Integer  id)
지정된 식별자에 대응하는 타이머 통지를 통지 리스트로부터 삭제합니다.  | 
 void | 
Timer. removeNotification (Integer  id)
지정된 식별자에 대응하는 타이머 통지를 통지 리스트로부터 삭제합니다.  | 
| Integer 형의 파라미터를 가지는 javax.management.timer 의 생성자 | |
|---|---|
TimerNotification (String  type,
                  Object  source,
                  long sequenceNumber,
                  long timeStamp,
                  String  msg,
                  Integer  id)
타이머 통지 객체를 작성합니다.  | 
|
| javax.script 에서의 Integer 의 사용 | 
|---|
| Integer 형의 인수를 가지는 형태를 돌려주는 javax.script 의 메소드 | |
|---|---|
 List <Integer > | 
SimpleScriptContext. getScopes ()
ScriptContext 내의 스코프에 대한, 모든 유효치의 불변의 List 를 돌려줍니다.  | 
 List <Integer > | 
ScriptContext. getScopes ()
ScriptContext 내의 스코프에 대한, 모든 유효치의 불변의 List 를 돌려줍니다.  | 
| javax.swing 에서의 Integer 의 사용 | 
|---|
| Integer 로서 선언되고 있는 javax.swing 의 필드 | |
|---|---|
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 
pop-up 층을 정의하는 간이 객체입니다.  | 
| Integer 를 돌려주는 javax.swing 의 메소드 | |
|---|---|
protected  Integer  | 
JLayeredPane. getObjectForLayer (int layer)
지정된 층에 관련한 Integer 객체를 돌려줍니다.  | 
| Integer 형의 인수를 가지는 형태를 돌려주는 javax.swing 의 메소드 | |
|---|---|
protected  Hashtable <Component ,Integer > | 
JLayeredPane. getComponentToLayer ()
컴퍼넌트를 층에 매핑 하는 해시 테이블을 돌려줍니다.  | 
| Integer 형의 파라미터를 가지는 javax.swing 의 메소드 | |
|---|---|
 void | 
JInternalFrame. setLayer (Integer  layer)
이 컴퍼넌트의 층 속성을 설정하는 편리한 메소드입니다.  | 
| javax.swing.plaf.basic 에서의 Integer 의 사용 | 
|---|
| Integer 를 돌려주는 javax.swing.plaf.basic 의 메소드 | |
|---|---|
protected  Integer  | 
BasicSliderUI. getHighestValue ()
라벨 테이블에 엔트리를 가지는 최대의 값을 돌려줍니다.  | 
protected  Integer  | 
BasicSliderUI. getLowestValue ()
라벨 테이블에 엔트리를 가지는 최소의 값을 돌려줍니다.  | 
 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.