Serialized Form


Package de.matthias_burbach.mosaique.swing

Class de.matthias_burbach.mosaique.swing.AbstractFileItemNode extends BaseMutableTreeNode implements Serializable

Class de.matthias_burbach.mosaique.swing.BaseMutableTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

childrenAreInitialized

boolean childrenAreInitialized
Whether children have already been initialized.

Class de.matthias_burbach.mosaique.swing.DefinitionNode extends AbstractFileItemNode implements Serializable

Serialized Fields

definition

Definition definition
The Tiles definition to display.


insertPuts

java.util.List insertPuts
The puts defined by the insert element inserting this definition. Can be null.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model to delegate change operations to.

Class de.matthias_burbach.mosaique.swing.InsertNode extends AbstractFileItemNode implements Serializable

Serialized Fields

insert

Insert insert
The insert tag to display.


tilesContext

TilesContext tilesContext
The tiles context of the Jsp that embodies this insert tag.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model to delegate change operations to.

Class de.matthias_burbach.mosaique.swing.JspNode extends AbstractFileItemNode implements Serializable

Serialized Fields

jsp

Jsp jsp
The JSP to display.


tilesContext

TilesContext tilesContext
The tiles context of this Jsp if activated by the defining definition.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model to delegate change operations to.

Class de.matthias_burbach.mosaique.swing.LogicalPageNode extends AbstractFileItemNode implements Serializable

Serialized Fields

logicalPage

LogicalPage logicalPage
The logical page to display.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model to delegate change operations to.

Class de.matthias_burbach.mosaique.swing.MosaiqueFilePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea
The text area to actually display the text files in.

Class de.matthias_burbach.mosaique.swing.MosaiqueFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

mosaique

Mosaique mosaique
The mosaique core application object.


actionListeners

java.util.Map actionListeners
The map of supported actions of type ActionListener.


toolBar

javax.swing.JToolBar toolBar
The tool bar.


fileChooser

javax.swing.JFileChooser fileChooser
The cached file chooser for open and save actions. Must only be created after the look and feel has been set!


logPanel

MosaiqueLogPanel logPanel
The log panel at the bottom of the main frame. Used to display messages.


filePanel

MosaiqueFilePanel filePanel
The file panel at the right of the main frame. Used to display files.


rightScrollPane

javax.swing.JScrollPane rightScrollPane
The right scroll pane around the panel that displays the current text file associated with the currently selected node in the explorer tree.


horizontalSplitPane

javax.swing.JSplitPane horizontalSplitPane
The split pane separating the project from the repositories.


verticalSplitPane

javax.swing.JSplitPane verticalSplitPane
The split pane separating project and repositories from the log.


currentMosaiqueTree

MosaiqueTree currentMosaiqueTree
The current tree.

Class de.matthias_burbach.mosaique.swing.MosaiqueLogPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

defaultAttributes

javax.swing.text.SimpleAttributeSet defaultAttributes
The default attributes for displaying text in this log panel.


document

javax.swing.text.DefaultStyledDocument document
The internal document to display the contents of this log panel.


textPane

javax.swing.JTextPane textPane
The JTextPane used for displaying the output.

Class de.matthias_burbach.mosaique.swing.MosaiqueMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

fileItems

java.lang.String[] fileItems
The file menu definition. '-' represents a separator.


editItems

java.lang.String[] editItems
The edit menu definition. '-' represents a separator.


viewItems

java.lang.String[] viewItems
The view menu definition. '-' represents a separator.


helpItems

java.lang.String[] helpItems
The help menu definition. '-' represents a separator.

Class de.matthias_burbach.mosaique.swing.MosaiqueTree extends javax.swing.JTree implements Serializable

Serialized Fields

treeNodePopupMenu

javax.swing.JPopupMenu treeNodePopupMenu
The popup menu on general tree nodes.


mosaiqueFrame

MosaiqueFrame mosaiqueFrame
The main GUI application object.

Class de.matthias_burbach.mosaique.swing.MosaiqueTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

iconPath

java.lang.String iconPath
For some reason it doesn't work to use a non-empty path for icons. Icons would not be found when running Mosaique outside of Eclipse.


whiteComponentIcon

javax.swing.Icon whiteComponentIcon
The white component icon for Struts configs.


logicalPageIcon

javax.swing.Icon logicalPageIcon
The icon for logical pages.


definitionIcon

javax.swing.Icon definitionIcon
The icon for Tiles definitions.


jspIcon

javax.swing.Icon jspIcon
The icon for JSPs.


insertIcon

javax.swing.Icon insertIcon
The icon for insert tags.


putsIcon

javax.swing.Icon putsIcon
The icon for the puts node.


evenPutIcon

javax.swing.Icon evenPutIcon
The icon for put nodes of an even definition hierarchy level.


oddPutIcon

javax.swing.Icon oddPutIcon
The icon for put nodes of an odd definition hierarchy level.


dynamicPutIcon

javax.swing.Icon dynamicPutIcon
The icon for put nodes defined dynamically on a JSP.

Class de.matthias_burbach.mosaique.swing.PutNode extends AbstractFileItemNode implements Serializable

Serialized Fields

put

Put put
The put to display.

Class de.matthias_burbach.mosaique.swing.PutsNode extends AbstractFileItemNode implements Serializable

Serialized Fields

definition

Definition definition
The Tiles definition whose puts to display.


dynamicPuts

java.util.List dynamicPuts
The puts dynamically defined on the JSP that inserts the definition with this Tiles context of put attributes.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model to delegate change operations to.

Class de.matthias_burbach.mosaique.swing.StrutsConfigNode extends AbstractFileItemNode implements Serializable

Serialized Fields

strutsConfig

StrutsConfig strutsConfig
The Struts config to display.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model to delegate change operations to.

Class de.matthias_burbach.mosaique.swing.WaitDialog extends javax.swing.JDialog implements Serializable



Copyright © 2005-2006 . All Rights Reserved.