Outline (Java)

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

構文

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 を使用して既存のアウトラインオブジェクトを取得します。

使用法

アウトラインでは、アウトラインエントリの階層がサポートされ、それらのエントリのナビゲーションと操作のためのメソッドが用意されています。