Serialized Form


Package com.java4less.rmenu

Class com.java4less.rmenu.RMenu implements Serializable

Serialized Fields

backImage

java.awt.Image backImage
background image

backImage2

java.awt.Image backImage2

drawArea

com.java4less.rmenu.RMenu.menuCanvas drawArea

ImNames

java.util.Vector ImNames

Images

java.util.Vector Images

expandOn

int expandOn
specifies how the nodes are going to be expanded. Valid values are EXPAND_ON_CLICK or EXPAND_ON_ENTER.

collapse_on_exit

boolean collapse_on_exit

menuType

int menuType
Type of menu: MENU_VERTICAL, MENU_HORIZONTAL (see menuAligment ) and MENU_DEFINED (see userDefinedX and userDefinedY). In MENU_DEFINED the user must specify the location of the items in the applet.

userDefinedX

int[] userDefinedX
x coordinates of the items for a menu of type DEFINED.

userDefinedY

int[] userDefinedY
y coordinates of the items for a menu of type DEFINED.

hSeparator

java.awt.Image hSeparator
separator of items in a horizontal menu.

menuInternalMargin

int menuInternalMargin
space between the border of the menu and the items. The default value is 1 pixel.

menuAlignment

int menuAlignment
how items are going to be aligned on a horizontal menu. (ALIGN_LEFT, ALIGN_RIGHT or ALIGN_CENTER).

tipDelay

int tipDelay
specifies the number of milliseconds the tree will wait before showing a tip for the current node.

copyrightH

int copyrightH

loadingText

java.lang.String loadingText
this text will be shown to the user while definition files or applet parameters are read.

openingURL

boolean openingURL

openingURLText

java.lang.String openingURLText
Text to be displyed while openning an URL.

backColor

java.awt.Color backColor
background color of the menu.

backColor2

java.awt.Color backColor2

iconsWidth

int iconsWidth
Width of the icons. The default value is 16.

nodeIcon

java.awt.Image nodeIcon

nodeSelectedIcon

java.awt.Image nodeSelectedIcon

nodeColor

java.awt.Color nodeColor

nodeSelectedColor

java.awt.Color nodeSelectedColor

nodeBackColor

java.awt.Color nodeBackColor

nodeSelectedBackColor

java.awt.Color nodeSelectedBackColor

nodeSubmenuColor

java.awt.Color nodeSubmenuColor

nodeSubmenuBorderColor

java.awt.Color nodeSubmenuBorderColor

nodeSubmenuInverted

boolean nodeSubmenuInverted

nodeSubmenuImage

java.awt.Image nodeSubmenuImage

nodeSubmenuBorder

int nodeSubmenuBorder

nodeBackImage

java.awt.Image nodeBackImage

nodeCenterText

boolean nodeCenterText

nodeRaised

boolean nodeRaised

nodeFont

java.awt.Font nodeFont

isLoading

boolean isLoading

loadingImage

java.awt.Image loadingImage
Image to be displayed while definition files or applet parameters are read.

loadingFont

java.awt.Font loadingFont
font of the text displayed to the user while definition files or applet parameters are read.

subMenuIcon

java.awt.Image subMenuIcon

changeCursor

boolean changeCursor

selCursor

java.awt.Cursor selCursor
cursor for selected node

cursorX

int cursorX

cursorY

int cursorY

cursorBase

int cursorBase

showTip

boolean showTip
If false, no tips will be displayed.

tipFont

java.awt.Font tipFont
Font used to display tips.

tipColor

java.awt.Color tipColor
color of the font.

tipBorder

java.awt.Color tipBorder
color of the border of the box used to displayed tips.

tipBack

java.awt.Color tipBack
background of the box used to displayed tips.

Root

RNode Root
root of the menu. Menus always have a root but it is hidden.

showRoot

boolean showRoot
show root of tree

displayedNodes

java.util.Vector displayedNodes

levelTab

int levelTab

leftMargin

int leftMargin
left margin of the menu.

topMargin

int topMargin
top margin of the menu.

currentNode

RNode currentNode

parentApplet

java.applet.Applet parentApplet
Applet (if any) in which the menu is placed. This is used to read the applet's parameters.

defaultTarget

java.lang.String defaultTarget
Target frame where URL should be openned after double-clicking a node. Valid values are:

"_self" show in the current frame
"_parent" show in the parent frame
"_top" show in the topmost frame
"_blank" show in a new unnamed top-level window
name show in a new top-level window named name

enterTime

long enterTime

showingTipTime

long showingTipTime

itemHeight

int itemHeight
Height of the items in the menu. The default is 20.

itemWidth

int itemWidth
Width of the items in the menu. The default is 100.

