Java Doc for AbstractCanvasMethoidNode.java in  » IDE-Netbeans » soa » org » netbeans » modules » soa » mapper » basicmapper » canvas » jgo » 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 » soa » org.netbeans.modules.soa.mapper.basicmapper.canvas.jgo 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.soa.mapper.basicmapper.canvas.jgo.util.AccessibleArea
   org.netbeans.modules.soa.mapper.basicmapper.canvas.jgo.AbstractCanvasMethoidNode

All known Subclasses:   org.netbeans.modules.soa.mapper.basicmapper.canvas.jgo.BasicCanvasMethoidNode,
AbstractCanvasMethoidNode
abstract public class AbstractCanvasMethoidNode extends AccessibleArea implements ICanvasMethoidNode(Code)

Title:

AbstractCanvasMethoidNode

Description:

AbstractCanvasMethoidNode provides the basic implemenation of a ICanvasMethoidNode providing the basic view of a canvas methoid node.

Copyright: Copyright (c) 2002

Company:


author:
   Un Seng Leong
version:
   1.0


Field Summary
protected  IMethoidNodemMethoidNode
    

Constructor Summary
public  AbstractCanvasMethoidNode(IMethoidNode methoidNode)
     Creates a new AbstractCanvasMethoidNode object, with specified the methoid node.

Method Summary
public  voidaddDestinationNode(ICanvasNode node)
    
public  voidaddNode(ICanvasNode node)
     add a canvas node to this node.
public  voidaddSourceNode(ICanvasNode node)
    
public  ICanvasNodecollapse()
     Retrun the canvas node that is repersenting the collapse canvas node.
public  ICanvasNodeexpand()
     Retrun the canvas node that is repersenting the expand canvas node.
public  ICanvasNodefindNodeByPoint(Point docPoint)
    
public  ICanvasActiongetAction()
    
public  ListgetAddableNodes()
     Return the addable nodes.
public  ICanvasNodePopupBoxgetAuxPopup()
    
public  RectanglegetBounding()
     Return the bounding rectangle of this node.
public  ICanvasgetCanvas()
    
public  ICanvasComponentNodegetComponentNode()
     Return the compoeent node.
public  ICanvasGroupNodegetContainer()
    
public  ICanvasControlNodegetControlNode()
     Retrieves the control node associated with the canvas node.
public  ObjectgetDataObject()
    
public  ListgetDestinationNodes()
    
public  ICanvasFieldNodegetFieldNodeByConnectPointObject(Object pointObj)
     Return a canvas field node that contains the specified connection object, or null if the field node cannot be found.
Parameters:
  pointObj - the connection object to be matched.
public  ICanvasFieldNodegetFieldNodeByPoint(Point point)
     Return a canvas field node that contains the specified point in its bounding.
public  ObjectgetGroupFolder()
    
public  IcongetIcon()
    
public  ICanvasViewgetMapperCanvas()
     Retrun the mapper canvas that displays this node.
public  IMethoidNodegetMethoidNode()
     Return the methoid node that repersents by this canvas node.
protected  ListgetModifiableNodeList()
    
public  StringgetName()
    
public  PointgetNodeLocation()
    
public  CollectiongetNodes()
    
public  ICanvasNodePopupBoxgetPopup()
    
public  ListgetSourceNodes()
    
public  StringgetTitle()
    
public  ObjectgetUIComponent()
    
public  voidinsertNode(ICanvasNode node, int index)
    
public  booleanisExpanded()
     Return true if this node is expended, false otherwise.
public  voidrefreshNodeImage(javax.swing.Icon icon)
     Refresh the node image.
public  voidremoveDestinationNode(ICanvasNode node)
    
public  voidremoveNode(ICanvasNode node)
    
public  voidremoveSourceNode(ICanvasNode node)
    
public  voidsetAction(ICanvasAction action)
    
public  voidsetAddableNodes(List nodes)
     Set the addable nodes.
public  voidsetAuxPopup(ICanvasNodePopupBox popup)
    
public  voidsetCanvas(ICanvas canvas)
    
public  voidsetComponentNode(ICanvasComponentNode node)
    
