Serialized Form


Package wxtgui

Class wxtgui.aboutWXT extends javax.swing.JDialog implements Serializable

Serialized Fields

jButton2

javax.swing.JButton jButton2

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

jLabel7

javax.swing.JLabel jLabel7

Class wxtgui.controlDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

theActiveFrame

siteFrame theActiveFrame

originalLabel

java.lang.String originalLabel

m_doExternals

boolean m_doExternals

m_doTheJob

boolean m_doTheJob

m_jobList

java.util.Vector m_jobList

jButtonCancel

javax.swing.JButton jButtonCancel

jButtonOk

javax.swing.JButton jButtonOk

jCheckBox2

javax.swing.JCheckBox jCheckBox2

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jTextArea1

javax.swing.JTextArea jTextArea1

Class wxtgui.helpContent extends javax.swing.JDialog implements Serializable

Serialized Fields

jButton1

javax.swing.JButton jButton1

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel5

javax.swing.JLabel jLabel5

jTextField1

javax.swing.JTextField jTextField1

Class wxtgui.JXMLEditor extends javax.swing.JEditorPane implements Serializable

Class wxtgui.mainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

m_Config

props m_Config
configuration of the application, saved and loaded


m_closeAppIsCanceled

boolean m_closeAppIsCanceled
flag to facilitate closing down: savefirst?


m_untitled_no

int m_untitled_no
counting new documents, with temporary title: untitledX


m_currentLayoutIndex

int m_currentLayoutIndex
remember current layout in siteframes


m_currentSchemaURI

java.net.URI m_currentSchemaURI
where the local validation schema is located


ViewItemsBeforeDocuments

int ViewItemsBeforeDocuments
number of menuitems in ViewMenu before opened scripts(documents)


m_currentLookAndFeelName

java.lang.String m_currentLookAndFeelName
Current Look and Feel name


m_jobToDo

int m_jobToDo

desktopPane

javax.swing.JDesktopPane desktopPane

jToolBar1

javax.swing.JToolBar jToolBar1

menuBar

javax.swing.JMenuBar menuBar

helpMenu

javax.swing.JMenu helpMenu

aboutMenuItem

javax.swing.JMenuItem aboutMenuItem

contentMenuItem

javax.swing.JMenuItem contentMenuItem

buildMenu

javax.swing.JMenu buildMenu

forcebuildMenuItem

javax.swing.JMenuItem forcebuildMenuItem

selectionbuildMenuItem

javax.swing.JMenuItem selectionbuildMenuItem

updatebuildMenuItem

javax.swing.JMenuItem updatebuildMenuItem

jButtonForceAll

javax.swing.JButton jButtonForceAll

jButtonForceSelected

javax.swing.JButton jButtonForceSelected

jButtonUpdate

javax.swing.JButton jButtonUpdate

parseMenuItem

javax.swing.JMenuItem parseMenuItem

validateMenu

javax.swing.JMenu validateMenu

validateOnlineMenuItem

javax.swing.JMenuItem validateOnlineMenuItem

validateLocalMenuItem

javax.swing.JMenuItem validateLocalMenuItem

validatorMenuItem

javax.swing.JMenuItem validatorMenuItem

editMenuEdit

javax.swing.JMenu editMenuEdit

copyMenuItem

javax.swing.JMenuItem copyMenuItem

cutMenuItem

javax.swing.JMenuItem cutMenuItem

deleteMenuItem

javax.swing.JMenuItem deleteMenuItem

pasteMenuItem

javax.swing.JMenuItem pasteMenuItem

fileMenu

javax.swing.JMenu fileMenu

closeMenuItem

javax.swing.JMenuItem closeMenuItem

exitMenuItem

javax.swing.JMenuItem exitMenuItem

jButtonNew

javax.swing.JButton jButtonNew

jButtonOpen

javax.swing.JButton jButtonOpen

jButtonParse

javax.swing.JButton jButtonParse

jButtonSave

javax.swing.JButton jButtonSave

jSeparatorToolBar

javax.swing.JSeparator jSeparatorToolBar

jSeparatorBeforeProgress

javax.swing.JSeparator jSeparatorBeforeProgress

newMenuItem

javax.swing.JMenuItem newMenuItem

openMenuItem

javax.swing.JMenuItem openMenuItem

reloadMenuItem

javax.swing.JMenuItem reloadMenuItem

saveAsMenuItem

javax.swing.JMenuItem saveAsMenuItem

saveMenuItem

javax.swing.JMenuItem saveMenuItem

recentMenu

javax.swing.JMenu recentMenu

viewMenu

javax.swing.JMenu viewMenu

viewMenuLayout0

javax.swing.JMenuItem viewMenuLayout0

viewMenuLayout1

javax.swing.JMenuItem viewMenuLayout1

viewMenuLayout2

javax.swing.JMenuItem viewMenuLayout2

viewMenuLayout3

javax.swing.JMenuItem viewMenuLayout3

controlMenu

javax.swing.JMenu controlMenu

controlMenuLinks

