Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cl::utfsm::acs::ebe::ErrorBrowserEditor Class Reference

Collaboration diagram for cl::utfsm::acs::ebe::ErrorBrowserEditor:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ErrorBrowserEditor ()
void refreshDocsTree ()
EbeDocument getSelectedDoc ()
Error getSelectedError ()
void publicRefreshNodeTree ()
void refreshMembersTable ()
EbeDocumentManager getManager ()

Static Public Member Functions

void main (String[] args)
void log (String text)

Static Public Attributes

boolean logInfo = true

Private Member Functions

void initialize ()
JPanel getJContentPane ()
JSplitPane getJSplitPane ()
JPanel getMainPanel ()
JScrollPane getJScrollPane ()
JSplitPane getJSplitPane1 ()
JTabbedPane getJTabbedPane ()
JPanel getTableViewPanel ()
JPanel getXmlViewPanel ()
JPanel getNodesPanel ()
JPanel getJPanel ()
JScrollPane getJScrollPane2 ()
JTable getDocTable ()
JScrollPane getJScrollPane3 ()
JTable getNodeAttributesTable ()
JScrollPane getJScrollPane4 ()
JTree getNodesTree ()
JScrollPane getJScrollPane5 ()
JTable getMembersTable ()
JPanel getJPanel1 ()
JScrollPane getJScrollPane1 ()
JTree getDocsTree ()
JScrollPane getJScrollPane6 ()
JEditorPane getXmlEditorPane ()
JMenuBar getEBEMenuBar ()
JMenu getFileMenu ()
JMenuItem getExitItem ()
JPanel getJPanel2 ()
JButton getAddButton ()
JButton getRemoveButton ()
JPopupMenu getAddPopupMenu ()
JMenuItem getAddFileItem ()
JMenuItem getAddDirectoryItem ()
JMenuItem getAddDefaultsItem ()
void refreshNodesTree ()
void refreshDocTable ()
void refreshNodeAttributesTable ()
JPanel getNodesEditPanel ()
JButton getNewNodeButton ()
JButton getRemoveNodeButton ()
JSplitPane getJSplitPane2 ()
JToolBar getJToolBar ()
JButton getEditButton ()
JButton getSaveButton ()
JButton getCancelEditButton ()
JButton getDeleteDocButton ()
JButton getNewDocButton ()
JPanel getJPanel4 ()
JPanel getMembersEditPanel ()
JButton getAddMemmberButton ()
JButton getRemoveMemberButton ()
JPopupMenu getNewNodePopupMenu ()
JMenuItem getNewErrorMenuItem ()
JMenuItem getNewCompletionMenuItem ()
JPopupMenu getRemovePopupMenu ()
JMenuItem getRemoveSelectedItem ()
JMenuItem getCleanAllFilesItem ()
void loadXmlView () throws IOException
void enterEditMode ()
void exitEditMode ()

Static Private Member Functions

JTextPane getTextMessagePane ()

Private Attributes

JPanel jContentPane = null
JSplitPane jSplitPane = null
JPanel mainPanel = null
JScrollPane jScrollPane = null
JSplitPane jSplitPane1 = null
JTabbedPane jTabbedPane = null
JPanel tableViewPanel = null
JPanel xmlViewPanel = null
JPanel nodesPanel = null
JPanel jPanel = null
JScrollPane jScrollPane2 = null
JTable docTable = null
JScrollPane jScrollPane3 = null
JTable nodeAttributesTable = null
JScrollPane jScrollPane4 = null
JTree nodesTree = null
JScrollPane jScrollPane5 = null
JTable membersTable = null
JPanel jPanel1 = null
JScrollPane jScrollPane1 = null
JTree docsTree = null
JScrollPane jScrollPane6 = null
JEditorPane xmlEditorPane = null
JMenuBar EBEMenuBar = null
JMenu fileMenu = null
JMenuItem exitItem = null
JPanel jPanel2 = null
JButton addButton = null
JButton removeButton = null
JPopupMenu addPopupMenu = null
JMenuItem addFileItem = null
JMenuItem addDirectoryItem = null
JMenuItem addDefaultsItem = null
DefaultMutableTreeNode docNodeSelected = null
EbeDocument docSelected = null
DefaultMutableTreeNode complexNodeSelected = null
ComplexObject complexSelected = null
JPanel nodesEditPanel = null
JButton newNodeButton = null
JButton removeNodeButton = null
JSplitPane jSplitPane2 = null
JToolBar jToolBar = null
JButton editButton = null
JButton saveButton = null
JButton cancelEditButton = null
JLabel jLabel = null
JLabel locationField = null
JButton deleteDocButton = null
JButton newDocButton = null
JPanel jPanel4 = null
JPanel membersEditPanel = null
JButton addMemmberButton = null
JButton removeMemberButton = null
JPopupMenu newNodePopupMenu = null
JMenuItem newErrorMenuItem = null
JMenuItem newCompletionMenuItem = null
JPopupMenu removePopupMenu = null
JMenuItem removeSelectedItem = null
JMenuItem cleanAllFilesItem = null

