Java Doc for EditTableConstraintsPanel.java in  » Database-Client » executequery » org » executequery » gui » table » 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 » Database Client » executequery » org.executequery.gui.table 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.executequery.gui.table.TableConstraintsPanel
   org.executequery.gui.table.EditTableConstraintsPanel

EditTableConstraintsPanel
public class EditTableConstraintsPanel extends TableConstraintsPanel (Code)

author:
   Takis Diakoumis
version:
   $Revision: 1.5 $



Constructor Summary
public  EditTableConstraintsPanel(TableConstraintFunction creator)
    

Method Summary
public  voidaddTableFocusListener(FocusListener listener)
    
protected  voidaddToBuffer(String key, String value)
     Adds the specified value SQL text with the specified key to the temp SQL buffer.
public  voidcolumnValuesChanged(int col, int row, String value)
    
public  voidcolumnValuesChanged()
    
public  voiddeleteSelectedRow(QuerySender qs)
    
public  voiddeleteSelectedRow(int row, QuerySender qs)
    
protected  voidgenerateSQL()
     Generates the SQL statements based on the stored value changes.
public  intgetMode()
    
public  StringgetSQLText()
    
public  JTablegetTable()
     Returns the table displaying the constraint data.
public  ColumnData[]getTableColumnData()
    
public  voidinsertRowAfter()
    
public  voidmarkDeleteRow()
     Marks the currently selected column (table row) to be deleted/dropped from this table.
protected  voidremoveFromBuffer(String key)
     Removes the SQL with the specified reference key from the temp buffer.
public  voidreset()
     Clears all the SQL text.
public  voidsetOriginalData()
     Stores the original unmodified key values.
public  voidupdateCellEditor(int col, int row, String value)
    


Constructor Detail
EditTableConstraintsPanel
public EditTableConstraintsPanel(TableConstraintFunction creator)(Code)




Method Detail
addTableFocusListener
public void addTableFocusListener(FocusListener listener)(Code)



addToBuffer
protected void addToBuffer(String key, String value)(Code)
Adds the specified value SQL text with the specified key to the temp SQL buffer.
Parameters:
  key - - the key to reference the SQL text value
Parameters:
  value - - the SQL text



columnValuesChanged
public void columnValuesChanged(int col, int row, String value)(Code)



columnValuesChanged
public void columnValuesChanged()(Code)



deleteSelectedRow
public void deleteSelectedRow(QuerySender qs)(Code)



deleteSelectedRow
public void deleteSelectedRow(int row, QuerySender qs)(Code)



generateSQL
protected void generateSQL()(Code)
Generates the SQL statements based on the stored value changes.



getMode
public int getMode()(Code)



getSQLText
public String getSQLText()(Code)



getTable
public JTable getTable()(Code)
Returns the table displaying the constraint data. the table displaying the data



getTableColumnData
public ColumnData[] getTableColumnData()(Code)



insertRowAfter
public void insertRowAfter()(Code)



markDeleteRow
public void markDeleteRow()(Code)
Marks the currently selected column (table row) to be deleted/dropped from this table.



removeFromBuffer
protected void removeFromBuffer(String key)(Code)
Removes the SQL with the specified reference key from the temp buffer.
Parameters:
  key - - the reference key to the SQL text



reset
public void reset()(Code)
Clears all the SQL text.



setOriginalData
public void setOriginalData()(Code)
Stores the original unmodified key values.



updateCellEditor
public void updateCellEditor(int col, int row, String value)(Code)



Fields inherited from org.executequery.gui.table.TableConstraintsPanel
protected StringCellEditor conNameEditor(Code)(Java Doc)
protected ComboBoxCellEditor keysCombo(Code)(Java Doc)
protected ColumnConstraintModel model(Code)(Java Doc)
protected DefaultCellEditor strEditor(Code)(Java Doc)
protected JTable table(Code)(Java Doc)

Methods inherited from org.executequery.gui.table.TableConstraintsPanel
public void addTableFocusListener(FocusListener listener)(Code)(Java Doc)
abstract public void columnValuesChanged()(Code)(Java Doc)
abstract public void columnValuesChanged(int col, int row, String value)(Code)(Java Doc)
public void deleteSelectedRow()(Code)(Java Doc)
public void fireEditingStopped()(Code)(Java Doc)
public ColumnConstraint[] getColumnConstraintArray()(Code)(Java Doc)
public ColumnConstraint getConstraintAt(int row)(Code)(Java Doc)
public Vector getKeys()(Code)(Java Doc)
abstract public int getMode()(Code)(Java Doc)
public int getSelectedRow()(Code)(Java Doc)
abstract public ColumnData[] getTableColumnData()(Code)(Java Doc)
public void insertRowAfter()(Code)(Java Doc)
public void setCellEditor(int col, TableCellEditor editor)(Code)(Java Doc)
protected void setColumnProperties()(Code)(Java Doc)
public void setData(Vector keys, boolean fillCombos)(Code)(Java Doc)
public void setModel(AbstractTableModel model)(Code)(Java Doc)
public boolean tableHasFocus(JTable _table)(Code)(Java Doc)
abstract public void updateCellEditor(int col, int row, String value)(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.