com.azalient.api.file.view
Interface FileV

All Superinterfaces:
TreeNode

public interface FileV
extends TreeNode

An internal interface for the table view of the data


Method Summary
 BookR book()
           
 BookV book(String bookName)
           
 BookV[] books()
           
 File file()
           
 TreePath leafTreePath()
           
 ModelV modelView()
           
 boolean modified()
           
 void modify()
           
 boolean newborn()
           
 String path()
           
 void read()
           
 void refresh()
           
 ResultsV resultsView()
           
 TreeNode root()
           
 void saved()
           
 void scenarioAdded(IScenario newScenario)
           
 BookV scenariosBookV()
           
 TableV scenariosTableV()
           
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Method Detail

books

BookV[] books()

book

BookV book(String bookName)

modelView

ModelV modelView()

resultsView

ResultsV resultsView()

file

File file()

path

String path()

book

BookR book()

read

void read()

root

TreeNode root()

leafTreePath

TreePath leafTreePath()

modify

void modify()

saved

void saved()

modified

boolean modified()

newborn

boolean newborn()

refresh

void refresh()

scenariosBookV

BookV scenariosBookV()

scenariosTableV

TableV scenariosTableV()

scenarioAdded

void scenarioAdded(IScenario newScenario)