Serialized Form


Package incubator.net.xoetrope.scripts

Class incubator.net.xoetrope.scripts.ScriptException extends java.lang.Exception implements Serializable


Package incubator.net.xoetrope.swing

Class incubator.net.xoetrope.swing.XApplet2 extends javax.swing.JApplet implements Serializable

Serialized Fields

bUseWindow

boolean bUseWindow
true if a popup window is in use


applicationContext

XApplicationContext applicationContext

Class incubator.net.xoetrope.swing.XDesktopApp extends javax.swing.JFrame implements Serializable

Serialized Fields

desktopPane

javax.swing.JDesktopPane desktopPane

applicationContext

XApplicationContext applicationContext

Class incubator.net.xoetrope.swing.XDockableFrame extends javax.swing.JPanel implements Serializable

Serialized Fields

prefSize

java.awt.Dimension prefSize

minSize

java.awt.Dimension minSize

content

java.lang.String content

contentPane

javax.swing.JComponent contentPane

dockingId

java.lang.String dockingId

titlebar

javax.swing.JLabel titlebar

Class incubator.net.xoetrope.swing.XDockableFrame.GradientTitlebar extends javax.swing.JLabel implements Serializable

Serialized Fields

DEFAULT_MID_COLOR

java.awt.Color DEFAULT_MID_COLOR

DEFAULT_START_COLOR

java.awt.Color DEFAULT_START_COLOR

gradient

XDockableFrame.GradientPainter gradient

Class incubator.net.xoetrope.swing.XDockingApp extends javax.swing.JFrame implements Serializable

Serialized Fields

dockingPanel

org.flexdock.docking.defaults.DefaultDockingPort dockingPanel

applicationContext

XApplicationContext applicationContext

Class incubator.net.xoetrope.swing.XDockingApp.XDefaultDockingPort extends org.flexdock.docking.defaults.DefaultDockingPort implements Serializable

Serialized Fields

targets

java.util.Vector targets

Class incubator.net.xoetrope.swing.XInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

prefSize

java.awt.Dimension prefSize

minSize

java.awt.Dimension minSize

content

java.lang.String content

Class incubator.net.xoetrope.swing.XViewportApp extends javax.swing.JFrame implements Serializable

Serialized Fields

viewport

XViewportApp.XViewport viewport

applicationContext

XApplicationContext applicationContext

Class incubator.net.xoetrope.swing.XViewportApp.XViewport extends org.flexdock.view.Viewport implements Serializable

Serialized Fields

targets

java.util.Vector targets

centerPort

org.flexdock.view.View centerPort

Class incubator.net.xoetrope.swing.XViewportFrame extends org.flexdock.view.View implements Serializable

Serialized Fields

prefSize

java.awt.Dimension prefSize

minSize

java.awt.Dimension minSize

content

java.lang.String content

contentPane

java.awt.Container contentPane

titlebar

javax.swing.JLabel titlebar

Package incubator.net.xoetrope.xui

Class incubator.net.xoetrope.xui.XTarget extends java.awt.Container implements Serializable

Serialized Fields

prefSize

java.awt.Dimension prefSize

minSize

java.awt.Dimension minSize

hasListeners

boolean hasListeners

content

java.lang.String content

Package net.n3.nanoxml

Class net.n3.nanoxml.XMLElement extends java.lang.Object implements Serializable

serialVersionUID: -2383376380548624920L

Serialized Fields

parent

IXMLElement parent
The parent element.


attributes

java.util.Vector attributes
The attributes of the element.


children

java.util.Vector children
The child elements.


name

java.lang.String name
The name of the element.


fullName

java.lang.String fullName
The full name of the element.


namespace

java.lang.String namespace
The namespace URI.


content

java.lang.String content
The content of the element.


systemID

java.lang.String systemID
The system ID of the source data where this element is located.


lineNr

int lineNr
The line in the source data where this element starts.

Class net.n3.nanoxml.XMLException extends java.lang.Exception implements Serializable

Serialized Fields

msg

java.lang.String msg
The message of the exception.


systemID

java.lang.String systemID
The system ID of the XML data where the exception occurred.


lineNr

int lineNr
The line number in the XML data where the exception occurred.


encapsulatedException

java.lang.Exception encapsulatedException
Encapsulated exception.

Class net.n3.nanoxml.XMLParseException extends XMLException implements Serializable