javax.swing.JMenuItem controlMenuLinks

Class wxtgui.REXMLTypes.Kit extends javax.swing.text.StyledEditorKit implements Serializable

Class wxtgui.setValidator extends javax.swing.JDialog implements Serializable

Serialized Fields

ok_flag

boolean ok_flag

theURI

java.net.URI theURI

buttonGroup1

javax.swing.ButtonGroup buttonGroup1

jButtonBrowse

javax.swing.JButton jButtonBrowse

jButtonCancel

javax.swing.JButton jButtonCancel

jButtonOk

javax.swing.JButton jButtonOk

jLabel1

javax.swing.JLabel jLabel1

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jTextFieldLocalPath

javax.swing.JTextField jTextFieldLocalPath

Class wxtgui.siteFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

m_isBusyWorking

boolean m_isBusyWorking
this siteframe is busy with a thread


m_isDirty

boolean m_isDirty

m_isChanged

boolean m_isChanged
edited since last parse


m_isSuccessfullyParsed

boolean m_isSuccessfullyParsed
last parse went well


m_filePath

java.lang.String m_filePath
the scripts location


m_theUri

java.net.URI m_theUri

m_lastModificationTime

long m_lastModificationTime
last saved/opened/reload


m_theScriptHandler

scripthandler m_theScriptHandler
the scripthandler object that will parse script and administrate it This sis the link from the GUI to the main functionality


m_main

mainFrame m_main
the main frame of the application


m_pageListModel

javax.swing.DefaultListModel m_pageListModel
page list as displayed in jListPages


firstTimeArranged

boolean firstTimeArranged
first time arranged


m_reporter

reporter m_reporter

popMenu

javax.swing.JPopupMenu popMenu

jLabelList

javax.swing.JLabel jLabelList

jLabelReport

javax.swing.JLabel jLabelReport

jLabelScript

javax.swing.JLabel jLabelScript

jListPages

javax.swing.JList jListPages

jPanelList

javax.swing.JPanel jPanelList

jPanelReport

javax.swing.JPanel jPanelReport

jPanelScript

javax.swing.JPanel jPanelScript

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane2

javax.swing.JScrollPane jScrollPane2

jScrollPane3

javax.swing.JScrollPane jScrollPane3

jTextAreaReport

javax.swing.JTextArea jTextAreaReport

jScriptEditor

JXMLEditor jScriptEditor

scriptDocument

XMLEditorDocument scriptDocument

theScriptKit

javax.swing.text.StyledEditorKit theScriptKit

progBar

javax.swing.JProgressBar progBar

Class wxtgui.XMLEditorDocument extends javax.swing.text.DefaultStyledDocument implements Serializable

Serialized Fields

types

RETypes types

myFrame

siteFrame myFrame


Package wxtpages

Class wxtpages.groupDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonCancel

javax.swing.JButton buttonCancel

buttonOK

javax.swing.JButton buttonOK

jLabelDescPre

javax.swing.JLabel jLabelDescPre

jLabelNamePre

javax.swing.JLabel jLabelNamePre

jLabelTypePre

javax.swing.JLabel jLabelTypePre

jLabelUriPre

javax.swing.JLabel jLabelUriPre

jTextAreaDesc

javax.swing.JTextArea jTextAreaDesc

jTextFieldName

javax.swing.JTextField jTextFieldName

jTextFieldURI

javax.swing.JTextField jTextFieldURI

theGroup

unitGroup theGroup

Class wxtpages.pageDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonCancel

javax.swing.JButton buttonCancel

buttonOK

javax.swing.JButton buttonOK

jLabel1

javax.swing.JLabel jLabel1

jLabelContentPre

javax.swing.JLabel jLabelContentPre

jLabelDescPre

javax.swing.JLabel jLabelDescPre

jLabelNamePre

javax.swing.JLabel jLabelNamePre

jLabelTmplPre

javax.swing.JLabel jLabelTmplPre

jLabelTranspre

javax.swing.JLabel jLabelTranspre

jLabelTypePre

javax.swing.JLabel jLabelTypePre

jLabelUriPre

javax.swing.JLabel jLabelUriPre

jListContent

javax.swing.JList jListContent

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jTextAreaDesc

javax.swing.JTextArea jTextAreaDesc

jTextFieldName

javax.swing.JTextField jTextFieldName

jTextFieldTemplateID

javax.swing.JTextField jTextFieldTemplateID

jTextFieldThumb

javax.swing.JTextField jTextFieldThumb

jTextFieldTransID

javax.swing.JTextField jTextFieldTransID

jTextFieldURI

javax.swing.JTextField jTextFieldURI

thePage

unitPage thePage

Class wxtpages.unit extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

m_type

java.lang.String m_type
A string defining type of unit. One of these: UNIT,GROUP,PAGE,TEMPLATE,CONTENT,TRANSFORMATION,TEXTCONTENT,RSSCONTENT


m_GroupMaster

unitGroup m_GroupMaster
The group object that "owns" this unit.