Static Private Attributes

JTextPane textMessagePane = null
EbeDocumentManager manager = null

Detailed Description

Author:
Jorge Avarias (javarias[at]inf.utfsm.cl)
This class is teh main Error Browser Editor window GUI. <br /> To edit this class you must use edit with Eclipse Visual Editor. It's extremelly insane to use an text editor to edit this class.


Constructor & Destructor Documentation

cl::utfsm::acs::ebe::ErrorBrowserEditor::ErrorBrowserEditor  )  [inline]
 

This is the default constructor


Member Function Documentation

void cl::utfsm::acs::ebe::ErrorBrowserEditor::enterEditMode  )  [inline, private]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::exitEditMode  )  [inline, private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getAddButton  )  [inline, private]
 

This method initializes jButton

Returns:
javax.swing.JButton

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::getAddDefaultsItem  )  [inline, private]
 

This method initializes jMenuItem

Returns:
javax.swing.JMenuItem

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::getAddDirectoryItem  )  [inline, private]
 

This method initializes jMenuItem

Returns:
javax.swing.JMenuItem

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::getAddFileItem  )  [inline, private]
 

This method initializes jMenuItem

Returns:
javax.swing.JMenuItem

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getAddMemmberButton  )  [inline, private]
 

This method initializes jButton6

Returns:
javax.swing.JButton

JPopupMenu cl::utfsm::acs::ebe::ErrorBrowserEditor::getAddPopupMenu  )  [inline, private]
 

This method initializes jPopupMenu

Returns:
javax.swing.JPopupMenu

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getCancelEditButton  )  [inline, private]
 

This method initializes jButton2

Returns:
javax.swing.JButton

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::getCleanAllFilesItem  )  [inline, private]
 

This method initializes jMenuItem1

Returns:
javax.swing.JMenuItem

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getDeleteDocButton  )  [inline, private]
 

This method initializes jButton3

Returns:
javax.swing.JButton

JTree cl::utfsm::acs::ebe::ErrorBrowserEditor::getDocsTree  )  [inline, private]
 

This method initializes docsNode

Returns:
javax.swing.JTree

JTable cl::utfsm::acs::ebe::ErrorBrowserEditor::getDocTable  )  [inline, private]
 

This method initializes jTable

Returns:
javax.swing.JTable

JMenuBar cl::utfsm::acs::ebe::ErrorBrowserEditor::getEBEMenuBar  )  [inline, private]
 

This method initializes jJMenuBar

Returns:
javax.swing.JMenuBar

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getEditButton  )  [inline, private]
 

This method initializes jButton

Returns:
javax.swing.JButton

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::getExitItem  )  [inline, private]
 

This method initializes jMenuItem

Returns:
javax.swing.JMenuItem

JMenu cl::utfsm::acs::ebe::ErrorBrowserEditor::getFileMenu  )  [inline, private]
 

This method initializes jMenu

Returns:
javax.swing.JMenu

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getJContentPane  )  [inline, private]
 

This method initializes jContentPane

Returns:
javax.swing.JPanel

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getJPanel  )  [inline, private]
 

This method initializes jPanel

Returns:
javax.swing.JPanel

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getJPanel1  )  [inline, private]
 

This method initializes jPanel1

Returns:
javax.swing.JPanel

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getJPanel2  )  [inline, private]
 

This method initializes jPanel2

Returns:
javax.swing.JPanel

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getJPanel4  )  [inline, private]
 

This method initializes jPanel4

Returns:
javax.swing.JPanel

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJScrollPane  )  [inline, private]
 

This method initializes jScrollPane

Returns:
javax.swing.JScrollPane

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJScrollPane1  )  [inline, private]
 

This method initializes jScrollPane1

Returns:
javax.swing.JScrollPane

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJScrollPane2  )  [inline, private]
 

This method initializes jScrollPane2

Returns:
javax.swing.JScrollPane

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJScrollPane3  )  [inline, private]
 

This method initializes jScrollPane3

Returns:
javax.swing.JScrollPane

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJScrollPane4  )  [inline, private]
 

This method initializes jScrollPane4

Returns:
javax.swing.JScrollPane

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJScrollPane5  )  [inline, private]
 

This method initializes jScrollPane5

Returns:
javax.swing.JScrollPane

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJScrollPane6  )  [inline, private]
 

