Serialized Form
Package incubator.net.xoetrope.scripts |
Package incubator.net.xoetrope.swing |
bUseWindow
boolean bUseWindow
-
true if a popup window is in use
applicationContext
XApplicationContext applicationContext
-
desktopPane
javax.swing.JDesktopPane desktopPane
-
applicationContext
XApplicationContext applicationContext
-
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 |
DEFAULT_MID_COLOR
java.awt.Color DEFAULT_MID_COLOR
-
DEFAULT_START_COLOR
java.awt.Color DEFAULT_START_COLOR
-
gradient
XDockableFrame.GradientPainter gradient
-
dockingPanel
org.flexdock.docking.defaults.DefaultDockingPort dockingPanel
-
applicationContext
XApplicationContext applicationContext
-
targets
java.util.Vector targets
-
prefSize
java.awt.Dimension prefSize
-
minSize
java.awt.Dimension minSize
-
content
java.lang.String content
-
viewport
XViewportApp.XViewport viewport
-
applicationContext
XApplicationContext applicationContext
-
Class incubator.net.xoetrope.swing.XViewportApp.XViewport extends org.flexdock.view.Viewport implements Serializable |
targets
java.util.Vector targets
-
centerPort
org.flexdock.view.View centerPort
-
Class incubator.net.xoetrope.swing.XViewportFrame extends org.flexdock.view.View implements Serializable |
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 |
prefSize
java.awt.Dimension prefSize
-
minSize
java.awt.Dimension minSize
-
hasListeners
boolean hasListeners
-
content
java.lang.String content
-
serialVersionUID: -2383376380548624920L
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 |
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 |
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.
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
-
value
java.lang.Object value
-
The button value
Class net.xoetrope.awt.XCheckbox extends java.awt.Checkbox implements Serializable |
value
java.lang.Object value
-
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 |
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 |
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 |
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 |
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 |
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
-
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
-
drawFrame
int drawFrame
-
isHeavyWeight
boolean isHeavyWeight
-
Class net.xoetrope.awt.XRadioButton extends java.awt.Checkbox implements Serializable |
value
java.lang.Object value
-
Class net.xoetrope.awt.XScrollableMetaContent extends XScrollPane implements Serializable |
content
XMetaContent content
-
Class net.xoetrope.awt.XScrollPane extends java.awt.ScrollPane implements Serializable |
Class net.xoetrope.awt.XTab extends XLabel implements Serializable |
selected
boolean selected
-
Class net.xoetrope.awt.XTable extends XScrollPane implements Serializable |
content
XTableRenderer content
-
model
XModel model
-
componentPanel
XPanel componentPanel
-
numRows
int numRows
-
Class net.xoetrope.awt.XTableRenderer extends java.awt.Canvas implements Serializable |
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
-
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 |
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 |
attributes
java.util.Vector attributes
-
attributeNames
java.util.Vector attributeNames
-
Package net.xoetrope.builder |
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 |
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 |
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
-
value
java.lang.Object value
-
The button value
Class net.xoetrope.swing.XCheckbox extends javax.swing.JCheckBox implements Serializable |
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 |
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 |
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 |
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 |
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 |
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 |
renderer
XTextRenderer renderer
-
The renderer that will paint the component
antiAlias
boolean antiAlias
-
Class net.xoetrope.swing.XList extends javax.swing.JList implements Serializable |
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 |
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
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
-
drawFrame
int drawFrame
-
usesLaf
boolean usesLaf
-
translucent
boolean translucent
-
arc
int arc
-
padding
int padding
-
painter
XPainter painter
-
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 |
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 |
content
XTableRenderer content
-
model
XModel model
-
Class net.xoetrope.swing.XTable2 extends javax.swing.JTable implements Serializable |
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 |
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 |
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 |
invoker
XHandlerInvoker invoker
-
selectedNode
XModel selectedNode
-
lastSelectedNode
XModel lastSelectedNode
-
styleName
java.lang.String styleName
-
Class net.xoetrope.swing.XUnknown extends XLabel implements Serializable |
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 |
model
XModel model
-
The model node
Package net.xoetrope.swing.util |
Class net.xoetrope.swing.util.XGradientHeaderPanel extends javax.swing.JLabel implements Serializable |
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 |
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
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
drawCrossHairs
boolean drawCrossHairs
-
flag indicating the use of crosshairs