A B C D E F G H I J L M N O P R S T U W X Y

A

addChild(RNode) - Method in class com.java4less.rtree.RNode
add a child to the node.
addFirstLevelNode(RNode) - Method in class com.java4less.rtree.RTreeList
adds the node to the root.
addFirstLevelNode(RNode) - Method in class com.java4less.rmenu.RMenu
adds the node to the root.
ALIGN_CENTER - Static variable in class com.java4less.rmenu.RMenu
 
ALIGN_LEFT - Static variable in class com.java4less.rmenu.RMenu
 
ALIGN_RIGHT - Static variable in class com.java4less.rmenu.RMenu
 
allowDragging - Variable in class com.java4less.rtree.RTreeList
for use of RTRee Visual Designer
animation - Variable in class com.java4less.rtree.RTreeList
 
ANIMATION_FROM_BOTTOM - Static variable in class com.java4less.rtree.RTreeList
the tree will come from the bottom of the panel and will scroll up.
ANIMATION_FROM_LEFT - Static variable in class com.java4less.rtree.RTreeList
the tree will come from left side of the panel and will scroll right.
ANIMATION_FROM_RIGHT - Static variable in class com.java4less.rtree.RTreeList
the tree will come from right side of the panel and will scroll left.
ANIMATION_FROM_TOP - Static variable in class com.java4less.rtree.RTreeList
the tree will come from the top of the panel and will scroll down.
animationDelay - Variable in class com.java4less.rtree.RTreeList
Specifies time (in milliseconds) between scenes in the initial animation.
appletHeight - Variable in class com.java4less.rtree.RTreeList
 
appletWidth - Variable in class com.java4less.rtree.RTreeList
size of the applet for the designer
autoReorganize - Variable in class com.java4less.rtree.RTreeList
 
autoReorganizeAlways - Variable in class com.java4less.rtree.RTreeList
 

B

backColor - Variable in class com.java4less.rtree.RTreeList
background color of the tree.
backColor - Variable in class com.java4less.rtree.RNode
background color of the node.
backColor - Variable in class com.java4less.rmenu.RMenu
background color of the menu.
backColor2 - Variable in class com.java4less.rtree.RTreeList
 
backColor2 - Variable in class com.java4less.rmenu.RMenu
 
backImage - Variable in class com.java4less.rtree.RTreeList
background image of the tree.
backImage - Variable in class com.java4less.rtree.RNode
background image of the node.
backImage - Variable in class com.java4less.rmenu.RMenu
background image
BORDER_DOUBLE - Static variable in class com.java4less.rtree.RTreeApplet
 
BORDER_DOUBLE - Static variable in class com.java4less.rmenu.RMenuApplet
 
BORDER_LINE - Static variable in class com.java4less.rtree.RTreeApplet
 
BORDER_LINE - Static variable in class com.java4less.rmenu.RMenuApplet
 
BORDER_LINE2 - Static variable in class com.java4less.rtree.RTreeApplet
 
BORDER_LINE2 - Static variable in class com.java4less.rmenu.RMenuApplet
 
BORDER_LOWERED - Static variable in class com.java4less.rtree.RTreeApplet
 
BORDER_LOWERED - Static variable in class com.java4less.rmenu.RMenuApplet
 
BORDER_RAISED - Static variable in class com.java4less.rtree.RTreeApplet
 
BORDER_RAISED - Static variable in class com.java4less.rmenu.RMenuApplet
 
BORDER_SHADOW - Static variable in class com.java4less.rtree.RTreeApplet
 
BORDER_SHADOW - Static variable in class com.java4less.rmenu.RMenuApplet
 
borderColor - Variable in class com.java4less.rtree.RTreeApplet
 
borderColor - Variable in class com.java4less.rmenu.RMenuApplet
 
borderType - Variable in class com.java4less.rtree.RTreeApplet
type of the border of the applet
borderType - Variable in class com.java4less.rmenu.RMenuApplet
 

C

calculateWidth(Graphics) - Method in class com.java4less.rtree.RNode
 