JSOnEnter

java.lang.String JSOnEnter
name of javascript function to call on events "enter"

JSOnExit

java.lang.String JSOnExit
name of javascript function to call on events "exit"

JSOnLoad

java.lang.String JSOnLoad
name of javascript function to call on events "load"

JSOnLoadEnd

java.lang.String JSOnLoadEnd
name of javascript function to call on events "load end"

JSOnExpand

java.lang.String JSOnExpand
name of javascript function to call on events "expand"

JSOnSelect

java.lang.String JSOnSelect
name of javascript function to call on events "select"

JSOnDblClick

java.lang.String JSOnDblClick
name of javascript function to call on events "double click"

Class com.java4less.rmenu.RMenuApplet implements Serializable

Serialized Fields

started

boolean started

tree

RMenu tree

appBorderLeft

com.java4less.rmenu.RMenuApplet.borderCanvas appBorderLeft

appBorderRight

com.java4less.rmenu.RMenuApplet.borderCanvas appBorderRight

appBorderTop

com.java4less.rmenu.RMenuApplet.borderCanvas appBorderTop

appBorderBottom

com.java4less.rmenu.RMenuApplet.borderCanvas appBorderBottom

upperBorder

int upperBorder

bottomBorder

int bottomBorder

leftBorder

int leftBorder

rightBorder

int rightBorder

borderType

int borderType

pageBackColor

java.awt.Color pageBackColor

borderColor

java.awt.Color borderColor


Package com.java4less.rtree

Class com.java4less.rtree.RTreeApplet implements Serializable

Serialized Fields

started

boolean started

inited

boolean inited

stopped

boolean stopped

thread

java.lang.Thread thread

tree

RTreeList tree
tree

appBorderLeft

RTreeApplet.borderCanvas appBorderLeft

appBorderRight

RTreeApplet.borderCanvas appBorderRight

appBorderTop

RTreeApplet.borderCanvas appBorderTop

appBorderBottom

RTreeApplet.borderCanvas appBorderBottom

upperBorder

int upperBorder

bottomBorder

int bottomBorder

leftBorder

int leftBorder

rightBorder

int rightBorder

borderType

int borderType
type of the border of the applet

pageBackColor

java.awt.Color pageBackColor
if you use border type BORDER_SHADOW, this must be the same color as the background of the HTML page

borderColor

java.awt.Color borderColor

previousW

int previousW

previousH

int previousH

simulator

java.awt.Panel simulator
internal, for Rtree Visual Designer only

Class com.java4less.rtree.RTreeApplet.borderCanvas implements Serializable

Serialized Fields

this$0

RTreeApplet this$0

borderSide

int borderSide

Class com.java4less.rtree.RTreeList implements Serializable

Serialized Fields

startupNode

java.lang.String startupNode
use this node as first selected node

appletWidth

int appletWidth
size of the applet for the designer

appletHeight

int appletHeight

changeCursor

boolean changeCursor
change cursor's icon

selCursor

java.awt.Cursor selCursor
drag and drpp cursor

dropCursor

java.awt.Cursor dropCursor

backImage

java.awt.Image backImage
background image of the tree.

backImage2

java.awt.Image backImage2

drawArea

com.java4less.rtree.RTreeList.treeCanvas drawArea

Scroll

java.awt.Scrollbar Scroll

ScrollH

java.awt.Scrollbar ScrollH

ImNames

java.util.Vector ImNames

Images

java.util.Vector Images

expandOn

int expandOn
specifies how the nodes are going to be expanded. Valid values are EXPAND_ON_CLICK or EXPAND_ON_ENTER.

lineType

int lineType
specifies what kind of line will be used to link a node and its descendants. Valid values are LINE_* contants.

tipDelay

int tipDelay
specifies the number of milliseconds the tree will wait before showing a tip for the current node.

copyrightH

int copyrightH

copyrightSelected

boolean copyrightSelected

animation

int animation

animationDelay

int animationDelay
Specifies time (in milliseconds) between scenes in the initial animation.

loadingText

java.lang.String loadingText
this text will be shown to the user while definition files or applet parameters are read.

openingURL

boolean openingURL

openingURLText

java.lang.String openingURLText
this text will be shown to the user while openning a URL.

backColor

java.awt.Color backColor
background color of the tree.

backColor2

java.awt.Color backColor2

iconsWidth

int iconsWidth
Width of the icons. The default value is 16.

scrollColor

java.awt.Color scrollColor
background color of the scroll bar.

nodeIcon

java.awt.Image nodeIcon

nodeSelectedIcon

java.awt.Image nodeSelectedIcon

nodeColor

java.awt.Color nodeColor

