
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 |
|
|
This is the default constructor |
|
|
|
|
|
|
|
|
This method initializes jButton
|
|
|
This method initializes jMenuItem
|
|
|
This method initializes jMenuItem
|
|
|
This method initializes jMenuItem
|
|
|
This method initializes jButton6
|
|
|
This method initializes jPopupMenu
|
|
|
This method initializes jButton2
|
|
|
This method initializes jMenuItem1
|
|
|
This method initializes jButton3
|
|
|
This method initializes docsNode
|
|
|
This method initializes jTable
|
|
|
This method initializes jJMenuBar
|
|
|
This method initializes jButton
|
|
|
This method initializes jMenuItem
|
|
|
This method initializes jMenu
|
|
|
This method initializes jContentPane
|
|
|
This method initializes jPanel
|
|
|
This method initializes jPanel1
|
|
|
This method initializes jPanel2
|
|
|
This method initializes jPanel4
|
|
|
This method initializes jScrollPane
|
|
|
This method initializes jScrollPane1
|
|
|
This method initializes jScrollPane2
|
|
|
This method initializes jScrollPane3
|
|
|
This method initializes jScrollPane4
|
|
|
This method initializes jScrollPane5
|
|
|
This method initializes jScrollPane6
|
|
|
This method initializes jSplitPane
|
|
|
This method initializes jSplitPane1
|
|
|
This method initializes jSplitPane2
|
|
|
This method initializes jTabbedPane
|
|
|
This method initializes jToolBar
|
|
|
This method initializes jPanel
|
|
|
|
|
|
This method initializes jPanel5
|
|
|
This method initializes jTable2
|
|
|
This method initializes jMenuItem1
|
|
|
This method initializes jButton4
|
|
|
This method initializes jMenuItem
|
|
|
This method initializes jButton
|
|
|
This method initializes jPopupMenu
|
|
|
This method initializes jTable1
|
|
|
This method initializes jPanel3
|
|
|
This method initializes jPanel
|
|
|
This method initializes jTree1
|
|
|
This method initializes jButton1
|
|
|
This method initializes jButton7
|
|
|
This method initializes jButton1
|
|
|
This method initializes jPopupMenu
|
|
|
This method initializes jMenuItem
|
|
|
This method initializes jButton1
|
|
|
|
|
|
|
|
|
This method initializes jPanel
|
|
|
This method initializes jTextPane
|
|
|
This method initializes jEditorPane
|
|
|
This method initializes jPanel
|
|
|
This method initializes this class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8