centerText - Variable in class com.java4less.rtree.RNode
is the text of the node to be centered?
changeCursor - Variable in class com.java4less.rtree.RTreeList
change cursor's icon
changeCursor - Variable in class com.java4less.rmenu.RMenu
 
childrenDefinitionFile - Variable in class com.java4less.rtree.RNode
File where the definition of the children of this node is to be found.
childrenDefinitionLoaded - Variable in class com.java4less.rtree.RNode
if false, the definition file has not been read yet.
clear(RNode) - Method in class com.java4less.rtree.RTreeList
deletes the children of the node.
clear(RNode) - Method in class com.java4less.rmenu.RMenu
deletes the children of the node.
clearTree(String) - Method in class com.java4less.rtree.RTreeApplet
 
clearTree(String) - Method in class com.java4less.rmenu.RMenuApplet
deletes the children of the node.
clicked - Variable in class com.java4less.rtree.RNode
if this node clicked?
clickedBack - Variable in class com.java4less.rtree.RNode
background color of clicked node
clickedColor - Variable in class com.java4less.rtree.RNode
color of clicked node
clickedFont - Variable in class com.java4less.rtree.RNode
font of clicked node
clickedImage - Variable in class com.java4less.rtree.RNode
background image of clicked node
clickedNode - Variable in class com.java4less.rtree.RTreeList
 
clickedNode(RNode) - Method in interface com.java4less.rtree.RNodeListener
this event is triggered when a node is clicked
clickedNodes - Variable in class com.java4less.rtree.RTreeList
 
collapse_on_exit - Variable in class com.java4less.rmenu.RMenu
 
collapseNodes(RNode) - Method in class com.java4less.rtree.RTreeList
 
color - Variable in class com.java4less.rtree.RNode
Color of the text.
com.java4less.rmenu - package com.java4less.rmenu
 
com.java4less.rtree - package com.java4less.rtree
 
convertColor(String) - Method in class com.java4less.rtree.RTreeList
converts a color parameter (as string) to a color class.
convertColor(String) - Method in class com.java4less.rmenu.RMenu
converts a color parameter (as string) to a color class.
convertFont(String) - Method in class com.java4less.rtree.RTreeList
converts a font parameter (as string) to a Font class.
convertFont(String) - Method in class com.java4less.rmenu.RMenu
converts a font parameter (as string) to a Font class.
countNodesToDraw(RNode) - Method in class com.java4less.rmenu.RMenu
number of visible nodes
countNodesToDraw(RNode, Graphics, int[]) - Method in class com.java4less.rtree.RTreeList
number of visible nodes
createTreeFromFile(RNode, String) - Method in class com.java4less.rtree.RTreeList
processes the file sfile.
createTreeFromFile(RNode, String) - Method in class com.java4less.rmenu.RMenu
processes the file sfile.
createTreeFromParameters(Applet) - Method in class com.java4less.rtree.RTreeList
create the tree using the parameters of the applet.
createTreeFromParameters(Applet) - Method in class com.java4less.rmenu.RMenu
create the menu using the parameters of the applet.
currentNode - Variable in class com.java4less.rtree.RTreeList
 

D

defaultTarget - Variable in class com.java4less.rtree.RTreeList
Target frame where URL should be openned after double-clicking a node.
defaultTarget - Variable in class com.java4less.rmenu.RMenu
Target frame where URL should be openned after double-clicking a node.
deleteChild(int) - Method in class com.java4less.rtree.RNode
delete a child from the node.
deleteChild(RNode) - Method in class com.java4less.rtree.RNode
delete a child from the node.
deleteChildren() - Method in class com.java4less.rtree.RNode
remove children
draw(Graphics, int, int, int, int) - Method in class com.java4less.rtree.RNode
draw the node at the given positions
drawLine - Variable in class com.java4less.rtree.RTreeList
specifies whether the lines that link nodes should be displayed.
drawLineWithStyle(Graphics, int, int, int, int, int) - Method in class com.java4less.rtree.RTreeList
 
drawNode(Graphics, RNode, int, boolean) - Method in class com.java4less.rtree.RTreeList
 
drawNode(Graphics, RNode, int, boolean) - Method in class com.java4less.rmenu.RMenu
 
