Serialized Form


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<E> attributes
The attributes of the element.


children

java.util.Vector<E> 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

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

pageHolder

java.awt.Panel pageHolder

bUseWindow

boolean bUseWindow

applicationContext

XApplicationContext applicationContext

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


closeButtonID

int closeButtonID
Was the close button clicked


dialogWindow

java.awt.Window dialogWindow

onScreenLocation

java.awt.Point onScreenLocation

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<E> hotspots
The hotspots


images

java.util.Vector<E> images
The images


names

java.util.Vector<E> names
The hotspot names


disabled

java.util.Hashtable<K,V> 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<E> 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.XLanguageChooserDialog extends XDialog implements Serializable

Serialized Fields

languageList

XComboBox languageList

languages

java.util.Hashtable<K,V> languages

selectedLanguage

java.lang.String selectedLanguage

defLangCode

java.lang.String defLangCode

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

Serialized Fields

currentProject

XProject currentProject

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<E> 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

currentProject

XProject currentProject

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

Serialized Fields

drawFrame

int drawFrame

isHeavyWeight

boolean isHeavyWeight

currentProject

XProject currentProject

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<E> attributes

attributeNames

java.util.Vector<E> attributeNames

Package net.xoetrope.builder

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


Package net.xoetrope.deprecated.swing

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

Serialized Fields

content

XTableRenderer content

model

XModel model

Class net.xoetrope.deprecated.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

Package net.xoetrope.deprecated.xui.wmf

Class net.xoetrope.deprecated.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

Package net.xoetrope.html

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

Serialized Fields

win

netscape.javascript.JSObject win

doc

netscape.javascript.JSObject doc

pageMgr

XPageManager pageMgr

modelDataSource

XDataSource modelDataSource

clientWidth

int clientWidth

clientHeight

int clientHeight

currentProject

XProject currentProject

jLabel1

javax.swing.JLabel jLabel1

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

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

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


Package net.xoetrope.optional.data

Class net.xoetrope.optional.data.XIterator extends java.lang.Object implements Serializable


Package net.xoetrope.optional.scripts

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


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.XSvgButton extends javax.swing.AbstractButton implements Serializable

Serialized Fields

svgPainter

XSvgPainter svgPainter

mouseDownSelection

java.lang.String[] mouseDownSelection

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

currentProject

XProject currentProject

Class net.xoetrope.optional.svg.XSvgImageMap extends XSvgCanvas implements Serializable


Package net.xoetrope.optional.svg.batik

Class net.xoetrope.optional.svg.batik.XSvgPainter extends org.apache.batik.swing.svg.JSVGComponent implements Serializable

Serialized Fields

originalTransform

java.awt.geom.AffineTransform originalTransform

isLoaded

boolean isLoaded

initialDim

java.awt.Dimension initialDim

parentComp

java.awt.Component parentComp

bm

javax.swing.ButtonModel bm

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


bUseWindow

boolean bUseWindow
true if a popup window is in use


applicationContext

XApplicationContext applicationContext

pageHolder

java.awt.Container pageHolder
The panel holding the page content

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

Serialized Fields

currentProject

XProject currentProject

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


hideFrame

boolean hideFrame

mouseDragged

boolean mouseDragged

doResize

boolean doResize

dialogWindow

java.awt.Window dialogWindow

titlePanel

XGradientHeaderPanel titlePanel

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

Serialized Fields

antiAlias

boolean antiAlias

Class net.xoetrope.swing.XEditorPane extends javax.swing.JEditorPane implements Serializable

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

Serialized Fields

hotspots

java.util.Vector<E> hotspots
The hotspots


names

java.util.Vector<E> 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

dragEnabled

boolean dragEnabled

arc

int arc

shadowSize

int shadowSize

distance

int distance

painter

Painter painter

firstMouseEvent

java.awt.event.MouseEvent firstMouseEvent

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

iconImage

javax.swing.ImageIcon iconImage

imageName

java.lang.String imageName

rolloverImageName

java.lang.String rolloverImageName

pressedImageName

java.lang.String pressedImageName

disabledImageName

java.lang.String disabledImageName

iconName

java.lang.String iconName

antiAlias

