zinger.bsheet.module
Class ModuleContext

java.lang.Object
  extended by zinger.bsheet.module.ModuleContext

public class ModuleContext
extends java.lang.Object


Field Summary
protected  bsh.Interpreter bsh
           
protected  CellFormatEditor formatEditor
           
protected  PersistenceManager impexp
           
protected  javax.swing.JMenuBar menuBar
           
protected  javax.swing.JTable table
           
protected  TableModifier tableModifier
           
 
Constructor Summary
ModuleContext(javax.swing.JTable table, javax.swing.JMenuBar menuBar, PersistenceManager impexp, TableModifier tableModifier, CellFormatEditor formatEditor, bsh.Interpreter bsh)
           
 
Method Summary
 bsh.Interpreter getBSH()
           
 CellFormatEditor getFormatEditor()
           
 PersistenceManager getImpexp()
           
 javax.swing.JMenuBar getMenuBar()
           
 javax.swing.JTable getTable()
           
 TableModifier getTableModifier()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected final javax.swing.JTable table

menuBar

protected final javax.swing.JMenuBar menuBar

impexp

protected final PersistenceManager impexp

tableModifier

protected final TableModifier tableModifier

formatEditor

protected final CellFormatEditor formatEditor

bsh

protected final bsh.Interpreter bsh
Constructor Detail

ModuleContext

public ModuleContext(javax.swing.JTable table,
                     javax.swing.JMenuBar menuBar,
                     PersistenceManager impexp,
                     TableModifier tableModifier,
                     CellFormatEditor formatEditor,
                     bsh.Interpreter bsh)
Method Detail

getTable

public javax.swing.JTable getTable()

getMenuBar

public javax.swing.JMenuBar getMenuBar()

getImpexp

public PersistenceManager getImpexp()

getTableModifier

public TableModifier getTableModifier()

getFormatEditor

public CellFormatEditor getFormatEditor()

getBSH

public bsh.Interpreter getBSH()
Since:
0.9.3

init

public void init()