com.azalient.api.file.view
Interface BookV

All Superinterfaces:
TreeNode
All Known Subinterfaces:
ModelV, ResultsV

public interface BookV
extends TreeNode

An internal interface for the table view of the data


Method Summary
 BookR book()
           
 String bookName()
           
 ChapterV chapter(String chapterName)
           
 ChapterV[] chapters()
           
 ChapterV delete(ChapterV chapter, boolean notifyTree)
           
 FileV fileView()
           
 boolean modified()
           
 void modify()
           
 void saved()
           
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Method Detail

fileView

FileV fileView()

bookName

String bookName()

book

BookR book()

chapters

ChapterV[] chapters()

chapter

ChapterV chapter(String chapterName)

delete

ChapterV delete(ChapterV chapter,
                boolean notifyTree)

modify

void modify()

modified

boolean modified()

saved

void saved()