Outline (Java)

Represents an outline in a database.

Syntax

public class Outline extends Base

Containment

Contained by: Database

Contains: OutlineEntry

Properties

Alias through getAlias and setAlias

Comment through getComment and setComment

Name through getName and setName

ParentDatabase through getParentDatabase

Methods

addEntry

createEntry

getChild

getFirst

getLast

getNext

getNextSibling

getParent

getPrev

getPrevSibling

moveEntry

recycle

removeEntry

save

Creation and access

Create an outline with createOutline in Database. Get an existing outline object with getOutline in Database.

Usage

An outline supports a hierarchy of outline entries and provides methods for their navigation and manipulation.

Example