Serialized Form


Package dke.smwp

Class dke.smwp.SMWP_Properties implements Serializable


Package dke.smwp.compiler

Class dke.smwp.compiler.ParserException implements Serializable

Class dke.smwp.compiler.SemanticParserException implements Serializable

Class dke.smwp.compiler.SyntacticParserException implements Serializable


Package dke.smwp.fragmentation

Class dke.smwp.fragmentation.SMWPException implements Serializable


Package dke.smwp.tools

Class dke.smwp.tools.CommandHistoryDialog implements Serializable

Serialized Fields

loginName

javax.swing.JTextField loginName

dbName

javax.swing.JTextField dbName

dbLocation

javax.swing.JTextField dbLocation

dbPort

javax.swing.JTextField dbPort

loginPwd

javax.swing.JPasswordField loginPwd

okay

javax.swing.JButton okay

cancel

javax.swing.JButton cancel

okayCmd

java.lang.String okayCmd

cancelCmd

java.lang.String cancelCmd

cons

Console cons

_selectedRow

int _selectedRow

Class dke.smwp.tools.Console implements Serializable

Serialized Fields

_comp

Compiler _comp
Compiler instance - parses smwp commands and executes corresponding methods

_splitPane

javax.swing.JSplitPane _splitPane
pane containing input and output pane

_menuItExit

java.lang.String _menuItExit
name of menuitem in label file - exits console

_menuItLogin

java.lang.String _menuItLogin
name of menuitem in label file - create new connection, disconnect from existing connection

_menuItLogout

java.lang.String _menuItLogout
name of menuitem in label file - disconnect from database

_menuItSubmit

java.lang.String _menuItSubmit
name of menuitem in label edit - submit entered smwp command

_menuItHistory

java.lang.String _menuItHistory
name of menuitem in label edit - display list of previously executed smwp commands

_menuItRebuildPages

java.lang.String _menuItRebuildPages
name of menuitem in label database - regenerating all pages for all page classes

_menuItDropPages

java.lang.String _menuItDropPages
label of menuitem in label database - dropping all generated pages (xml documents)

_commandHistory

java.util.ArrayList _commandHistory
list of Strings - containing all executed SMWP commands

Class dke.smwp.tools.LoginDialog implements Serializable

Serialized Fields

_loginName

javax.swing.JTextField _loginName

_dbName

javax.swing.JTextField _dbName

_dbLocation

javax.swing.JTextField _dbLocation

_dbPort

javax.swing.JTextField _dbPort

_loginPwd

javax.swing.JPasswordField _loginPwd

_okay

javax.swing.JButton _okay

_cancel

javax.swing.JButton _cancel

_okayCmd

java.lang.String _okayCmd

_cancelCmd

java.lang.String _cancelCmd

_cons

Console _cons