drawPlusMinus - Variable in class com.java4less.rtree.RTreeList
if true :
"-" will be displayed left to an expanded node.
dropCursor - Variable in class com.java4less.rtree.RTreeList
 
droppedNode(RNode, RNode) - Method in interface com.java4less.rtree.RNodeListener
this event is triggered when a node is drag and dropped on another node3

E

EXPAND_ON_CLICK - Static variable in class com.java4less.rtree.RTreeList
expand nodes when the user clicks on them.
EXPAND_ON_CLICK - Static variable in class com.java4less.rmenu.RMenu
expand nodes when the user clicks on them.
EXPAND_ON_ENTER - Static variable in class com.java4less.rtree.RTreeList
expand nodes when the mouse enters them.
EXPAND_ON_ENTER - Static variable in class com.java4less.rmenu.RMenu
expand nodes when the mouse enters them.
expandASC(RNode, boolean) - Method in class com.java4less.rtree.RTreeList
 
expanded - Variable in class com.java4less.rtree.RNode
If expanded the children of the node are visible.
expandedIcon - Variable in class com.java4less.rtree.RNode
Icon used for the node when it is expanded.
expandNode(String, boolean) - Method in class com.java4less.rtree.RTreeList
Expands or collapses a node.
expandNode(String, boolean) - Method in class com.java4less.rmenu.RMenu
Expands or collapses a node.
expandOn - Variable in class com.java4less.rtree.RTreeList
specifies how the nodes are going to be expanded.
expandOn - Variable in class com.java4less.rmenu.RMenu
specifies how the nodes are going to be expanded.

F

findNode(RNode, String) - Method in class com.java4less.rtree.RTreeList
find a node by name.
findNode(RNode, String) - Method in class com.java4less.rmenu.RMenu
find a node by name
font - Variable in class com.java4less.rtree.RNode
Font used to draw the text.

G

getChild(int) - Method in class com.java4less.rtree.RNode
returns the child at the specified position (1 is the first child).
getChildPosition() - Method in class com.java4less.rtree.RNode
position of node within parent
getChildrenNumber() - Method in class com.java4less.rtree.RNode
returns number of children of this node.
getImageFile(Image) - Method in class com.java4less.rtree.RTreeList
 
getLineCount() - Method in class com.java4less.rtree.RNode
returns number of lines in text of node
getNodeParent(String) - Method in class com.java4less.rtree.RTreeApplet
 
getNodeProperty(String, String) - Method in class com.java4less.rtree.RTreeApplet
returns the property of the node.
getNodeText(String) - Method in class com.java4less.rtree.RTreeApplet
return node's text
getNodeTip(String) - Method in class com.java4less.rtree.RTreeApplet
 
getSelectedNode(int) - Method in class com.java4less.rtree.RTreeList
get the selected node at the specific index.(index range from 1 to getSelectionCount()-1)
getSelectedNode(int) - Method in class com.java4less.rtree.RTreeApplet
get the selected node at the specific index.(index range from 1 to getSelectionCount()-1)
getSelectionCount() - Method in class com.java4less.rtree.RTreeList
get number of selected nodes
getSelectionCount() - Method in class com.java4less.rtree.RTreeApplet
get number of selected nodes
getText() - Method in class com.java4less.rtree.RNode
returns text of node

H

hasChildren() - Method in class com.java4less.rtree.RNode
does this node has children?
hSeparator - Variable in class com.java4less.rmenu.RMenu
separator of items in a horizontal menu.
hSize - Variable in class com.java4less.rtree.RNode
internal use.

I

icon - Variable in class com.java4less.rtree.RNode
 
iconsWidth - Variable in class com.java4less.rtree.RTreeList
Width of the icons.
iconsWidth - Variable in class com.java4less.rmenu.RMenu
Width of the icons.
init() - Method in class com.java4less.rtree.RTreeApplet
 
init() - Method in class com.java4less.rmenu.RMenuApplet
 
