com.azalient.api.file.view
Interface ChapterV

All Superinterfaces:
ListModel, TreeNode

public interface ChapterV
extends TreeNode, ListModel

An internal interface for the table view of the data


Method Summary
 void addPage(String newPageName)
           
 BookV book()
           
 ChapterV delete()
           
 boolean modified()
           
 void modify()
           
 String name()
           
 PageV page(String string)
           
 PageV[] pages()
           
 PageType pageType()
           
 void rebuild()
           
 void saved()
           
 String uniqueName(String string)
           
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
 

Method Detail

name

String name()

book

BookV book()

pageType

PageType pageType()

pages

PageV[] pages()

page

PageV page(String string)

addPage

void addPage(String newPageName)

modified

boolean modified()

modify

void modify()

saved

void saved()

delete

ChapterV delete()

uniqueName

String uniqueName(String string)

rebuild

void rebuild()