Java Doc for ITypedElementEventsSink.java in  » IDE-Netbeans » uml » org » netbeans » modules » uml » core » metamodel » infrastructure » coreinfrastructure » 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.core.metamodel.infrastructure.coreinfrastructure 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.uml.core.metamodel.infrastructure.coreinfrastructure.ITypedElementEventsSink

All known Subclasses:   org.netbeans.modules.uml.ui.addins.eventlogger.AddinEventsSink,  org.netbeans.modules.uml.core.metamodel.infrastructure.coreinfrastructure.TypedElementEventsAdapter,  org.netbeans.modules.uml.ui.controls.drawingarea.DrawingAreaEventHandler,  org.netbeans.modules.uml.core.metamodel.infrastructure.coreinfrastructure.ClassifierEventDispatcherTestCase,
ITypedElementEventsSink
public interface ITypedElementEventsSink (Code)




Method Summary
public  voidonCollectionTypeModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)
     Fired when the collection type property is changed on the passed in range.
public  voidonLowerModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)
     Fired when the lower property on the passed in range was modified.
public  voidonMultiplicityModified(ITypedElement element, IResultCell cell)
     Fired whenever the Multiplicity object on a particular element was just modified.
public  voidonOrderModified(ITypedElement element, IMultiplicity mult, IResultCell cell)
     Fired when the order property is changed on the passed in mulitplicity.
public  voidonPreLowerModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, String proposedValue, IResultCell cell)
     Fired when the lower property on the passed in range is about to be modified.
public  voidonPreMultiplicityModified(ITypedElement element, IMultiplicity proposedValue, IResultCell cell)
     Fired whenever the Multiplicity object on a particular element is about to be modified.
public  voidonPreOrderModified(ITypedElement element, IMultiplicity mult, boolean proposedValue, IResultCell cell)
     Fired when the order property is about to be changed on the passed in mulitplicity.
public  voidonPreRangeAdded(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)
     Fired when a new range is about to be added to the passed in multiplicity.
public  voidonPreRangeRemoved(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)
     Fired when an existing range is about to be removed from the passed in multiplicity.
public  voidonPreTypeModified(ITypedElement element, IClassifier proposedValue, IResultCell cell)
     Fired whenever the type on a particular element is about to be modified.
public  voidonPreUpperModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, String proposedValue, IResultCell cell)
     Fired when the upper property on the passed in range is about to be modified.
public  voidonRangeAdded(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)
     Fired when a new range is added to the passed in multiplicity.
public  voidonRangeRemoved(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)
     Fired when an existing range is removed from the passed in multiplicity.
public  voidonTypeModified(ITypedElement element, IResultCell cell)
     Fired whenever the type flag on a particular element was just modified.
public  voidonUpperModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)
     Fired when the upper property on the passed in range was modified.



Method Detail
onCollectionTypeModified
public void onCollectionTypeModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)(Code)
Fired when the collection type property is changed on the passed in range.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that changed
Parameters:
  cell - The event result.



onLowerModified
public void onLowerModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)(Code)
Fired when the lower property on the passed in range was modified.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that changed
Parameters:
  cell - The event result.



onMultiplicityModified
public void onMultiplicityModified(ITypedElement element, IResultCell cell)(Code)
Fired whenever the Multiplicity object on a particular element was just modified.



onOrderModified
public void onOrderModified(ITypedElement element, IMultiplicity mult, IResultCell cell)(Code)
Fired when the order property is changed on the passed in mulitplicity.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  cell - The event result.



onPreLowerModified
public void onPreLowerModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, String proposedValue, IResultCell cell)(Code)
Fired when the lower property on the passed in range is about to be modified.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that changed
Parameters:
  proposedValue - The new value
Parameters:
  cell - The event result.



onPreMultiplicityModified
public void onPreMultiplicityModified(ITypedElement element, IMultiplicity proposedValue, IResultCell cell)(Code)
Fired whenever the Multiplicity object on a particular element is about to be modified.



onPreOrderModified
public void onPreOrderModified(ITypedElement element, IMultiplicity mult, boolean proposedValue, IResultCell cell)(Code)
Fired when the order property is about to be changed on the passed in mulitplicity.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  proposedValue - the new value
Parameters:
  cell - The event result.



onPreRangeAdded
public void onPreRangeAdded(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)(Code)
Fired when a new range is about to be added to the passed in multiplicity.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that changed
Parameters:
  cell - The event result.



onPreRangeRemoved
public void onPreRangeRemoved(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)(Code)
Fired when an existing range is about to be removed from the passed in multiplicity.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that will be removed
Parameters:
  cell - The event result.



onPreTypeModified
public void onPreTypeModified(ITypedElement element, IClassifier proposedValue, IResultCell cell)(Code)
Fired whenever the type on a particular element is about to be modified.



onPreUpperModified
public void onPreUpperModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, String proposedValue, IResultCell cell)(Code)
Fired when the upper property on the passed in range is about to be modified.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that changed
Parameters:
  proposedValue - the new value
Parameters:
  cell - The event result.



onRangeAdded
public void onRangeAdded(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)(Code)
Fired when a new range is added to the passed in multiplicity.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that changed
Parameters:
  cell - The event result.



onRangeRemoved
public void onRangeRemoved(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)(Code)
Fired when an existing range is removed from the passed in multiplicity.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that was removed
Parameters:
  cell - The event result.



onTypeModified
public void onTypeModified(ITypedElement element, IResultCell cell)(Code)
Fired whenever the type flag on a particular element was just modified.
Parameters:
  element - The element that changed
Parameters:
  cell - The event result.



onUpperModified
public void onUpperModified(ITypedElement element, IMultiplicity mult, IMultiplicityRange range, IResultCell cell)(Code)
Fired when the upper property on the passed in range was modified.
Parameters:
  element - The type that owned the multilicity element
Parameters:
  mult - The multiplicity
Parameters:
  range - The multiplicity range that changed
Parameters:
  cell - The event result.



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