|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요 : 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectjava.beans.beancontext.BeanContextChildSupport
java.beans.beancontext.BeanContextSupport
public class BeanContextSupport
이 헬퍼 클래스는 java.beans.beancontext.BeanContext 인터페이스의 유틸리티의 구현을 제공합니다.
이 클래스는, BeanContext 인터페이스를 직접 구현하기 위해(때문에), 이 구현을 서브 클래스화하는 것에 의해, 혹은 다른 인스턴스로부터 이 클래스의 인스턴스의 특별한 위양을 개것에 의해 사용되는 것을 목적으로 하고 있습니다.
상자의 클래스의 개요 | |
---|---|
protected class |
BeanContextSupport.BCSChild
|
protected static class |
BeanContextSupport.BCSIterator
protected final 서브 클래스. |
필드의 개요 | |
---|---|
protected ArrayList |
bcmListeners
protected ArrayList bcmListeners 필드에의 모든 액세스는, 그 객체에 동기화 됩니다. |
protected HashMap |
children
protected HashMap children 필드에의 모든 액세스는, 그 객체에 동기화 됩니다. |
protected boolean |
designTime
이 객체가 현재, 설계시 모드인가 어떤가를 나타내는 boolean 입니다. |
protected Locale |
locale
BeanContext 의 현재의 로케일입니다. |
protected boolean |
okToUseGui
이 인스턴스가 GUI 를 draw 할 수 있을지 어떨지를 나타내는,boolean 입니다. |
클래스 java.beans.beancontext. BeanContextChildSupport 로부터 상속된 필드 |
---|
beanContext , beanContextChildPeer , pcSupport , rejectedSetBCOnce , vcSupport |
인터페이스 java.beans.beancontext. BeanContext 로부터 상속된 필드 |
---|
globalHierarchyLock |
인터페이스 java.beans. DesignMode 로부터 상속된 필드 |
---|
PROPERTYNAME |
생성자 의 개요 | |
---|---|
BeanContextSupport ()
다른 객체의 위양이 아닌 인스턴스를 생성합니다. |
|
BeanContextSupport (BeanContext peer)
디폴트의 로케일을 사용해 인스턴스를 생성합니다. |
|
BeanContextSupport (BeanContext peer,
Locale lcle)
지정된 로케일을 사용해 인스턴스를 생성합니다. |
|
BeanContextSupport (BeanContext peer,
Locale lcle,
boolean dtime)
지정된 로케일을 사용해 설계 모드로 인스턴스를 생성합니다. |
|
BeanContextSupport (BeanContext peer,
Locale lcle,
boolean dTime,
boolean visible)
BeanContextSupport 의 인스턴스를 생성합니다. |
메소드의 개요 | |
---|---|
boolean |
add (Object targetChild)
이 BeanContext 내에 아이를 추가, 즉 상자로 합니다. |
boolean |
addAll (Collection c)
Children 세트에 Collection 를 추가합니다 (지원되어 있지 않다). |
void |
addBeanContextMembershipListener (BeanContextMembershipListener bcml)
BeanContextMembershipListener 를 추가합니다. |
boolean |
avoidingGui ()
BeanContext 의 아이가 GUI 의 사용을 피할지 어떨지 판단하는데 사용됩니다. |
protected Iterator |
bcsChildren ()
이 BeanContext 의 아이 모든 반복자를 돌려줍니다. |
protected void |
bcsPreDeserializationHook (ObjectInputStream ois)
defaultWriteObject()의 뒤, 아이를 직렬화하기 전의 readObject 에 의해 불려 갑니다. |
protected void |
bcsPreSerializationHook (ObjectOutputStream oos)
defaultWriteObject()의 뒤, 아이를 직렬화하기 전의 writeObject 에 의해 불려 갑니다. |
protected void |
childDeserializedHook (Object child,
BeanContextSupport.BCSChild bcsc)
새롭고 직렬화 복원된 아이 및 BCSChild 를 사용해 readObject 에 의해 불려 갑니다. |
protected void |
childJustAddedHook (Object child,
BeanContextSupport.BCSChild bcsc)
서브 클래스는 이 메소드를 오버라이드(override) 해, 아이가 추가되어, 이벤트 통지가 발생하기 전에, 간단하게 add() 시멘틱스를 확장할 수 있습니다. |
protected void |
childJustRemovedHook (Object child,
BeanContextSupport.BCSChild bcsc)
서브 클래스는 이 메소드를 오버라이드(override) 해, 아이가 삭제되어, 이벤트 통지가 발생하기 전에, 간단하게 remove() 시멘틱스를 확장할 수 있습니다. |
protected static boolean |
classEquals (Class first,
Class second)
2 개의 클래스 객체 또는 그러한 이름이 같은가 어떤가를 판정합니다. |
void |
clear ()
아이를 클리어 합니다 (지원되어 있지 않다). |
boolean |
contains (Object o)
지정된 객체가 이 BeanContext 내에 있을지 어떨지를 판정합니다. |
boolean |
containsAll (Collection c)
지정되고 있는 Collection 의 모든 객체가, 이 BeanContext 의 아이인가 어떤가를 판정합니다. |
boolean |
containsKey (Object o)
지정된 객체가 이 BeanContext 내에 있을지 어떨지를 판정합니다. |
protected Object [] |
copyChildren ()
이 BeanContext 의 아이의 카피를 가져옵니다. |
protected BeanContextSupport.BCSChild |
createBCSChild (Object targetChild,
Object peer)
서브 클래스는 이 메소드를 오버라이드(override) 하는 것으로써, 세트에 아이를 추가하는 add() 메소드나 다른 Collection 메소드를 오버라이드(override) 하는 일 없이, Child 의 독자적인 서브 클래스를 삽입할 수가 있습니다. |
protected void |
deserialize (ObjectInputStream ois,
Collection coll)
컬렉션을 직렬화 복원하기 위해서(때문에) readObject 에 의해 사용됩니다. |
void |
dontUseGui ()
이 인스턴스에 GUI 를 draw 할 수 없는 것을 통지합니다. |
protected void |
fireChildrenAdded (BeanContextMembershipEvent bcme)
BeanContextMembershipListener 인터페이스의 BeanContextshipEvent 를 트리거합니다. |
protected void |
fireChildrenRemoved (BeanContextMembershipEvent bcme)
BeanContextMembershipListener 인터페이스의 BeanContextshipEvent 를 트리거합니다. |
BeanContext |
getBeanContextPeer ()
이 객체가 구현을 제공하는 BeanContext 의 인스턴스를 가져옵니다. |
protected static BeanContextChild |
getChildBeanContextChild (Object child)
지정된 아이의 BeanContextChild (존재하는 경우)를 가져옵니다. |
protected static BeanContextMembershipListener |
getChildBeanContextMembershipListener (Object child)
지정된 아이의 BeanContextMembershipListener (존재하는 경우)를 가져옵니다. |
protected static PropertyChangeListener |
getChildPropertyChangeListener (Object child)
지정된 아이의 PropertyChangeListener (존재하는 경우)를 가져옵니다. |
protected static Serializable |
getChildSerializable (Object child)
지정된 Child 에 관련한 Serializable (존재하는 경우)를 가져옵니다. |
protected static VetoableChangeListener |
getChildVetoableChangeListener (Object child)
지정된 아이의 VetoableChangeListener (존재하는 경우)를 가져옵니다. |
protected static Visibility |
getChildVisibility (Object child)
지정된 아이에게 관련한 Component (존재하는 경우)를 가져옵니다. |
Locale |
getLocale ()
이 BeanContext 의 로케일을 가져옵니다. |
URL |
getResource (String name,
BeanContextChild bcc)
java.lang.ClassLoader.getResource() 와 같이, 이 메소드에 의해 BeanContext 구현이 아이 Component 와 기본적인 ClassLoader 와의 사이에 동작을 삽입할 수가 있습니다. |
InputStream |
getResourceAsStream (String name,
BeanContextChild bcc)
java.lang.ClassLoader.getResourceAsStream() 와 같이, 이 메소드에 의해 BeanContext 구현이 아이 Component 와 기본적인 ClassLoader 와의 사이에 동작을 삽입할 수가 있습니다. |
protected void |
initialize ()
BeanContextSupport 인스턴스의 과도 상태를 초기화하기 위해서, 생성자 및 readObject 로부터 불려 가는 protected 메소드입니다. |
Object |
instantiateChild (String beanName)
instantiateChild 메소드는, Bean 를 상자로 해 BeanContext 에 인스턴스를 생성하는 처리를 단순화 하는 BeanContext 의 간이 훅입니다. |
boolean |
isDesignTime ()
이 객체가 현재, 설계시 모드인가 어떤가를 보고합니다. |
boolean |
isEmpty ()
이 BeanContext 가 빈 상태(empty)인가 어떤가를 보고합니다. |
boolean |
isSerializing ()
이 BeanContext 는 직렬화의 처리중인가 |
Iterator |
iterator ()
이 BeanContext 로 상자가 된 JavaBean 또는 BeanContext 의 인스턴스를 가져옵니다. |
boolean |
needsGui ()
일반적으로, 이 메소드는 구현측이 GUI 를 필요로 하고 있는지 어떤지를 판단하기 위해서(때문에), 환경으로부터 불려 갑니다. |
void |
okToUseGui ()
이 인스턴스에 GUI 를 draw 할 수 있는 것을 통지합니다. |
void |
propertyChange (PropertyChangeEvent pce)
서브 클래스는, 아이의 프로퍼티의 변경을 감시하기 위해서 포괄하는 일이 있습니다. |
void |
readChildren (ObjectInputStream ois)
이 클래스의 인스턴스가 BeanContext 프로토콜 ( 및 그 서브 프로토콜)의 구현의 위양으로서 사용될 때는, 직렬화 복원 시에 「닭이 앞이나 알이 앞인가」의 문제가 일어납니다. |
boolean |
remove (Object targetChild)
이 BeanContext 로부터 아이를 삭제합니다. |
protected boolean |
remove (Object targetChild,
boolean callChildSetBC)
예기치 않은 setBeanContext 혹은 remove() 호출로 삭제되는 경우, 내부 삭제가 사용됩니다. |
boolean |
removeAll (Collection c)
지정된 모든 아이를 삭제합니다 (지원되어 있지 않다). |
void |
removeBeanContextMembershipListener (BeanContextMembershipListener bcml)
BeanContextMembershipListener 를 삭제합니다. |
boolean |
retainAll (Collection c)
지정된 아이만을 보관 유지합니다 (지원되어 있지 않다). |
protected void |
serialize (ObjectOutputStream oos,
Collection coll)
컬렉션을 직렬화하기 위해서(때문에) writeObject 에 의해 사용됩니다. |
void |
setDesignTime (boolean dTime)
이 BeanContext 에 새로운 설계시 모드를 설정합니다. |
void |
setLocale (Locale newLocale)
이 BeanContext 의 로케일을 설정합니다. |
int |
size ()
이 BeanContext 로 상자가 된 현재의 아이의 개수를 가져옵니다. |
Object [] |
toArray ()
이 BeanContext 로 상자가 된 JavaBean 또는 BeanContext 의 인스턴스를 가져옵니다. |
Object [] |
toArray (Object [] arry)
이 배열내에 있는 형태와 일치하는 BeanContext 의 모든 아이를 포함한 배열을 가져옵니다. |
protected boolean |
validatePendingAdd (Object targetChild)
이 클래스의 서브 클래스는 이 메소드를 오버라이드(override) 또는 포괄해, BeanContext 에 추가되기 직전에, BeanContext 가 아이 객체를 조사하기 위한 검증 동작을 추가할 수 있습니다. |
protected boolean |
validatePendingRemove (Object targetChild)
이 클래스의 서브 클래스는 이 메소드를 오버라이드(override) 또는 포괄해, BeanContext 로부터 삭제되기 직전에, BeanContext 가 아이 객체를 조사하기 위한 검증 동작을 추가할 수 있습니다. |
void |
vetoableChange (PropertyChangeEvent pce)
서브 클래스는, 아이의 거부 프로퍼티의 변경을 감시하기 위해서 포괄하는 일이 있습니다. |
void |
writeChildren (ObjectOutputStream oos)
이 BeanContext 의 아이 모든 것을 직렬화하는데 사용됩니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
인터페이스 java.beans.beancontext. BeanContextChild 로부터 상속된 메소드 |
---|
addPropertyChangeListener , addVetoableChangeListener , getBeanContext , removePropertyChangeListener , removeVetoableChangeListener , setBeanContext |
인터페이스 java.util. Collection 로부터 상속된 메소드 |
---|
equals , hashCode |
필드의 상세 |
---|
protected transient HashMap children
protected HashMap children
필드에의 모든 액세스는, 그 객체에 동기화 됩니다.
protected transient ArrayList bcmListeners
protected ArrayList bcmListeners
필드에의 모든 액세스는, 그 객체에 동기화 됩니다.
protected Locale locale
protected boolean okToUseGui
protected boolean designTime
생성자 의 상세 |
---|
public BeanContextSupport(BeanContext peer, Locale lcle, boolean dTime, boolean visible)
peer
- 구현을 제공하고 있다
피어 BeanContext,
또는 이 객체가
그것 자신의 피어인 경우는 nulllcle
- 이 BeanContext 의 현재의 Localelcle 가
null 의 경우, 디폴트의 로케일이
BeanContext 인스턴스에 할당할 수 있는dTime
- 초기 상태.
설계 모드의 경우는 true,
실행시 모드의 경우는 falsevisible
- 초기 상태에서의 가시성Locale.getDefault()
,
Locale.setDefault(java.util.Locale)
public BeanContextSupport(BeanContext peer, Locale lcle, boolean dtime)
peer
- 구현을 제공하고 있다
피어 BeanContext,
또는 이 객체가 그것 자신의 피어인 경우는 nulllcle
- 이 BeanContext 의 현재의 Locale. lcle 가
null 의 경우, 디폴트의 로케일이
BeanContext 인스턴스에 할당할 수 있는dtime
- 초기 상태.
설계 모드의 경우는 true,
실행시 모드의 경우는 falseLocale.getDefault()
,
Locale.setDefault(java.util.Locale)
public BeanContextSupport(BeanContext peer, Locale lcle)
peer
- 구현을 제공하고 있다
피어 BeanContext,
이 객체가 그것 자신의 피어의 경우는
nulllcle
- 이 BeanContext 의 현재의
로케일. lcle 가
null 의 경우는,
디폴트의 로케일이
BeanContext 인스턴스에
할당할 수 있는Locale.getDefault()
,
Locale.setDefault(java.util.Locale)
public BeanContextSupport(BeanContext peer)
peer
- 구현을 제공하고 있다
피어 BeanContext,
이 객체가 그것 자신의 피어의 경우는
nullpublic BeanContextSupport()
메소드의 상세 |
---|
public BeanContext getBeanContextPeer()
public Object instantiateChild(String beanName) throws IOException , ClassNotFoundException
instantiateChild 메소드는, Bean 를 상자로 해 BeanContext 에 인스턴스를 생성하는 처리를 단순화 하는 BeanContext 의 간이 훅입니다.
beanName 파라미터의 시멘틱스는, java.beans.Beans.instantate 에 의해 정의됩니다.
BeanContext
내의 instantiateChild
beanName
- 이 BeanContext 내에서 인스턴스를 생성하는 Bean 의 이름
IOException
- Bean 의 직렬화 복원중에 입출력 에러가 발생했을 경우
ClassNotFoundException
- beanName 파라미터
에 의해 식별된 클래스가 발견되지 않는 경우public int size()
Collection
내의 size
public boolean isEmpty()
Collection
내의 isEmpty
public boolean contains(Object o)
Collection
내의 contains
o
- 해당하는 객체
public boolean containsKey(Object o)
o
- 해당하는 객체
public Iterator iterator()
Iterable
내의 iterator
Collection
내의 iterator
public Object [] toArray()
Collection
내의 toArray
public Object [] toArray(Object [] arry)
Collection
내의 toArray
arry
- 대상이 된다
객체형의 배열
protected BeanContextSupport.BCSChild createBCSChild(Object targetChild, Object peer)
서브 클래스는 이 메소드를 오버라이드(override) 하는 것으로써, 세트에 아이를 추가하는 add() 메소드나 다른 Collection 메소드를 오버라이드(override) 하는 일 없이, Child 의 독자적인 서브 클래스를 삽입할 수가 있습니다.
targetChild
- Child 를 작성하는 아이peer
- targetChild 및 피어를 BeanContextProxy 에 의해 관련지을 수 있고 있는 경우는 그 피어public boolean add(Object targetChild)
java.beans.Beans.instantiate()의 부작용으로서 불려 갑니다. 아이 객체를 추가하는 처리가 정당하지 않은 경우, 이 메소드는 IllegalStateException 를 throw 합니다.
Collection
내의 add
targetChild
- 이 BeanContext 내에서
상자가 되는 아이 객체
validatePendingAdd(java.lang.Object)
public boolean remove(Object targetChild)
Collection
내의 remove
targetChild
- 삭제되는 아이 객체
validatePendingRemove(java.lang.Object)
protected boolean remove(Object targetChild, boolean callChildSetBC)
targetChild
- 삭제되는 JavaBean, BeanContext 및 ObjectcallChildSetBC
- 자가 이
BeanContext 의 상자가 아니게 된 것을
통지해야 하는 것이라고 가리키기 위해서(때문에) 사용된다public boolean containsAll(Collection c)
Collection
내의 containsAll
c
- 지정되고 있는 Collection
Collection.contains(Object)
public boolean addAll(Collection c)
Collection
내의 addAll
c
- 컬렉션에 추가되는 요소를 포함한 컬렉션
UnsupportedOperationException
Collection.add(Object)
public boolean removeAll(Collection c)
Collection
내의 removeAll
c
- 이 컬렉션으로부터 삭제되는 요소를 포함한 컬렉션
UnsupportedOperationException
Collection.remove(Object)
,
Collection.contains(Object)
public boolean retainAll(Collection c)
Collection
내의 retainAll
c
- 이 컬렉션으로 보관 유지되는 요소를 포함한 컬렉션
UnsupportedOperationException
Collection.remove(Object)
,
Collection.contains(Object)
public void clear()
Collection
내의 clear
UnsupportedOperationException
public void addBeanContextMembershipListener(BeanContextMembershipListener bcml)
BeanContext
내의 addBeanContextMembershipListener
bcml
- 추가되는 BeanContextMembershipListener
NullPointerException
public void removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
BeanContext
내의 removeBeanContextMembershipListener
bcml
- 삭제하는 BeanContextMembershipListener
NullPointerException
public InputStream getResourceAsStream(String name, BeanContextChild bcc)
BeanContext
의 기술:java.lang.ClassLoader.getResourceAsStream()
와 같이, 이 메소드에 의해 BeanContext
구현이 아이 Component
와 기본적인 ClassLoader
와의 사이에 동작을 삽입할 수가 있습니다.
BeanContext
내의 getResourceAsStream
name
- 요구된 자원의 이름bcc
- 요구를 실시하는 아이 객체
NullPointerException
public URL getResource(String name, BeanContextChild bcc)
BeanContext
의 기술:java.lang.ClassLoader.getResource()
와 같이, 이 메소드에 의해 BeanContext
구현이 아이 Component
와 기본적인 ClassLoader
와의 사이에 동작을 삽입할 수가 있습니다.
BeanContext
내의 getResource
name
- 요구된 자원의 이름bcc
- 요구를 실시하는 아이 객체
public void setDesignTime(boolean dTime)
DesignMode
내의 setDesignTime
dTime
- 신규 designTime 치BeanContext
,
BeanContextMembershipListener
,
PropertyChangeEvent
public boolean isDesignTime()
DesignMode
내의 isDesignTime
public void setLocale(Locale newLocale) throws PropertyVetoException
newLocale
- 신규 로케일. newLocale 가 null
의 경우,
이 메소드 호출에 효과는 없다
PropertyVetoException
- 신규 로케일이 거부되었을 경우public Locale getLocale()
public boolean needsGui()
일반적으로, 이 메소드는 구현측이 GUI 를 필요로 하고 있는지 어떤지를 판단하기 위해서(때문에), 환경으로부터 불려 갑니다.
여기서 사용되고 있는 알고리즘은 BeanContextPeer 와 현재의 아이가 자신을 Containers, Components 의 어느 쪽인지를 판단하는 것을 테스트합니다. Visibility 를 구현하고 있는 경우는, needsGui() == true 를 돌려줍니다.
Visibility
내의 needsGui
public void dontUseGui()
Visibility
내의 dontUseGui
public void okToUseGui()
Visibility
내의 okToUseGui
public boolean avoidingGui()
Visibility
내의 avoidingGui
Visibility
public boolean isSerializing()
protected Iterator bcsChildren()
protected void bcsPreSerializationHook(ObjectOutputStream oos) throws IOException
IOException
protected void bcsPreDeserializationHook(ObjectInputStream ois) throws IOException , ClassNotFoundException
IOException
ClassNotFoundException
protected void childDeserializedHook(Object child, BeanContextSupport.BCSChild bcsc)
child
- 새롭게 직렬화 복원된 아이bcsc
- 새롭게 직렬화 복원된 BCSChildprotected final void serialize(ObjectOutputStream oos, Collection coll) throws IOException
oos
- 직렬화중에 사용한다
ObjectOutputStreamcoll
- 직렬화하는 Collection
IOException
- 직렬화에 실패했을 경우protected final void deserialize(ObjectInputStream ois, Collection coll) throws IOException , ClassNotFoundException
ois
- 사용하는 ObjectInputStreamcoll
- 컬렉션
IOException
ClassNotFoundException
public final void writeChildren(ObjectOutputStream oos) throws IOException
oos
- 직렬화중에 사용한다
ObjectOutputStream
IOException
- 직렬화에 실패했을 경우public final void readChildren(ObjectInputStream ois) throws IOException , ClassNotFoundException
IOException
ClassNotFoundException
public void vetoableChange(PropertyChangeEvent pce) throws PropertyVetoException
VetoableChangeListener
내의 vetoableChange
pce
- 이벤트 소스 및 변경한 프로퍼티을 기술한다
PropertyChangeEvent
객체
PropertyVetoException
- 수취하는 측으로 프로퍼티 변경의
롤백(rollback)를 지정하고 있는 경우public void propertyChange(PropertyChangeEvent pce)
PropertyChangeListener
내의 propertyChange
pce
- 이벤트 소스 및 변경한 프로퍼티을 기술한다
PropertyChangeEvent 객체protected boolean validatePendingAdd(Object targetChild)
이 클래스의 서브 클래스는 이 메소드를 오버라이드(override) 또는 포괄해, BeanContext 에 추가되기 직전에, BeanContext 가 아이 객체를 조사하기 위한 검증 동작을 추가할 수 있습니다.
protected boolean validatePendingRemove(Object targetChild)
이 클래스의 서브 클래스는 이 메소드를 오버라이드(override) 또는 포괄해, BeanContext 로부터 삭제되기 직전에, BeanContext 가 아이 객체를 조사하기 위한 검증 동작을 추가할 수 있습니다.
protected void childJustAddedHook(Object child, BeanContextSupport.BCSChild bcsc)
protected void childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
protected static final Visibility getChildVisibility(Object child)
child
- 지정된 아이
protected static final Serializable getChildSerializable(Object child)
child
- 지정된 아이
protected static final PropertyChangeListener getChildPropertyChangeListener(Object child)
child
- 지정된 아이
protected static final VetoableChangeListener getChildVetoableChangeListener(Object child)
child
- 지정된 아이
protected static final BeanContextMembershipListener getChildBeanContextMembershipListener(Object child)
child
- 지정된 아이
protected static final BeanContextChild getChildBeanContextChild(Object child)
child
- 지정된 아이
IllegalArgumentException
- 자가 BeanContextChild 및 BeanContextProxy 의 양쪽 모두를 구현하고 있는 경우protected final void fireChildrenAdded(BeanContextMembershipEvent bcme)
protected final void fireChildrenRemoved(BeanContextMembershipEvent bcme)
protected void initialize()
protected final Object [] copyChildren()
protected static final boolean classEquals(Class first, Class second)
first
- 최초의 객체second
- 2 번째의 객체
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요 : 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.