JAVA/CORBA クラス
データベースのアウトラインを表します。
構文
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 を使用して既存のアウトラインオブジェクトを取得します。
使用法
アウトラインはアウトラインエントリの階層をサポートし、アウトラインエントリのナビゲーションと操作のためのメソッドを提供します。
例 関連項目