inRMenu - Variable in class com.java4less.rtree.RNode
internal use, is this node in RMenu or RTree?
insertChild(RNode, int) - Method in class com.java4less.rtree.RNode
insert after this node
isDescendant(RNode) - Method in class com.java4less.rtree.RNode
is this node a descendant of n?
itemHeight - Variable in class com.java4less.rtree.RTreeList
Height of the items in the tree.
itemHeight - Variable in class com.java4less.rmenu.RMenu
Height of the items in the menu.
itemWidth - Variable in class com.java4less.rtree.RTreeList
Width of the items in the tree.
itemWidth - Variable in class com.java4less.rmenu.RMenu
Width of the items in the menu.

J

JSOnDblClick - Variable in class com.java4less.rtree.RTreeList
name of javascript function to call on events "double click"
JSOnDblClick - Variable in class com.java4less.rmenu.RMenu
name of javascript function to call on events "double click"
JSOnEnter - Variable in class com.java4less.rtree.RTreeList
name of javascript function to call on events "enter"
JSOnEnter - Variable in class com.java4less.rmenu.RMenu
name of javascript function to call on events "enter"
JSOnExit - Variable in class com.java4less.rtree.RTreeList
name of javascript function to call on events "exit"
JSOnExit - Variable in class com.java4less.rmenu.RMenu
name of javascript function to call on events "exit"
JSOnExpand - Variable in class com.java4less.rtree.RTreeList
name of javascript function to call on events "expand"
JSOnExpand - Variable in class com.java4less.rmenu.RMenu
name of javascript function to call on events "expand"
JSOnLoad - Variable in class com.java4less.rtree.RTreeList
name of javascript function to call on events "load"
JSOnLoad - Variable in class com.java4less.rmenu.RMenu
name of javascript function to call on events "load"
JSOnLoadEnd - Variable in class com.java4less.rtree.RTreeList
name of javascript function to call on events "load end"
JSOnLoadEnd - Variable in class com.java4less.rmenu.RMenu
name of javascript function to call on events "load end"
JSOnSelect - Variable in class com.java4less.rtree.RTreeList
name of javascript function to call on events "select"
JSOnSelect - Variable in class com.java4less.rmenu.RMenu
name of javascript function to call on events "select"

L

lastClickedBack - Variable in class com.java4less.rtree.RTreeList
 
lastClickedColor - Variable in class com.java4less.rtree.RTreeList
 
lastClickedFont - Variable in class com.java4less.rtree.RTreeList
 
lastClickedImage - Variable in class com.java4less.rtree.RTreeList
 
lastCurrentNode - Variable in class com.java4less.rtree.RTreeList
 
leftMargin - Variable in class com.java4less.rtree.RTreeList
left margin of the tree.
leftMargin - Variable in class com.java4less.rmenu.RMenu
left margin of the menu.
level - Variable in class com.java4less.rtree.RNode
internal use.
levelTab - Variable in class com.java4less.rtree.RTreeList
left margin used for each new level of the tree.
levelTab - Variable in class com.java4less.rmenu.RMenu
 
LINE_DASHED - Static variable in class com.java4less.rtree.RTreeList
Lines from a nodes and its children will be made of short lines.
LINE_DOTS - Static variable in class com.java4less.rtree.RTreeList
Lines from a nodes and its children will be made of dots.
LINE_NORMAL - Static variable in class com.java4less.rtree.RTreeList
Lines from a nodes and its children will be solid.
lineColor - Variable in class com.java4less.rtree.RTreeList
color of the lines used to link a node with its children
lineType - Variable in class com.java4less.rtree.RTreeList
specifies what kind of line will be used to link a node and its descendants.
listener - Variable in class com.java4less.rtree.RTreeList
 
loadImageUrl(String) - Method in class com.java4less.rtree.RTreeList
 
loadImageUrl(String) - Method in class com.java4less.rmenu.RMenu
load an image resource
loadingColor - Variable in class com.java4less.rtree.RTreeList
 