public  voidsetContainer(ICanvasGroupNode group)
    
public  voidsetControlNode(ICanvasControlNode node)
    
public  voidsetDataObject(Object obj)
    
public  voidsetGroupFolder(Object folder)
    
public  voidsetIcon(Icon icon)
    
public  voidsetMapperCanvas(ICanvasView canvas)
     Set the mapper canvas that displays this node.
public  voidsetName(String name)
    
public  voidsetNodeLocation(Point p)
    
public  voidsetPopup(ICanvasNodePopupBox popup)
    
public  voidsetTitle(String title)
    
public  voidupdateLabel(String text)
    

Field Detail
mMethoidNode
protected IMethoidNode mMethoidNode(Code)
the methoid node of this canvas node




Constructor Detail
AbstractCanvasMethoidNode
public AbstractCanvasMethoidNode(IMethoidNode methoidNode)(Code)
Creates a new AbstractCanvasMethoidNode object, with specified the methoid node.
Parameters:
  methoidNode - the methoid node this canvas node repersents.




Method Detail
addDestinationNode
public void addDestinationNode(ICanvasNode node)(Code)
Adds a new destination node
Parameters:
  node - The feature to be added to the DestinationNode attribute



addNode
public void addNode(ICanvasNode node)(Code)
add a canvas node to this node.
Parameters:
  node - the canvas of this node



addSourceNode
public void addSourceNode(ICanvasNode node)(Code)
Adds a new source node
Parameters:
  node - The feature to be added to the SourceNode attribute



collapse
public ICanvasNode collapse()(Code)
Retrun the canvas node that is repersenting the collapse canvas node. the canvas node that is repersenting the collapse canvas node.



expand
public ICanvasNode expand()(Code)
Retrun the canvas node that is repersenting the expand canvas node. the canvas node that is repersenting the expand canvas node.



findNodeByPoint
public ICanvasNode findNodeByPoint(Point docPoint)(Code)
Description of the Method
Parameters:
  docPoint - Description of the Parameter Description of the Return Value



getAction
public ICanvasAction getAction()(Code)
Retrieves the action always null



getAddableNodes
public List getAddableNodes()(Code)
Return the addable nodes. always null



getAuxPopup
public ICanvasNodePopupBox getAuxPopup()(Code)
Retrieves the aux popup always null



getBounding
public Rectangle getBounding()(Code)
Return the bounding rectangle of this node. the bounding rectangle of this node.



getCanvas
public ICanvas getCanvas()(Code)
Retrieves the cavnas The canvas value



getComponentNode
public ICanvasComponentNode getComponentNode()(Code)
Return the compoeent node. always null



getContainer
public ICanvasGroupNode getContainer()(Code)
Retrieves the container The container value



getControlNode
public ICanvasControlNode getControlNode()(Code)
Retrieves the control node associated with the canvas node. Return null is nothing associated. always null



getDataObject
public Object getDataObject()(Code)
Retrieves the data object - underlying data object represented by this node



getDestinationNodes
public List getDestinationNodes()(Code)
Retrieves a list of nodes that this node is pointing to The destinationNodes value



getFieldNodeByConnectPointObject
public ICanvasFieldNode getFieldNodeByConnectPointObject(Object pointObj)(Code)
Return a canvas field node that contains the specified connection object, or null if the field node cannot be found.
Parameters:
  pointObj - the connection object to be matched. a canvas field node that contains the specifiedconnection object, or null if the field node cannot be found.



getFieldNodeByPoint
public ICanvasFieldNode getFieldNodeByPoint(Point point)(Code)
Return a canvas field node that contains the specified point in its bounding.
Parameters:
  point - the point to match a canvas field node that contains the specified point inits bounding.



getGroupFolder
public Object getGroupFolder()(Code)
Retrun the group folder object the group folder object



getIcon
public Icon getIcon()(Code)
Gets the Icon which representing this node always null



getMapperCanvas
public ICanvasView getMapperCanvas()(Code)
Retrun the mapper canvas that displays this node. the canvas displays this node.



