Java Doc for EditManagerImpl.java in  » GIS » udig-1.1 » net » refractions » udig » project » internal » impl » 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 » GIS » udig 1.1 » net.refractions.udig.project.internal.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.refractions.udig.project.internal.impl.EditManagerImpl

EditManagerImpl
public class EditManagerImpl extends EObjectImpl implements EditManager(Code)
The default implementation of the EditManager interface.
author:
   Jesse
since:
   1.0.0


Field Summary
final protected static  FeatureEDIT_FEATURE_EDEFAULT
     The default value of the ' EditManagerImpl.getEditFeature() Edit Feature ' attribute.
final protected static  booleanEDIT_LAYER_LOCKED_EDEFAULT
     The default value of the ' EditManagerImpl.isEditLayerLocked() Edit Layer Locked ' attribute.
final protected static  ClassTRANSACTION_TYPE_EDEFAULT
     The default value of the ' EditManagerImpl.getTransactionType() Transaction Type ' attribute.
final public static  Stringcopyright
    
protected  FeatureeditFeature
     The cached value of the ' EditManagerImpl.getEditFeature() Edit Feature ' attribute.
protected  LayereditLayerInternal
     The cached value of the ' EditManagerImpl.getEditLayerInternal() Edit Layer Internal ' reference.
 AdaptereventCreator
    
 Set<IEditManagerListener>listeners
    
 LayerselectedLayer
    
final  UDIGTransactiontransaction
    

Constructor Summary
protected  EditManagerImpl()
    

Method Summary
public  voidaddFeature(Feature feature, Layer layer)
    
public  voidaddListener(IEditManagerListener listener)
    
public  LayerbasicGetSelectedLayer()
    
public  voidcommitTransaction()
    
public  booleancontainsListener(IEditManagerListener listener)
    
public  NotificationChaineBasicRemoveFromContainer(NotificationChain msgs)
    
public  ObjecteGet(EStructuralFeature eFeature, boolean resolve)
    
public  NotificationChaineInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
    
public  NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
    
public  booleaneIsSet(EStructuralFeature eFeature)
    
public  voideSet(EStructuralFeature eFeature, Object newValue)
    
protected  EClasseStaticClass()
    
public  voideUnset(EStructuralFeature eFeature)
    
 voidfireEvent(EditManagerEvent event)
    
public  FeaturegetEditFeature()
    
public  ILayergetEditLayer()
    
public  LayergetEditLayerInternal()
    
public  IMapgetMap()
    
public  MapgetMapInternal()
    
public  LayergetSelectedLayer()
    
public  TransactiongetTransaction()
    
public  ClassgetTransactionType()
    
public  booleanisEditLayerLocked()
    
public  booleanisEditing()
    
public  voidrefreshEditFeature()
    
public  voidremoveListener(IEditManagerListener listener)
    
public  voidrollbackTransaction()
    
public  voidsetEditFeature(Feature feature, Layer layer)
    
public  voidsetEditLayerLocked(boolean newEditLayerLocked)
    
public  voidsetMapInternal(Map newMapInternal)
    
public  voidsetSelectedLayer(Layer selectedLayer)
    
public  voidsetSelectedLayerGen(Layer newSelectedLayer)
    
public  voidstartTransaction()
    
public  StringtoString()
    

Field Detail
EDIT_FEATURE_EDEFAULT
final protected static Feature EDIT_FEATURE_EDEFAULT(Code)
The default value of the ' EditManagerImpl.getEditFeature() Edit Feature ' attribute.
See Also:   EditManagerImpl.getEditFeature()



EDIT_LAYER_LOCKED_EDEFAULT
final protected static boolean EDIT_LAYER_LOCKED_EDEFAULT(Code)
The default value of the ' EditManagerImpl.isEditLayerLocked() Edit Layer Locked ' attribute.
See Also:   EditManagerImpl.isEditLayerLocked()



TRANSACTION_TYPE_EDEFAULT
final protected static Class TRANSACTION_TYPE_EDEFAULT(Code)
The default value of the ' EditManagerImpl.getTransactionType() Transaction Type ' attribute.
See Also:   EditManagerImpl.getTransactionType()



copyright
final public static String copyright(Code)



editFeature
protected Feature editFeature(Code)
The cached value of the ' EditManagerImpl.getEditFeature() Edit Feature ' attribute.
See Also:   EditManagerImpl.getEditFeature()



editLayerInternal
protected Layer editLayerInternal(Code)
The cached value of the ' EditManagerImpl.getEditLayerInternal() Edit Layer Internal ' reference.
See Also:   EditManagerImpl.getEditLayerInternal()



eventCreator
Adapter eventCreator(Code)



listeners
Set<IEditManagerListener> listeners(Code)



selectedLayer
Layer selectedLayer(Code)



transaction
final UDIGTransaction transaction(Code)




Constructor Detail
EditManagerImpl
protected EditManagerImpl()(Code)




Method Detail
addFeature
public void addFeature(Feature feature, Layer layer) throws IOException(Code)

throws:
  IOException -



addListener
public void addListener(IEditManagerListener listener)(Code)



basicGetSelectedLayer
public Layer basicGetSelectedLayer()(Code)



commitTransaction
public void commitTransaction() throws IOException(Code)



containsListener
public boolean containsListener(IEditManagerListener listener)(Code)



eBasicRemoveFromContainer
public NotificationChain eBasicRemoveFromContainer(NotificationChain msgs)(Code)



eGet
public Object eGet(EStructuralFeature eFeature, boolean resolve)(Code)



eInverseAdd
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code)



eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code)



eIsSet
public boolean eIsSet(EStructuralFeature eFeature)(Code)



eSet
public void eSet(EStructuralFeature eFeature, Object newValue)(Code)



eStaticClass
protected EClass eStaticClass()(Code)



eUnset
public void eUnset(EStructuralFeature eFeature)(Code)



fireEvent
void fireEvent(EditManagerEvent event)(Code)



getEditFeature
public Feature getEditFeature()(Code)



getEditLayer
public ILayer getEditLayer()(Code)

See Also:   net.refractions.udig.project.IEditManager.getEditLayer



getEditLayerInternal
public Layer getEditLayerInternal()(Code)



getMap
public IMap getMap()(Code)

See Also:   net.refractions.udig.project.IEditManager.getMap



getMapInternal
public Map getMapInternal()(Code)



getSelectedLayer
public Layer getSelectedLayer()(Code)
Returns the currently selected Layer the currently selected Layer



getTransaction
public Transaction getTransaction()(Code)

See Also:   net.refractions.udig.project.internal.EditManager.getTransaction



getTransactionType
public Class getTransactionType()(Code)



isEditLayerLocked
public boolean isEditLayerLocked()(Code)
Returns the editLayerLocked.



isEditing
public boolean isEditing()(Code)



refreshEditFeature
public void refreshEditFeature()(Code)

See Also:   net.refractions.udig.project.internal.EditManager.refreshEditFeature



removeListener
public void removeListener(IEditManagerListener listener)(Code)



rollbackTransaction
public void rollbackTransaction() throws IOException(Code)

throws:
  IOException -



setEditFeature
public void setEditFeature(Feature feature, Layer layer)(Code)



setEditLayerLocked
public void setEditLayerLocked(boolean newEditLayerLocked)(Code)



setMapInternal
public void setMapInternal(Map newMapInternal)(Code)



setSelectedLayer
public void setSelectedLayer(Layer selectedLayer)(Code)
Sets the currently selected Layer



setSelectedLayerGen
public void setSelectedLayerGen(Layer newSelectedLayer)(Code)



startTransaction
public void startTransaction()(Code)



toString
public String toString()(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.