Class net.n3.nanoxml.XMLValidationException extends XMLException implements Serializable

Serialized Fields

errorType

int errorType
Which error occurred.


elementName

java.lang.String elementName
The name of the element where the exception occurred.


attributeName

java.lang.String attributeName
The name of the attribute where the exception occurred.


attributeValue

java.lang.String attributeValue
The value of the attribute where the exception occurred.


Package net.xoetrope.awt

Class net.xoetrope.awt.XApplet extends java.applet.Applet implements Serializable

Serialized Fields

appWindow

java.awt.Window appWindow

clientFrame

java.awt.Frame clientFrame

pageMgr

XPageManager pageMgr

bUseWindow

boolean bUseWindow

modelDataSource

XDataSource modelDataSource

defaultSourceClass

java.lang.Class defaultSourceClass

clientWidth

int clientWidth

clientHeight

int clientHeight

currentProject

XProject currentProject

Class net.xoetrope.awt.XButton extends java.awt.Button implements Serializable

Serialized Fields

value

java.lang.Object value
The button value

Class net.xoetrope.awt.XCheckbox extends java.awt.Checkbox implements Serializable

Serialized Fields

value

java.lang.Object value

Class net.xoetrope.awt.XComboBox extends java.awt.Choice implements Serializable

Class net.xoetrope.awt.XDialog extends XPage implements Serializable

Serialized Fields

backColour

java.awt.Color backColour

foreColour

java.awt.Color foreColour

font

java.awt.Font font

bIsModal

boolean bIsModal
A flag indicating whether or not the dialog is modal


saveOnClose

boolean saveOnClose
A flag indicating whether or not the dialog automatically saves its data when it is closed


bUseNativeHeaders

boolean bUseNativeHeaders
A flag indicating whether or not the dialog uses the system headers or if it draws the header itself


bResizable

boolean bResizable
A flag indicating whether or not the dialog should be sizable


returnValue

int returnValue
The return value, indicating which button was clicked


returnObject

java.lang.Object returnObject
The return value, a user defined value


contentPanel

XPanel contentPanel
The 'content' panel that holds the dialog's XPage


padding

int padding
The current dialog padding


focusComponent

java.awt.Component focusComponent
The component that had focus prior to display of the dialog. The dialog attempts to restore focus to this component when dismissed


QAvailable

boolean QAvailable
Was the event dispatch thread found


callback

java.lang.String callback
The name of the callback method


callbackParent

java.awt.Component callbackParent
The owner of the callback method


title

java.lang.String title
The dialog title


userLocation

java.awt.Point userLocation
The location at which to display the dialog specified by the user


closeButtonID

int closeButtonID
Was the close button clicked


dialogWindow

java.awt.Window dialogWindow

onScreenLocation

java.awt.Point onScreenLocation

currentProject

XProject currentProject

clientFrame

java.awt.Frame clientFrame

appWindow

java.awt.Window appWindow

dt

XDialogEventDispatchThread dt

Class net.xoetrope.awt.XEdit extends java.awt.TextField implements Serializable

Class net.xoetrope.awt.XHotspotImage extends XImage implements Serializable

Serialized Fields

hotspots

java.util.Vector hotspots
The hotspots


images

java.util.Vector images
The images


names

java.util.Vector names
The hotspot names


disabled

java.util.Hashtable disabled
The disabled hotspots

Class net.xoetrope.awt.XImage extends java.awt.Canvas implements Serializable

Serialized Fields

image

java.awt.Image image

imageName

java.lang.String imageName

currentProject

XProject currentProject
The current project

Class net.xoetrope.awt.XImageMap extends XHotspotImage implements Serializable

Serialized Fields

linePoints

java.util.Vector linePoints
The points/vertices marked on the image


drawHotspots

boolean drawHotspots
true to drawa highlight on the hotspots

Class net.xoetrope.awt.XLabel extends java.awt.Canvas implements Serializable

Serialized Fields

text

java.lang.String text
The content of the label


renderer

XTextRenderer renderer
The renderer that will draw the content


doubleBuffered

boolean doubleBuffered
true for a double buffered display


bufferImage

java.awt.Image bufferImage
the internal buffer


bufferWidth

int bufferWidth
The width of the buffer image


bufferHeight

int bufferHeight
The buffer image height

Class net.xoetrope.awt.XList extends java.awt.List implements Serializable

Class net.xoetrope.awt.XMenu extends java.awt.Menu implements Serializable

