manitance
Class CoaMaintScreen

java.lang.Object
  extended by manitance.CoaMaintScreen
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.TableModelListener

public class CoaMaintScreen
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.TableModelListener


Constructor Summary
CoaMaintScreen(Unit unit)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.util.Vector addColumns(java.lang.String[] colName)
           
 void addRowA(java.lang.String n)
           
 void createAndShowGUI()
           
 void popaddRowChartofaccounts(Chartofaccounts o)
           
 java.util.Vector popcreateBlankElementChartofaccounts(Chartofaccounts o)
           
 void saveData()
           
 void tableChanged(javax.swing.event.TableModelEvent source)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoaMaintScreen

public CoaMaintScreen(Unit unit)
Method Detail

createAndShowGUI

public void createAndShowGUI()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

saveData

public void saveData()

addRowA

public void addRowA(java.lang.String n)

tableChanged

public void tableChanged(javax.swing.event.TableModelEvent source)
Specified by:
tableChanged in interface javax.swing.event.TableModelListener

addColumns

public java.util.Vector addColumns(java.lang.String[] colName)

popaddRowChartofaccounts

public void popaddRowChartofaccounts(Chartofaccounts o)

popcreateBlankElementChartofaccounts

public java.util.Vector popcreateBlankElementChartofaccounts(Chartofaccounts o)