A B C D E F G H I J M N P R S T U V W Z

A

actionPerformed(ActionEvent) - Method in class net.sf.jtreemap.swing.example.JTreeMapExample
 
add(TreeMapNode) - Method in class net.sf.jtreemap.swing.TreeMapNode
add a new child to the node.
adjustColor(Color) - Method in class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
adjustColor(Color, Color) - Method in class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
adjustColor(float, float) - Method in class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
adjustColor(float, float, float, float) - Method in class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 

B

buildBranch(String, TreeMapNode) - Method in class net.sf.jtreemap.swing.TreeMapNodeBuilder
Add a branch to the tree.
buildDemoRoot() - Static method in class net.sf.jtreemap.swing.example.DemoUtil
This method build a default TreeMap root.
BuilderTM3 - Class in net.sf.jtreemap.swing.example
Parse a TM3 file to build the tree.
BuilderTM3(File) - Constructor for class net.sf.jtreemap.swing.example.BuilderTM3
Constructor
BuilderTM3(BufferedReader) - Constructor for class net.sf.jtreemap.swing.example.BuilderTM3
Constructor
BuilderXML - Class in net.sf.jtreemap.swing.example
Parse a XML file to build the tree.
BuilderXML(String) - Constructor for class net.sf.jtreemap.swing.example.BuilderXML
Constructor
BuilderXML(File) - Constructor for class net.sf.jtreemap.swing.example.BuilderXML
Constructor
BuilderXML(InputStream) - Constructor for class net.sf.jtreemap.swing.example.BuilderXML
Constructor
buildLeaf(String, double, Value, TreeMapNode) - Method in class net.sf.jtreemap.swing.TreeMapNodeBuilder
add a leaf to the tree.

C

