Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
I
M
P
R
S
T
U
A
addInfoBusPropertyListener(PropertyChangeListener)
- Method in class tom.fishEye.
IBFishEye
addInfoBusVetoableListener(VetoableChangeListener)
- Method in class tom.fishEye.
IBFishEye
addTreeFromDataItem(Object, FishNode)
- Method in class tom.fishEye.
IBFishEye
B
backgroundPropertyDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the background property descriptor.
C
children()
- Method in class tom.fishEye.
FishNode
commonMouseUp_javaawtAWTEvent_int_intMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the commonMouseUp(java.awt.AWTEvent, int, int) method descriptor.
compare(Object, Object)
- Method in class tom.fishEye.
FishNode
countAllNodes()
- Method in class tom.fishEye.
FishNode
countLeafNodes()
- Method in class tom.fishEye.
FishNode
D
dataItemAvailable(InfoBusItemAvailableEvent)
- Method in class tom.fishEye.
IBFishEye
dataItemRevoked(InfoBusItemRevokedEvent)
- Method in class tom.fishEye.
IBFishEye
DefaultFishNodeRender
- class tom.fishEye.
DefaultFishNodeRender
.
DefaultFishNodeRender()
- Constructor for class tom.fishEye.
DefaultFishNodeRender
descriptionFilePropertyDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the descriptionFile property descriptor.
distance
- Variable in class tom.fishEye.
FishNode
draw(Graphics2D, FishNode, FishEye)
- Method in class tom.fishEye.
DefaultFishNodeRender
draw(Graphics2D, FishNode, FishEye)
- Method in interface tom.fishEye.
FishNodeRender
draw(Graphics2D, FishNodeRender, FishEye)
- Method in class tom.fishEye.
FishNode
E
eyeFactorPropertyDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the eyeFactor property descriptor.
F
findMethod(Class, String, int)
- Static method in class tom.fishEye.
FishEyeBeanInfo
Find the method by comparing (name & parameter size) against the methods in the class.
FishEye
- class tom.fishEye.
FishEye
.
FishEye()
- Constructor for class tom.fishEye.
FishEye
To be nice with visual builder, the default constructor add some fake node to the view.
FishEye(FishNode)
- Constructor for class tom.fishEye.
FishEye
Initialize a FishNode with a given Tree
FishEyeApplet
- class tom.fishEye.
FishEyeApplet
.
This type was created in VisualAge.
FishEyeApplet()
- Constructor for class tom.fishEye.
FishEyeApplet
FishEyeApplet constructor comment.
FishEyeBeanInfo
- class tom.fishEye.
FishEyeBeanInfo
.
A BeanInfo class for the FishEye JavaBean.
FishEyeBeanInfo()
- Constructor for class tom.fishEye.
FishEyeBeanInfo
Constructs a new BeanInfo class for the FishEye JavaBean.
FishNode
- class tom.fishEye.
FishNode
.
An element of the fishEye.
FishNode(String, FishNode)
- Constructor for class tom.fishEye.
FishNode
FishNode(String, Hashtable, Vector, FishNode, int)
- Constructor for class tom.fishEye.
FishNode
FishNodeRender
- interface tom.fishEye.
FishNodeRender
.
Class who want to implements her own FishNode render must implements this interface, and must tell to the FishEye that they must use this
fishNodeRenderPropertyDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the fishNodeRender property descriptor.
G
getAdditionalBeanInfo()
- Method in class tom.fishEye.
FishEyeBeanInfo
This method returns an array of PropertyDescriptors describing the editable properties supported by this bean.
getAllowsChildren()
- Method in class tom.fishEye.
FishNode
getAppletInfo()
- Method in class tom.fishEye.
FishEyeApplet
Gets the applet information.
getBackground()
- Method in class tom.fishEye.
FishEye
Return the background color
getBackgroundMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the getBackground() method descriptor.
getBeanClass()
- Static method in class tom.fishEye.
FishEyeBeanInfo
Gets the bean class.
getBeanClassName()
- Static method in class tom.fishEye.
FishEyeBeanInfo
Gets the bean class name.
getBeanDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
getChildAt(int)
- Method in class tom.fishEye.
FishNode
getChildCount()
- Method in class tom.fishEye.
FishNode
Return the number of childs of this node
getDescriptionFile()
- Method in class tom.fishEye.
FishEye
Return the description file if the FishEye have been constructed from a file
getDescriptionFileMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the getDescriptionFile() method descriptor.
getEventSetDescriptors()
- Method in class tom.fishEye.
FishEyeBeanInfo
Return the event set descriptors for this bean.
getEyeFactor()
- Method in class tom.fishEye.
FishEye
Gets the eyeFactor property (float) value.
getFishNodeRender()
- Method in class tom.fishEye.
FishEye
getFishNodeRenderMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the getFishNodeRender() method descriptor.
getHCircle()
- Method in class tom.fishEye.
FishNode
getIcon(int)
- Method in class tom.fishEye.
FishEyeBeanInfo
getIndex(TreeNode)
- Method in class tom.fishEye.
FishNode
getInfoBus()
- Method in class tom.fishEye.
IBFishEye
getMaxDistance()
- Method in class tom.fishEye.
FishNode
getMethodDescriptors()
- Method in class tom.fishEye.
FishEyeBeanInfo
Return the method descriptors for this bean.
getName()
- Method in class tom.fishEye.
FishNode
getNodes(int, Vector)
- Method in class tom.fishEye.
FishNode
getNodes2(int, Vector)
- Method in class tom.fishEye.
FishNode
getParent()
- Method in class tom.fishEye.
FishNode
return parent
getPropertyDescriptors()
- Method in class tom.fishEye.
FishEyeBeanInfo
Return the property descriptors for this bean.
I
IBFishEye
- class tom.fishEye.
IBFishEye
.
EXPERIMENTAL FishEye implementing an InfoBus Member interface....
IBFishEye()
- Constructor for class tom.fishEye.
IBFishEye
init_tomfishEyeFishNodeMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the init(tom.fishEye.FishNode) method descriptor.
init()
- Method in class tom.fishEye.
FishEyeApplet
Handle the Applet init method.
init(FishNode)
- Method in class tom.fishEye.
FishEye
Init the fishEye browser from a root node.
insert(MutableTreeNode, int)
- Method in class tom.fishEye.
FishNode
insert a child at the indexed position.Call setParent on child.
isLeaf()
- Method in class tom.fishEye.
FishNode
Return true if this node is a leaf...
M
main(String[])
- Static method in class tom.fishEye.
FishEyeApplet
main entrypoint - starts the part when it is run as an application
P
paint_javaawtGraphicsMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the paint(java.awt.Graphics) method descriptor.
paint(Graphics)
- Method in class tom.fishEye.
FishEye
processMouseEvent_javaawteventMouseEventMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the processMouseEvent(java.awt.event.MouseEvent) method descriptor.
processMouseEvent(MouseEvent)
- Method in class tom.fishEye.
FishEye
processMouseMotionEvent_javaawteventMouseEventMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the processMouseMotionEvent(java.awt.event.MouseEvent) method descriptor.
processMouseMotionEvent(MouseEvent)
- Method in class tom.fishEye.
FishEye
propertyChange(PropertyChangeEvent)
- Method in class tom.fishEye.
IBFishEye
R
readFromStream(InputStream)
- Method in class tom.fishEye.
FishEye
reflect(Arc)
- Method in class tom.fishEye.
FishNode
remove(int)
- Method in class tom.fishEye.
FishNode
Remove an element...
remove(MutableTreeNode)
- Method in class tom.fishEye.
FishNode
removeAllChildrens()
- Method in class tom.fishEye.
FishNode
Remove ALL the childrens of this node
removeFromParent()
- Method in class tom.fishEye.
FishNode
removeInfoBusPropertyListener(PropertyChangeListener)
- Method in class tom.fishEye.
IBFishEye
removeInfoBusVetoableListener(VetoableChangeListener)
- Method in class tom.fishEye.
IBFishEye
rotate(Complex)
- Method in class tom.fishEye.
FishNode
rotateSelf(Complex)
- Method in class tom.fishEye.
FishNode
S
setBackground_javaawtColorMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the setBackground(java.awt.Color) method descriptor.
setBackground(Color)
- Method in class tom.fishEye.
FishEye
Set a new background
setDescriptionFile_javalangStringMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the setDescriptionFile(java.lang.String) method descriptor.
setDescriptionFile(String)
- Method in class tom.fishEye.
FishEye
setEyeFactor(float)
- Method in class tom.fishEye.
FishEye
Sets the eyeFactor property (float) value.
setFishNodeRender_tomfishEyeFishNodeRenderMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the setFishNodeRender(tom.fishEye.FishNodeRender) method descriptor.
setFishNodeRender(FishNodeRender)
- Method in class tom.fishEye.
FishEye
setHCircle(Complex, double, Color)
- Method in class tom.fishEye.
FishNode
setInfoBus(InfoBus)
- Method in class tom.fishEye.
IBFishEye
setParent(MutableTreeNode)
- Method in class tom.fishEye.
FishNode
setTreeModel_comsunjavaswingtreeTreeModelMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the setTreeModel(com.sun.java.swing.tree.TreeModel) method descriptor.
setTreeModel(TreeModel)
- Method in class tom.fishEye.
FishEye
setUserObject(Object)
- Method in class tom.fishEye.
FishNode
T
tom.fishEye
- package tom.fishEye
tom.fishEye.hyperBolic
- package tom.fishEye.hyperBolic
tom.fisheye.util
- package tom.fisheye.util
toString()
- Method in class tom.fishEye.
FishNode
toStringLong()
- Method in class tom.fishEye.
FishNode
toStringShort()
- Method in class tom.fishEye.
FishNode
translate(Complex)
- Method in class tom.fishEye.
FishNode
treeModelPropertyDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the treeModel property descriptor.
treeNodesChanged_comsunjavaswingeventTreeModelEventMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the treeNodesChanged(com.sun.java.swing.event.TreeModelEvent) method descriptor.
treeNodesChanged(TreeModelEvent)
- Method in class tom.fishEye.
FishEye
treeNodesInserted_comsunjavaswingeventTreeModelEventMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the treeNodesInserted(com.sun.java.swing.event.TreeModelEvent) method descriptor.
treeNodesInserted(TreeModelEvent)
- Method in class tom.fishEye.
FishEye
treeNodesRemoved_comsunjavaswingeventTreeModelEventMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the treeNodesRemoved(com.sun.java.swing.event.TreeModelEvent) method descriptor.
treeNodesRemoved(TreeModelEvent)
- Method in class tom.fishEye.
FishEye
treeStructureChanged_comsunjavaswingeventTreeModelEventMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the treeStructureChanged(com.sun.java.swing.event.TreeModelEvent) method descriptor.
treeStructureChanged(TreeModelEvent)
- Method in class tom.fishEye.
FishEye
U
update_javaawtGraphicsMethodDescriptor()
- Method in class tom.fishEye.
FishEyeBeanInfo
Gets the update(java.awt.Graphics) method descriptor.
update(Graphics)
- Method in class tom.fishEye.
FishEye
A
B
C
D
E
F
G
I
M
P
R
S
T
U
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES