Java Doc for ADGraphWindow.java in  » IDE-Netbeans » uml » org » netbeans » modules » uml » ui » swing » drawingarea » 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 » IDE Netbeans » uml » org.netbeans.modules.uml.ui.swing.drawingarea 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.uml.ui.swing.drawingarea.ADGraphWindow

ADGraphWindow
public class ADGraphWindow extends TSEGraphWindow implements ActionListener,Accessible(Code)
This class extends the main toolkit class TSEGraphWindow.

Inner Class :protected class ADDrawingPreferences extends com.tomsawyer.editor.TSEPreferences
Inner Class :public class AccessibleGraphWindow extends AccessibleJComponent implements AccessibleSelection
Inner Class :public class AccessibleEngineAndLabelsPanel extends AccessibleContext implements Accessible,AccessibleComponent,AccessibleSelection,AccessibleSelectionParent

Field Summary
final public static  intMAX_ZOOM
    
final public static  doubleMIN_ZOOM
    
 AccessibleContextaccessibleContext
    
 booleanchanged
    
 StringgraphFileName
    
protected  booleanhasFileName
    
 IDrawingAreaControlm_drawingAreaCtrl
    
 ADMoveSelectedKeyAdaptermoveAdapter
    
 booleanneedsFitInWindow
    
 Stringstatus
    

Constructor Summary
public  ADGraphWindow(IDrawingAreaControl drawingArea)
    
public  ADGraphWindow(IDrawingAreaControl drawingArea, ETGraphManager graphMgr)
    
public  ADGraphWindow(IDrawingAreaControl drawingArea, ETGraphManager graphMgr, boolean withScrollbars)
    
protected  ADGraphWindow(ETGraphManager graphManager, boolean withScrollbars)
    

Method Summary
public  voidactionPerformed(ActionEvent event)
    
public  voidcollapseAll()
     This method collapses all the nodes of the graphs which are owned by the current graph manager.
public  voidcollapseSelected()
     This method collapses all the selected nodes of the graphs which are owned by the current graph manager.
public  voiddeleteSelected()
    
public  voiddoLayout()
    
public  voiddrawEntireGraph(TSEGraphics arg0, int arg1, boolean arg2, boolean arg3, int arg4, int arg5)
    
public  voiddrawEntireGraph(TSEGraphics arg0, int arg1, boolean arg2, boolean arg3)
    
public  voiddrawGraph()
    
public  voiddrawGraph(boolean arg0)
    
public  voiddrawGraph(Graphics arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4, boolean arg5)
    
public  voiddrawGraph(Graphics arg0, boolean arg1, boolean arg2, boolean arg3)
    
public  voiddrawGraph(Graphics arg0, boolean arg1, boolean arg2)
    
public  voiddrawGraph(Graphics arg0, boolean arg1)
    
public  voiddrawGraph(Graphics arg0)
    
public  voiddrawGraph(TSConstRect arg0, boolean arg1, boolean arg2)
    
public  voiddrawGraph(TSConstRect arg0)
    
public  voidexpandAll()
     This method expands all the nodes of the graphs which are owned by the current graph manager.
public  voidexpandSelected()
     This method expands all the selected nodes of the graphs which are owned by the current graph manager.
public  voidfinalizeMove()
    
public  voidfitInWindow(boolean arg0)
    
public  voidfoldSelected()
     This method folds selected objects into new folders in owner graphs.
public  AccessibleContextgetAccessibleContext()
    
public  booleangetAllowRedraw()
    
public  ColorgetBackground()
    
public  IDrawingAreaControlgetDrawingArea()
    
public  StringgetGraphFileName()
     This method gets the absolute pathname of the graph file displayed by this graph window.
public  intgetHitTolerance()
    
public  doublegetMaxZoomLevel()
    
public  doublegetMinZoomLevel()
    
public  StringgetStatus()
     This method returns the status of this graph window.
public  StringgetToolTipText(MouseEvent event)
    
protected  voidhandleCommandEvent(TSCommand cmd)
    
public  voidhideSelected()
     This method hides all selected objects in the current graph and nested graphs.
public  booleanisAutoHidingScrollBarsByDefault()
    
public  booleanisChanged()
     This method returns whether this graph window is displaying a graph that has changed since it was last saved.
