Java Doc for TableBrowserModel.java in  » XML-UI » SwingML » org » swingml » tablebrowser » ext » 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 » XML UI » SwingML » org.swingml.tablebrowser.ext 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.swingml.model.JTableModel
   org.swingml.tablebrowser.ext.TableBrowserModel

TableBrowserModel
public class TableBrowserModel extends JTableModel implements TableBrowserRemoteActionSubject(Code)


Field Summary
final public static  intSELECTION_STYLE_DEFAULT
    
final public static  intSELECTION_STYLE_MULTI_CELL
    
final public static  intSELECTION_STYLE_MULTI_ROW
    
final public static  intSELECTION_STYLE_SINGLE_CELL
    
final public static  intSELECTION_STYLE_SINGLE_ROW
    

Constructor Summary
public  TableBrowserModel()
    

Method Summary
public  voidaddChild(Object aChild)
    
public  Object[][]data()
    
public  ListextractColumnNames()
    
public  StringgetCellManager()
    
public  intgetColumnCount()
    
public  StringgetColumnName(int col)
    
public  String[]getColumnNames()
     Returns the columnNames.
public  BrowserContractgetContract()
    
public  TableDataModelgetModelAt(int row, int col)
    
public  intgetRowCount()
    
public  intgetSelectionStyle()
    
public  intgetStartEditCellColumn()
    
public  intgetStartEditCellRow()
    
public  TableBrowsergetTableBrowser()
    
public  ObjectgetValueAt(int row, int col)
    
public  Object[][]getValues()
    
public  booleanhasStartEditCell()
    
public  booleanisAutoFit()
    
public  booleanisCellEditable(int aRowIndex, int aColumnIndex)
    
public  booleanisPostColumnState()
    
public  booleanisRowHeaderVisible()
    
public  voidsetAutoFit(boolean fit)
    
public  voidsetCellEditable(int row, int column, boolean editable)
    
public  voidsetCellManager(String className)
    
public  voidsetColumnNames(String[] names)
     Sets the columnNames.
public  voidsetContract(BrowserContract aContract)
     Sets the contract.
public  voidsetPostColumnState(boolean b)
    
public  voidsetRowHeaderVisible(boolean visible)
    
public  voidsetSelectionStyle(int style)
    
public  voidsetTableBrowser(TableBrowser aBrowser)
    
public  voidsetValueAt(Object aValue, int rowIndex, int columnIndex)
    
public  voidsetValues(Object[][] someValues)
    
public  voidupdate(String rowId, String colId, Object value)
    

Field Detail
SELECTION_STYLE_DEFAULT
final public static int SELECTION_STYLE_DEFAULT(Code)



SELECTION_STYLE_MULTI_CELL
final public static int SELECTION_STYLE_MULTI_CELL(Code)



SELECTION_STYLE_MULTI_ROW
final public static int SELECTION_STYLE_MULTI_ROW(Code)



SELECTION_STYLE_SINGLE_CELL
final public static int SELECTION_STYLE_SINGLE_CELL(Code)



SELECTION_STYLE_SINGLE_ROW
final public static int SELECTION_STYLE_SINGLE_ROW(Code)




Constructor Detail
TableBrowserModel
public TableBrowserModel()(Code)




Method Detail
addChild
public void addChild(Object aChild)(Code)



data
public Object[][] data()(Code)



extractColumnNames
public List extractColumnNames()(Code)



getCellManager
public String getCellManager()(Code)



getColumnCount
public int getColumnCount()(Code)



getColumnName
public String getColumnName(int col)(Code)



getColumnNames
public String[] getColumnNames()(Code)
Returns the columnNames.



getContract
public BrowserContract getContract()(Code)



getModelAt
public TableDataModel getModelAt(int row, int col)(Code)



getRowCount
public int getRowCount()(Code)



getSelectionStyle
public int getSelectionStyle()(Code)
Get the cell/row selection style (single/multiple, entire row or just a cell, etc)



getStartEditCellColumn
public int getStartEditCellColumn()(Code)



getStartEditCellRow
public int getStartEditCellRow()(Code)



getTableBrowser
public TableBrowser getTableBrowser()(Code)



getValueAt
public Object getValueAt(int row, int col)(Code)



getValues
public Object[][] getValues()(Code)



hasStartEditCell
public boolean hasStartEditCell()(Code)



isAutoFit
public boolean isAutoFit()(Code)



isCellEditable
public boolean isCellEditable(int aRowIndex, int aColumnIndex)(Code)



isPostColumnState
public boolean isPostColumnState()(Code)



isRowHeaderVisible
public boolean isRowHeaderVisible()(Code)



setAutoFit
public void setAutoFit(boolean fit)(Code)



setCellEditable
public void setCellEditable(int row, int column, boolean editable)(Code)



setCellManager
public void setCellManager(String className)(Code)



setColumnNames
public void setColumnNames(String[] names)(Code)
Sets the columnNames.



setContract
public void setContract(BrowserContract aContract)(Code)
Sets the contract.



setPostColumnState
public void setPostColumnState(boolean b)(Code)



setRowHeaderVisible
public void setRowHeaderVisible(boolean visible)(Code)



setSelectionStyle
public void setSelectionStyle(int style)(Code)
Set the cell/row selection style (single/multiple, entire row or just a cell, etc)



setTableBrowser
public void setTableBrowser(TableBrowser aBrowser)(Code)



setValueAt
public void setValueAt(Object aValue, int rowIndex, int columnIndex)(Code)



setValues
public void setValues(Object[][] someValues)(Code)



update
public void update(String rowId, String colId, Object value)(Code)



Methods inherited from org.swingml.model.JTableModel
public void addChild(Object aChild)(Code)(Java Doc)
public void addTableModelListener(TableModelListener l)(Code)(Java Doc)
public Class getColumnClass(int aColumnIndex)(Code)(Java Doc)
public int getColumnCount()(Code)(Java Doc)
public int getColumnIndex(String name)(Code)(Java Doc)
public String getColumnName(int aColumnIndex)(Code)(Java Doc)
public List getColumns()(Code)(Java Doc)
public TableDataModel getDataModel(int rowIndex, int columnIndex)(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public int getMode()(Code)(Java Doc)
public int[] getPostColumns()(Code)(Java Doc)
public String getPostStyle()(Code)(Java Doc)
public int getRowCount()(Code)(Java Doc)
public List getRows()(Code)(Java Doc)
public String getToolTip(int rowIndex, int columnIndex)(Code)(Java Doc)
public Object getValueAt(int aRowIndex, int aColumnIndex)(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public boolean isCellEditable(int aRowIndex, int aColumnIndex)(Code)(Java Doc)
public boolean isOnlyPostDirty()(Code)(Java Doc)
public void removeTableModelListener(TableModelListener l)(Code)(Java Doc)
public void setHeight(int i)(Code)(Java Doc)
public void setMode(int aMode)(Code)(Java Doc)
public void setOnlyPostDirty(boolean onlyPostDirty)(Code)(Java Doc)
public void setPostColumn(int aPostColumn)(Code)(Java Doc)
public void setPostColumns(int[] postColumns)(Code)(Java Doc)
public void setPostColumns(String postColumns)(Code)(Java Doc)
public void setPostStyle(String aPostStyle)(Code)(Java Doc)
public void setValueAt(Object aValue, int aRowIndex, int aColumnIndex)(Code)(Java Doc)
public void setWidth(int i)(Code)(Java Doc)
public void validate()(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.