boolean antiAlias

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<E> 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.XLanguageChooserDialog extends XDialog implements Serializable

Serialized Fields

languageList

XComboBox languageList

languages

java.util.Hashtable<K,V> languages

selectedLanguage

java.lang.String selectedLanguage

defLangCode

java.lang.String defLangCode

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

Serialized Fields

currentProject

XProject currentProject

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<E> 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

currentProject

XProject currentProject

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

Painter 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 javax.swing.JTable implements Serializable

Serialized Fields

currentProject

XProject currentProject

model

XModel model

updateModelSelection

boolean updateModelSelection

invoker

XHandlerInvoker invoker

oldRowSelection

int oldRowSelection

usesDatabase

boolean usesDatabase

headerStyle

java.lang.String headerStyle

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

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

Serialized Fields

handCursor

java.awt.Cursor handCursor

defaultCursor

java.awt.Cursor defaultCursor

currentProject

XProject currentProject

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<E> attributes

attributeNames

java.util.Vector<E> attributeNames

Package net.xoetrope.swing.app

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

Serialized Fields

desktopPane

javax.swing.JDesktopPane desktopPane

applicationContext

XApplicationContext applicationContext

Class net.xoetrope.swing.app.XDockableFrame extends XDockingPanel implements Serializable

Serialized Fields

iconName

java.lang.String iconName

title

java.lang.String title

sidebar

java.lang.String sidebar

minimized

boolean minimized

maximized

boolean maximized

canClose

boolean canClose

canDock

boolean canDock

canDrag

boolean canDrag

canZoom

boolean canZoom

canMinimize

boolean canMinimize

hasDockingTitle

boolean hasDockingTitle

preferredSize

java.awt.Dimension preferredSize

nextAttributes

java.util.Hashtable<K,V> nextAttributes

currentProject

XProject currentProject

dockables

java.util.ArrayList<E> dockables

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

Serialized Fields

applicationContext

XApplicationContext applicationContext

cardPanel

XCardPanel cardPanel

dockingPanel

javax.swing.JPanel dockingPanel

multiSplitPane

org.jdesktop.swingx.MultiSplitPane multiSplitPane

leftSidebar

XDockingSideBar leftSidebar

rightSidebar

XDockingSideBar rightSidebar

bottomSidebar

XDockingSideBar bottomSidebar

northDecoration

PageSupport northDecoration

menuBar

javax.swing.JMenuBar menuBar

currentProject

XProject currentProject

defaultLayoutDef

java.lang.String defaultLayoutDef

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

Serialized Fields

prefSize

java.awt.Dimension prefSize

minSize

java.awt.Dimension minSize

content

java.lang.String content

currentProject

XProject currentProject

Class net.xoetrope.swing.app.XuiProxy extends javax.swing.JPanel implements Serializable

Serialized Fields

appWindow

java.awt.Window appWindow
The application window


clientFrame

javax.swing.JFrame clientFrame
The Application frame


bUseWindow

boolean bUseWindow
true if a popup window is in use


applicationContext

XApplicationContext applicationContext

pageHolder

java.awt.Container pageHolder
The panel holding the page content


Package net.xoetrope.swing.dnd

Class net.xoetrope.swing.dnd.XDragInfo extends java.util.Hashtable implements Serializable

Class net.xoetrope.swing.dnd.XModelTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

dataFlavors

java.awt.datatransfer.DataFlavor[] dataFlavors

Package net.xoetrope.swing.docking

Class net.xoetrope.swing.docking.XCardPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

zoomPanel

javax.swing.JPanel zoomPanel

multiSplitPane

org.jdesktop.swingx.MultiSplitPane multiSplitPane

cardManager

java.awt.CardLayout cardManager

zoomedDockable

XDockable zoomedDockable

Class net.xoetrope.swing.docking.XDockableHeader extends javax.swing.JLabel implements Serializable

Serialized Fields

firstMouseEvent

java.awt.event.MouseEvent firstMouseEvent

dockable

XDockable dockable

active

boolean active

glassPane

java.awt.Container glassPane

sysMinimizeBtn

javax.swing.JButton sysMinimizeBtn

sysCloseBtn

