org.jgraph.graph

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 » Graphic Library » jgraph » org.jgraph.graph 
org.jgraph.graph
Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. The jgraph.graph package provides support classes that include the graph model, graph cells, graph cell editors, drivers,
controllers, and renderers.
Java Source File NameTypeComment
AbstractCellView.javaClass The abstract base class for all cell views.
AttributeMap.javaClass A map specifically for the storage of attributes of graph cells.
BasicMarqueeHandler.javaClass A simple implementation of a marquee handler for JGraph.
CellHandle.javaInterface Defines the requirements for objects that may be used as handles.
CellMapper.javaInterface Defines the requirements for objects that may be used as a cell mapper.
CellView.javaInterface Defines the requirements for an object that represents a view for a model cell.
CellViewFactory.javaInterface Defines the requirements for objects that may be used as a cell view factory.
CellViewRenderer.javaInterface Defines the requirements for objects that may be used as a cell view renderer.
ConnectionSet.javaClass An object that represents a set of connections.
DefaultCellViewFactory.javaClass The default implementation of a cell view factory that returns the default views for vertices, edges and ports.
DefaultEdge.javaClass A simple implementation for an edge.
DefaultGraphCell.javaClass The default implementation for the GraphCell interface.
DefaultGraphCellEditor.javaClass
DefaultGraphModel.javaClass A simple implementation of a graph model.
DefaultGraphSelectionModel.javaClass Default implementation of GraphSelectionModel.
DefaultPort.javaClass A simple implementation for a port.
DefaultRealEditor.javaClass The default editor for graph cells.
Edge.javaInterface Defines the requirements for an object that represents an Edge in a GraphModel.
EdgeRenderer.javaClass This renderer displays entries that implement the CellView interface.
EdgeView.javaClass The default implementation of an edge view.
ExecutableChange.javaClass
GraphCell.javaInterface Defines the requirements for objects that appear as GraphCells.
GraphCellEditor.javaInterface Adds to CellEditor the extensions necessary to configure an editor in a graph.
GraphConstants.javaClass A collection of well known or common attribute keys and methods to apply to an Map to get/set the properties in a typesafe manner.
GraphContext.javaClass
GraphLayoutCache.javaClass An object that defines the view of a graphmodel.
GraphModel.javaInterface The interface that defines a suitable data model for a JGraph.
GraphSelectionModel.javaInterface This interface represents the current state of the selection for the graph component.
GraphTransferable.javaClass An object that represents the clipboard contents for a graph selection. The object has three representations:

1.

GraphTransferHandler.javaClass
GraphUndoManager.javaClass An UndoManager that may be shared among multiple GraphLayoutCache's.
ParentMap.javaClass An object that describes relations between childs and parents.
Port.javaInterface Defines the requirements for an object that represents a port in a graph model.
PortRenderer.javaClass
PortView.javaClass The default implementation of a port view.
VertexRenderer.javaClass This renderer displays entries that implement the CellView interface and supports the following attributes.
VertexView.javaClass The default implementation of a vertex view.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.