Java Doc for WFGraph.java in  » Workflow-Engines » bonita-v3.1 » hero » client » grapheditor » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Workflow Engines » bonita v3.1 » hero.client.grapheditor 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


hero.client.grapheditor.WFGraph

WFGraph
public class WFGraph extends JGraph (Code)

Inner Class :public class WFListener implements Observer,GraphModelListener,GraphSelectionListener
Inner Class :public class WFMarqueeHandler extends BasicMarqueeHandler
Inner Class :public class LayoutThread extends javax.swing.Timer

Field Summary
final public static  ImageIconicon
    
final public static  StringimageBase
    
public  Hashtablenodes
    
static  java.util.ResourceBundleresource
    

Constructor Summary
public  WFGraph(WFManager manager, WFPersistence persist)
    

Method Summary
public  voidaddNewEdge(DefaultGraphCell in, DefaultGraphCell out, String name)
    
public  voidaddNewNode(String name, int state, int type)
    
public static  voidbasicLayout(JGraph graph)
    
public  voidchangeNodeState(String node, int state)
    
protected  VertexViewcreateVertexView(Object v, CellMapper cm)
    
public  voiddeleteEdge(String edge)
    
public  voiddeleteNode(String node)
    
public  booleanexistEdge(String name)
    
public  voidfitWindow(JScrollPane scrollPane)
    
public  Object[]getAll()
    
public  ImagegetBackgroundImage()
    
public  Object[]getEdge(Object[] cells, String name)
    
public  Object[]getEdges(Object[] cells)
    
public  Object[]getEdgesBetween(Object vertex1, Object vertex2)
    
public  ObjectgetNeighbour(Object edge, Object vertex)
    
public  Object[]getSelectionEdges()
    
public  Object[]getSelectionNodes()
    
public  ObjectgetSourceVertex(Object edge)
    
public  CellViewgetSourceView(Object edge)
    
public  ObjectgetTargetVertex(Object edge)
    
public  CellViewgetTargetView(Object edge)
    
public  StringgetToolTipText(MouseEvent e)
    
public  Object[]getVertices(Object[] cells)
    
public  booleanisEdge(Object object)
    
public  booleanisGroup(Object cell)
    
public  booleanisSubProcess(String name)
    
public  booleanisVertex(Object object)
    
public  voidnewGraph()
    
public  voidopenGraph(String projectName)
    
public  voidremoveNodeEdges(Object[] cells, String name)
    
public  voidrestoreEdge(String nEdge, String nodeIn, String nodeOut)
    
public  voidrestoreEdges()
    
public  voidselectAll()
    
public  voidsetAddEdgeState(boolean b)
    
public  voidsetAutomaticLayout(boolean value)
    
public  voidsetExpand()
    
public  voidsetLayout1()
    
public  voidsetZoom(int value)
    
public  voidtoBack(String nodeName)
    
public  voidtoFront(String nodeName)
    
public static  java.awt.image.BufferedImagetoImage(JGraph graph)
    
public  voidupdateIterationNodes(String from, String to)
    
public static  StringvrmlView(JGraph graph)
    
public  voidzoomIn()
    
public  voidzoomOut()
    

Field Detail
icon
final public static ImageIcon icon(Code)



imageBase
final public static String imageBase(Code)



nodes
public Hashtable nodes(Code)



resource
static java.util.ResourceBundle resource(Code)




Constructor Detail
WFGraph
public WFGraph(WFManager manager, WFPersistence persist)(Code)




Method Detail
addNewEdge
public void addNewEdge(DefaultGraphCell in, DefaultGraphCell out, String name)(Code)



addNewNode
public void addNewNode(String name, int state, int type)(Code)



basicLayout
public static void basicLayout(JGraph graph)(Code)



changeNodeState
public void changeNodeState(String node, int state)(Code)



createVertexView
protected VertexView createVertexView(Object v, CellMapper cm)(Code)



deleteEdge
public void deleteEdge(String edge)(Code)



deleteNode
public void deleteNode(String node) throws Exception(Code)



existEdge
public boolean existEdge(String name)(Code)



fitWindow
public void fitWindow(JScrollPane scrollPane)(Code)



getAll
public Object[] getAll()(Code)



getBackgroundImage
public Image getBackgroundImage()(Code)



getEdge
public Object[] getEdge(Object[] cells, String name)(Code)



getEdges
public Object[] getEdges(Object[] cells)(Code)



getEdgesBetween
public Object[] getEdgesBetween(Object vertex1, Object vertex2)(Code)



getNeighbour
public Object getNeighbour(Object edge, Object vertex)(Code)



getSelectionEdges
public Object[] getSelectionEdges()(Code)



getSelectionNodes
public Object[] getSelectionNodes()(Code)



getSourceVertex
public Object getSourceVertex(Object edge)(Code)



getSourceView
public CellView getSourceView(Object edge)(Code)



getTargetVertex
public Object getTargetVertex(Object edge)(Code)



getTargetView
public CellView getTargetView(Object edge)(Code)



getToolTipText
public String getToolTipText(MouseEvent e)(Code)



getVertices
public Object[] getVertices(Object[] cells)(Code)



isEdge
public boolean isEdge(Object object)(Code)



isGroup
public boolean isGroup(Object cell)(Code)



isSubProcess
public boolean isSubProcess(String name)(Code)



isVertex
public boolean isVertex(Object object)(Code)



newGraph
public void newGraph()(Code)



openGraph
public void openGraph(String projectName)(Code)



removeNodeEdges
public void removeNodeEdges(Object[] cells, String name)(Code)



restoreEdge
public void restoreEdge(String nEdge, String nodeIn, String nodeOut)(Code)



restoreEdges
public void restoreEdges()(Code)



selectAll
public void selectAll()(Code)



setAddEdgeState
public void setAddEdgeState(boolean b)(Code)



setAutomaticLayout
public void setAutomaticLayout(boolean value)(Code)



setExpand
public void setExpand()(Code)



setLayout1
public void setLayout1()(Code)



setZoom
public void setZoom(int value)(Code)



toBack
public void toBack(String nodeName)(Code)



toFront
public void toFront(String nodeName)(Code)



toImage
public static java.awt.image.BufferedImage toImage(JGraph graph)(Code)



updateIterationNodes
public void updateIterationNodes(String from, String to)(Code)



vrmlView
public static String vrmlView(JGraph graph)(Code)



zoomIn
public void zoomIn()(Code)



zoomOut
public void zoomOut()(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.