Java Doc for CollabSQLUIModelImpl.java in  » IDE-Netbeans » etl.project » org » netbeans » modules » sql » framework » ui » model » 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 » IDE Netbeans » etl.project » org.netbeans.modules.sql.framework.ui.model.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.sql.framework.ui.model.impl.AbstractSQLModel
      org.netbeans.modules.sql.framework.ui.model.impl.CollabSQLUIModelImpl

All known Subclasses:   org.netbeans.modules.etl.ui.model.impl.ETLCollaborationModel,
CollabSQLUIModelImpl
public class CollabSQLUIModelImpl extends AbstractSQLModel implements CollabSQLUIModel(Code)
Concrete implementation of SQLBuilderModel for use in representing SQL object models.
author:
   Ritesh Adval


Field Summary
protected  booleanisReloaded
    
protected  booleanrestoring
    
protected  SQLDefinitionsqlDefinition
    

Constructor Summary
public  CollabSQLUIModelImpl()
    
public  CollabSQLUIModelImpl(String collaborationName)
    

Method Summary
public  voidaddObject(SQLObject sqlObject)
    
public  voidaddObjectIgnoreUndo(SQLObject sqlObject)
    
protected  voidaddObjectInGraph(SQLObject sqlObject, boolean handleAutojoin)
    
public  voidaddSQLObject(SQLObject sqlObject)
    
public  SQLObjectaddSourceTable(DBTable srcTable, Point loc)
     Adds a SourceTableImpl instance using the given DBTable instance as a template, if it does not already exist.
Parameters:
  srcTable - DBTable to serve as template for the new SourceTableImpl instance.
public  SQLObjectaddTargetTable(DBTable targetTable, Point loc)
     Adds a TargetTableImpl instance using the given DBTable instance as a template, if it does not already exist.
Parameters:
  targetTable - DBTable to serve as template for the new TargetTableImplinstance.
protected  voidaddTargetTableRuntimeArg(TargetTable targetTable)
    
public  SQLCanvasObjectcreateObject(String className)
    
public  booleanexists(DBTable table)
    
public  SQLJoinViewgetJoinView(SourceTable sTable)
    
public  RuntimeDatabaseModelgetRuntimeDbModel()
    
public  SQLDefinitiongetSQLDefinition()
    
protected  SQLCanvasObjectgetTopSQLCanvasObject(SQLObject sqlObj)
    
public  booleanisDirty()
    
public  booleanisReloaded()
    
public  voidreLoad(String sqlDefinitionXml)
    
public  voidremoveDanglingColumnReference(SourceColumn column)
    
public  voidremoveObject(SQLObject sqlObject)
    
public  voidremoveObjectIgnoreUndo(SQLObject sqlObject)
    
public  voidrestoreLinks()
    
protected  voidrestoreLinks(SQLConnectableObject sqlExObj)
    
public  voidrestoreObjects()
    
public synchronized  voidrestoreUIState()
     Rebuilds view model based on object pool and SQLDefinition hierarchy.
 voidsetContainsJavaOperators(boolean containsjavaOp)
    
public  voidsetDirty(boolean dirty)
    
public  voidsetReloaded(boolean reloaded)
    
public  voidsetSQLDefinition(SQLDefinition sqlDefinition)
    

Field Detail
isReloaded
protected boolean isReloaded(Code)



restoring
protected boolean restoring(Code)



sqlDefinition
protected SQLDefinition sqlDefinition(Code)




Constructor Detail
CollabSQLUIModelImpl
public CollabSQLUIModelImpl()(Code)



CollabSQLUIModelImpl
public CollabSQLUIModelImpl(String collaborationName)(Code)




Method Detail
addObject
public void addObject(SQLObject sqlObject) throws BaseException(Code)



addObjectIgnoreUndo
public void addObjectIgnoreUndo(SQLObject sqlObject) throws BaseException(Code)



addObjectInGraph
protected void addObjectInGraph(SQLObject sqlObject, boolean handleAutojoin) throws BaseException(Code)



addSQLObject
public void addSQLObject(SQLObject sqlObject) throws BaseException(Code)



addSourceTable
public SQLObject addSourceTable(DBTable srcTable, Point loc) throws BaseException(Code)
Adds a SourceTableImpl instance using the given DBTable instance as a template, if it does not already exist.
Parameters:
  srcTable - DBTable to serve as template for the new SourceTableImpl instance. new SourceTableImpl instance
throws:
  BaseException - if error occurs during creation



addTargetTable
public SQLObject addTargetTable(DBTable targetTable, Point loc) throws BaseException(Code)
Adds a TargetTableImpl instance using the given DBTable instance as a template, if it does not already exist.
Parameters:
  targetTable - DBTable to serve as template for the new TargetTableImplinstance. SourceTableImpl representing the contents of the given template object; maybe a pre-existing object.
throws:
  BaseException - if error occurs during creation



addTargetTableRuntimeArg
protected void addTargetTableRuntimeArg(TargetTable targetTable)(Code)



createObject
public SQLCanvasObject createObject(String className) throws BaseException(Code)



exists
public boolean exists(DBTable table)(Code)
Indicates whether the table represented by the given DBTable already exists in this model
Parameters:
  table - DBTable whose existence is to be tested true if table (source or target) exists in the model, false otherwise



getJoinView
public SQLJoinView getJoinView(SourceTable sTable)(Code)



getRuntimeDbModel
public RuntimeDatabaseModel getRuntimeDbModel()(Code)



getSQLDefinition
public SQLDefinition getSQLDefinition()(Code)



getTopSQLCanvasObject
protected SQLCanvasObject getTopSQLCanvasObject(SQLObject sqlObj)(Code)



