- java.lang.Object
-
- java.beans.beancontext.BeanContextChildSupport
-
- java.beans.beancontext.BeanContextSupport
-
- すべての実装されたインタフェース:
BeanContext
,BeanContextChild
,BeanContextServiceRevokedListener
,BeanContextServicesListener
,DesignMode
,PropertyChangeListener
,VetoableChangeListener
,Visibility
,Serializable
,Iterable<E>
,Collection
,EventListener
- 直系の既知のサブクラス:
BeanContextServicesSupport
public class BeanContextSupport extends BeanContextChildSupport implements BeanContext, Serializable, PropertyChangeListener, VetoableChangeListener
このヘルパー・クラスは、java.beans.beancontext.BeanContextインタフェースのユーティリティの実装を提供します。このクラスは、BeanContextインタフェースを直接実装するため、この実装をサブクラス化することによって、あるいはほかのインスタンスからこのクラスのインスタンスの特別な委譲を介すことによって使用されることを目的としています。
- 導入されたバージョン:
- 1.2
- 関連項目:
- 直列化された形式
-
-
ネストされたクラスのサマリー
ネストされたクラス 修飾子と型 クラス 説明 protected class
BeanContextSupport.BCSChild
protected static class
BeanContextSupport.BCSIterator
protected finalサブクラス。イテレータをカプセル化しますが、何も行わないremove()メソッドを実装します。
-
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 protected ArrayList<BeanContextMembershipListener>
bcmListeners
protected ArrayList bcmListeners
フィールドへのすべてのアクセスは、そのオブジェクトで同期されます。protected HashMap<Object,BeanContextSupport.BCSChild>
children
protected HashMap children
フィールドへのすべてのアクセスは、そのオブジェクトで同期されます。protected boolean
designTime
このオブジェクトが現在、設計時モードであるかどうかを示すboolean
。protected Locale
locale
BeanContextの現在のロケールです。protected boolean
okToUseGui
このインスタンスがGUIを描画できるかどうかを示すboolean
。-
インタフェース java.beans.beancontext.BeanContextから継承されたフィールド
globalHierarchyLock
-
クラス java.beans.beancontext.BeanContextChildSupportから継承されたフィールド
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport
-
インタフェース 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のインスタンスを生成します。
-
メソッドのサマリー
すべてのメソッド staticメソッド インスタンス・メソッド 具象メソッド 修飾子と型 メソッド 説明 boolean
add(Object targetChild)
このBeanContext
内に子を追加、すなわち入れ子にします。boolean
addAll(Collection c)
ChildrenのセットにCollectionを追加します(サポートされていない)。実装では、階層のロックおよび「子」のprotectedフィールドについて同期をとる必要があります。void
addBeanContextMembershipListener(BeanContextMembershipListener bcml)
BeanContextMembershipListenerを追加します。boolean
avoidingGui()
BeanContext
の子がGUIの使用を避けているかどうかを判断するために使われます。protected Iterator<BeanContextSupport.BCSChild>
bcsChildren()
このBeanContext
のすべての子のイテレータを返します。protected void
bcsPreDeserializationHook(ObjectInputStream ois)
defaultReadObject()のあと、子を直列化する前の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)
サブクラスはこのメソッドをオーバーライドして、子が追加されて、イベント通知が発生する前に、簡単にadd()セマンティックスを拡張できます。protected void
childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
サブクラスはこのメソッドをオーバーライドして、子が削除されて、イベント通知が発生する前に、簡単にremove()セマンティックスを拡張できます。protected static boolean
classEquals(Class<?> first, Class<?> second)
2つのクラス・オブジェクトまたはそれらの名前が同じかどうかを判定します。void
clear()
子をクリアします(サポートされていない)。実装では、階層のロックおよび「子」のprotectedフィールドについて同期をとる必要があります。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)
サブクラスはこのメソッドをオーバーライドすることにより、セットに子を追加するadd()メソッドやほかのCollectionメソッドをオーバーライドすることなく、Childの独自のサブクラスを挿入することができます。protected void
deserialize(ObjectInputStream ois, Collection coll)
コレクションを直列化復元するためにreadObjectによって使用されます。void
dontUseGui()
このインスタンスにGUIを描画できないことを通知します。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
が空かどうかを報告します。boolean
isSerializing()
このBeanContext
は直列化の処理中ですか。Iterator<Object>
iterator()
このBeanContext
内で現在入れ子になっているJavaBeanまたはBeanContext
のインスタンスをすべて取得します。boolean
needsGui()
通常、このメソッドは実装側がGUIを必要としているかどうかを判断するために、環境から呼び出されます。void
okToUseGui()
このインスタンスにGUIを描画できることを通知します。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)
指定されたすべての子を削除します(サポートされていない)。実装では、階層のロックおよび「子」のprotectedフィールドについて同期をとる必要があります。void
removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
BeanContextMembershipListenerを削除します。boolean
retainAll(Collection c)
指定された子だけを保持します(サポートされていない)。実装では、階層のロックおよび「子」のprotectedフィールドについて同期をとる必要があります。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)
arryに含まれる型と一致する、このBeanContext
のすべての子を含む配列を取得します。protected boolean
validatePendingAdd(Object targetChild)
このクラスのサブクラスはこのメソッドをオーバーライドまたは包括して、BeanContextに追加される直前に、BeanContextが子オブジェクトを調べるための検証動作を追加できます。protected boolean
validatePendingRemove(Object targetChild)
このクラスのサブクラスはこのメソッドをオーバーライドまたは包括して、BeanContextから削除される直前に、BeanContextが子オブジェクトを調べるための検証動作を追加できます。void
vetoableChange(PropertyChangeEvent pce)
サブクラスは、子の拒否プロパティの変更を監視するために包括することがあります。void
writeChildren(ObjectOutputStream oos)
このBeanContext
のすべての子を直列化するために使用されます。-
インタフェース java.beans.beancontext.BeanContextChildから継承されたメソッド
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext
-
クラス java.beans.beancontext.BeanContextChildSupportから継承されたメソッド
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext
-
インタフェース java.util.Collectionから継承されたメソッド
equals, hashCode, parallelStream, removeIf, spliterator, stream
-
-
-
-
フィールドの詳細
-
children
protected transient HashMap<Object,BeanContextSupport.BCSChild> children
protected HashMap children
フィールドへのすべてのアクセスは、そのオブジェクトで同期されます。
-
bcmListeners
protected transient ArrayList<BeanContextMembershipListener> bcmListeners
protected ArrayList bcmListeners
フィールドへのすべてのアクセスは、そのオブジェクトで同期されます。
-
locale
protected Locale locale
BeanContextの現在のロケールです。
-
okToUseGui
protected boolean okToUseGui
このインスタンスがGUIを描画できるかどうかを示すboolean
。
-
designTime
protected boolean designTime
このオブジェクトが現在、設計時モードであるかどうかを示すboolean
。
-
-
コンストラクタの詳細
-
BeanContextSupport
public BeanContextSupport(BeanContext peer, Locale lcle, boolean dTime, boolean visible)
BeanContextSupportのインスタンスを生成します。- パラメータ:
peer
- 実装の提供先となるピアBeanContext
、このオブジェクトが自身のピアである場合はnull
lcle
- このBeanContextの現在のロケール。lcle
がnull
の場合は、デフォルトのロケールがBeanContext
インスタンスに割り当てられます。dTime
- 初期状態、設計モードの場合はtrue
、実行時の場合はfalse
。visible
- 初期状態での可視性。- 関連項目:
Locale.getDefault()
,Locale.setDefault(java.util.Locale)
-
BeanContextSupport
public BeanContextSupport(BeanContext peer, Locale lcle, boolean dtime)
指定されたロケールを使って設計モードでインスタンスを生成します。- パラメータ:
peer
- 実装の提供先となるピアBeanContext
、このオブジェクトが自身のピアである場合はnull
lcle
- このBeanContext
の現在のロケール。lcle
がnull
の場合は、デフォルトのロケールがBeanContext
インスタンスに割り当てられます。dtime
- 初期状態、設計モードの場合はtrue
、実行時の場合はfalse
。- 関連項目:
Locale.getDefault()
,Locale.setDefault(java.util.Locale)
-
BeanContextSupport
public BeanContextSupport(BeanContext peer, Locale lcle)
指定されたロケールを使ってインスタンスを生成します。- パラメータ:
peer
- 実装の提供先となるピアBeanContext、このオブジェクトが自身のピアである場合はnull
lcle
- このBeanContext
の現在のロケール。lcle
がnull
の場合は、デフォルトのロケールがBeanContext
インスタンスに割り当てられます。- 関連項目:
Locale.getDefault()
,Locale.setDefault(java.util.Locale)
-
BeanContextSupport
public BeanContextSupport(BeanContext peer)
デフォルトのロケールを使ってインスタンスを生成します。- パラメータ:
peer
- 実装の提供先となるピアBeanContext
、このオブジェクトが自身のピアである場合はnull
-
BeanContextSupport
public BeanContextSupport()
ほかのオブジェクトの委譲でないインスタンスを生成します。
-
-
メソッドの詳細
-
getBeanContextPeer
public BeanContext getBeanContextPeer()
このオブジェクトが実装を提供しているBeanContext
のインスタンスを取得します。- 戻り値:
- BeanContextインスタンス
-
instantiateChild
public Object instantiateChild(String beanName) throws IOException, ClassNotFoundException
instantiateChildメソッドは、Beanを入れ子にして
BeanContext
にインスタンスを生成するタスクを単純化するBeanContextの簡易フックです。beanNameパラメータのセマンティックスは、java.beans.Beans.instantiateによって定義されます。
- 定義:
instantiateChild
、インタフェース:BeanContext
- パラメータ:
beanName
- このBeanContext内でインスタンスを生成するBeanの名前- 戻り値:
- 新規オブジェクト
- 例外:
IOException
- Beanの直列化復元中に入出力エラーが発生した場合ClassNotFoundException
- beanNameパラメータによって識別されたクラスが見つからない場合
-
size
public int size()
このBeanContextで入れ子になった現在の子の個数を取得します。- 定義:
size
、インタフェース:Collection
- 戻り値:
- 子の数
-
isEmpty
public boolean isEmpty()
このBeanContext
が空かどうかを報告します。 入れ子になった子がない場合、BeanContext
は空とみなされます。- 定義:
isEmpty
、インタフェース:Collection
- 戻り値:
- 子がないかどうか
-
contains
public boolean contains(Object o)
指定されたオブジェクトが現在このBeanContext
の子であるかどうかを判定します。- 定義:
contains
、インタフェース:Collection
- パラメータ:
o
- 該当するオブジェクト- 戻り値:
- このオブジェクトが子の場合
-
containsKey
public boolean containsKey(Object o)
指定されたオブジェクトが現在このBeanContext
の子であるかどうかを判定します。- パラメータ:
o
- 該当するオブジェクト- 戻り値:
- このオブジェクトが子の場合
-
iterator
public Iterator<Object> iterator()
このBeanContext
内で現在入れ子になっているJavaBeanまたはBeanContext
のインスタンスをすべて取得します。- 定義:
iterator
、インタフェース:Collection
- 定義:
iterator
、インタフェース:Iterable<E>
- 戻り値:
- 入れ子になった子の
Iterator
-
toArray
public Object[] toArray()
このBeanContext内で現在入れ子になっているJavaBeanまたはBeanContext
のインスタンスをすべて取得します。- 定義:
toArray
、インタフェース:Collection
- 戻り値:
- コレクションのすべての要素が格納されている配列
-
toArray
public Object[] toArray(Object[] arry)
arryに含まれる型と一致する、このBeanContext
のすべての子を含む配列を取得します。- 定義:
toArray
、インタフェース:Collection
- パラメータ:
arry
- 対象となるオブジェクト型の配列。- 戻り値:
- 子の配列
-
createBCSChild
protected BeanContextSupport.BCSChild createBCSChild(Object targetChild, Object peer)
サブクラスはこのメソッドをオーバーライドすることにより、セットに子を追加するadd()メソッドやほかのCollectionメソッドをオーバーライドすることなく、Childの独自のサブクラスを挿入することができます。
- パラメータ:
targetChild
- 代わりにChildを作成する子peer
- tragetChildとピアがBeanContextProxyの実装によって関連付けられている場合は、ピア- 戻り値:
- コレクション・メソッドをオーバーライドしない、子のサブ型固有のサブクラス
-
add
public boolean add(Object targetChild)
このBeanContext
内に子を追加、すなわち入れ子にします。java.beans.Beans.instantiate()の副作用として呼び出されます。 子オブジェクトを追加する処理が正当でない場合、このメソッドはIllegalStateExceptionをスローします。
- 定義:
add
、インタフェース:Collection
- パラメータ:
targetChild
- このBeanContext
内で入れ子になる子オブジェクト- 戻り値:
- 子の追加が成功した場合はtrue。
- 関連項目:
validatePendingAdd(java.lang.Object)
-
remove
public boolean remove(Object targetChild)
このBeanContextから子を削除します。 子オブジェクトを追加する処理が正当でない場合、このメソッドはIllegalStateExceptionをスローします。- 定義:
remove
、インタフェース:Collection
- パラメータ:
targetChild
- 削除される子オブジェクト- 戻り値:
- この呼出しの結果として要素が削除された場合は
true
- 関連項目:
validatePendingRemove(java.lang.Object)
-
remove
protected boolean remove(Object targetChild, boolean callChildSetBC)
予期しないsetBeanContext
あるいはremove()
呼出しで削除が行われる場合に使用される内部削除。- パラメータ:
targetChild
- 削除されるJavaBean、BeanContext、またはObjectcallChildSetBC
- 子がこのBeanContext
の入れ子でなくなったことを通知するべきであると示すために使用される。- 戻り値:
- 削除する前に存在したかどうか
-
containsAll
public boolean containsAll(Collection c)
指定されたCollection
内のすべての子がこのBeanContext
の子であるかどうかを調べます。- 定義:
containsAll
、インタフェース:Collection
- パラメータ:
c
- 指定されているCollection
- 戻り値:
- コレクションのすべてのオブジェクトが、このBeanContextの子の場合は
true
、そうでない場合はfalse
。 - 関連項目:
Collection.contains(Object)
-
addAll
public boolean addAll(Collection c)
ChildrenのセットにCollectionを追加します(サポートされていない)。実装では、階層のロックおよび「子」のprotectedフィールドについて同期をとる必要があります。- 定義:
addAll
、インタフェース:Collection
- パラメータ:
c
- このコレクションに追加される要素を含むコレクション- 戻り値:
- この実装では、無条件に
UnsupportedOperationException
がスローされます - 例外:
UnsupportedOperationException
- この実装によって無条件にスローされる- 関連項目:
Collection.add(Object)
-
removeAll
public boolean removeAll(Collection c)
指定されたすべての子を削除します(サポートされていない)。実装では、階層のロックおよび「子」のprotectedフィールドについて同期をとる必要があります。- 定義:
removeAll
、インタフェース:Collection
- パラメータ:
c
- このコレクションから削除される要素を含むコレクション- 戻り値:
- この実装では、無条件に
UnsupportedOperationException
がスローされます - 例外:
UnsupportedOperationException
- この実装によって無条件にスローされる- 関連項目:
Collection.remove(Object)
,Collection.contains(Object)
-
retainAll
public boolean retainAll(Collection c)
指定された子だけを保持します(サポートされていない)。実装では、階層のロックおよび「子」のprotectedフィールドについて同期をとる必要があります。- 定義:
retainAll
、インタフェース:Collection
- パラメータ:
c
- このコレクションで保持される要素を含むコレクション- 戻り値:
- この実装では、無条件に
UnsupportedOperationException
がスローされます - 例外:
UnsupportedOperationException
- この実装によって無条件にスローされる- 関連項目:
Collection.remove(Object)
,Collection.contains(Object)
-
clear
public void clear()
子をクリアします(サポートされていない)。実装では、階層のロックおよび「子」のprotectedフィールドについて同期をとる必要があります。- 定義:
clear
、インタフェース:Collection
- 例外:
UnsupportedOperationException
- この実装によって無条件にスローされる
-
addBeanContextMembershipListener
public void addBeanContextMembershipListener(BeanContextMembershipListener bcml)
BeanContextMembershipListenerを追加します。- 定義:
addBeanContextMembershipListener
、インタフェース:BeanContext
- パラメータ:
bcml
- 追加されるBeanContextMembershipListener- 例外:
NullPointerException
- 引数がnullの場合
-
removeBeanContextMembershipListener
public void removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
BeanContextMembershipListenerを削除します。- 定義:
removeBeanContextMembershipListener
、インタフェース:BeanContext
- パラメータ:
bcml
- 削除するBeanContextMembershipListener- 例外:
NullPointerException
- 引数がnullの場合
-
getResourceAsStream
public InputStream getResourceAsStream(String name, BeanContextChild bcc)
インタフェースからコピーされた説明:BeanContext
java.lang.ClassLoader.getResourceAsStream()
と同じように、このメソッドによってBeanContext
実装で子のComponent
とベースとなるClassLoader
の間に動作を挿入できます。- 定義:
getResourceAsStream
、インタフェース:BeanContext
- パラメータ:
name
- リクエストされたリソースの名前。bcc
- リクエストを行う子オブジェクト。- 戻り値:
- InputStreamとして要求されたリソース
- 例外:
NullPointerException
- 引数がnullの場合
-
getResource
public URL getResource(String name, BeanContextChild bcc)
インタフェースからコピーされた説明:BeanContext
java.lang.ClassLoader.getResource()
と同じように、このメソッドによってBeanContext
実装で子のComponent
とベースとなるClassLoader
の間に動作を挿入できます。- 定義:
getResource
、インタフェース:BeanContext
- パラメータ:
name
- リクエストされたリソースの名前。bcc
- リクエストを行う子オブジェクト。- 戻り値:
- InputStreamとして要求されたリソース
-
setDesignTime
public void setDesignTime(boolean dTime)
このBeanContext
用に新しい設計時値を設定します。- 定義:
setDesignTime
、インタフェース:DesignMode
- パラメータ:
dTime
- 新規designTime値- 関連項目:
BeanContext
,BeanContextMembershipListener
,PropertyChangeEvent
-
isDesignTime
public boolean isDesignTime()
このオブジェクトが現在、設計時モードかどうかを報告します。- 定義:
isDesignTime
、インタフェース:DesignMode
- 戻り値:
- 設計時モードの場合は
true
、それ以外の場合はfalse
-
setLocale
public void setLocale(Locale newLocale) throws PropertyVetoException
このBeanContextのロケールを設定します。- パラメータ:
newLocale
- 新規ロケール。 newLocaleがnull
の場合、このメソッド呼出しに効果はない。- 例外:
PropertyVetoException
- 新規ロケールが拒否された場合
-
getLocale
public Locale getLocale()
このBeanContext
のロケールを取得します。- 戻り値:
BeanContext
の現在のLocale
-
needsGui
public boolean needsGui()
通常、このメソッドは実装側がGUIを必要としているかどうかを判断するために、環境から呼び出されます。
ここで使われているアルゴリズムはBeanContextPeerと、現在の子が自身をContainers、Componentsのどちらかを判断するのをテストします。Visibilityを実装している場合は、needsGui()== trueを返します。
- 定義:
needsGui
、インタフェース:Visibility
- 戻り値:
- 実装側がGUIを必要とする場合は
true
-
dontUseGui
public void dontUseGui()
このインスタンスにGUIを描画できないことを通知します。- 定義:
dontUseGui
、インタフェース:Visibility
-
okToUseGui
public void okToUseGui()
このインスタンスにGUIを描画できることを通知します。- 定義:
okToUseGui
、インタフェース:Visibility
-
avoidingGui
public boolean avoidingGui()
BeanContext
の子がGUIの使用を避けているかどうかを判断するために使われます。- 定義:
avoidingGui
、インタフェース:Visibility
- 戻り値:
- このインスタンスがGUIの使用を避けるか
- 関連項目:
Visibility
-
isSerializing
public boolean isSerializing()
このBeanContext
は直列化の処理中ですか。- 戻り値:
- この
BeanContext
が現在直列化されている場合
-
bcsChildren
protected Iterator<BeanContextSupport.BCSChild> bcsChildren()
このBeanContext
のすべての子のイテレータを返します。- 戻り値:
- 現在のすべてのBCSChild値のイテレータ
-
bcsPreSerializationHook
protected void bcsPreSerializationHook(ObjectOutputStream oos) throws IOException
defaultWriteObject()のあと、子を直列化する前のwriteObjectによって呼び出されます。 スーパー・クラスが子を直列化する前の状態をカスタム直列化するサブクラスを使って、このメソッドをオーバーライドできます。 しかし、このメソッドは、writeObject()(がある場合)の独自の実装を置換するサブクラスで使用することはできません。- パラメータ:
oos
- 直列化中に使用するObjectOutputStream
- 例外:
IOException
- 直列化に失敗した場合
-
bcsPreDeserializationHook
protected void bcsPreDeserializationHook(ObjectInputStream ois) throws IOException, ClassNotFoundException
defaultReadObject()のあと、子を直列化する前のreadObjectによって呼び出されます。 スーパー・クラスが子を直列化する前の状態をカスタム直列化復元するサブクラスを使って、このメソッドをオーバーライドできます。 しかし、このメソッドは、readObject()(がある場合)独自の実装を置換するために、サブクラスで使用することはできません。- パラメータ:
ois
- 直列化復元中に使用するObjectInputStream
- 例外:
IOException
- 直列化復元が失敗した場合ClassNotFoundException
- 必要なクラスが見つからない場合
-
childDeserializedHook
protected void childDeserializedHook(Object child, BeanContextSupport.BCSChild bcsc)
新しく直列化復元された子およびBCSChildを使ってreadObjectによって呼び出されます。- パラメータ:
child
- 新たに直列化復元された子bcsc
- 新たに直列化復元されたBCSChild
-
serialize
protected final void serialize(ObjectOutputStream oos, Collection<?> coll) throws IOException
コレクションを直列化するためにwriteObjectによって使用されます。- パラメータ:
oos
- 直列化中に使用するObjectOutputStream
coll
- 直列化するCollection
- 例外:
IOException
- 直列化に失敗した場合
-
deserialize
protected final void deserialize(ObjectInputStream ois, Collection coll) throws IOException, ClassNotFoundException
コレクションを直列化復元するためにreadObjectによって使用されます。- パラメータ:
ois
- 使用するObjectInputStreamcoll
- コレクション- 例外:
IOException
- 直列化復元が失敗した場合ClassNotFoundException
- 必要なクラスが見つからない場合
-
writeChildren
public final void writeChildren(ObjectOutputStream oos) throws IOException
このBeanContext
のすべての子を直列化するために使用されます。- パラメータ:
oos
- 直列化中に使用するObjectOutputStream
- 例外:
IOException
- 直列化に失敗した場合
-
readChildren
public final void readChildren(ObjectInputStream ois) throws IOException, ClassNotFoundException
このクラスのインスタンスがBeanContextプロトコル(およびそのサブプロトコル)の実装の委譲として使用されるときには、直列化復元の際に「鶏が先か卵が先か」の問題が起こります。- パラメータ:
ois
- 使用するObjectInputStream- 例外:
IOException
- 直列化復元が失敗した場合ClassNotFoundException
- 必要なクラスが見つからない場合
-
vetoableChange
public void vetoableChange(PropertyChangeEvent pce) throws PropertyVetoException
サブクラスは、子の拒否プロパティの変更を監視するために包括することがあります。- 定義:
vetoableChange
、インタフェース:VetoableChangeListener
- パラメータ:
pce
- イベント・ソースと変更されたプロパティを記述したPropertyChangeEvent
オブジェクト。- 例外:
PropertyVetoException
- 受け取り側がプロパティ変更をロールバックすることを望んでいる場合。
-
propertyChange
public void propertyChange(PropertyChangeEvent pce)
サブクラスは、子のプロパティの変更を監視するために包括することがあります。- 定義:
propertyChange
、インタフェース:PropertyChangeListener
- パラメータ:
pce
- イベント・ソースと変更されたプロパティを記述したPropertyChangeEventオブジェクト。
-
validatePendingAdd
protected boolean validatePendingAdd(Object targetChild)
このクラスのサブクラスはこのメソッドをオーバーライドまたは包括して、BeanContextに追加される直前に、BeanContextが子オブジェクトを調べるための検証動作を追加できます。
- パラメータ:
targetChild
- 代わりにChildを作成する子- 戻り値:
- 子がこのBeanContextに追加された場合はtrue、そうでない場合はfalse。
-
validatePendingRemove
protected boolean validatePendingRemove(Object targetChild)
このクラスのサブクラスはこのメソッドをオーバーライドまたは包括して、BeanContextから削除される直前に、BeanContextが子オブジェクトを調べるための検証動作を追加できます。
- パラメータ:
targetChild
- 代わりにChildを作成する子- 戻り値:
- 子がこのBeanContextから削除される場合はtrue、そうでない場合はfalse。
-
childJustAddedHook
protected void childJustAddedHook(Object child, BeanContextSupport.BCSChild bcsc)
サブクラスはこのメソッドをオーバーライドして、子が追加されて、イベント通知が発生する前に、簡単にadd()セマンティックスを拡張できます。 このメソッドは同期化されている子を使って呼び出されます。- パラメータ:
child
- 子bcsc
- BCSChild
-
childJustRemovedHook
protected void childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
サブクラスはこのメソッドをオーバーライドして、子が削除されて、イベント通知が発生する前に、簡単にremove()セマンティックスを拡張できます。 このメソッドは同期化されている子を使って呼び出されます。- パラメータ:
child
- 子bcsc
- BCSChild
-
getChildVisibility
protected static final Visibility getChildVisibility(Object child)
指定された子に関連したComponent (存在する場合)を取得します。- パラメータ:
child
- 指定された子- 戻り値:
- 指定された子に関連したComponent (存在する場合)。
-
getChildSerializable
protected static final Serializable getChildSerializable(Object child)
指定されたChildに関連したSerializable (存在する場合)を取得します。- パラメータ:
child
- 指定された子- 戻り値:
- 指定されたChildに関連したSerializable (存在する場合)
-
getChildPropertyChangeListener
protected static final PropertyChangeListener getChildPropertyChangeListener(Object child)
指定された子のPropertyChangeListener (存在する場合)を取得します。- パラメータ:
child
- 指定された子- 戻り値:
- 指定された子のPropertyChangeListener (存在する場合)
-
getChildVetoableChangeListener
protected static final VetoableChangeListener getChildVetoableChangeListener(Object child)
指定された子のVetoableChangeListener (存在する場合)を取得します。- パラメータ:
child
- 指定された子- 戻り値:
- 指定された子のVetoableChangeListener (存在する場合)
-
getChildBeanContextMembershipListener
protected static final BeanContextMembershipListener getChildBeanContextMembershipListener(Object child)
指定された子のBeanContextMembershipListener (存在する場合)を取得します。- パラメータ:
child
- 指定された子- 戻り値:
- 指定された子のBeanContextMembershipListener (存在する場合)
-
getChildBeanContextChild
protected static final BeanContextChild getChildBeanContextChild(Object child)
指定された子のBeanContextChild (存在する場合)を取得します。- パラメータ:
child
- 指定された子- 戻り値:
- 指定された子のBeanContextChild (存在する場合)
- 例外:
IllegalArgumentException
- 子がBeanContextChildおよびBeanContextProxyの両方を実装している場合
-
fireChildrenAdded
protected final void fireChildrenAdded(BeanContextMembershipEvent bcme)
BeanContextMembershipListenerインタフェースのBeanContextshipEventをトリガーします。- パラメータ:
bcme
- トリガーするイベント
-
fireChildrenRemoved
protected final void fireChildrenRemoved(BeanContextMembershipEvent bcme)
BeanContextMembershipListenerインタフェースのBeanContextshipEventをトリガーします。- パラメータ:
bcme
- トリガーするイベント
-
initialize
protected void initialize()
BeanContextSupportインスタンスの過渡状態を初期化するために、コンストラクタおよびreadObjectから呼び出されるprotectedメソッドです。 このクラスは、このメソッドを使用して、子のPropertyChangeおよびVetoableChangeイベントのモニターに使用される内部クラス・リスナーをインスタンス化します。サブクラスは独自の初期化動作を追加するためにこのメソッドを包括できます。
-
copyChildren
protected final Object[] copyChildren()
このBeanContextの子のコピーを取得します。- 戻り値:
- 現在の入れ子になった子のコピー
-
-