public  intlisten(TSCommand cmd)
    
public  voidmove(int direction)
     This method moves the selected objects in the specified direction.
public  TSEGraphManagernewGraphManager()
    
public  TSEPreferencesnewPreferences(TSEGraphWindow graphWindow)
    
protected  booleanownsSameGraphFile(String file)
    
public  voidreshape(int x, int y, int width, int height)
    
public  voidscrollBy(int dx, int dy, boolean redraw)
    
public  voidsetAllowRedraw(boolean allow)
    
public  voidsetChanged(boolean changed)
     This method sets the flag that stores whether this graph window is displaying a graph that has changed since it was last saved.
public  voidsetCursorOnCanvas(Cursor cursor)
    
public  voidsetGraphFileName(String filename)
     This method sets the absolute pathname of the graph manager being displayed by this graph window.
public  voidsetHitTolerance(int tolerance)
    
public  voidsetOrthogonalKeepNodeSizes(boolean value)
    
public  voidsetStatus(String status)
     This method sets the status of this graph window.
public  voidsetZoomLevel(double zoomLevel, boolean redraw)
    
protected  voidsetupCommonLayoutProperties()
    
public  voidsetupETDefaultDrawingPreferences()
    
public  voidswitchTool(TSEWindowTool newState)
    
public  voidtransmit(com.tomsawyer.editor.command.TSERoutingCommand command)
    
public  voidunfoldAll()
     This method unfolds all folders.
public  voidunfoldSelected()
     This method unfolds selected folders.
public  voidunhideAll()
     This method unhides all hidden objects in the current graph and nested graphs.
public  voidupdateInvalidRegion()
    
public synchronized  voidupdateInvalidRegion(boolean arg0)
    
public synchronized  voidupdateScrollBarValues()
    

Field Detail
MAX_ZOOM
final public static int MAX_ZOOM(Code)



MIN_ZOOM
final public static double MIN_ZOOM(Code)



accessibleContext
AccessibleContext accessibleContext(Code)



changed
boolean changed(Code)



graphFileName
String graphFileName(Code)



hasFileName
protected boolean hasFileName(Code)



m_drawingAreaCtrl
IDrawingAreaControl m_drawingAreaCtrl(Code)



moveAdapter
ADMoveSelectedKeyAdapter moveAdapter(Code)



needsFitInWindow
boolean needsFitInWindow(Code)



status
String status(Code)




Constructor Detail
ADGraphWindow
public ADGraphWindow(IDrawingAreaControl drawingArea)(Code)



ADGraphWindow
public ADGraphWindow(IDrawingAreaControl drawingArea, ETGraphManager graphMgr)(Code)



ADGraphWindow
public ADGraphWindow(IDrawingAreaControl drawingArea, ETGraphManager graphMgr, boolean withScrollbars)(Code)



ADGraphWindow
protected ADGraphWindow(ETGraphManager graphManager, boolean withScrollbars)(Code)




Method Detail
actionPerformed
public void actionPerformed(ActionEvent event)(Code)



collapseAll
public void collapseAll()(Code)
This method collapses all the nodes of the graphs which are owned by the current graph manager.



collapseSelected
public void collapseSelected()(Code)
This method collapses all the selected nodes of the graphs which are owned by the current graph manager.



deleteSelected
public void deleteSelected()(Code)



doLayout
public void doLayout()(Code)



drawEntireGraph
public void drawEntireGraph(TSEGraphics arg0, int arg1, boolean arg2, boolean arg3, int arg4, int arg5)(Code)



drawEntireGraph
public void drawEntireGraph(TSEGraphics arg0, int arg1, boolean arg2, boolean arg3)(Code)



drawGraph
public void drawGraph()(Code)



drawGraph
public void drawGraph(boolean arg0)(Code)



drawGraph
public void drawGraph(Graphics arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4, boolean arg5)(Code)



drawGraph
public void drawGraph(Graphics arg0, boolean arg1, boolean arg2, boolean arg3)(Code)



drawGraph
public void drawGraph(Graphics arg0, boolean arg1, boolean arg2)(Code)



drawGraph
public void drawGraph(Graphics arg0, boolean arg1)(Code)



drawGraph
public void drawGraph(Graphics arg0)(Code)