isDirty
public boolean isDirty()(Code)



isReloaded
public boolean isReloaded()(Code)



reLoad
public void reLoad(String sqlDefinitionXml) throws BaseException(Code)



removeDanglingColumnReference
public void removeDanglingColumnReference(SourceColumn column) throws BaseException(Code)



removeObject
public void removeObject(SQLObject sqlObject) throws BaseException(Code)



removeObjectIgnoreUndo
public void removeObjectIgnoreUndo(SQLObject sqlObject) throws BaseException(Code)



restoreLinks
public void restoreLinks()(Code)



restoreLinks
protected void restoreLinks(SQLConnectableObject sqlExObj)(Code)



restoreObjects
public void restoreObjects() throws BaseException(Code)



restoreUIState
public synchronized void restoreUIState() throws BaseException(Code)
Rebuilds view model based on object pool and SQLDefinition hierarchy.



setContainsJavaOperators
void setContainsJavaOperators(boolean containsjavaOp)(Code)
set it to true if a java operator is used in the model
Parameters:
  javaOp - true if there is a java operator



setDirty
public void setDirty(boolean dirty)(Code)



setReloaded
public void setReloaded(boolean reloaded)(Code)



setSQLDefinition
public void setSQLDefinition(SQLDefinition sqlDefinition)(Code)



Fields inherited from org.netbeans.modules.sql.framework.ui.model.impl.AbstractSQLModel
protected UndoableEditSupport editSupport(Code)(Java Doc)
protected boolean isDirty(Code)(Java Doc)
protected List<SQLDataListener> listeners(Code)(Java Doc)
protected SQLUndoManager undoManager(Code)(Java Doc)

Methods inherited from org.netbeans.modules.sql.framework.ui.model.impl.AbstractSQLModel
public void addJavaOperator(SQLOperator javaOp)(Code)(Java Doc)
public void addObject(SQLObject sqlObject) throws BaseException(Code)(Java Doc)
abstract public void addObjectIgnoreUndo(SQLObject sqlObject) throws BaseException(Code)(Java Doc)
abstract protected void addObjectInGraph(SQLObject obj, boolean handleAutojoin) throws BaseException(Code)(Java Doc)
public synchronized void addSQLDataListener(SQLDataListener l)(Code)(Java Doc)
abstract public void addSQLObject(SQLObject sqlObject) throws BaseException(Code)(Java Doc)
public SQLObject addSourceTable(DBTable srcTable, Point loc) throws BaseException(Code)(Java Doc)
public SQLObject addTargetTable(DBTable targetTable, Point loc) throws BaseException(Code)(Java Doc)
public void clearJavaOperators()(Code)(Java Doc)
public void clearListener()(Code)(Java Doc)
public void createLink(SQLCanvasObject srcObject, String srcFieldName, SQLConnectableObject destObject, String destFieldName) throws BaseException(Code)(Java Doc)
public void createLinkIgnoreUndo(SQLCanvasObject srcObject, String srcFieldName, SQLConnectableObject destObject, String destFieldName) throws BaseException(Code)(Java Doc)
abstract public SQLCanvasObject createObject(String className) throws BaseException(Code)(Java Doc)
public void createVisiblePredicateRefObj(VisibleSQLPredicate predicate)(Code)(Java Doc)
public synchronized void fireChildObjectCreatedEvent(SQLDataEvent evt)(Code)(Java Doc)
public synchronized void fireChildObjectDeletedEvent(SQLDataEvent evt)(Code)(Java Doc)
public synchronized void fireSQLDataCreationEvent(SQLDataEvent evt) throws BaseException(Code)(Java Doc)
public synchronized void fireSQLDataDeletionEvent(SQLDataEvent evt)(Code)(Java Doc)
public synchronized void fireSQLDataUpdatedEvent(SQLDataEvent evt)(Code)(Java Doc)
public synchronized void fireSQLLinkCreationEvent(SQLLinkEvent evt)(Code)(Java Doc)
public synchronized void fireSQLLinkDeletionEvent(SQLLinkEvent evt)(Code)(Java Doc)
public UndoableEditSupport getUndoEditSupport()(Code)(Java Doc)
public UndoManager getUndoManager()(Code)(Java Doc)
public boolean isContainsJavaOperators()(Code)(Java Doc)
public boolean isDirty()(Code)(Java Doc)
public void objectAdded(SQLObjectEvent evt)(Code)(Java Doc)
public void objectRemoved(SQLObjectEvent evt)(Code)(Java Doc)
public void removeJavaOperator(SQLOperator javaOp)(Code)(Java Doc)
public void removeLink(SQLCanvasObject srcObject, String srcFieldName, SQLConnectableObject destObject, String destFieldName) throws BaseException(Code)(Java Doc)
public void removeLinkIgnoreUndo(SQLCanvasObject srcObject, String srcFieldName, SQLConnectableObject destObject, String destFieldName) throws BaseException(Code)(Java Doc)
public void removeObject(SQLObject sqlObject) throws BaseException(Code)(Java Doc)
abstract public void removeObjectIgnoreUndo(SQLObject sqlObject) throws BaseException(Code)(Java Doc)
public synchronized void removeSQLDataListener(SQLDataListener l)(Code)(Java Doc)
protected void restoreLinks(Collection objectC)(Code)(Java Doc)
protected void restoreLinks(SQLConnectableObject sqlExObj)(Code)(Java Doc)
protected void restoreObjects(Collection col) throws BaseException(Code)(Java Doc)
abstract void setContainsJavaOperators(boolean containsJavaOp)(Code)(Java Doc)
public void setDirty(boolean dirty)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

w__w__w__._j__a___va___2s.com___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.