m_txtContent

java.lang.String m_txtContent
Content as text


m_Doc

org.w3c.dom.Document m_Doc
Content as DOM-tree.


m_name

java.lang.String m_name
name of this unit. m_type is used for anonymous units


m_description

java.lang.String m_description
Description as from script.


m_transformationID

java.lang.String m_transformationID
The ID for this units transformation, if any


m_myElement

org.w3c.dom.Element m_myElement
The element node in the script that defines this unit


m_lastTimeUsed

long m_lastTimeUsed
The last time this unit was used


m_originalUri

java.net.URI m_originalUri
The uri as used in constructor, normally the address given in the script


m_absoluteUri

java.net.URI m_absoluteUri
The uri as calculated based on the original uri and the anchor available from the owning group


m_optionMap

java.util.HashMap m_optionMap
Options available for this unit: name - value pairs


m_propertyMap

java.util.HashMap m_propertyMap
Properties available for this unit: name - value pairs


m_parameterMap

java.util.HashMap m_parameterMap
Parameters and default values for actual transformation. If this is a transformation it is basic parametrs from script. Otherwise it is the parameters given in parenthesis in the transform attribute in the script


m_reporter

reporter m_reporter
reporter for this unit

Class wxtpages.unitContent extends unit implements Serializable

Serialized Fields

m_Owner

unit m_Owner
the unit that owns this content, normally a unitPage-object

Class wxtpages.unitDBContent extends unit implements Serializable

Serialized Fields

host

java.lang.String host
Global variables declaration


user

java.lang.String user

dbType

java.lang.String dbType

dbDriver

java.lang.String dbDriver

sqlQuery

java.lang.String sqlQuery

pk

boolean pk
Bools for use in the saxparser


data

boolean data

update

boolean update

insert

boolean insert

db

java.sql.Connection db
New connection object


m_Owner

unit m_Owner
the unit that owns this content, normally a unitPage-object

Class wxtpages.unitGroup extends unit implements Serializable

Serialized Fields

theScriptHandler

scripthandler theScriptHandler
the handling script


m_myDocument

org.w3c.dom.Document m_myDocument
The document this group is a part of


m_allContents

java.util.Vector m_allContents
all contentunits as a flat list of unitContent and unitRSSContent-objects


m_allTextContents

java.util.Vector m_allTextContents
all textcontentunits as a flat list of unitTextContent-objects


m_buildAnchor

java.net.URI m_buildAnchor
the anchor we are building relative to, stored as absolute


m_pageCount

int m_pageCount
total number of pages in this groups tree


m_secondPhasePages

java.util.Vector m_secondPhasePages
Pages that should be built in the second phase of a build process because they contain elements that are depending on established content in other pages


m_myIndextables

java.util.Vector m_myIndextables
All indextables, as we come across them


m_commonName

java.lang.String m_commonName
the name of commons as it appears in documents


m_commonCat

java.lang.String m_commonCat
the catalog where the commons are actually found


m_templateMap

java.util.HashMap m_templateMap
templates, ID - Absolute URI pairs


m_transformationMap

java.util.HashMap m_transformationMap
transformations, ID - Absolute URI pairs


m_execCommands

java.util.Vector m_execCommands
commands - direct exec's: wxtutil.commandDescrition


m_addressMap

java.util.HashMap m_addressMap
Addressing to be used for addressrecalculation for this group: tag - attribute pairs. affected by element adressing in script


random

java.util.Random random
a random class to make unique id in pagetoc

Class wxtpages.unitPage extends unit implements Serializable

Serialized Fields

m_templateID

java.lang.String m_templateID
The ID for this page's one and only template


m_contentFileIndex

java.util.Vector m_contentFileIndex
Index for this pages content objects


m_pageNo

int m_pageNo
number of this page, counted preorderwise within group


PAGEIDSEPARATOR

java.lang.String PAGEIDSEPARATOR
Mark to separate groupname from pagename in pageids: #

See Also:
Constant Field Values

m_allURIs

java.util.Vector m_allURIs
All contributing URIs, including direct imports, template and all content. Used in addresscalculations


m_keepDOM

boolean m_keepDOM
Flag to keep DOMstructure after build, ready for second phase

Class wxtpages.unitTemplate extends unit implements Serializable

Serialized Fields

m_templateID

java.lang.String m_templateID

Class wxtpages.unitTextContent extends unit implements Serializable

Serialized Fields

m_Owner

unit m_Owner
the unit that owns this content, normally a unitPage-object


m_leftpar

java.lang.String m_leftpar
left parenthesis for import


m_rightpar

java.lang.String m_rightpar
lright parenthesis for import


m_extractedContent

java.lang.String m_extractedContent
Extracted text according to parenthesis

Class wxtpages.unitTransformation extends unit implements Serializable

Serialized Fields

m_myTransformationID

java.lang.String m_myTransformationID
The id of this transformation


m_optionMap

java.util.HashMap m_optionMap
options for the transformation, according to http://www.w3.org/TR/xslt#output