drawGraph
public void drawGraph(TSConstRect arg0, boolean arg1, boolean arg2)(Code)



drawGraph
public void drawGraph(TSConstRect arg0)(Code)



expandAll
public void expandAll()(Code)
This method expands all the nodes of the graphs which are owned by the current graph manager.



expandSelected
public void expandSelected()(Code)
This method expands all the selected nodes of the graphs which are owned by the current graph manager.



finalizeMove
public void finalizeMove()(Code)
This method finalizes the movement of selected objects



fitInWindow
public void fitInWindow(boolean arg0)(Code)



foldSelected
public void foldSelected()(Code)
This method folds selected objects into new folders in owner graphs.



getAccessibleContext
public AccessibleContext getAccessibleContext()(Code)



getAllowRedraw
public boolean getAllowRedraw()(Code)



getBackground
public Color getBackground()(Code)



getDrawingArea
public IDrawingAreaControl getDrawingArea()(Code)



getGraphFileName
public String getGraphFileName()(Code)
This method gets the absolute pathname of the graph file displayed by this graph window.



getHitTolerance
public int getHitTolerance()(Code)



getMaxZoomLevel
public double getMaxZoomLevel()(Code)



getMinZoomLevel
public double getMinZoomLevel()(Code)



getStatus
public String getStatus()(Code)
This method returns the status of this graph window.



getToolTipText
public String getToolTipText(MouseEvent event)(Code)



handleCommandEvent
protected void handleCommandEvent(TSCommand cmd)(Code)



hideSelected
public void hideSelected()(Code)
This method hides all selected objects in the current graph and nested graphs.



isAutoHidingScrollBarsByDefault
public boolean isAutoHidingScrollBarsByDefault()(Code)



isChanged
public boolean isChanged()(Code)
This method returns whether this graph window is displaying a graph that has changed since it was last saved.



listen
public int listen(TSCommand cmd)(Code)



move
public void move(int direction)(Code)
This method moves the selected objects in the specified direction.



newGraphManager
public TSEGraphManager newGraphManager()(Code)



newPreferences
public TSEPreferences newPreferences(TSEGraphWindow graphWindow)(Code)



ownsSameGraphFile
protected boolean ownsSameGraphFile(String file)(Code)
This method returns the boolean value indicating whether the given file is the same file as this graph window's graph file



reshape
public void reshape(int x, int y, int width, int height)(Code)



scrollBy
public void scrollBy(int dx, int dy, boolean redraw)(Code)



setAllowRedraw
public void setAllowRedraw(boolean allow)(Code)



setChanged
public void setChanged(boolean changed)(Code)
This method sets the flag that stores whether this graph window is displaying a graph that has changed since it was last saved.



setCursorOnCanvas
public void setCursorOnCanvas(Cursor cursor)(Code)
This overide protects our wait cursor from going away during CDFS



setGraphFileName
public void setGraphFileName(String filename)(Code)
This method sets the absolute pathname of the graph manager being displayed by this graph window.



setHitTolerance
public void setHitTolerance(int tolerance)(Code)



setOrthogonalKeepNodeSizes
public void setOrthogonalKeepNodeSizes(boolean value)(Code)



setStatus
public void setStatus(String status)(Code)
This method sets the status of this graph window.



setZoomLevel
public void setZoomLevel(double zoomLevel, boolean redraw)(Code)



setupCommonLayoutProperties
protected void setupCommonLayoutProperties()(Code)



setupETDefaultDrawingPreferences
public void setupETDefaultDrawingPreferences()(Code)



switchTool
public void switchTool(TSEWindowTool newState)(Code)



transmit
public void transmit(com.tomsawyer.editor.command.TSERoutingCommand command)(Code)



unfoldAll
public void unfoldAll()(Code)
This method unfolds all folders.



unfoldSelected
public void unfoldSelected()(Code)
This method unfolds selected folders.



unhideAll
public void unhideAll()(Code)
This method unhides all hidden objects in the current graph and nested graphs.



updateInvalidRegion
public void updateInvalidRegion()(Code)



updateInvalidRegion
public synchronized void updateInvalidRegion(boolean arg0)(Code)



updateScrollBarValues
public synchronized void updateScrollBarValues()(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.