Class net.xoetrope.awt.XMenuBar extends java.awt.MenuBar implements Serializable

Class net.xoetrope.awt.XMenuItem extends java.awt.MenuItem implements Serializable

Class net.xoetrope.awt.XMessageBox extends XDialog implements Serializable

Serialized Fields

btnCancel

XButton btnCancel
The close button displayed on the message box title bar


btnClose

XButton btnClose
The cancel button displayed on the message box title bar


label

XLabel label
The message


message

java.lang.String message
The message label component


messageBoxStyle

int messageBoxStyle
The message box style


al

java.awt.event.ActionListener al

kl

java.awt.event.KeyListener kl

Class net.xoetrope.awt.XMetaContent extends java.awt.Component implements Serializable

Serialized Fields

styleStack

java.util.Stack styleStack

content

XmlElement content

strContent

java.lang.String strContent

source

java.lang.String source

currentX

int currentX

currentY

int currentY

width

int width

height

int height

startX

int startX

colStart

int colStart

currentStyle

XStyle currentStyle

currentStyleName

java.lang.String currentStyleName

font

java.awt.Font font

fontMetrics

java.awt.FontMetrics fontMetrics

fontHeight

int fontHeight

contentHeight

int contentHeight

padding

int padding

translator

XTranslator translator

Class net.xoetrope.awt.XPanel extends java.awt.Panel implements Serializable

Serialized Fields

drawFrame

int drawFrame

isHeavyWeight

boolean isHeavyWeight

Class net.xoetrope.awt.XPassword extends java.awt.TextField implements Serializable

Class net.xoetrope.awt.XRadioButton extends java.awt.Checkbox implements Serializable

Serialized Fields

value

java.lang.Object value

Class net.xoetrope.awt.XScrollableMetaContent extends XScrollPane implements Serializable

Serialized Fields

content

XMetaContent content

Class net.xoetrope.awt.XScrollPane extends java.awt.ScrollPane implements Serializable

Class net.xoetrope.awt.XTab extends XLabel implements Serializable

Serialized Fields

selected

boolean selected

Class net.xoetrope.awt.XTable extends XScrollPane implements Serializable

Serialized Fields

content

XTableRenderer content

model

XModel model

componentPanel

XPanel componentPanel

numRows

int numRows

Class net.xoetrope.awt.XTableRenderer extends java.awt.Canvas implements Serializable

Serialized Fields

colWidth

int[] colWidth

colPadding

int colPadding

currentY

int currentY

itemIdx

int itemIdx

model

XModel model

font

java.awt.Font font

fontMetrics

java.awt.FontMetrics fontMetrics

fontHeight

int fontHeight

rowHeight

int rowHeight

headerHeight

int headerHeight

tableStyle

java.lang.String tableStyle

headerStyle

java.lang.String headerStyle

selectedStyle

java.lang.String selectedStyle

backColor

java.awt.Color backColor

foreColor

java.awt.Color foreColor

darkerColor

java.awt.Color darkerColor

updateModelSelection

boolean updateModelSelection

interactiveTable

boolean interactiveTable

drawFrame

boolean drawFrame

selectedRow

int selectedRow

selectedColumn

int selectedColumn

startRow

int startRow

owner

XTable owner

drawBorder

boolean drawBorder

borderColor

java.awt.Color borderColor

components

java.lang.Object[] components

currentComponent

java.awt.Component currentComponent

editBinding

XDataBinding editBinding

rendered

boolean rendered

Class net.xoetrope.awt.XTabPanel extends XPanel implements Serializable

Serialized Fields

tabPane

XPanel tabPane

contentPane

XPanel contentPane

selIdx

int selIdx

cardManager

java.awt.CardLayout cardManager

Class net.xoetrope.awt.XTextArea extends java.awt.TextArea implements Serializable

Class net.xoetrope.awt.XToolTip extends java.awt.Canvas implements Serializable

Serialized Fields

tip

java.lang.String tip

owner

java.awt.Component owner

mainContainer

java.awt.Container mainContainer

mainLayout

java.awt.LayoutManager mainLayout

shown

boolean shown

font

java.awt.Font font

showTip

boolean showTip

lag

int lag

tooltipThread

net.xoetrope.awt.XToolTip.TooltipThread tooltipThread

Class net.xoetrope.awt.XUnknown extends XLabel implements Serializable

Serialized Fields

attributes

