summaryrefslogtreecommitdiff
path: root/java/src/IceGrid/TreeNode/CommonBase.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2005-08-10 21:15:51 +0000
committerBernard Normier <bernard@zeroc.com>2005-08-10 21:15:51 +0000
commitcf5bcb3bbc3839d1af6b138a3ef0b761c5c47a43 (patch)
tree8ec4b4f1b30246e21d04756ab78526357aa2f7c4 /java/src/IceGrid/TreeNode/CommonBase.java
parentjava metadata (diff)
downloadice-cf5bcb3bbc3839d1af6b138a3ef0b761c5c47a43.tar.bz2
ice-cf5bcb3bbc3839d1af6b138a3ef0b761c5c47a43.tar.xz
ice-cf5bcb3bbc3839d1af6b138a3ef0b761c5c47a43.zip
More fixes
Diffstat (limited to 'java/src/IceGrid/TreeNode/CommonBase.java')
-rwxr-xr-xjava/src/IceGrid/TreeNode/CommonBase.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/src/IceGrid/TreeNode/CommonBase.java b/java/src/IceGrid/TreeNode/CommonBase.java
index 4b6dff10522..24c4357482a 100755
--- a/java/src/IceGrid/TreeNode/CommonBase.java
+++ b/java/src/IceGrid/TreeNode/CommonBase.java
@@ -15,6 +15,8 @@ import javax.swing.JPanel;
import com.jgoodies.uif_lite.panel.SimpleInternalFrame;
+import IceGrid.Model;
+
//
// CommonBase is similar to javax.swing.tree.TreeNode
//
@@ -31,7 +33,8 @@ public interface CommonBase extends TreeCellRenderer
//
String getId();
-
+ Model getModel();
+
//
// Clean-up when removed from the tree
//