상세 컨텐츠

본문 제목

Java 1.7 패키지 역활을 번역해보았다.

IT/프로그래밍

by James Lee. 2015. 12. 6. 20:24

본문

아래의 사이트에서 가져온 내용을 번역하였다. 굉장히 힘들었다..생노가다.

http://docs.oracle.com/javase/7/docs/api/

발번역이므로 양해 바란다.

그래도 IT를 공부하며 영어도 공부 할 수 있는 기회였다.


Packages 


패키지설명
java.applet
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
애플릿을 만드는데 필요한 클래스들을 제공하고 그 클래스들은 애플릿 문맥과 소통한다.
java.awt
Contains all of the classes for creating user interfaces and for painting graphics and images.
UI를 만들기 위한, 그리고 그래픽과 이미지를 만들기 위한 모든 클래스를 포함하고 있다.
java.awt.color
Provides classes for color spaces.
색 공간을 만들기 위한 클래스들을 제공한다.
java.awt.datatransfer
Provides interfaces and classes for transferring data between and within applications.
어플리케이션들 내부의 데이터 전송을 위한 인터페이스와 클래스들을 제공한다
java.awt.dnd
Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
드래그 & 드랍은 다수의 두 엔티티 사이에서 표현 GUI와 논리적으로 관계되어 있는 정보 전송을 위한 메커니즘을 제공하는 GUI 시스템의 직접적인 조작 제스쳐이다.
java.awt.event
Provides interfaces and classes for dealing with different types of events fired by AWT components.
AWT 컴포넌트들에 의해 발생된 인터페이스와 클래스들을 서로 다른 타입의 이벤트들을 다루기 위해 제공한다.
java.awt.font
Provides classes and interface relating to fonts.
폰트와 관계된 클래스와 인터페이스들을 제공한다.
java.awt.geom
Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
기하학 구조의 2차원 구조와 관계된 객체에서 운영을 수행하고 정의하기 위하여 Java 2D 클래스들을 제공한다. 
java.awt.im
Provides classes and interfaces for the input method framework.
입력된 프레임워크를 위하여 클래스들과 인터페이스들을 제공한다.
java.awt.im.spi
Provides interfaces that enable the development of input methods that can be used with any Java runtime environment.
어떤 자바 환경에서도 실행이 가능한 인풋 메소드의 개발이 가능한 인터페이스를 제공한다.
java.awt.image
Provides classes for creating and modifying images.
이미지들을 만들고 수정이 가능한 클래스들을 제공한다.
java.awt.image.renderable
Provides classes and interfaces for producing rendering-independent images.
렌더링 독립적인 이미지들을 생산하기 위한 클래스들과 인터페이스들을 제공한다.
java.awt.print
Provides classes and interfaces for a general printing API.
일반적인 API들을 프린트하기위한 인터페이스들과 클래스들을 제공한다.
java.beans
Contains classes related to developing beans -- components based on the JavaBeans™ architecture.
개발된 bean(JavaBeans 구조에 기초를 둔 컴포넌트들)들과 관계가 있는 클래스들을 포함한다.
java.beans.beancontext
Provides classes and interfaces relating to bean context.
bean 문맥과 관계있는 인터페이스들과 클래스들을 제공한다.
java.io
Provides for system input and output through data streams, serialization and the file system.
파일 시스템과 직렬화, 데이터 스트림을 통한 입력과 출력 시스템을 제공한다.
java.lang
Provides classes that are fundamental to the design of the Java programming language.
자바 프로그래밍 언어 설계에 기초를 둔 클래스들을 제공한다.
java.lang.annotation
Provides library support for the Java programming language annotation facility.
자바 언어의 주석 기능을 지원하는 라이브러리들을 제공한다.
java.lang.instrument
Provides services that allow Java programming language agents to instrument programs running on the JVM.
JVM위에서 실행되는 악기 프로그램들
java.lang.invoke
The java.lang.invoke package contains dynamic language support provided directly by the Java core class libraries and virtual machine.
이 패키지는 자바 핵심 라이브러리와 가상머신들에 의해 직접적으로 제공되는 다이나믹 언어 지원을 포함한다.
java.lang.management
Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
자바 실행에서 자바 가상 머신과 다른 컴포넌트들의 관리와 모니터링들을 위한 관리 인터페이스들을 제공한다.
java.lang.ref
Provides reference-object classes, which support a limited degree of interaction with the garbage collector.
가비지 컬렉터와 상호작용하는 한계 차수를 지원하는 객체 참조 클래스들을 지원한다.
java.lang.reflect
Provides classes and interfaces for obtaining reflective information about classes and objects.
클래스들과 객체들에 대한 속성을 보여주는 정보를 얻는 인터페이스와 클래스들을 제공한다.
java.math
Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
전체적 정밀도 십진법 연산과 정수 연산을 수행하는 클래스들을 제공한다.
java.net
Provides the classes for implementing networking applications.
네트워크 어플리케이션들을 실행하기 위한 클래스들을 제공한다.
java.nio
Defines buffers, which are containers for data, and provides an overview of the other NIO packages.
다른 NIO 패키지들의 개요의 제공과 데이터를 위한 컨테이너들인 버퍼들을 정의한다.
java.nio.channels
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
non-blocking인 I/O operation들, 다중화, 정의된 selector들, 파일과 소켓들과 같이
I/O operation들을 수행하는 수용 가능한 엔티티들에게 대표하여 연결하는 채널들을 정의한다.
java.nio.channels.spi
Service-provider classes for the java.nio.channels package.
java.nio.channels 패키지들을 위한 서비스 제공자 클래스들
java.nio.charset
Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
유니코드 문자들과 바이트들 사이를 번역하기 위한, 암호화기들, 해독기들, 문자set들을 정의한다.
java.nio.charset.spi
Service-provider classes for the java.nio.charset package.
java.nio.charset들을 위한 서비스 제공 클래스들
java.nio.file
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
파일 시스템들과 파일 속성들, 자바 가상 머신을 위한 접근 파일들을 위한 클래스와 인터페이스를 정의한다.
java.nio.file.attribute
Interfaces and classes providing access to file and file system attributes.
시스템 속성 파일들과 접근하기 위한 파일들을 제공하는 클래스들과 인터페이스들
java.nio.file.spi
Service-provider classes for the java.nio.file package.
java.nio.file 패키지들을 위한 서비스 제공 클래스들
java.rmi
Provides the RMI package.
RMI 패키지를 제공한다.
java.rmi.activation
Provides support for RMI Object Activation.
RMI 객체 활성화를 지원하는 것들을 제공한다.
java.rmi.dgc
Provides classes and interface for RMI distributed garbage-collection (DGC).
RMI 분산 가비지 컬렉터들을 위한 인터페이스와 클래스들을 제공한다.
java.rmi.registry
Provides a class and two interfaces for the RMI registry.
RMI 레지스트리를 위한 두개의 인터페이스와 하나의 클래스를 제공한다
java.rmi.server
Provides classes and interfaces for supporting the server side of RMI.
RMI의 서버 측면을 지원하기위한 인터페이스와 클래스들을 제공한다.
java.security
Provides the classes and interfaces for the security framework.
보안 프레임워크를 위한 인터페이스와 클래스들을 제공한다.
java.security.acl
The classes and interfaces in this package have been superseded by classes in the java.security package.
java.security 패키지에 있는 클래스들로 대체되는 패키지들 안의 인터페이스와 클래스들
java.security.cert
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
증명된 경로들과 증명된 철회 증명 리스트들, 증명을 관리하고 파싱하기 위한 인터페이스와 클래스들을 제공한다.
java.security.interfaces
Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186.
NIST's FIPS-186내부에서 정의된 key들과 Digital Signature Algorithm과 Technical Note PKCS#1의 RSA 연구실에서 정의된 RSA key들을 일반화하기 위한 인터페이스들을 제공한다.
java.security.spec
Provides classes and interfaces for key specifications and algorithm parameter specifications.
알고리즘 매개변수 사양들과 key 사양들을 위한 인터페이스와 클래스들을 제공한다.
java.sql
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language.
Java 프로그래밍 언어를 사용한 데이터 소스의 데이터 저장소 처리와 접근을 위한 API를 제공한다.
java.text
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
자연 언어들의 독립된 방식에서의 메세지와 숫자, 데이터들, 텍스트들을 다루기 위한 인터페이스와 클래스들을 제공한다.
java.text.spi
Service provider classes for the classes in the java.text package.
java.text 패키지에서의 클래스들을 위한 서비스 제공자 클래스들
java.util
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
다양한 종류의 유틸리티 클래스들과 국제화, 데이터와 시간 설비들, 이벤트 모델, 기존의 콜렉션 클래스들, 콜렉션 프레임워크들을 포함한다.
java.util.concurrent
Utility classes commonly useful in concurrent programming.
동시에 발생하는 프로그래밍의 보통 유용한 유틸리티 클래스들
java.util.concurrent.atomic
A small toolkit of classes that support lock-free thread-safe programming on single variables.
하나의 변수에서의 스레드 lock-free thread - safe 프로그래밍을 지원하는 클래스들의 작은 툴킷
java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
모니터와 붙박이 동기화에서의 뚜렷한 컨디션들을 위한 잠금과 기다림들을 위한 프레임워크를 제공하는 클래스들과 인터페이스들
java.util.jar
Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.
분명하고 선택적인 파일과, 표준 ZIP 파일 형식에 기초를 둔 JAR 파일 형식을 읽고 쓰기 위한 클래스들을 제공한다.
java.util.logging
Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities.
자바2의 플랫폼의 핵심 로깅 설비들의 인터페이스들과 클래스들을 제공한다.
java.util.prefs
This package allows applications to store and retrieve user and system preference and configuration data.
이 패키지는 환경설정 데이터와 선호되는 시스템들과 사용자들을 저장하고 검색하기 위해 어플리케이션들을 허가한다.
java.util.regex
Classes for matching character sequences against patterns specified by regular expressions.
정규표현식에 의해 구체화된 패턴들과 대조적인 매칭 문자열 순서들을 위한 클래스들
java.util.spi
Service provider classes for the classes in the java.util package.
java.util 패키지에서의 클래스들을 위한 서비스 제공 클래스들
java.util.zip
Provides classes for reading and writing the standard ZIP and GZIP file formats.
GZIP 파일 형식과 표준 ZIP 형식을 읽고 쓰기 위한 클래들을 제공한다.
javax.accessibility
Defines a contract between user-interface components and an assistive technology that provides access to those components.
UI 컴포넌트들에 접근을 제공하는 도움이되는 기술과 UI 컴포넌트 사이의 계약을 정의한다.
javax.activation
javax.activity
Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling.
역정렬하는 동안 ORB 기계에 의하여 예외를 발생시키는 것과 관계된 활동 서비스를 포함한다.
javax.annotation
javax.annotation.processing
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
주석 처리 도구 환경과 함께 소통하기 위한 주석 처리 프로세스를 허가하는, 그리고 주석 프로세스들을 선언하는 설비들
javax.crypto
Provides the classes and interfaces for cryptographic operations.
암호 운영의 인터페이스들과 클래스들을 제공한다.
javax.crypto.interfaces
Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.
PKCS#3, RSA로 정의된 Diffie-Hellman 키들을 위한 인터페이스들을 제공한다.
javax.crypto.spec
Provides classes and interfaces for key specifications and algorithm parameter specifications.
알고리즘 파라미터 사양과 키 사양을 위한 인터페이스와 클래스들을 제공한다.
javax.imageio
The main package of the Java Image I/O API.
I/O API 자바 이미지의 주요 패키지
javax.imageio.event
A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images.
이미지를 쓰고 읽는 동안 동기화 알림 이벤트와 함께 Java Image I/O API를 다루는 패키지
javax.imageio.metadata
A package of the Java Image I/O API dealing with reading and writing metadata.
형식 데이터를 읽고 쓰는 것과 함께 다루는 Java Image I/O API의 패키지다.
javax.imageio.plugins.bmp
Package containing the public classes used by the built-in BMP plug-in.
built-in BMP plug-in에 의하여 사용된 공유된 클래스를 포함하는 패키지
javax.imageio.plugins.jpeg
Classes supporting the built-in JPEG plug-in.
built-in JPEG plug-in을 지원하는 클래스들
javax.imageio.spi
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
실행 레지스트리와, 스트림들, 트랜스코더들, 쓰는 것들, 읽는 것들을 위한 plug-in interface들을 포함하는 Java Image I/O API의 패키지
javax.imageio.stream
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
스트림들과 파일들로부터의 low-level I/O와 함께 다루는 Java Image I/O API의 패키지
javax.jws
javax.jws.soap
javax.lang.model
Classes and hierarchies of packages used to model the Java programming language.
자바 프로그래밍 언어를 모델로 하는 패키지의 클래스들과 계층들
javax.lang.model.element
Interfaces used to model elements of the Java programming language.
자바 프로그래밍 언어의 원소들을 모델로 하는 인터페이스들
javax.lang.model.type
Interfaces used to model Java programming language types.
자바 프로그래밍 언어 타입들을 모델로 하는 인터페이스들.
javax.lang.model.util
Utilities to assist in the processing of program elements and types.
프로그램 원소들과 타입들을 처리하는 것에서의 도움을 목표로 하는 유틸리티들
javax.management
Provides the core classes for the Java Management Extensions.
자바 관리 확장을 위한 핵심 클래스들을 제공한다.
javax.management.loading
Provides the classes which implement advanced dynamic loading.
진보된 다이나믹 로딩을 실행하는 클래스들을 제공한다.
javax.management.modelmbean
Provides the definition of the ModelMBean classes.
ModelMBean 클래스들의 정의를 제공한다.
javax.management.monitor
Provides the definition of the monitor classes.
모니터 클래스들의 정의를 제공한다.
javax.management.openmbean
Provides the open data types and Open MBean descriptor classes.
MBean 해독 클래스을 여는 것과 데이터 타입을 여는 것을 제공한다.
javax.management.relation
Provides the definition of the Relation Service.
관계 서비스의 정의를 제공한다.
javax.management.remote
Interfaces for remote access to JMX MBean servers.
JMX MBean 서버들로 원격 접속하는것을 위한 인터페이스
javax.management.remote.rmi
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
RMI Connector는 원격 MBean 서버로 요청하는 고객의 전송을 위한 RMI를 사용하는 JMX 원격 API를 위한 Connector이다.
javax.management.timer
Provides the definition of the Timer MBean.
Mbean Timer의 정의를 제공한다.
javax.naming
Provides the classes and interfaces for accessing naming services.
이름짓는 서비스들에 접근하는 것을 위한 인터페이스들과 클래스들을 저으이한다.
javax.naming.directory
Extends the javax.naming package to provide functionality for accessing directory services.
디렉토리 서비스에 접근하기 위한 목적을 제공하기 위한 javax.naming 패키지를 포함한다.
javax.naming.event
Provides support for event notification when accessing naming and directory services.
디렉토리 서비스들과 네이밍에 접근할 때의 이벤트 알림을 지원하는것을 제공한다.
javax.naming.ldap
Provides support for LDAPv3 extended operations and controls.
컨트롤들과, 운영들을 확장한 LDAPv3를 지원하는 것을 제공한다.
javax.naming.spi
javax.net
Provides classes for networking applications.
네트워크 어플리케이션들을 위한 클래스들을 제공한다.
javax.net.ssl
Provides classes for the secure socket package.
안전한 소켓 패키지를 위한 클래스들을 제공한다.
javax.print
Provides the principal classes and interfaces for the JavaTM Print Service API.
Java Print Service API를 위한 주요한 인터페이스들과 클래스들을 제공한다.
javax.print.attribute
Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets.
Java Print Service 속성들의 타입들, 그리고 그것들은 얼마나 속성 set으로 수집될 수 있는지 묘사하는 인터페이스들과 클래스들을 제공한다.
javax.print.attribute.standard
Package javax.print.attribute.standard contains classes for specific printing attributes.
구체적인 출력 속성들을 위한 클래스들을 포함하는 javax.print.attrivute.standard 패키지
javax.print.event
Package javax.print.event contains event classes and listener interfaces.
리스너 인터페이스들과 이벤트 클래스들을 포함하는 javax.print.event 패키지
javax.rmi
Contains user APIs for RMI-IIOP.
RMI-IIOP를 위한 사용자 API들을 포함한다.
javax.rmi.CORBA
Contains portability APIs for RMI-IIOP.
RMI-IIOP를 위한 이식 가능한 API들을 포함한다.
javax.rmi.ssl
Provides implementations of RMIClientSocketFactory and RMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
전송 계층 보안 프로토콜 또는 보안 소켓 계층 위의 RMIServerSocketFactory와 RMICilentSocketFactory의 실행을 제공한다.
javax.script
The scripting API consists of interfaces and classes that define Java TM Scripting Engines and provides a framework for their use in Java applications.
자바 어플리케이션에서 그들을 사용하기 위한 프레임워크를 제공하며, Java Scripting Engline을 정의하는 클래스들과 인터페이스들로 구성된 Scripting API
javax.security.auth
This package provides a framework for authentication and authorization.
허가와 입증을 위한 프레임워크를 제공하는 패키지
javax.security.auth.callback
This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example).
(예를들어 경고와 에러 메세지)정보를 보여주기 위하여 또는, 정보 검색(유저 이름 혹은 비밀번호를 포함하는 증명 정보)을 위한 어플리케이션과 함께 상호작용하는 서비스를 위하는 것이 필요한 클래스들을 제공한다.
javax.security.auth.kerberos
This package contains utility classes related to the Kerberos network authentication protocol.
Kerberos 네트워크 증명 프로토콜과 관계된 유틸리티 클래스들을 포함한다.
javax.security.auth.login
This package provides a pluggable authentication framework.
접속할 수 있는 증명 프레임워크를 제공한다.
javax.security.auth.spi
This package provides the interface to be used for implementing pluggable authentication modules.
접속가능한 입증 모듈을 실행하기 위하여 사용되는 인터페이스를 제공한다.
javax.security.auth.x500
This package contains the classes that should be used to store X500 Principal and X500 Private Crendentials in a Subject.
Subject에서의 X500 비공개 Crendentials(무슨 단어인지 모르겠다) 과 주요한 X500을 저장하기 위하여 사용되어야 하는 클래스들을 포함한다.
javax.security.cert
Provides classes for public key certificates.
공개 키 증명서들을 위한 클래스들을 제공한다.
javax.security.sasl
Contains class and interfaces for supporting SASL.
SASL을 지원하기 위한 인터페이스들, 클래스들을 제공한다.
javax.sound.midi
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
디지털 악기 인터페이스 데이터들의 통합과 순서, I/O들을 위한 클래스들 및 인터페이스들을 제공한다.
javax.sound.midi.spi
Supplies interfaces for service providers to implement when offering new MIDI devices, MIDI file readers and writers, or sound bank readers.
음악 저장소 읽는것들 또는 쓰는것들과 MIDI file 읽는것들, 새로운 MIDI device들을 제공할 때 실행되기 위한 서비스 제공자들을 위한 인터페이스들을 지원한다.
javax.sound.sampled
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
샘플링된 오디오 데이터의 재생, 처리, 캡쳐를 위한 클래스들과 인터페이스들 제공
javax.sound.sampled.spi
Supplies abstract classes for service providers to subclass when offering new audio devices, sound file readers and writers, or audio format converters.
오디오 형식 변환기 또는 사운드 파일 readers들과 writers, 새로운 오디오 device들이 제공될 때 서비스 제공자들이 서브클래스화 하는 것을 위한 추상 클래스를 지원한다.
javax.sql
Provides the API for server side data source access and processing from the JavaTM programming language.
자바 프로그래밍 언어로부터의 처리와 서버 측 데이터 소스 접근을 위한 API를 제공한다.
javax.sql.rowset
Standard interfaces and base classes for JDBC RowSet implementations.
JDBC RowSet 실행을 위한 기본 클래스들과 인터페이스들의 표준
javax.sql.rowset.serial
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
자바 프로그래밍 언어에서의 데이터 타입과 SQL 타입 사이의 매핑 직렬화를 허가하는 유틸리티 클래스들을 제공한다.
javax.sql.rowset.spi
The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
동기화 제공자의 그것의 실행에서 세번째 vendor는 사용해야만 하는 인터페이스와 클래스들의 표준
javax.swing
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
같은 플랫폼에서의 일, 최고 차수 가능에서 lightweight (모든 자바 언어) 컴포넌트의 집합을 제공한다.
javax.swing.border
Provides classes and interface for drawing specialized borders around a Swing component.
스윙 컴포넌트를 둘러싼 경계들을 그리는 것을 전문적으로 다루는 인터페이스와 클래스들
javax.swing.colorchooser
Contains classes and interfaces used by the JColorChooser component.
JColorChooser 컴포넌트에 의해 사용되는 인터페이스들과 클래스들을 포함한다.
javax.swing.event
Provides for events fired by Swing components.
스윙 컴포넌트에 의해 발생되는 이벤트들을 제공한다.
javax.swing.filechooser
Contains classes and interfaces used by the JFileChooser component.
JFileChooser 컴포넌트에 의하여 사용되는 인터페이스들과 클래스들을 포함한다.
javax.swing.plaf
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
이것의 연결 가능한 look-and-feel 수용량들을 제공하기 위하여 스윙을 사용하는 다수의 추상 클래스들과 하나의 인터페이스를 제공한다.
javax.swing.plaf.basic
Provides user interface objects built according to the Basic look and feel.
기본적인 look and feel을 따르게 지어진 UI 객체들을 제공한다.
javax.swing.plaf.metal
Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.
기본적으로 look and feel인 Java look and feel (한 때는 Metal이라는 코드명이었다.)을 따르게 지어진 UI 객체들을 제공한다.
javax.swing.plaf.multi
Provides user interface objects that combine two or more look and feels.
두개 이상의 look and feel들이 결합된 UI 객체들을 제공한다.
javax.swing.plaf.nimbus
Provides user interface objects built according to the cross-platform Nimbus look and feel.
cross - platform의 Numbus look and feel을 따르게 만들어진 UI객체들을 제공
javax.swing.plaf.synth
Synth is a skinnable look and feel in which all painting is delegated.
Synth는 모든 위임된 그림에서의 look and feel은 skinnable(색상, 인터페이스 디자인을 변경 가능)이다.
javax.swing.table
Provides classes and interfaces for dealing with javax.swing.JTable.
Javax.swing.JTable과 함께 다루기 위한 인터페이스와 클래스들을 제공한다.
javax.swing.text
Provides classes and interfaces that deal with editable and noneditable text components.
수정 불가능하고 가능한 텍스트 컴포넌트들을 다루는 인터페이스들과 클래스들을 제공한다.
javax.swing.text.html
Provides the class HTMLEditorKit and supporting classes for creating HTML text editors.
HTML 텍스트 편집기를 만들기 위한 클래스들을 서포트해주고, HTMLEditKit 클래스를 제공한다.
javax.swing.text.html.parser
Provides the default HTML parser, along with support classes.
지원하는 클래스들을 따르는 기본적인 HTML parser를 지원한다.
javax.swing.text.rtf
Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.
Rich-Text-Format 텍스트 편집기를 만들기 위한 클래스들을 제공한다.
javax.swing.tree
Provides classes and interfaces for dealing with javax.swing.JTree.
javax.swing.JTree와 함께 다루기 위한 인터페이스들, 클래스들을 제공한다.
javax.swing.undo
Allows developers to provide support for undo/redo in applications such as text editors.
텍스트 편집기와 같은 어플리케이션에서 undo/redo를 위한 지원을 제공하는 것을 개발자들에게 허가한다.
javax.tools
Provides interfaces for tools which can be invoked from a program, for example, compilers.
예를들면 컴파일러처럼 프로그램에서 적용될 수 있는 도구들을 위한 인터페이스들을 제공한다.
javax.transaction
Contains three exceptions thrown by the ORB machinery during unmarshalling.
역정렬 동안 ORB 기계에 의하여 발생하는 세개의 예외를 포함한다.
javax.transaction.xa
Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions.
JTA 트랜잭션에서 자원 객체를 빼는것, 그리고 더하는 것을 위한 트랜잭션 관리자인 자원 관리자와 트랜잭션 관리자 사이의 계약을 정의하는 API를 제공한다.
javax.xml
javax.xml.bind
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
가치있는 수용량들, 정렬, 역정렬을 포함하는 고객 어플리케이션을 위한 실행 바인딩 프레임워크를 제공한다.
javax.xml.bind.annotation
Defines annotations for customizing Java program elements to XML Schema mapping.
XML 스키마를 매핑하기 위한 된 자바 프로그램 원소들을 커스터마이징하기 위한 주석을 정의한다.
javax.xml.bind.annotation.adapters
XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB.
JAXB와 함께 사용되는 임의적인 자바 클래스들을 허가하기 위한 사양이 정의된 서브 클래스들과 XmlAdapter
javax.xml.bind.attachment
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
MIME에 기초를 둔 패키지 형식 이내의 적합하게 만들어진 이진 데이터의 생성과 해석을 가능하게 하는 MIME에 기초를 둔 처리기에 의해 실행되는 패키지
javax.xml.bind.helpers
JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.
javax.xml.bind 인터페이스들중 몇개를 위한 부분적인, 기본적인 실행을 제공한다.
javax.xml.bind.util
Useful client utility classes.
유용한 클라이언트 유틸리티 클래스들
javax.xml.crypto
Common classes for XML cryptography.
일반적인 XML 암호 작성을 위한 클래스들
javax.xml.crypto.dom
DOM-specific classes for the javax.xml.crypto package.
javax.xml.crypto 패키지를 위한 DOM - specicfic한 클래스들
javax.xml.crypto.dsig
Classes for generating and validating XML digital signatures.
XML 디지털 시그니처를 위한 타당함과 일반화를 위한 클래스들
javax.xml.crypto.dsig.dom
DOM-specific classes for the javax.xml.crypto.dsig package.
javax.xml.crypto.dsig 패키지를 위한 DOM-specific 클래스들
javax.xml.crypto.dsig.keyinfo
Classes for parsing and processing KeyInfo elements and structures.
구조들과 KeyInfo 원소들의 처리와 파싱을 위한 클래스들
javax.xml.crypto.dsig.spec
Parameter classes for XML digital signatures.
XML digital 시그니처를 위한 파라미터 클래스들
javax.xml.datatype
XML/Java Type Mappings.
XML/자바 타입 매핑
javax.xml.namespace
XML Namespace processing.
XML Namesapce 처리
javax.xml.parsers
Provides classes allowing the processing of XML documents.
XML 문서의 처리를 허가하는 클래스들을 제공한다.
javax.xml.soap
Provides the API for creating and building SOAP messages.
SOAP 메세지들을 만들기 위한 API를 제공한다.
javax.xml.stream
javax.xml.stream.events
javax.xml.stream.util
javax.xml.transform
This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
결과의 소스로부터 변화의 수행, 변화 지시의 처리를 위한 일반적 API를 정의하는 패키지
javax.xml.transform.dom
This package implements DOM-specific transformation APIs.
DOM - specific한 변화 API들을 실행하는 패키지
javax.xml.transform.sax
This package implements SAX2-specific transformation APIs.
SAX2 - specific한 변화 API들을 실행하는 패키지
javax.xml.transform.stax
Provides for StAX-specific transformation APIs.
StAX-specific 변화 API들을 제공한다.
javax.xml.transform.stream
This package implements stream- and URI- specific transformation APIs.
URI-specific한 변화 API들과 stream을 실행하는 패키지
javax.xml.validation
This package provides an API for validation of XML documents.
XML 문서들의 확인을 위한 API를 제공하는 패키지
javax.xml.ws
This package contains the core JAX-WS APIs.
핵심 JAX-WS API들을 포함하는 패키지
javax.xml.ws.handler
This package defines APIs for message handlers.
메세지 핸들러들을 위한 API를 정의하는 패키지
javax.xml.ws.handler.soap
This package defines APIs for SOAP message handlers.
SOAP 메세지 핸들러들을 위한 API들을 정의하는 패키지
javax.xml.ws.http
This package defines APIs specific to the HTTP binding.
HTTP binding을 구체화시키는 API를 정의하는 패키지
javax.xml.ws.soap
This package defines APIs specific to the SOAP binding.
SOAP binding을 구체화시키는 API를 정의하는 패키지
javax.xml.ws.spi
This package defines SPIs for JAX-WS.
JAX-WS를 위한 SPI들을 정의하는 패키지
javax.xml.ws.spi.http
Provides HTTP SPI that is used for portable deployment of JAX-WS web services in containers(for e.g.
컨테이너에서의 JAX-WS 웹 서비스의 편리한 배치를 위하여 사용되는 HTTP SPI를 제공한다.
javax.xml.ws.wsaddressing
This package defines APIs related to WS-Addressing.
WS-Addressing과 관계하는 API들을 정의하는 패키지
javax.xml.xpath
This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
평가 환경으로의 접근과 XPath표현의 평가를 위한 object-model neutral API를 제공하는 패키지
org.ietf.jgss
This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API.
통합된 API를 사용함으로써, Kerberos와 같은 근본적인 보안 메커니즘의 변수//////////여기까지
org.omg.CORBA
Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
org.omg.CORBA_2_3
The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6.   These changes occurred in recent revisions to the CORBA API defined by the OMG.  The new methods were added to  interfaces derived from the corresponding interfaces in the CORBA package.  This provides backward compatibility and avoids breaking the JCK tests.
org.omg.CORBA_2_3.portable
Provides methods for the input and output of value types, and contains other updates to the org/omg/CORBA/portable package.
org.omg.CORBA.DynAnyPackage
Provides the exceptions used with the DynAny interface (InvalidValue, Invalid, InvalidSeq, and TypeMismatch).
org.omg.CORBA.ORBPackage
Provides the exception InvalidName, which is thrown by the method ORB.resolve_initial_references and the exception InconsistentTypeCode, which is thrown by the Dynamic Any creation methods in the ORB class.
org.omg.CORBA.portable
Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB.
org.omg.CORBA.TypeCodePackage
Provides the user-defined exceptions BadKind and Bounds, which are thrown by methods in in the class TypeCode.
org.omg.CosNaming
Provides a naming service for Java IDL.
org.omg.CosNaming.NamingContextExtPackage
This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt:
org.omg.CosNaming.NamingContextPackage
This package contains Exception classes for the org.omg.CosNaming package.
org.omg.Dynamic
This package contains the Dynamic module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9.
org.omg.DynamicAny
Provides classes and interfaces that enable traversal of the data value associated with an any at runtime, and extraction of the primitive constituents of the data value.
org.omg.DynamicAny.DynAnyFactoryPackage
This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2.
org.omg.DynamicAny.DynAnyPackage
This package contains classes and exceptions from the DynAny interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.
org.omg.IOP
This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
org.omg.IOP.CodecFactoryPackage
This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).
org.omg.IOP.CodecPackage
This package is generated from the IOP::Codec IDL interface definition.
org.omg.Messaging
This package contains the Messaging module specified in the OMG CORBA Messaging specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07.
org.omg.PortableInterceptor
Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.
org.omg.PortableInterceptor.ORBInitInfoPackage
This package contains the exceptions and typedefs from the ORBInitInfo local interface of the PortableInterceptor module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2.
org.omg.PortableServer
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
org.omg.PortableServer.CurrentPackage
Provides method implementations with access to the identity of the object on which the method was invoked.
org.omg.PortableServer.POAManagerPackage
Encapsulates the processing state of the POAs it is associated with.
org.omg.PortableServer.POAPackage
Allows programmers to construct object implementations that are portable between different ORB products.
org.omg.PortableServer.portable
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
org.omg.PortableServer.ServantLocatorPackage
Provides classes and interfaces for locating the servant.
org.omg.SendingContext
Provides support for the marshalling of value types.
org.omg.stub.java.rmi
Contains RMI-IIOP Stubs for the Remote types that occur in the java.rmi package.
org.w3c.dom
Provides the interfaces for the Document Object Model (DOM) which is a component API of the Java API for XML Processing.
org.w3c.dom.bootstrap
org.w3c.dom.events
org.w3c.dom.ls
org.xml.sax
This package provides the core SAX APIs.
org.xml.sax.ext
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
org.xml.sax.helpers
This package contains "helper" classes, including support for bootstrapping SAX-based applications.

 


관련글 더보기

댓글 영역