Deprecated API


Contents
Deprecated Classes
org.ceryle.wiki.plugin.query.operators.ByModifier
          Replaced by FromModifier. 
gnu.regexp.REFilterInputStream
          This class cannot properly handle all character encodings. For proper handling, use the REFilterReader class instead. 
org.ceryle.xml.XMLSerializer
            
 

Deprecated Methods
org.ceryle.graph.GraphPanel.clearSelect()
          use clearSelection() instead 
com.touchgraph.graphlayout.Node.edgeNum()
          this method has been replaced by the edgeCount() method. 
com.touchgraph.graphlayout.TGPanel.edgeNum()
          this method has been replaced by the visibleEdgeCount() method. 
org.ceryle.xml.XMLSerializer.getDoctypeDeclaration(int)
            
com.touchgraph.graphlayout.Node.getFixed()
          used isFixed() instead 
com.touchgraph.graphlayout.GLPanel.getGLPopup()
          use getPopupMenu() instead. 
org.ceryle.graph.GraphPanel.getSelect()
          use getSelected() instead 
org.ceryle.xml.XMLSerializer.getSerializedNode(Node)
            
gnu.regexp.REMatch.getSubEndIndex(int)
          Use getEndIndex(int) instead 
gnu.regexp.REMatch.getSubStartIndex(int)
          Use getStartIndex(int) instead. 
com.touchgraph.graphlayout.TGPanel.nodeNum()
          this method has been replaced by the visibleNodeCount() method. 
org.ceryle.xml.XMLSerializer.serializeNode(MessageHandler, Node)
            
org.ceryle.graph.GraphPanel.setSelect(Node)
          use setSelected(GraphNode) instead 
org.ceryle.tm.TopicMapProcessor.writeTopicMap(TopicMap, Writer)
            
 

Deprecated Constructors
org.ceryle.xml.XMLSerializer(Writer)
            
org.ceryle.xml.XMLSerializer(Writer, int)
            
 



The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.