This method initializes jScrollPane6

Returns:
javax.swing.JScrollPane

JSplitPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJSplitPane  )  [inline, private]
 

This method initializes jSplitPane

Returns:
javax.swing.JSplitPane

JSplitPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJSplitPane1  )  [inline, private]
 

This method initializes jSplitPane1

Returns:
javax.swing.JSplitPane

JSplitPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJSplitPane2  )  [inline, private]
 

This method initializes jSplitPane2

Returns:
javax.swing.JSplitPane

JTabbedPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getJTabbedPane  )  [inline, private]
 

This method initializes jTabbedPane

Returns:
javax.swing.JTabbedPane

JToolBar cl::utfsm::acs::ebe::ErrorBrowserEditor::getJToolBar  )  [inline, private]
 

This method initializes jToolBar

Returns:
javax.swing.JToolBar

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getMainPanel  )  [inline, private]
 

This method initializes jPanel

Returns:
javax.swing.JPanel

EbeDocumentManager cl::utfsm::acs::ebe::ErrorBrowserEditor::getManager  )  [inline]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getMembersEditPanel  )  [inline, private]
 

This method initializes jPanel5

Returns:
javax.swing.JPanel

JTable cl::utfsm::acs::ebe::ErrorBrowserEditor::getMembersTable  )  [inline, private]
 

This method initializes jTable2

Returns:
javax.swing.JTable

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::getNewCompletionMenuItem  )  [inline, private]
 

This method initializes jMenuItem1

Returns:
javax.swing.JMenuItem

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getNewDocButton  )  [inline, private]
 

This method initializes jButton4

Returns:
javax.swing.JButton

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::getNewErrorMenuItem  )  [inline, private]
 

This method initializes jMenuItem

Returns:
javax.swing.JMenuItem

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getNewNodeButton  )  [inline, private]
 

This method initializes jButton

Returns:
javax.swing.JButton

JPopupMenu cl::utfsm::acs::ebe::ErrorBrowserEditor::getNewNodePopupMenu  )  [inline, private]
 

This method initializes jPopupMenu

Returns:
javax.swing.JPopupMenu

JTable cl::utfsm::acs::ebe::ErrorBrowserEditor::getNodeAttributesTable  )  [inline, private]
 

This method initializes jTable1

Returns:
javax.swing.JTable

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getNodesEditPanel  )  [inline, private]
 

This method initializes jPanel3

Returns:
javax.swing.JPanel

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getNodesPanel  )  [inline, private]
 

This method initializes jPanel

Returns:
javax.swing.JPanel

JTree cl::utfsm::acs::ebe::ErrorBrowserEditor::getNodesTree  )  [inline, private]
 

This method initializes jTree1

Returns:
javax.swing.JTree

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getRemoveButton  )  [inline, private]
 

This method initializes jButton1

Returns:
javax.swing.JButton

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getRemoveMemberButton  )  [inline, private]
 

This method initializes jButton7

Returns:
javax.swing.JButton

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getRemoveNodeButton  )  [inline, private]
 

This method initializes jButton1

Returns:
javax.swing.JButton

JPopupMenu cl::utfsm::acs::ebe::ErrorBrowserEditor::getRemovePopupMenu  )  [inline, private]
 

This method initializes jPopupMenu

Returns:
javax.swing.JPopupMenu

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::getRemoveSelectedItem  )  [inline, private]
 

This method initializes jMenuItem

Returns:
javax.swing.JMenuItem

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::getSaveButton  )  [inline, private]
 

This method initializes jButton1

Returns:
javax.swing.JButton

EbeDocument cl::utfsm::acs::ebe::ErrorBrowserEditor::getSelectedDoc  )  [inline]
 

Error cl::utfsm::acs::ebe::ErrorBrowserEditor::getSelectedError  )  [inline]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getTableViewPanel  )  [inline, private]
 

This method initializes jPanel

Returns:
javax.swing.JPanel

JTextPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getTextMessagePane  )  [inline, static, private]
 

This method initializes jTextPane

Returns:
javax.swing.JTextPane

JEditorPane cl::utfsm::acs::ebe::ErrorBrowserEditor::getXmlEditorPane  )  [inline, private]
 

This method initializes jEditorPane

Returns:
javax.swing.JEditorPane

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::getXmlViewPanel  )  [inline, private]
 

This method initializes jPanel

Returns:
javax.swing.JPanel

void cl::utfsm::acs::ebe::ErrorBrowserEditor::initialize  )  [inline, private]
 

This method initializes this class

Returns:
void