java.util.Vector attributes

attributeNames

java.util.Vector attributeNames

Package net.xoetrope.builder

Class net.xoetrope.builder.NavigationHelper extends XPage implements Serializable

Serialized Fields

pageManager

XPageManager pageManager

Package net.xoetrope.optional.service

Class net.xoetrope.optional.service.ServiceProxyException extends java.lang.Exception implements Serializable

Class net.xoetrope.optional.service.XServiceProxyNotFoundException extends java.lang.Exception implements Serializable


Package net.xoetrope.optional.svg

Class net.xoetrope.optional.svg.XSvgCanvas extends javax.swing.JComponent implements Serializable

Serialized Fields

bimg

java.awt.Image bimg
The canvas offscreen image


width

int width
The canvas bounds


height

int height
The canvas bounds


raster

com.tinyline.svg.SVGRaster raster
The SVG renderer


imageProducer

XSVGImageProducer imageProducer
The SVGImageProducer implementation


eventQueue

SVGEventQueue eventQueue
The events queue


thread

java.lang.Thread thread
The events dispatching thread


listeners

com.tinyline.tiny2d.TinyVector listeners
The events listeners


baseURL

java.net.URL baseURL
The base URL


currentURL

java.lang.String currentURL
The current URL to go


tracker

java.awt.MediaTracker tracker
The image cash


defaultListener

PlayerListener defaultListener

loadComplete

boolean loadComplete

Package net.xoetrope.swing

Class net.xoetrope.swing.XApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

appWindow

java.awt.Window appWindow
The application window


clientFrame

javax.swing.JFrame clientFrame
the application frame


pageMgr

XPageManager pageMgr
The page manager


bUseWindow

boolean bUseWindow
true if a popup window is in use


modelDataSource

XDataSource modelDataSource
The model data source


defaultSourceClass

java.lang.Class defaultSourceClass
The default model data source class


clientWidth

int clientWidth
The width of the client area


clientHeight

int clientHeight
The height of the client area


currentProject

XProject currentProject

Class net.xoetrope.swing.XButton extends javax.swing.JButton implements Serializable

Serialized Fields

value

java.lang.Object value
The button value

Class net.xoetrope.swing.XCheckbox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

value

java.lang.Object value
The checkbox value

Class net.xoetrope.swing.XComboBox extends javax.swing.JComboBox implements Serializable

Class net.xoetrope.swing.XDialog extends XPage implements Serializable

Serialized Fields

backColour

java.awt.Color backColour

foreColour

java.awt.Color foreColour

font

java.awt.Font font

bIsModal

boolean bIsModal
A flag indicating whether or not the dialog is modal


bUseNativeHeaders

boolean bUseNativeHeaders
A flag indicating whether or not the dialog uses the system headers or if it draws the header itself


bResizable

boolean bResizable
A flag indicating whether or not the dialog should be sizable


saveOnClose

boolean saveOnClose
A flag indicating whether or not the dialog automatically saves its data when it is closed


returnValue

int returnValue
The return value, indicating which button was clicked


returnObject

java.lang.Object returnObject
The return value, a user defined value


contentPanel

XPanel contentPanel
The 'content' panel that holds the dialog's XPage


padding

int padding
The current dialog padding


focusComponent

java.awt.Component focusComponent
The component that had focus prior to display of the dialog. The dialog attempts to restore focus to this component when dismissed


QAvailable

boolean QAvailable
Was the event dispatch thread found


callback

java.lang.String callback
The name of the callback method


callbackParent

java.awt.Component callbackParent
The owner of the callback method


title

java.lang.String title
The dialog title


onScreenLocation

java.awt.Point onScreenLocation
The location at which to display the dialog specified by the user


closeButtonID

int closeButtonID
Was the close button clicked


mouseDragged

boolean mouseDragged

dialogWindow

java.awt.Window dialogWindow

titlePanel

XGradientHeaderPanel titlePanel

currentProject

XProject currentProject

clientFrame

java.awt.Frame clientFrame
The client JFrame


appWindow

java.awt.Window appWindow
The application window


dt

XDialogEventDispatchThread dt

Class net.xoetrope.swing.XEdit extends javax.swing.JFormattedTextField implements Serializable

Class net.xoetrope.swing.XHotspotImage extends XImage implements Serializable

Serialized Fields

hotspots

java.util.Vector hotspots
The hotspots


names

java.util.Vector names
The hotspot names

