Revision: 14742
          http://gate.svn.sourceforge.net/gate/?rev=14742&view=rev
Author:   markagreenwood
Date:     2011-12-12 14:33:30 +0000 (Mon, 12 Dec 2011)
Log Message:
-----------
suppressed some deprecation warnings as there isn't currently anyway of doing 
anything about them

Modified Paths:
--------------
    
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/AnnotationEditor.java
    
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/OntologyTreeListener.java
    
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/OntologyTreePanel.java

Modified: 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/AnnotationEditor.java
===================================================================
--- 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/AnnotationEditor.java
       2011-12-12 14:31:03 UTC (rev 14741)
+++ 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/AnnotationEditor.java
       2011-12-12 14:33:30 UTC (rev 14742)
@@ -69,6 +69,7 @@
  * @author niraj
  * 
  */
+@SuppressWarnings("deprecation")
 public class AnnotationEditor extends AbstractAction {
 
   protected JWindow annotationWindow;

Modified: 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/OntologyTreeListener.java
===================================================================
--- 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/OntologyTreeListener.java
   2011-12-12 14:31:03 UTC (rev 14741)
+++ 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/OntologyTreeListener.java
   2011-12-12 14:33:30 UTC (rev 14742)
@@ -38,6 +38,7 @@
  * @author Niraj Aswani
  * @version 1.0
  */
+@SuppressWarnings("deprecation")
 public class OntologyTreeListener extends MouseAdapter {
 
   /**

Modified: 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/OntologyTreePanel.java
===================================================================
--- 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/OntologyTreePanel.java
      2011-12-12 14:31:03 UTC (rev 14741)
+++ 
gate/trunk/plugins/Ontology_Tools/src/gate/creole/ontology/ocat/OntologyTreePanel.java
      2011-12-12 14:33:30 UTC (rev 14742)
@@ -7,11 +7,8 @@
  */
 package gate.creole.ontology.ocat;
 
-import javax.swing.*;
-import javax.swing.tree.*;
-import java.awt.*;
-
-import gate.*;
+import gate.Annotation;
+import gate.AnnotationSet;
 import gate.creole.ontology.AnnotationProperty;
 import gate.creole.ontology.DatatypeProperty;
 import gate.creole.ontology.Literal;
@@ -21,16 +18,33 @@
 import gate.creole.ontology.ObjectProperty;
 import gate.creole.ontology.Ontology;
 import gate.creole.ontology.RDFProperty;
+import gate.gui.docview.AnnotationSetsView;
+import gate.gui.docview.TextualDocumentView;
+import gate.swing.ColorGenerator;
 
-import com.ontotext.gate.vr.ClassNode;
-import com.ontotext.gate.vr.OntoTreeModel;
-import gate.swing.*;
-
-import java.util.*;
+import java.awt.BorderLayout;
+import java.awt.Color;
+import java.awt.Component;
+import java.util.ArrayList;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.Iterator;
 import java.util.List;
+import java.util.Map;
+import java.util.Set;
 
+import javax.swing.JPanel;
+import javax.swing.JScrollPane;
+import javax.swing.JTextArea;
+import javax.swing.JToolBar;
+import javax.swing.JTree;
+import javax.swing.ToolTipManager;
+import javax.swing.tree.TreeSelectionModel;
+
+import com.ontotext.gate.vr.ClassNode;
 import com.ontotext.gate.vr.IFolder;
-import gate.gui.docview.*;
+import com.ontotext.gate.vr.OntoTreeModel;
 
 /**
  * This class provides a GUI frame for the OCAT tool, where one of the
@@ -38,6 +52,7 @@
  * 
  * @author niraj
  */
+@SuppressWarnings("deprecation")
 public class OntologyTreePanel extends JPanel {
 
   /**

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to