nodeSelectedColor

java.awt.Color nodeSelectedColor

nodeBackColor

java.awt.Color nodeBackColor

nodeSelectedBackColor

java.awt.Color nodeSelectedBackColor

nodeBackImage

java.awt.Image nodeBackImage

nodeCenterText

boolean nodeCenterText

nodeRaised

boolean nodeRaised

nodeFont

java.awt.Font nodeFont

lastClickedColor

java.awt.Color lastClickedColor

lastClickedBack

java.awt.Color lastClickedBack

lastClickedFont

java.awt.Font lastClickedFont

lastClickedImage

java.awt.Image lastClickedImage

isLoading

boolean isLoading

loadingImage

java.awt.Image loadingImage
Image to be displayed while definition files or applet parameters are read.

loadingFont

java.awt.Font loadingFont
font of the text displayed to the user while definition files or applet parameters are read.

loadingColor

java.awt.Color loadingColor

rootAlwaysExpanded

boolean rootAlwaysExpanded

cursorX

int cursorX

cursorY

int cursorY

cursorBase

int cursorBase

cursorBaseX

int cursorBaseX

showTip

boolean showTip
If false, no tips will be displayed.

tipFont

java.awt.Font tipFont
Font used to display tips.

tipColor

java.awt.Color tipColor
color of the border of the box used to displayed tips.

tipBorder

java.awt.Color tipBorder
color of the border of the box used to displayed tips.

tipBack

java.awt.Color tipBack
background of the box used to displayed tips.

autoReorganize

boolean autoReorganize

autoReorganizeAlways

boolean autoReorganizeAlways

Root

RNode Root
root of the tree. Trees always have a root but it can be hidden.

clickedNode

RNode clickedNode

clickedNodes

java.util.Vector clickedNodes

currentSelectedSet

int currentSelectedSet

showRoot

boolean showRoot
if false, the root of the tree will not be shown.

displayedNodes

java.util.Vector displayedNodes

levelTab

int levelTab
left margin used for each new level of the tree.

leftMargin

int leftMargin
left margin of the tree.

topMargin

int topMargin
top margin of the tree.

lineColor

java.awt.Color lineColor
color of the lines used to link a node with its children

plusminusboxColor

java.awt.Color plusminusboxColor
color of the +/- signes.

drawLine

boolean drawLine
specifies whether the lines that link nodes should be displayed.

drawPlusMinus

boolean drawPlusMinus
if true :
"-" will be displayed left to an expanded node.
"+" will be displayed next to a not expanded node.

currentNode

RNode currentNode

lastCurrentNode

RNode lastCurrentNode

plusImage

java.awt.Image plusImage
Image to used instead of the + sign.

minusImage

java.awt.Image minusImage
Image to use instead of the - sign.

parentApplet

java.applet.Applet parentApplet
Applet (if any) in which the tree is placed. This is used to read the applet's parameters.

defaultTarget

java.lang.String defaultTarget
Target frame where URL should be openned after double-clicking a node. Valid values are:
"_self" show in the current frame
"_parent" show in the parent frame
"_top" show in the topmost frame
"_blank" show in a new unnamed top-level window
name: show in a new top-level window named name

enterTime

long enterTime

showingTipTime

long showingTipTime

currentY

int currentY

itemHeight

int itemHeight
Height of the items in the tree. The default is 20.

itemWidth

int itemWidth
Width of the items in the tree. The default is the width of the applet itself.

inAnimation

boolean inAnimation

JSOnEnter

java.lang.String JSOnEnter
name of javascript function to call on events "enter"

JSOnExit

java.lang.String JSOnExit
name of javascript function to call on events "exit"

JSOnLoad

java.lang.String JSOnLoad
name of javascript function to call on events "load"

JSOnLoadEnd

java.lang.String JSOnLoadEnd
name of javascript function to call on events "load end"

JSOnExpand

java.lang.String JSOnExpand
name of javascript function to call on events "expand"

JSOnSelect

java.lang.String JSOnSelect
name of javascript function to call on events "select"

JSOnDblClick

java.lang.String JSOnDblClick
name of javascript function to call on events "double click"

popup

java.awt.PopupMenu popup
for use of RTRee Visual Designer

popupShowing

boolean popupShowing
for use of RTRee Visual Designer

listener

RNodeListener listener

dragging

boolean dragging
for use of RTRee Visual Designer

draggedNode

RNode draggedNode
for use of RTRee Visual Designer

allowDragging

boolean allowDragging
for use of RTRee Visual Designer

registerFont

java.awt.Font registerFont

plusminusFont

java.awt.Font plusminusFont

visibleLines

int visibleLines