Class net.xoetrope.swing.XImage extends javax.swing.JComponent implements Serializable

Serialized Fields

image

java.awt.Image image

disabledImage

java.awt.Image disabledImage

imageName

java.lang.String imageName

shadow

java.awt.image.BufferedImage shadow

drawBorder

boolean drawBorder

drawShadow

boolean drawShadow

fillBorder

boolean fillBorder

arc

int arc

shadowSize

int shadowSize

distance

int distance

currentProject

XProject currentProject
The current project

Class net.xoetrope.swing.XImageButton extends javax.swing.AbstractButton implements Serializable

Serialized Fields

image

java.awt.Image image

pressedImage

java.awt.Image pressedImage

rolloverImage

java.awt.Image rolloverImage

disabledImage

java.awt.Image disabledImage

imageName

java.lang.String imageName

rolloverImageName

java.lang.String rolloverImageName

pressedImageName

java.lang.String pressedImageName

disabledImageName

java.lang.String disabledImageName

currentProject

XProject currentProject
The current project

Class net.xoetrope.swing.XImageMap extends XHotspotImage implements Serializable

Serialized Fields

drawHotspots

boolean drawHotspots
true to draw the hotspots as highlighted areas


linePoints

java.util.Vector linePoints
the vertices of the polygons highlighting the hotspots

Class net.xoetrope.swing.XLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

renderer

XTextRenderer renderer
The renderer that will paint the component


antiAlias

boolean antiAlias

Class net.xoetrope.swing.XList extends javax.swing.JList implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel

invoker

XHandlerInvoker invoker

Class net.xoetrope.swing.XMenu extends javax.swing.JMenu implements Serializable

Class net.xoetrope.swing.XMenuBar extends javax.swing.JMenuBar implements Serializable

Class net.xoetrope.swing.XMenuItem extends javax.swing.JMenuItem implements Serializable

Class net.xoetrope.swing.XMessageBox extends XDialog implements Serializable

Serialized Fields

btnCancel

XButton btnCancel
The close button displayed on the message box title bar


btnClose

XButton btnClose
The cancel button displayed on the message box title bar


label

XLabel label
The message label component


message

java.lang.String message
The message


messageBoxStyle

int messageBoxStyle
The message box style

Class net.xoetrope.swing.XMetaContent extends javax.swing.JPanel implements Serializable

Serialized Fields

styleStack

java.util.Stack styleStack

content

XmlElement content

strContent

java.lang.String strContent

source

java.lang.String source

usesLaf

boolean usesLaf

currentX

int currentX

currentY

int currentY

width

int width

height

int height

startX

int startX

colStart

int colStart

currentStyle

XStyle currentStyle

currentStyleName

java.lang.String currentStyleName

font

java.awt.Font font

fontMetrics

java.awt.FontMetrics fontMetrics

fontHeight

int fontHeight

contentHeight

int contentHeight

padding

int padding

translator

XTranslator translator

antiAlias

boolean antiAlias

Class net.xoetrope.swing.XPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

drawFrame

int drawFrame

usesLaf

boolean usesLaf

translucent

boolean translucent

arc

int arc

padding

int padding

painter

XPainter painter

Class net.xoetrope.swing.XPassword extends javax.swing.JPasswordField implements Serializable

Class net.xoetrope.swing.XRadioButton extends javax.swing.JRadioButton implements Serializable

Serialized Fields

buttonGroup

javax.swing.ButtonGroup buttonGroup
The button group controlling this radio button


value

java.lang.Object value
the value of the button

Class net.xoetrope.swing.XScrollableMetaContent extends XScrollPane implements Serializable

Serialized Fields

content

XMetaContent content

Class net.xoetrope.swing.XScrollPane extends javax.swing.JScrollPane implements Serializable

Class net.xoetrope.swing.XSplitPane extends javax.swing.JSplitPane implements Serializable

Class net.xoetrope.swing.XTable extends XScrollPane implements Serializable

Serialized Fields

content

XTableRenderer content

model

XModel model

Class net.xoetrope.swing.XTable2 extends javax.swing.JTable implements Serializable

Serialized Fields

model

XModel model

updateModelSelection

boolean updateModelSelection

invoker

XHandlerInvoker invoker

oldRowSelection

int oldRowSelection

usesDatabase

boolean usesDatabase

Class net.xoetrope.swing.XTableRenderer extends javax.swing.JComponent implements Serializable