calculatePositions() - Method in class net.sf.jtreemap.swing.JTreeMap
calculate the postitions for the displayed root.
calculatePositions(TreeMapNode) - Method in class net.sf.jtreemap.swing.SplitStrategy
calculate the positions for all the elements of the root.
calculatePositionsRec(int, int, int, int, double, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitBySlice
 
calculatePositionsRec(int, int, int, int, double, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitSquarified
 
calculatePositionsRec(int, int, int, int, double, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitStrategy
 
ColorProvider - Class in net.sf.jtreemap.swing
Abstract class with the methods who attribute color to the elements of JTreeMap.
ColorProvider() - Constructor for class net.sf.jtreemap.swing.ColorProvider
 
compareTo(Object) - Method in class net.sf.jtreemap.swing.Value
 
createColorProviders() - Method in class net.sf.jtreemap.swing.example.JTreeMapExample
 
createToolTip() - Method in class net.sf.jtreemap.swing.JTreeMap
 

D

DATE - Static variable in class net.sf.jtreemap.swing.example.BuilderTM3
label "DATE" to identify Date in TM3 data file
DefaultToolTip - Class in net.sf.jtreemap.swing
Default ToolTip for the jTreeMap.
DefaultToolTip(JTreeMap, String, String, boolean) - Constructor for class net.sf.jtreemap.swing.DefaultToolTip
Constructor.
DefaultToolTipBuilder - Class in net.sf.jtreemap.swing
Default class to build the DefaultToolTip displayed by the JTreeMap.
DefaultToolTipBuilder(JTreeMap, String, String, boolean) - Constructor for class net.sf.jtreemap.swing.DefaultToolTipBuilder
Constructor.
DefaultValue - Class in net.sf.jtreemap.swing
Default Value
The getLabel() method returns the "" + getValue()
DefaultValue() - Constructor for class net.sf.jtreemap.swing.DefaultValue
Constructor.
DefaultValue(double) - Constructor for class net.sf.jtreemap.swing.DefaultValue
Constructor.
DemoUtil - Class in net.sf.jtreemap.swing.example
 
destroy() - Method in class net.sf.jtreemap.swing.example.JTreeMapAppletExample
 
draw(Graphics, TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
draw the item.
drawLabel(Graphics, TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
write the label in the middle of the item.
drawLabels(Graphics, TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
Draw all the labels to draw.

E

equals(Object) - Method in class net.sf.jtreemap.swing.Value
 

F

FLOAT - Static variable in class net.sf.jtreemap.swing.example.BuilderTM3
label "FLOAT" to identify float in TM3 data file

G

getActiveLeaf() - Method in class net.sf.jtreemap.swing.JTreeMap
get the active leaf (the one under the mouse).
getActiveLeaf(int, int) - Method in class net.sf.jtreemap.swing.TreeMapNode
get the active leaf.
getBorder() - Static method in class net.sf.jtreemap.swing.TreeMapNode
Get the max border between two nodes of the same level.
getChild(int, int) - Method in class net.sf.jtreemap.swing.TreeMapNode
get the first child which fits the position.
getChildren() - Method in class net.sf.jtreemap.swing.TreeMapNode
get a Vector with the children.
getColor(Value) - Method in class net.sf.jtreemap.swing.ColorProvider
get the associated color to the value.
getColor(Value) - Method in class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
getColor(Value) - Method in class net.sf.jtreemap.swing.provider.RandomColorProvider
 
getColor(Value) - Method in class net.sf.jtreemap.swing.provider.RedGreenColorProvider
 
getColor(Value) - Method in class net.sf.jtreemap.swing.UniqueColorProvider
 
getColorProvider() - Method in class net.sf.jtreemap.swing.JTreeMap
get the ColorProvider.
getDisplayedRoot() - Method in class net.sf.jtreemap.swing.JTreeMap
get the displayed root.
getDoubleValue() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the double Value.
getHeight() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the height.
getLabel() - Method in class net.sf.jtreemap.swing.DefaultValue
 
getLabel() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the label.
getLabel() - Method in class net.sf.jtreemap.swing.Value
get the formatedValue.
getLabel() - Method in class net.sf.jtreemap.swing.ValuePercent
 
getLabelValue() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the label of the Value.
getLegendPanel() - Method in class net.sf.jtreemap.swing.ColorProvider
get a legend JPanel.
getLegendPanel() - Method in class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
getLegendPanel() - Method in class net.sf.jtreemap.swing.provider.RandomColorProvider
 
getLegendPanel() - Method in class net.sf.jtreemap.swing.provider.RedGreenColorProvider
 
getLegendPanel() - Method in class net.sf.jtreemap.swing.UniqueColorProvider
 
getNumberFields() - Method in class net.sf.jtreemap.swing.example.BuilderTM3
 
getRoot() - Method in class net.sf.jtreemap.swing.example.BuilderTM3
get the build root.
getRoot() - Method in class net.sf.jtreemap.swing.example.BuilderXML
get the build root
getRoot() - Method in class net.sf.jtreemap.swing.JTreeMap
get the root.
getRoot() - Method in class net.sf.jtreemap.swing.TreeMapNodeBuilder
get the build tree.
getStrategy() - Method in class net.sf.jtreemap.swing.JTreeMap
get the SplitStrategy.
getToolTip() - Method in class net.sf.jtreemap.swing.DefaultToolTipBuilder
 
getToolTip() - Method in interface net.sf.jtreemap.swing.IToolTipBuilder
Return the instance of the JToolTip.
getToolTipLocation(MouseEvent) - Method in class net.sf.jtreemap.swing.JTreeMap
 
getTreeView() - Method in class net.sf.jtreemap.swing.JTreeMap
 
getValue() - Method in class net.sf.jtreemap.swing.DefaultValue
 
getValue() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the Value.
getValue() - Method in class net.sf.jtreemap.swing.Value
get the double value.
getValue() - Method in class net.sf.jtreemap.swing.ValuePercent
 
getWeight() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the weight.
getWidth() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the width.
getX() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the x-coordinate.
getY() - Method in class net.sf.jtreemap.swing.TreeMapNode
get the y-coordinate.

H

hashCode() - Method in class net.sf.jtreemap.swing.Value
 
HSBTreeMapColorProvider - Class in net.sf.jtreemap.swing.provider
An HSB color space color provider for JTreeMap.
HSBTreeMapColorProvider(JTreeMap, Color) - Constructor for class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
HSBTreeMapColorProvider(JTreeMap, HSBTreeMapColorProvider.ColorDistributionTypes, Color) - Constructor for class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
HSBTreeMapColorProvider(JTreeMap, Color, Color) - Constructor for class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
HSBTreeMapColorProvider(JTreeMap, HSBTreeMapColorProvider.ColorDistributionTypes, Color, Color) - Constructor for class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
HSBTreeMapColorProvider(JTreeMap, float, float) - Constructor for class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
HSBTreeMapColorProvider(JTreeMap, HSBTreeMapColorProvider.ColorDistributionTypes, float, float) - Constructor for class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
HSBTreeMapColorProvider(JTreeMap, float, float, float, float) - Constructor for class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
HSBTreeMapColorProvider(JTreeMap, HSBTreeMapColorProvider.ColorDistributionTypes, float, float, float, float) - Constructor for class net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider
 
HSBTreeMapColorProvider.ColorDistributionTypes - Enum in net.sf.jtreemap.swing.provider
 

I

init() - Method in class net.sf.jtreemap.swing.example.JTreeMapAppletExample
This method initializes this
INTEGER - Static variable in class net.sf.jtreemap.swing.example.BuilderTM3
label "INTEGER" to identify int in TM3 data file
IToolTipBuilder - Interface in net.sf.jtreemap.swing
Interface used to build your own JToolTip for the jTreeMap.

J

JTreeMap - Class in net.sf.jtreemap.swing
JComponent who represents each element of a tree in a rectangle of more or less big size according to its importance in the tree.
JTreeMap(TreeMapNode) - Constructor for class net.sf.jtreemap.swing.JTreeMap
Constructor of JTreeMap.
JTreeMap(TreeMapNode, JTree) - Constructor for class net.sf.jtreemap.swing.JTreeMap
Constructor of JTreeMap.
JTreeMap(TreeMapNode, SplitStrategy, JTree, String, String, boolean) - Constructor for class net.sf.jtreemap.swing.JTreeMap
Constructor of JTreeMap.
JTreeMap(TreeMapNode, SplitStrategy, String, String, boolean) - Constructor for class net.sf.jtreemap.swing.JTreeMap
Constructor of JTreeMap.
JTreeMap.HandleMouseClick - Class in net.sf.jtreemap.swing
Listener which listens for double click to navigate one level down.
JTreeMap.HandleMouseClick() - Constructor for class net.sf.jtreemap.swing.JTreeMap.HandleMouseClick
 
JTreeMap.HandleMouseMotion - Class in net.sf.jtreemap.swing
Listener who define the active leaf and set the tooltip text.
JTreeMap.HandleMouseMotion() - Constructor for class net.sf.jtreemap.swing.JTreeMap.HandleMouseMotion
 
JTreeMapAppletExample - Class in net.sf.jtreemap.swing.example
Test of JTreeMap in a JApplet.
JTreeMapAppletExample() - Constructor for class net.sf.jtreemap.swing.example.JTreeMapAppletExample
This is the default constructor
JTreeMapExample - Class in net.sf.jtreemap.swing.example
Test of JTreeMap
JTreeMapExample() - Constructor for class net.sf.jtreemap.swing.example.JTreeMapExample
Constructor

M

main(String[]) - Static method in class net.sf.jtreemap.swing.example.JTreeMapExample
main
mouseClicked(MouseEvent) - Method in class net.sf.jtreemap.swing.JTreeMap.HandleMouseClick
 
mouseClicked(MouseEvent) - Method in class net.sf.jtreemap.swing.provider.ZoomPopupMenu.HandleClickMouse
 
mouseMoved(MouseEvent) - Method in class net.sf.jtreemap.swing.JTreeMap.HandleMouseMotion
 

N

net.sf.jtreemap.swing - package net.sf.jtreemap.swing
JTreeMap main package.
net.sf.jtreemap.swing.example - package net.sf.jtreemap.swing.example
This package contains the demo for jtreemap applet and application.
net.sf.jtreemap.swing.provider - package net.sf.jtreemap.swing.provider
This package contains some colour/color providers and the zoom menu.

P

paint(Graphics) - Method in class net.sf.jtreemap.swing.DefaultToolTip
 
paintComponent(Graphics) - Method in class net.sf.jtreemap.swing.JTreeMap
 
paintComponent(Graphics) - Method in class net.sf.jtreemap.swing.provider.RandomColorProvider.Legend
 

R

RandomColorProvider - Class in net.sf.jtreemap.swing.provider
ColorProvider who choose the color between 13 predefined COLOURS.
RandomColorProvider(JTreeMap) - Constructor for class net.sf.jtreemap.swing.provider.RandomColorProvider
Constructor
RandomColorProvider.Legend - Class in net.sf.jtreemap.swing.provider
Panel with the legend
RandomColorProvider.Legend() - Constructor for class net.sf.jtreemap.swing.provider.RandomColorProvider.Legend
 
RedGreenColorProvider - Class in net.sf.jtreemap.swing.provider
ColorProvider who, with a max absolute value M, choose the color between values -M and M.
RedGreenColorProvider(JTreeMap) - Constructor for class net.sf.jtreemap.swing.provider.RedGreenColorProvider
Constructor
reveal(Graphics, TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
reveal the item.

S

setActiveLeaf(TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
set the active leaf.
setBorder(Border) - Method in class net.sf.jtreemap.swing.JTreeMap
 
setBorder(int) - Static method in class net.sf.jtreemap.swing.TreeMapNode
Set the max border between two nodes of the same level.
setColorProvider(ColorProvider) - Method in class net.sf.jtreemap.swing.JTreeMap
set the ColorProvider.
setDimension(int, int, int, int) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the position and the size.
setDisplayedRoot(TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
set the displayed root.
setHeight(int) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the height.
setLabel(String) - Method in class net.sf.jtreemap.swing.DefaultValue
 
setLabel(String) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the label.
setLabel(String) - Method in class net.sf.jtreemap.swing.Value
set the new label.
setLabel(String) - Method in class net.sf.jtreemap.swing.ValuePercent
 
setPosition(int, int) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the position.
setRoot(TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
set the new root.
setSize(int, int) - Method in class net.sf.jtreemap.swing.TreeMapNode
set size.
setStrategy(SplitStrategy) - Method in class net.sf.jtreemap.swing.JTreeMap
set the new strategy.
setTm3File(String) - Method in class net.sf.jtreemap.swing.example.JTreeMapExample
Set the tm3 file
setToolTipBuilder(IToolTipBuilder) - Method in class net.sf.jtreemap.swing.JTreeMap
Set the builder of the toolTip.
setTreeView(JTree) - Method in class net.sf.jtreemap.swing.JTreeMap
 
setValue(double) - Method in class net.sf.jtreemap.swing.DefaultValue
 
setValue(Value) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the Value.
setValue(double) - Method in class net.sf.jtreemap.swing.Value
set the double value.
setValue(double) - Method in class net.sf.jtreemap.swing.ValuePercent
 
setValues(String) - Method in class net.sf.jtreemap.swing.example.BuilderTM3
Set the VALUES of all the JTreeMapNode with the VALUES of the fieldName.
setWeight(double) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the weight of the node and update the parents.
setWeights(String) - Method in class net.sf.jtreemap.swing.example.BuilderTM3
Set the weights of all the JTreeMapNode with the VALUES of the fieldName.
setWidth(int) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the width.
setX(int) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the x-coordinate.
setXmlFile(String) - Method in class net.sf.jtreemap.swing.example.JTreeMapExample
Set the xml file corresponding to the TreeMap.dtd
setY(int) - Method in class net.sf.jtreemap.swing.TreeMapNode
set the y-coordinate.
setZoomKeepProportion(boolean) - Method in class net.sf.jtreemap.swing.JTreeMap
When you zoom the jTreeMap, you have the choice to keep proportions or not.
sortVector(Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitStrategy
Sort the elements by descending weight.
SplitByNumber - Class in net.sf.jtreemap.swing
Strategy who split the elements in 2 groups of same cardinal.
SplitByNumber() - Constructor for class net.sf.jtreemap.swing.SplitByNumber
 
SplitBySlice - Class in net.sf.jtreemap.swing
Split the treemap by slice
SplitBySlice() - Constructor for class net.sf.jtreemap.swing.SplitBySlice
 
SplitBySortedWeight - Class in net.sf.jtreemap.swing
Strategy who split the elements in 2 groups of equivalent weight.
SplitBySortedWeight() - Constructor for class net.sf.jtreemap.swing.SplitBySortedWeight
 
SplitByWeight - Class in net.sf.jtreemap.swing
Strategy who split the elements in 2 groups of equivalent weight.
SplitByWeight() - Constructor for class net.sf.jtreemap.swing.SplitByWeight
 
splitElements(Vector<TreeMapNode>, Vector<TreeMapNode>, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitByNumber
 
splitElements(Vector<TreeMapNode>, Vector<TreeMapNode>, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitBySlice
 
splitElements(Vector<TreeMapNode>, Vector<TreeMapNode>, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitBySortedWeight
 
splitElements(Vector<TreeMapNode>, Vector<TreeMapNode>, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitByWeight
 
splitElements(Vector<TreeMapNode>, Vector<TreeMapNode>, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitSquarified
 
splitElements(Vector<TreeMapNode>, Vector<TreeMapNode>, Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitStrategy
split the elements of a JTreeMap.
splitInSlice(int, int, int, int, Vector<TreeMapNode>, double) - Static method in class net.sf.jtreemap.swing.SplitBySlice
Calculate the dimension of the elements of the Vector.
SplitSquarified - Class in net.sf.jtreemap.swing
The Squarified split strategy
SplitSquarified() - Constructor for class net.sf.jtreemap.swing.SplitSquarified
 
SplitStrategy - Class in net.sf.jtreemap.swing
Abtract class with the method which split the elements of a JTreeMap.
SplitStrategy() - Constructor for class net.sf.jtreemap.swing.SplitStrategy
 
STRING - Static variable in class net.sf.jtreemap.swing.example.BuilderTM3
label "STRING" to identify String in TM3 data file
sumWeight(Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitByNumber
 
sumWeight(Vector<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitStrategy
Sum the weight of elements.

T

TreeMapNode - Class in net.sf.jtreemap.swing
Node of a JTreeMap.
TreeMapNode(String) - Constructor for class net.sf.jtreemap.swing.TreeMapNode
Constructor for a branch.
TreeMapNode(String, double, Value) - Constructor for class net.sf.jtreemap.swing.TreeMapNode
Constructor for a leaf.
TreeMapNodeBuilder - Class in net.sf.jtreemap.swing
Tree builder for a JTreeMap.
TreeMapNodeBuilder() - Constructor for class net.sf.jtreemap.swing.TreeMapNodeBuilder
 

U

UniqueColorProvider - Class in net.sf.jtreemap.swing
Color Provider by default.
UniqueColorProvider() - Constructor for class net.sf.jtreemap.swing.UniqueColorProvider
Constructor.
UniqueColorProvider(Color) - Constructor for class net.sf.jtreemap.swing.UniqueColorProvider
Constructor.
unzoom() - Method in class net.sf.jtreemap.swing.JTreeMap
Undo the zoom to display the root.
UNZOOM_ICON - Static variable in class net.sf.jtreemap.swing.provider.ZoomPopupMenu
Unzoom icon
updateLegendPanel() - Method in class net.sf.jtreemap.swing.example.JTreeMapExample
 

V

Value - Class in net.sf.jtreemap.swing
Class who permits to associate a double value to a label
Value() - Constructor for class net.sf.jtreemap.swing.Value
 
valueOf(String) - Static method in enum net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider.ColorDistributionTypes
Returns the enum constant of this type with the specified name.
ValuePercent - Class in net.sf.jtreemap.swing
class who can display the values of elements of a JTreeMap with pourcent
ValuePercent() - Constructor for class net.sf.jtreemap.swing.ValuePercent
Constructor of ValuePercent
ValuePercent(double) - Constructor for class net.sf.jtreemap.swing.ValuePercent
Constructor of ValuePercent
values() - Static method in enum net.sf.jtreemap.swing.provider.HSBTreeMapColorProvider.ColorDistributionTypes
Returns an array containing the constants of this enum type, in the order they're declared.

W

windowClosingEvent(WindowEvent) - Method in class net.sf.jtreemap.swing.example.JTreeMapExample
Code to execute before closing the window
workOutWeight(Vector<TreeMapNode>, Vector<TreeMapNode>, Vector<TreeMapNode>, double) - Method in class net.sf.jtreemap.swing.SplitStrategy
 

Z

zoom(TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
Zoom the JTreeMap to the dest node.
ZOOM_ICON - Static variable in class net.sf.jtreemap.swing.provider.ZoomPopupMenu
Zoom icon
ZoomPopupMenu - Class in net.sf.jtreemap.swing.provider
PopupMenu which permits to zoom the JTreeMap
The menuItems are the ancestors and the children of the displayed TreeMapNode of the JTreeMap
ZoomPopupMenu(JTreeMap) - Constructor for class net.sf.jtreemap.swing.provider.ZoomPopupMenu
Constructor
ZoomPopupMenu(JTreeMap, boolean) - Constructor for class net.sf.jtreemap.swing.provider.ZoomPopupMenu
 
ZoomPopupMenu.HandleClickMouse - Class in net.sf.jtreemap.swing.provider
 
ZoomPopupMenu.HandleClickMouse() - Constructor for class net.sf.jtreemap.swing.provider.ZoomPopupMenu.HandleClickMouse
 

A B C D E F G H I J M N P R S T U V W Z