getMethoidNode
public IMethoidNode getMethoidNode()(Code)
Return the methoid node that repersents by this canvas node. the methoid node that repersents by this canvas node.



getModifiableNodeList
protected List getModifiableNodeList()(Code)
Return the modifiable node list the modifiable node list



getName
public String getName()(Code)
Retrieves the name of the node - name



getNodeLocation
public Point getNodeLocation()(Code)
Retrieves the location The nodeLocation value



getNodes
public Collection getNodes()(Code)
DOCUMENT ME! DOCUMENT ME!



getPopup
public ICanvasNodePopupBox getPopup()(Code)
Retrieves the popup always null



getSourceNodes
public List getSourceNodes()(Code)
Retrieves a list of nodes that have links connecting TO this node The sourceNodes value



getTitle
public String getTitle()(Code)



getUIComponent
public Object getUIComponent()(Code)
Retrieves the underlying ui component The uIComponent value



insertNode
public void insertNode(ICanvasNode node, int index)(Code)
Insert a chid node to this container with the specified index
Parameters:
  node - the node to be added
Parameters:
  index - the index to add the node



isExpanded
public boolean isExpanded()(Code)
Return true if this node is expended, false otherwise. true if this node is expended, false otherwise.



refreshNodeImage
public void refreshNodeImage(javax.swing.Icon icon)(Code)
Refresh the node image.
Parameters:
  icon - the icon of this node.



removeDestinationNode
public void removeDestinationNode(ICanvasNode node)(Code)
Removes a destination node
Parameters:
  node - Description of the Parameter



removeNode
public void removeNode(ICanvasNode node)(Code)
Remove a canvas node
Parameters:
  node - the canvas node to be removed



removeSourceNode
public void removeSourceNode(ICanvasNode node)(Code)
Removes a source node
Parameters:
  node - the source node to be removed



setAction
public void setAction(ICanvasAction action)(Code)
Sets the action
Parameters:
  action - The new action value



setAddableNodes
public void setAddableNodes(List nodes)(Code)
Set the addable nodes.
Parameters:
  nodes - the addable node list



setAuxPopup
public void setAuxPopup(ICanvasNodePopupBox popup)(Code)
Sets the aux popup this node is associated with
Parameters:
  popup - The new auxPopup value



setCanvas
public void setCanvas(ICanvas canvas)(Code)
Sets the canvas this node belongs to
Parameters:
  canvas - The new canvas value



setComponentNode
public void setComponentNode(ICanvasComponentNode node)(Code)
Sets the component node associated with this canvas node
Parameters:
  node - The new componentNode value



setContainer
public void setContainer(ICanvasGroupNode group)(Code)
Sets the container this node belongs to
Parameters:
  group - The new container value



setControlNode
public void setControlNode(ICanvasControlNode node)(Code)
Sets the control node associated with this canvas node
Parameters:
  node - The new controlNode value



setDataObject
public void setDataObject(Object obj)(Code)
sets the data object
Parameters:
  obj - - then object to be represented by this node



setGroupFolder
public void setGroupFolder(Object folder)(Code)
Set the group folder object
Parameters:
  folder - the group folder object



setIcon
public void setIcon(Icon icon)(Code)
Sets the icon associated with this node
Parameters:
  icon - The new icon value



setMapperCanvas
public void setMapperCanvas(ICanvasView canvas)(Code)
Set the mapper canvas that displays this node.
Parameters:
  canvas - the canvas displays this node.



setName
public void setName(String name)(Code)
Sets the name of the name
Parameters:
  name - - new name



setNodeLocation
public void setNodeLocation(Point p)(Code)
Sets the location
Parameters:
  p - - location



setPopup
public void setPopup(ICanvasNodePopupBox popup)(Code)
Sets the abstract canvas node popup
Parameters:
  popup - The new popup value



setTitle
public void setTitle(String title)(Code)



updateLabel
public void updateLabel(String text)(Code)
update the text label
Parameters:
  text - update the text label



Methods inherited from org.netbeans.modules.soa.mapper.basicmapper.canvas.jgo.util.AccessibleArea
public boolean isBoundingRectInvalid()(Code)(Java Doc)

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