Serialized Fields

colWidth

int[] colWidth

colPadding

int colPadding

currentY

int currentY

itemIdx

int itemIdx

model

XModel model

font

java.awt.Font font

fontMetrics

java.awt.FontMetrics fontMetrics

fontHeight

int fontHeight

rowHeight

int rowHeight

headerHeight

int headerHeight

tableStyle

java.lang.String tableStyle

headerStyle

java.lang.String headerStyle

selectedStyle

java.lang.String selectedStyle

backColor

java.awt.Color backColor

foreColor

java.awt.Color foreColor

darkerColor

java.awt.Color darkerColor

styleMgr

XStyleManager styleMgr

updateModelSelection

boolean updateModelSelection

interactiveTable

boolean interactiveTable

drawFrame

boolean drawFrame

selectedRow

int selectedRow

selectedColumn

int selectedColumn

startRow

int startRow

owner

XTable owner

drawBorder

boolean drawBorder

borderColor

java.awt.Color borderColor

components

java.lang.Object[] components

currentComponent

java.awt.Component currentComponent

editBinding

XDataBinding editBinding

Class net.xoetrope.swing.XTabPanel extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

handCursor

java.awt.Cursor handCursor

defaultCursor

java.awt.Cursor defaultCursor

Class net.xoetrope.swing.XTextArea extends javax.swing.JTextArea implements Serializable

Class net.xoetrope.swing.XTextPane extends javax.swing.JTextPane implements Serializable

Class net.xoetrope.swing.XTree extends javax.swing.JTree implements Serializable

Serialized Fields

invoker

XHandlerInvoker invoker

selectedNode

XModel selectedNode

lastSelectedNode

XModel lastSelectedNode

styleName

java.lang.String styleName

Class net.xoetrope.swing.XUnknown extends XLabel implements Serializable

Serialized Fields

attributes

java.util.Vector attributes

attributeNames

java.util.Vector attributeNames

Package net.xoetrope.swing.tree

Class net.xoetrope.swing.tree.XTreeModelAdapter extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

model

XModel model
The model node


Package net.xoetrope.swing.util

Class net.xoetrope.swing.util.XGradientHeaderPanel extends javax.swing.JLabel implements Serializable


Package net.xoetrope.xui

Class net.xoetrope.xui.XPage extends java.awt.Container implements Serializable

Serialized Fields

project

XProject project
The owner project. Each page belongs to a single project and normally there is just one instance of a page per project. The project provides many resources and acts as a central, coordinating point for referencing such resources.


pageMgr

XPageManager pageMgr
The page manager for the current project, the page manager controls the update and display of pages. References to the instantiated pages are held by the page manager even if the pages are not currently visible.


rootModel

XModel rootModel
The root model of the current project. The data model acts as a hierachical collection of objects that can be referenced via an XPath like syntax. The data bindings generally reference objects in this data model. The rootModel is the root node in the model with all other nodes being children of this node. Normally the rootModel is a singleton (within a project).


adapter

WidgetAdapter adapter
The component adapter for the current widget set. The page as an abstract entity does not deal directly with components of one widget set or another, instead it interacts with the widgets via a widget adapter that provides a common set of interfaces needed to manage the page. The adapter does not however try to provide a full interface the widgets, rather it provides just those interface methods needed by the page.


pageHelper

XPageHelper pageHelper
The helper class that implements many functions on behalf of the page, particularly the widget specific operations and those operations specified by the PageSupport interface.


componentFactory

XStyleFactory componentFactory
Deprecated. use getComponentFactory() instead.
The component factory used by this page. The factory instantiates components and sets the basic style of those components.

Class net.xoetrope.xui.XTarget extends java.awt.Container implements Serializable

Serialized Fields

prefSize

java.awt.Dimension prefSize

minSize

java.awt.Dimension minSize

hasListeners

boolean hasListeners

content

java.lang.String content

Package net.xoetrope.xui.wmf

Class net.xoetrope.xui.wmf.XWmf extends java.awt.Canvas implements Serializable

serialVersionUID: 1413615767071266522L

Serialization Methods

readObject

void readObject(java.io.ObjectInputStream ois)
          throws java.lang.ClassNotFoundException,
                 java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

void writeObject(java.io.ObjectOutputStream oos)
           throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

drawCrossHairs

boolean drawCrossHairs
flag indicating the use of crosshairs