JAVA/CORBA クラス


Outline クラス

データベースのアウトラインを表します。

構文public class Outline extends Base
包含関係スーパークラス:Database
サブクラス:OutlineEntry

プロパティ(Alias (getAlias と setAlias を使用)
Comment (getComment と setComment を使用)

Name (getName と setName を使用)

ParentDatabase (getParentDatabase を使用)

メソッドaddEntry
createEntry

getChild

getFirst

getLast

getNext

getNextSibling

getParent

getPrev

getPrevSibling

moveEntry

recycle

removeEntry

save

作成方法とアクセス方法Database の createOutline を使用してアウトラインを作成します。Database の getOutline を使用して既存のアウトラインオブジェクトを取得します。
使用法アウトラインはアウトラインエントリの階層をサポートし、アウトラインエントリのナビゲーションと操作のためのメソッドを提供します。

関連項目