loadingFont - Variable in class com.java4less.rtree.RTreeList
font of the text displayed to the user while definition files or applet parameters are read.
loadingFont - Variable in class com.java4less.rmenu.RMenu
font of the text displayed to the user while definition files or applet parameters are read.
loadingImage - Variable in class com.java4less.rtree.RTreeList
Image to be displayed while definition files or applet parameters are read.
loadingImage - Variable in class com.java4less.rmenu.RMenu
Image to be displayed while definition files or applet parameters are read.
loadingText - Variable in class com.java4less.rtree.RTreeList
this text will be shown to the user while definition files or applet parameters are read.
loadingText - Variable in class com.java4less.rmenu.RMenu
this text will be shown to the user while definition files or applet parameters are read.
loadNode(String, String) - Method in class com.java4less.rtree.RTreeApplet
loads the children of the node nodename from the file sFile.
loadNode(String, String) - Method in class com.java4less.rmenu.RMenuApplet
loads the children of the node nodename from the file sFile.

M

MENU_DEFINED - Static variable in class com.java4less.rmenu.RMenu
 
MENU_HORIZONTAL - Static variable in class com.java4less.rmenu.RMenu
 
MENU_VERTICAL - Static variable in class com.java4less.rmenu.RMenu
 
menuAlignment - Variable in class com.java4less.rmenu.RMenu
how items are going to be aligned on a horizontal menu.
menuInternalMargin - Variable in class com.java4less.rmenu.RMenu
space between the border of the menu and the items.
menuType - Variable in class com.java4less.rmenu.RMenu
Type of menu: MENU_VERTICAL, MENU_HORIZONTAL (see menuAligment ) and MENU_DEFINED (see userDefinedX and userDefinedY).
minusImage - Variable in class com.java4less.rtree.RTreeList
Image to use instead of the - sign.

N

Name - Variable in class com.java4less.rtree.RNode
Name of the node.
NO_ANIMATION - Static variable in class com.java4less.rtree.RTreeList
no initial animation is performed
NO_BORDER - Static variable in class com.java4less.rtree.RTreeApplet
 
NO_BORDER - Static variable in class com.java4less.rmenu.RMenuApplet
 
nodeBackColor - Variable in class com.java4less.rtree.RTreeList
 
nodeBackImage - Variable in class com.java4less.rtree.RTreeList
 
nodeCenterText - Variable in class com.java4less.rtree.RTreeList
 
nodeColor - Variable in class com.java4less.rtree.RTreeList
 
nodeFont - Variable in class com.java4less.rtree.RTreeList
 
nodeIcon - Variable in class com.java4less.rtree.RTreeList
 
nodeRaised - Variable in class com.java4less.rtree.RTreeList
 
nodeSelectedBackColor - Variable in class com.java4less.rtree.RTreeList
 
nodeSelectedColor - Variable in class com.java4less.rtree.RTreeList
 
nodeSelectedIcon - Variable in class com.java4less.rtree.RTreeList
 

O

openingURLText - Variable in class com.java4less.rtree.RTreeList
this text will be shown to the user while openning a URL.
openingURLText - Variable in class com.java4less.rmenu.RMenu
Text to be displyed while openning an URL.

P

pageBackColor - Variable in class com.java4less.rtree.RTreeApplet
if you use border type BORDER_SHADOW, this must be the same color as the background of the HTML page
pageBackColor - Variable in class com.java4less.rmenu.RMenuApplet
 
paint(Graphics) - Method in class com.java4less.rtree.RTreeList
 
paint(Graphics) - Method in class com.java4less.rtree.RTreeApplet.borderCanvas
 
paint(Graphics) - Method in class com.java4less.rmenu.RMenu
 
paintMenu(Graphics, RNode, int, int) - Method in class com.java4less.rmenu.RMenu
 
parent - Variable in class com.java4less.rtree.RNode
Node's parent.
parentApplet - Variable in class com.java4less.rtree.RTreeList
Applet (if any) in which the tree is placed.
parentApplet - Variable in class com.java4less.rmenu.RMenu
Applet (if any) in which the menu is placed.
plusImage - Variable in class com.java4less.rtree.RTreeList
Image to used instead of the + sign.
plusminusboxColor - Variable in class com.java4less.rtree.RTreeList
color of the +/- signes.
popup - Variable in class com.java4less.rtree.RTreeList
for use of RTRee Visual Designer
popupShowing - Variable in class com.java4less.rtree.RTreeList
for use of RTRee Visual Designer
processParameter(RNode, String, String) - Method in class com.java4less.rtree.RTreeList
process a parameter.
processParameter(RNode, String, String) - Method in class com.java4less.rmenu.RMenu
process a parameter.