javax.swing.JButton sysCloseBtn

sysZoomBtn

javax.swing.JButton sysZoomBtn

buttonPanel

javax.swing.JPanel buttonPanel

clipIfNecessary

java.lang.reflect.Method clipIfNecessary

minHeaderHeight

int minHeaderHeight

Class net.xoetrope.swing.docking.XDockableTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

target

java.lang.Object target

Class net.xoetrope.swing.docking.XDockingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

activeHeader

XDockableHeader activeHeader

contentPane

javax.swing.JPanel contentPane

headerPanel

javax.swing.JPanel headerPanel

defSize

java.awt.Dimension defSize

contentManager

java.awt.CardLayout contentManager

constraint

java.lang.String constraint

splitPane

org.jdesktop.swingx.MultiSplitPane splitPane

listeners

java.util.ArrayList<E> listeners

Class net.xoetrope.swing.docking.XDockingPanel.XDockableProxy extends javax.swing.JLabel implements Serializable

Serialized Fields

dockingPanel

XDockingPanel dockingPanel

Class net.xoetrope.swing.docking.XDockingPreview extends javax.swing.JPanel implements Serializable

Serialized Fields

dockable

XDockable dockable

Class net.xoetrope.swing.docking.XDockingSideBar extends javax.swing.JPanel implements Serializable

Serialized Fields

fm

java.awt.FontMetrics fm

sidebarBkColor

java.awt.Color sidebarBkColor

sidebarTextColor

java.awt.Color sidebarTextColor

sidebarRolloverTextColor

java.awt.Color sidebarRolloverTextColor

isVertical

boolean isVertical

docklocation

java.lang.String docklocation

defSize

java.awt.Dimension defSize
The default size controls the 'thickness' of the sidebar


glassPane

java.awt.Container glassPane

dockingPreview

XDockingPreview dockingPreview

Class net.xoetrope.swing.docking.XDockingSideBar.XDockButton extends javax.swing.JButton implements Serializable

Serialized Fields

title

java.lang.String title
The button's text is not added to the button, so that the JButton itself does not paint the text.


preferredSize

java.awt.Dimension preferredSize

dockable

XDockable dockable

hasMouse

boolean hasMouse

isVertical

boolean isVertical

Package net.xoetrope.swing.splash

Class net.xoetrope.swing.splash.XSplashWindow extends java.awt.Window implements Serializable

Serialized Fields

image

java.awt.Image image
The splash image which is displayed on the splash window.


paintCalled

boolean paintCalled
This attribute indicates whether the method paint(Graphics) has been called at least once since the construction of this window.
This attribute is used to notify method splash(Image) that the window has been drawn at least once by the AWT event dispatcher thread.
This attribute acts like a latch. Once set to true, it will never be changed back to false again.

See Also:
XSplashWindow.paint(java.awt.Graphics), XSplashWindow.splash(java.awt.Image)

x

int x

y

int y

imgWidth

int imgWidth

imgHeight

int imgHeight

screenShot

java.awt.image.BufferedImage screenShot

Package net.xoetrope.swing.table

Class net.xoetrope.swing.table.GroupableTableHeader extends javax.swing.table.JTableHeader implements Serializable

Serialized Fields

columnGroups

java.util.Vector<E> columnGroups

Package net.xoetrope.swing.toolbar

Class net.xoetrope.swing.toolbar.XToolbar extends XPage implements Serializable

Class net.xoetrope.swing.toolbar.XToolbarButton extends XButton implements Serializable


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

Class net.xoetrope.swing.tree.XTreePojoModelAdapter extends XTreeModelAdapter implements Serializable

Serialized Fields

model

XPojoModel model
The model node


children

java.lang.String children
The name of the property defining child nodes


dispAttr

java.lang.String dispAttr
The name of the property whose value will appear as the tree node


configuration

java.util.Hashtable<K,V> configuration
Configuration of this adapter


Package net.xoetrope.swing.util

Class net.xoetrope.swing.util.XGradientBorder extends javax.swing.border.AbstractBorder implements Serializable

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

Class net.xoetrope.swing.util.XRoundOnTopBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

borderColor

java.awt.Color borderColor

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