summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/swing/plaf/basic/BasicTreeUI.java
diff options
context:
space:
mode:
authorfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-14 03:38:34 +0000
committerfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-14 03:38:34 +0000
commit9a8abce4ba5d94b8fd01bc953895172af37da756 (patch)
tree4ead311615cefc89deebca761f0deb7edf23dcb8 /libjava/classpath/javax/swing/plaf/basic/BasicTreeUI.java
parent718a81bbcc48249c65240e8e0eb650e465565d39 (diff)
downloadppe42-gcc-9a8abce4ba5d94b8fd01bc953895172af37da756.tar.gz
ppe42-gcc-9a8abce4ba5d94b8fd01bc953895172af37da756.zip
2006-06-13 Thomas Fitzsimmons <fitzsim@redhat.com>
* configure: Regenerate. * Makefile.in: Regenerate. * configure.ac (--enable-plugin): New option. (ac_configure_args): Add --enable-tool-wrappers. (ac_configure_args): Add --disable-plugin unless --enable-plugin was specified. * gcj/Makefile.in: Regenerate. * sources.am (gnu_java_net_source_files): Add classpath/gnu/java/net/IndexListParser.java. (property_files): Remove classpath/resource/gnu/classpath/tools/jarsigner/MessageBundle.properties, classpath/resource/gnu/classpath/tools/keytool/MessageBundle.properties. Add classpath/resource/gnu/classpath/tools/appletviewer/MessagesBundle.properties, classpath/resource/gnu/classpath/tools/appletviewer/MessagesBundle_de.properties, classpath/resource/gnu/classpath/tools/getopt/Messages.properties, classpath/resource/gnu/classpath/tools/jar/messages.properties, classpath/resource/gnu/classpath/tools/jarsigner/messages.properties, classpath/resource/gnu/classpath/tools/keytool/messages.properties, classpath/resource/gnu/classpath/tools/native2ascii/messages.properties, classpath/resource/gnu/classpath/tools/serialver/messages.properties. * classpath/Makefile.in: Regenerate. * classpath/native/jni/gtk-peer/cairographics2d.h, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphics.c, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkVolatileImage.c, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c: Merge from GNU Classpath. * classpath/native/Makefile.in: Regenerate. * classpath/native/jawt/Makefile.in: Regenerate. * classpath/native/jawt/Makefile.am: Install libjawt.so in GCJ's versioned library directory. * classpath/native/Makefile.am: Add plugin directory if --enable-plugin was specified. * classpath/native/plugin/Makefile.in: Regenerate. * classpath/native/plugin/Makefile.am: Install libgcjwebplugin.so in GCJ's versioned library directory. * classpath/resource/gnu/classpath/tools/native2ascii/messages.properties: New file. * classpath/resource/gnu/classpath/tools/getopt/Messages.properties: Likewise. * classpath/resource/gnu/classpath/tools/jarsigner/messages.properties: Likewise. * classpath/resource/gnu/classpath/tools/jarsigner/MessageBundle.properties: Remove file. * classpath/resource/gnu/classpath/tools/keytool/messages.properties: New file. * classpath/resource/gnu/classpath/tools/keytool/MessageBundle.properties: Remove file. * classpath/resource/gnu/classpath/tools/appletviewer/MessagesBundle_de.properties: New file. * classpath/resource/gnu/classpath/tools/appletviewer/MessagesBundle.properties: Likewise. * classpath/resource/gnu/classpath/tools/jar/messages.properties: Likewise. * classpath/resource/gnu/classpath/tools/serialver/messages.properties: Likewise. * classpath/gnu/java/net/IndexListParser.java: Likewise. * classpath/gnu/java/awt/peer/gtk/VolatileImageGraphics.java, classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java, classpath/gnu/java/awt/peer/gtk/CairoSurface.java, classpath/gnu/java/awt/peer/gtk/GdkFontPeer.java, classpath/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, classpath/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java, classpath/gnu/java/awt/peer/gtk/GdkTextLayout.java, classpath/gnu/java/awt/peer/gtk/ComponentGraphics.java, classpath/gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java, classpath/gnu/java/awt/peer/gtk/GtkVolatileImage.java, classpath/gnu/java/awt/font/opentype/truetype/VirtualMachine.java, classpath/gnu/java/awt/java2d/PolyEdge.java, classpath/gnu/java/awt/java2d/AbstractGraphics2D.java: Merge from GNU Classpath. * classpath/tools/toolwrapper.c: Replace tools.zip reference with libgcj-tools-4.2.0.jar. * classpath/tools/Makefile.in: Regenerate. * classpath/tools/Makefile.am: Rename tools.zip to libgcj-tools-4.2.0.jar. Install libgcj-tools-4.2.0.jar in $(datadir)/java. * classpath/javax/swing/JTabbedPane.java, classpath/javax/swing/text/DefaultStyledDocument.java, classpath/javax/swing/text/html/HTMLDocument.java, classpath/javax/swing/text/GapContent.java, classpath/javax/swing/JComponent.java, classpath/javax/swing/RepaintManager.java, classpath/javax/swing/plaf/basic/BasicComboBoxRenderer.java, classpath/javax/swing/plaf/basic/BasicScrollBarUI.java, classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java, classpath/javax/swing/plaf/basic/BasicScrollPaneUI.java, classpath/javax/swing/plaf/basic/BasicLookAndFeel.java, classpath/javax/swing/plaf/metal/MetalButtonUI.java, classpath/java/text/Bidi.java, classpath/java/awt/image/BufferedImage.java, classpath/java/awt/datatransfer/DataFlavor.java, classpath/java/awt/geom/AffineTransform.java, classpath/java/awt/dnd/DropTargetDropEvent.java, classpath/java/awt/dnd/DropTargetContext.java, classpath/java/awt/font/TextLayout.java, classpath/include/gnu_java_awt_peer_gtk_ComponentGraphics.h, classpath/include/gnu_java_awt_peer_gtk_CairoGraphics2D.h, classpath/include/gnu_java_awt_peer_gtk_FreetypeGlyphVector.h, classpath/include/gnu_java_awt_peer_gtk_GdkTextLayout.h, classpath/include/gnu_java_awt_peer_gtk_GtkVolatileImage.h, classpath/include/gnu_java_awt_peer_gtk_CairoSurface.h: Merge from GNU Classpath. * classpath/include/gnu_java_awt_peer_gtk_GdkGraphics.h, classpath/include/gnu_java_awt_peer_gtk_GdkGraphics2D.h, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c, classpath/native/jni/gtk-peer/gtkcairopeer.h, classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c: Remove files. * classpath/Makefile.am (SUBDIRS, DIST_SUBDIRS): Include tools directory. * include/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114633 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/javax/swing/plaf/basic/BasicTreeUI.java')
-rw-r--r--libjava/classpath/javax/swing/plaf/basic/BasicTreeUI.java52
1 files changed, 26 insertions, 26 deletions
diff --git a/libjava/classpath/javax/swing/plaf/basic/BasicTreeUI.java b/libjava/classpath/javax/swing/plaf/basic/BasicTreeUI.java
index 8cbea7f592d..4c139fe465b 100644
--- a/libjava/classpath/javax/swing/plaf/basic/BasicTreeUI.java
+++ b/libjava/classpath/javax/swing/plaf/basic/BasicTreeUI.java
@@ -248,7 +248,7 @@ public class BasicTreeUI
int gap = 4;
/** The max height of the nodes in the tree. */
- int maxHeight = 0;
+ int maxHeight;
/** The hash color. */
Color hashColor;
@@ -1129,7 +1129,7 @@ public class BasicTreeUI
{
Enumeration expanded = tree.getExpandedDescendants(path);
while (expanded.hasMoreElements())
- treeState.setExpandedState(((TreePath) expanded.nextElement()), true);
+ treeState.setExpandedState((TreePath) expanded.nextElement(), true);
}
/**
@@ -1140,7 +1140,7 @@ public class BasicTreeUI
*/
protected TreePath getLastChildPath(TreePath parent)
{
- return ((TreePath) parent.getLastPathComponent());
+ return (TreePath) parent.getLastPathComponent();
}
/**
@@ -1295,21 +1295,21 @@ public class BasicTreeUI
ActionMapUIResource am = new ActionMapUIResource();
Action action;
- action= new TreeAction();
+ action = new TreeAction();
am.put(action.getValue(Action.NAME), action);
// TreeHomeAction.
- action= new TreeHomeAction(-1, "selectFirst");
+ action = new TreeHomeAction(-1, "selectFirst");
am.put(action.getValue(Action.NAME), action);
- action= new TreeHomeAction(-1, "selectFirstChangeLead");
+ action = new TreeHomeAction(-1, "selectFirstChangeLead");
am.put(action.getValue(Action.NAME), action);
- action= new TreeHomeAction(-1, "selectFirstExtendSelection");
+ action = new TreeHomeAction(-1, "selectFirstExtendSelection");
am.put(action.getValue(Action.NAME), action);
- action= new TreeHomeAction(1, "selectLast");
+ action = new TreeHomeAction(1, "selectLast");
am.put(action.getValue(Action.NAME), action);
- action= new TreeHomeAction(1, "selectLastChangeLead");
+ action = new TreeHomeAction(1, "selectLastChangeLead");
am.put(action.getValue(Action.NAME), action);
- action= new TreeHomeAction(1, "selectLastExtendSelection");
+ action = new TreeHomeAction(1, "selectLastExtendSelection");
am.put(action.getValue(Action.NAME), action);
// TreeIncrementAction.
@@ -1414,8 +1414,8 @@ public class BasicTreeUI
if (treeSelectionModel != null
&& selectionModelPropertyChangeListener != null)
{
- treeSelectionModel.addPropertyChangeListener
- (selectionModelPropertyChangeListener);
+ treeSelectionModel.addPropertyChangeListener(
+ selectionModelPropertyChangeListener);
}
componentListener = createComponentListener();
@@ -1819,7 +1819,7 @@ public class BasicTreeUI
Insets i = tree.getInsets();
int left = getRowX(tree.getRowForPath(path), path.getPathCount() - 1)
- -getRightChildIndent() - width / 2 + i.left;
+ - getRightChildIndent() - width / 2 + i.left;
cntlClick = mouseX >= left && mouseX <= left + width;
}
return cntlClick;
@@ -2207,7 +2207,7 @@ public class BasicTreeUI
{
cancelEditing(tree);
}
- }// CellEditorHandler
+ } // CellEditorHandler
/**
* Repaints the lead selection row when focus is lost/grained.
@@ -2255,7 +2255,7 @@ public class BasicTreeUI
void repaintLeadRow()
{
TreePath lead = tree.getLeadSelectionPath();
- if (lead!=null)
+ if (lead != null)
tree.repaint(tree.getPathBounds(lead));
}
}
@@ -2588,7 +2588,7 @@ public class BasicTreeUI
{
return BasicTreeUI.this.getRowX(row, depth);
}
- }// NodeDimensionsHandler
+ } // NodeDimensionsHandler
/**
* PropertyChangeListener for the tree. Updates the appropriate variable, or
@@ -2742,7 +2742,7 @@ public class BasicTreeUI
tree.revalidate();
tree.repaint();
}
- }// TreeExpansionHandler
+ } // TreeExpansionHandler
/**
* TreeHomeAction is used to handle end/home actions. Scrolls either the first
@@ -3040,7 +3040,7 @@ public class BasicTreeUI
treeState.treeStructureChanged(e);
tree.repaint();
}
- }// TreeModelHandler
+ } // TreeModelHandler
/**
* TreePageAction handles page up and page down events.
@@ -3125,7 +3125,7 @@ public class BasicTreeUI
}
else
{
- newVisible.y -= (visible.height - newVisible.height);
+ newVisible.y -= visible.height - newVisible.height;
newVisible.height = visible.height;
}
@@ -3169,7 +3169,7 @@ public class BasicTreeUI
{
return (tree != null) && tree.isEnabled();
}
- }// TreePageAction
+ } // TreePageAction
/**
* Listens for changes in the selection model and updates the display
@@ -3208,13 +3208,13 @@ public class BasicTreeUI
Rectangle n = treeState.getBounds(event.getNewLeadSelectionPath(),
new Rectangle());
- if (o!=null)
+ if (o != null)
tree.repaint(o);
- if (n!=null)
+ if (n != null)
tree.repaint(n);
}
}
- }// TreeSelectionHandler
+ } // TreeSelectionHandler
/**
* For the first selected row expandedness will be toggled.
@@ -3315,7 +3315,7 @@ public class BasicTreeUI
// is not visible.
TreePath parent = current.getParentPath();
if (parent != null &&
- !(parent.getPathCount()==1 && !tree.isRootVisible()) )
+ ! (parent.getPathCount() == 1 && ! tree.isRootVisible()))
tree.setSelectionPath(parent);
}
}
@@ -3647,7 +3647,7 @@ public class BasicTreeUI
if (parent != null)
{
Rectangle parentBounds = getPathBounds(tree, parent);
- paintVerticalLine(g, tree, parentBounds.x + 2* gap,
+ paintVerticalLine(g, tree, parentBounds.x + 2 * gap,
parentBounds.y + parentBounds.height / 2,
bounds.y + bounds.height / 2);
}
@@ -3717,7 +3717,7 @@ public class BasicTreeUI
boolean isLeaf)
{
Object node = path.getLastPathComponent();
- return (! isLeaf && hasControlIcons());
+ return ! isLeaf && hasControlIcons();
}
/**
OpenPOWER on IntegriCloud