R

raisedEffectOnSelection - Variable in class com.java4less.rtree.RNode
If true the node will adquire a "Raised effect" when the cursor is placed over it.
refresh() - Method in class com.java4less.rtree.RTreeList
force redrawing
refresh() - Method in class com.java4less.rmenu.RMenu
repaints the menu.
refreshTree() - Method in class com.java4less.rtree.RTreeApplet
repaints the tree.
refreshTree() - Method in class com.java4less.rmenu.RMenuApplet
repaints the tree.
resizeAndPaint() - Method in class com.java4less.rtree.RTreeList
 
resizeTree() - Method in class com.java4less.rtree.RTreeApplet
 
RMenu - class com.java4less.rmenu.RMenu.
Warning: This documentation is only for java programmers.
RMenu() - Constructor for class com.java4less.rmenu.RMenu
 
RMenuApplet - class com.java4less.rmenu.RMenuApplet.
The RMenuApplet is a thin layer on the RMenu class that allows you to use the RMenuas an applet in a web page.
RMenuApplet() - Constructor for class com.java4less.rmenu.RMenuApplet
 
RNode - class com.java4less.rtree.RNode.
public class RNode
extends Object
Warning: This documentation is only for java programmers.
RNode() - Constructor for class com.java4less.rtree.RNode
 
RNodeListener - interface com.java4less.rtree.RNodeListener.
your can implement this interface in order to reveice rtree events.
Root - Variable in class com.java4less.rtree.RTreeList
root of the tree.
Root - Variable in class com.java4less.rmenu.RMenu
root of the menu.
rootAlwaysExpanded - Variable in class com.java4less.rtree.RTreeList
 
RTreeApplet - class com.java4less.rtree.RTreeApplet.
The RTreeApplet is a thin layer on the RTreeList class that allows you to use the RTreeList as an applet in a web page.
RTreeApplet.borderCanvas - class com.java4less.rtree.RTreeApplet.borderCanvas.
 
RTreeApplet.borderCanvas(RTreeApplet, int) - Constructor for class com.java4less.rtree.RTreeApplet.borderCanvas
 
RTreeApplet() - Constructor for class com.java4less.rtree.RTreeApplet
 
RTreeList - class com.java4less.rtree.RTreeList.
Warning: This documentation is only for java programmers.
RTreeList() - Constructor for class com.java4less.rtree.RTreeList
 
run() - Method in class com.java4less.rtree.RTreeList
starts the tree.
run() - Method in class com.java4less.rmenu.RMenu
thread's entry point

S

saveToSeparateFile - Variable in class com.java4less.rtree.RNode
for use of RTree Visual Designer
SBORDER_LINE - Static variable in class com.java4less.rtree.RNode
 
SBORDER_NO - Static variable in class com.java4less.rtree.RNode
 
SBORDER_RAISED - Static variable in class com.java4less.rtree.RNode
 
scrollColor - Variable in class com.java4less.rtree.RTreeList
background color of the scroll bar.
selCursor - Variable in class com.java4less.rtree.RTreeList
drag and drpp cursor
selCursor - Variable in class com.java4less.rmenu.RMenu
cursor for selected node
selected - Variable in class com.java4less.rtree.RNode
is the node selected?
selectedBackColor - Variable in class com.java4less.rtree.RNode
background color of the node when it is selected.
selectedColor - Variable in class com.java4less.rtree.RNode
Color of the text when the node is selected.
selectedNode(RNode) - Method in interface com.java4less.rtree.RNodeListener
this event is triggered when a node is selected
selectionSetId - Variable in class com.java4less.rtree.RNode
selection set of the node.
setBorderBackground() - Method in class com.java4less.rtree.RTreeApplet
 
setBorderBackground() - Method in class com.java4less.rmenu.RMenuApplet
 