void cl::utfsm::acs::ebe::ErrorBrowserEditor::loadXmlView  )  throws IOException [inline, private]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::log String  text  )  [inline, static]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::main String[]  args  )  [inline, static]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::publicRefreshNodeTree  )  [inline]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::refreshDocsTree  )  [inline]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::refreshDocTable  )  [inline, private]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::refreshMembersTable  )  [inline]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::refreshNodeAttributesTable  )  [inline, private]
 

void cl::utfsm::acs::ebe::ErrorBrowserEditor::refreshNodesTree  )  [inline, private]
 


Member Data Documentation

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::addButton = null [private]
 

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::addDefaultsItem = null [private]
 

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::addDirectoryItem = null [private]
 

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::addFileItem = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::addMemmberButton = null [private]
 

JPopupMenu cl::utfsm::acs::ebe::ErrorBrowserEditor::addPopupMenu = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::cancelEditButton = null [private]
 

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::cleanAllFilesItem = null [private]
 

DefaultMutableTreeNode cl::utfsm::acs::ebe::ErrorBrowserEditor::complexNodeSelected = null [private]
 

ComplexObject cl::utfsm::acs::ebe::ErrorBrowserEditor::complexSelected = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::deleteDocButton = null [private]
 

DefaultMutableTreeNode cl::utfsm::acs::ebe::ErrorBrowserEditor::docNodeSelected = null [private]
 

EbeDocument cl::utfsm::acs::ebe::ErrorBrowserEditor::docSelected = null [private]
 

JTree cl::utfsm::acs::ebe::ErrorBrowserEditor::docsTree = null [private]
 

JTable cl::utfsm::acs::ebe::ErrorBrowserEditor::docTable = null [private]
 

JMenuBar cl::utfsm::acs::ebe::ErrorBrowserEditor::EBEMenuBar = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::editButton = null [private]
 

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::exitItem = null [private]
 

JMenu cl::utfsm::acs::ebe::ErrorBrowserEditor::fileMenu = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::jContentPane = null [private]
 

JLabel cl::utfsm::acs::ebe::ErrorBrowserEditor::jLabel = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::jPanel = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::jPanel1 = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::jPanel2 = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::jPanel4 = null [private]
 

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jScrollPane = null [private]
 

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jScrollPane1 = null [private]
 

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jScrollPane2 = null [private]
 

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jScrollPane3 = null [private]
 

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jScrollPane4 = null [private]
 

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jScrollPane5 = null [private]
 

JScrollPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jScrollPane6 = null [private]
 

JSplitPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jSplitPane = null [private]
 

JSplitPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jSplitPane1 = null [private]
 

JSplitPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jSplitPane2 = null [private]
 

JTabbedPane cl::utfsm::acs::ebe::ErrorBrowserEditor::jTabbedPane = null [private]
 

JToolBar cl::utfsm::acs::ebe::ErrorBrowserEditor::jToolBar = null [private]
 

JLabel cl::utfsm::acs::ebe::ErrorBrowserEditor::locationField = null [private]
 

boolean cl::utfsm::acs::ebe::ErrorBrowserEditor::logInfo = true [static]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::mainPanel = null [private]
 

EbeDocumentManager cl::utfsm::acs::ebe::ErrorBrowserEditor::manager = null [static, private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::membersEditPanel = null [private]
 

JTable cl::utfsm::acs::ebe::ErrorBrowserEditor::membersTable = null [private]
 

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::newCompletionMenuItem = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::newDocButton = null [private]
 

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::newErrorMenuItem = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::newNodeButton = null [private]
 

JPopupMenu cl::utfsm::acs::ebe::ErrorBrowserEditor::newNodePopupMenu = null [private]
 

JTable cl::utfsm::acs::ebe::ErrorBrowserEditor::nodeAttributesTable = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::nodesEditPanel = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::nodesPanel = null [private]
 

JTree cl::utfsm::acs::ebe::ErrorBrowserEditor::nodesTree = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::removeButton = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::removeMemberButton = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::removeNodeButton = null [private]
 

JPopupMenu cl::utfsm::acs::ebe::ErrorBrowserEditor::removePopupMenu = null [private]
 

JMenuItem cl::utfsm::acs::ebe::ErrorBrowserEditor::removeSelectedItem = null [private]
 

JButton cl::utfsm::acs::ebe::ErrorBrowserEditor::saveButton = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::tableViewPanel = null [private]
 

JTextPane cl::utfsm::acs::ebe::ErrorBrowserEditor::textMessagePane = null [static, private]
 

JEditorPane cl::utfsm::acs::ebe::ErrorBrowserEditor::xmlEditorPane = null [private]
 

JPanel cl::utfsm::acs::ebe::ErrorBrowserEditor::xmlViewPanel = null [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:09:52 2009 for ACS Java API by doxygen 1.3.8