setBounds(int, int, int, int) - Method in class com.java4less.rtree.RTreeApplet
 
setNodeDefaults(RNode) - Method in class com.java4less.rtree.RTreeList
 
setParam(String, String, String) - Method in class com.java4less.rtree.RTreeApplet
Sets a parameter for a node.
setParam(String, String, String) - Method in class com.java4less.rmenu.RMenuApplet
Sets a parameter for a node.
setText(String) - Method in class com.java4less.rtree.RNode
sets text of node
showRoot - Variable in class com.java4less.rtree.RTreeList
if false, the root of the tree will not be shown.
showRoot - Variable in class com.java4less.rmenu.RMenu
show root of tree
showTip - Variable in class com.java4less.rtree.RTreeList
If false, no tips will be displayed.
showTip - Variable in class com.java4less.rmenu.RMenu
If false, no tips will be displayed.
simulator - Variable in class com.java4less.rtree.RTreeApplet
internal, for Rtree Visual Designer only
start() - Method in class com.java4less.rtree.RTreeApplet
 
start() - Method in class com.java4less.rmenu.RMenuApplet
 
stop() - Method in class com.java4less.rtree.RTreeApplet
 
submenuBorder - Variable in class com.java4less.rtree.RNode
type of border of this node's submenu.
submenuBorderColor - Variable in class com.java4less.rtree.RNode
color of the border of the node's submenu.
submenuColor - Variable in class com.java4less.rtree.RNode
color of the background of the node's submenu.
subMenuIcon - Variable in class com.java4less.rmenu.RMenu
 
submenuImage - Variable in class com.java4less.rtree.RNode
background image of this node's submenu.
submenuInverted - Variable in class com.java4less.rtree.RNode
is the node's submenu to be inverted.

T

target - Variable in class com.java4less.rtree.RNode
 
tipBack - Variable in class com.java4less.rtree.RTreeList
background of the box used to displayed tips.
tipBack - Variable in class com.java4less.rmenu.RMenu
background of the box used to displayed tips.
tipBorder - Variable in class com.java4less.rtree.RTreeList
color of the border of the box used to displayed tips.
tipBorder - Variable in class com.java4less.rmenu.RMenu
color of the border of the box used to displayed tips.
tipColor - Variable in class com.java4less.rtree.RTreeList
color of the border of the box used to displayed tips.
tipColor - Variable in class com.java4less.rmenu.RMenu
color of the font.
tipDelay - Variable in class com.java4less.rtree.RTreeList
specifies the number of milliseconds the tree will wait before showing a tip for the current node.
tipDelay - Variable in class com.java4less.rmenu.RMenu
specifies the number of milliseconds the tree will wait before showing a tip for the current node.
tipFont - Variable in class com.java4less.rtree.RTreeList
Font used to display tips.
tipFont - Variable in class com.java4less.rmenu.RMenu
Font used to display tips.
tipText - Variable in class com.java4less.rtree.RNode
text displayed when the cursor is over the node (use "\n" in order to create a new line).
topMargin - Variable in class com.java4less.rtree.RTreeList
top margin of the tree.
topMargin - Variable in class com.java4less.rmenu.RMenu
top margin of the menu.
tree - Variable in class com.java4less.rtree.RTreeApplet
tree
tree - Variable in class com.java4less.rmenu.RMenuApplet
 

U

userDefinedX - Variable in class com.java4less.rmenu.RMenu
x coordinates of the items for a menu of type DEFINED.
userDefinedY - Variable in class com.java4less.rmenu.RMenu
y coordinates of the items for a menu of type DEFINED.
userValue - Variable in class com.java4less.rtree.RNode
Any value you want to store in this node.

W

wSize - Variable in class com.java4less.rtree.RNode
internal use.
wSizeText - Variable in class com.java4less.rtree.RNode
internal use.

X

xPos - Variable in class com.java4less.rtree.RNode
internal use.
xPosText - Variable in class com.java4less.rtree.RNode
internal use.

Y

yPos - Variable in class com.java4less.rtree.RNode
internal use.

A B C D E F G H I J L M N O P R S T U W X Y