Java Doc for PropertySheetTable.java in  » Swing-Library » l2fprod-common » com » l2fprod » common » propertysheet » 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 » Swing Library » l2fprod common » com.l2fprod.common.propertysheet 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JTable
   com.l2fprod.common.propertysheet.PropertySheetTable

PropertySheetTable
public class PropertySheetTable extends JTable (Code)
A table which allows the editing of Properties through PropertyEditors. The PropertyEditors can be changed by using the PropertyEditorRegistry.



Constructor Summary
public  PropertySheetTable()
    
public  PropertySheetTable(PropertySheetTableModel dm)
    

Method Summary
public  voidcancelEditing()
    
public  voidcommitEditing()
    
public  ColorgetCategoryBackground()
    
public  ColorgetCategoryForeground()
    
public  TableCellEditorgetCellEditor(int row, int column)
     Gets the CellEditor for the given row and column.
public  TableCellRenderergetCellRenderer(int row, int column)
    
final public  PropertyEditorFactorygetEditorFactory()
    
public  PropertyEditorRegistrygetEditorRegistry()
    
static  intgetIndent(PropertySheetTable table, Item item)
     Calculates the required left indent for a given item, given its type and its hierarchy level.
public  ColorgetPropertyBackground()
    
public  ColorgetPropertyForeground()
    
public  PropertyRendererFactorygetRendererFactory()
    
public  PropertyRendererRegistrygetRendererRegistry()
    
public  booleangetScrollableTracksViewportHeight()
     Ensures the table uses the full height of its parent javax.swing.JViewport .
public  ColorgetSelectedCategoryBackground()
    
public  ColorgetSelectedCategoryForeground()
    
public  ColorgetSelectedPropertyBackground()
    
public  ColorgetSelectedPropertyForeground()
    
final public  PropertySheetTableModelgetSheetModel()
    
public  booleangetWantsExtraIndent()
    
public  booleanisCellEditable(int row, int column)
    
public  ComponentprepareRenderer(TableCellRenderer renderer, int row, int column)
    
public  voidsetCategoryBackground(Color categoryBackground)
     Sets the color used to paint a Category background.
public  voidsetCategoryForeground(Color categoryForeground)
     Sets the color used to paint a Category foreground.
public  voidsetEditorFactory(PropertyEditorFactory factory)
    
public  voidsetEditorRegistry(PropertyEditorRegistry registry)
    
public  voidsetModel(TableModel newModel)
     Overriden to register a listener on the model.
public  voidsetPropertyBackground(Color propertyBackground)
     Sets the color used to paint a Property background.
public  voidsetPropertyForeground(Color propertyForeground)
     Sets the color used to paint a Property foreground.
public  voidsetRendererFactory(PropertyRendererFactory factory)
    
public  voidsetRendererRegistry(PropertyRendererRegistry registry)
    
public  voidsetSelectedCategoryBackground(Color selectedCategoryBackground)
     Sets the color used to paint a selected/focused Category background.
public  voidsetSelectedCategoryForeground(Color selectedCategoryForeground)
     Sets the color used to paint a selected/focused Category foreground.
public  voidsetSelectedPropertyBackground(Color selectedPropertyBackground)
     Sets the color used to paint a selected/focused Property background.
public  voidsetSelectedPropertyForeground(Color selectedPropertyForeground)
     Sets the color used to paint a selected/focused Property foreground.
public  voidsetWantsExtraIndent(boolean wantsExtraIndent)
     By default, properties with children are painted with the same indent level as other properties and categories.


Constructor Detail
PropertySheetTable
public PropertySheetTable()(Code)



PropertySheetTable
public PropertySheetTable(PropertySheetTableModel dm)(Code)




Method Detail
cancelEditing
public void cancelEditing()(Code)
Cancels on-going cell editing



commitEditing
public void commitEditing()(Code)
Commits on-going cell editing



getCategoryBackground
public Color getCategoryBackground()(Code)



getCategoryForeground
public Color getCategoryForeground()(Code)



getCellEditor
public TableCellEditor getCellEditor(int row, int column)(Code)
Gets the CellEditor for the given row and column. It uses the editor registry to find a suitable editor for the property.
See Also:   javax.swing.JTable.getCellEditor(intint)



getCellRenderer
public TableCellRenderer getCellRenderer(int row, int column)(Code)



getEditorFactory
final public PropertyEditorFactory getEditorFactory()(Code)



getEditorRegistry
public PropertyEditorRegistry getEditorRegistry()(Code)
PropertySheetTable.getEditorFactory()
throws:
  ClassCastException - if the current editor factory is not aPropertyEditorRegistry



getIndent
static int getIndent(PropertySheetTable table, Item item)(Code)
Calculates the required left indent for a given item, given its type and its hierarchy level.



getPropertyBackground
public Color getPropertyBackground()(Code)



getPropertyForeground
public Color getPropertyForeground()(Code)



getRendererFactory
public PropertyRendererFactory getRendererFactory()(Code)



getRendererRegistry
public PropertyRendererRegistry getRendererRegistry()(Code)
PropertySheetTable.getRendererFactory()
throws:
  ClassCastException - if the current renderer factory is not aPropertyRendererRegistry



getScrollableTracksViewportHeight
public boolean getScrollableTracksViewportHeight()(Code)
Ensures the table uses the full height of its parent javax.swing.JViewport .



getSelectedCategoryBackground
public Color getSelectedCategoryBackground()(Code)



getSelectedCategoryForeground
public Color getSelectedCategoryForeground()(Code)



getSelectedPropertyBackground
public Color getSelectedPropertyBackground()(Code)



getSelectedPropertyForeground
public Color getSelectedPropertyForeground()(Code)



getSheetModel
final public PropertySheetTableModel getSheetModel()(Code)



getWantsExtraIndent
public boolean getWantsExtraIndent()(Code)

See Also:   PropertySheetTable.setWantsExtraIndent(boolean)



isCellEditable
public boolean isCellEditable(int row, int column)(Code)



prepareRenderer
public Component prepareRenderer(TableCellRenderer renderer, int row, int column)(Code)
Overriden
  • to prevent the cell focus rect to be painted
  • to disable ( Component.setEnabled(boolean) the renderer if the Property is not editable



  • setCategoryBackground
    public void setCategoryBackground(Color categoryBackground)(Code)
    Sets the color used to paint a Category background.
    Parameters:
      categoryBackground -



    setCategoryForeground
    public void setCategoryForeground(Color categoryForeground)(Code)
    Sets the color used to paint a Category foreground.
    Parameters:
      categoryForeground -



    setEditorFactory
    public void setEditorFactory(PropertyEditorFactory factory)(Code)



    setEditorRegistry
    public void setEditorRegistry(PropertyEditorRegistry registry)(Code)

    Parameters:
      registry - PropertySheetTable.setEditorFactory(PropertyEditorFactory)



    setModel
    public void setModel(TableModel newModel)(Code)
    Overriden to register a listener on the model. This listener ensures editing is cancelled when editing row is being changed.
    See Also:   javax.swing.JTable.setModel(javax.swing.table.TableModel)
    throws:
      IllegalArgumentException - if dataModel is not a PropertySheetTableModel



    setPropertyBackground
    public void setPropertyBackground(Color propertyBackground)(Code)
    Sets the color used to paint a Property background.
    Parameters:
      propertyBackground -



    setPropertyForeground
    public void setPropertyForeground(Color propertyForeground)(Code)
    Sets the color used to paint a Property foreground.
    Parameters:
      propertyForeground -



    setRendererFactory
    public void setRendererFactory(PropertyRendererFactory factory)(Code)



    setRendererRegistry
    public void setRendererRegistry(PropertyRendererRegistry registry)(Code)
    PropertySheetTable.setRendererFactory(PropertyRendererFactory)
    Parameters:
      registry -



    setSelectedCategoryBackground
    public void setSelectedCategoryBackground(Color selectedCategoryBackground)(Code)
    Sets the color used to paint a selected/focused Category background.
    Parameters:
      selectedCategoryBackground -



    setSelectedCategoryForeground
    public void setSelectedCategoryForeground(Color selectedCategoryForeground)(Code)
    Sets the color used to paint a selected/focused Category foreground.
    Parameters:
      selectedCategoryForeground -



    setSelectedPropertyBackground
    public void setSelectedPropertyBackground(Color selectedPropertyBackground)(Code)
    Sets the color used to paint a selected/focused Property background.
    Parameters:
      selectedPropertyBackground -



    setSelectedPropertyForeground
    public void setSelectedPropertyForeground(Color selectedPropertyForeground)(Code)
    Sets the color used to paint a selected/focused Property foreground.
    Parameters:
      selectedPropertyForeground -



    setWantsExtraIndent
    public void setWantsExtraIndent(boolean wantsExtraIndent)(Code)
    By default, properties with children are painted with the same indent level as other properties and categories. When nested properties exist within the set of properties, the end-user might be confused by the category and property handles. Sets this property to true to add an extra indent level to properties.
    Parameters:
      wantsExtraIndent -



    Fields inherited from javax.swing.JTable
    final public static int AUTO_RESIZE_ALL_COLUMNS(Code)(Java Doc)
    final public static int AUTO_RESIZE_LAST_COLUMN(Code)(Java Doc)
    final public static int AUTO_RESIZE_NEXT_COLUMN(Code)(Java Doc)
    final public static int AUTO_RESIZE_OFF(Code)(Java Doc)
    final public static int AUTO_RESIZE_SUBSEQUENT_COLUMNS(Code)(Java Doc)
    protected boolean autoCreateColumnsFromModel(Code)(Java Doc)
    protected int autoResizeMode(Code)(Java Doc)
    protected transient TableCellEditor cellEditor(Code)(Java Doc)
    protected boolean cellSelectionEnabled(Code)(Java Doc)
    protected TableColumnModel columnModel(Code)(Java Doc)
    protected TableModel dataModel(Code)(Java Doc)
    protected transient Hashtable defaultEditorsByColumnClass(Code)(Java Doc)
    protected transient Hashtable defaultRenderersByColumnClass(Code)(Java Doc)
    protected transient int editingColumn(Code)(Java Doc)
    protected transient int editingRow(Code)(Java Doc)
    protected transient Component editorComp(Code)(Java Doc)
    protected Color gridColor(Code)(Java Doc)
    protected Dimension preferredViewportSize(Code)(Java Doc)
    protected int rowHeight(Code)(Java Doc)
    protected int rowMargin(Code)(Java Doc)
    protected boolean rowSelectionAllowed(Code)(Java Doc)
    protected Color selectionBackground(Code)(Java Doc)
    protected Color selectionForeground(Code)(Java Doc)
    protected ListSelectionModel selectionModel(Code)(Java Doc)
    protected boolean showHorizontalLines(Code)(Java Doc)
    protected boolean showVerticalLines(Code)(Java Doc)
    protected JTableHeader tableHeader(Code)(Java Doc)

    Methods inherited from javax.swing.JTable
    public void addColumn(TableColumn aColumn)(Code)(Java Doc)
    public void addColumnSelectionInterval(int index0, int index1)(Code)(Java Doc)
    public void addNotify()(Code)(Java Doc)
    public void addRowSelectionInterval(int index0, int index1)(Code)(Java Doc)
    public void changeSelection(int rowIndex, int columnIndex, boolean toggle, boolean extend)(Code)(Java Doc)
    public void clearSelection()(Code)(Java Doc)
    public void columnAdded(TableColumnModelEvent e)(Code)(Java Doc)
    public int columnAtPoint(Point point)(Code)(Java Doc)
    public void columnMarginChanged(ChangeEvent e)(Code)(Java Doc)
    public void columnMoved(TableColumnModelEvent e)(Code)(Java Doc)
    public void columnRemoved(TableColumnModelEvent e)(Code)(Java Doc)
    public void columnSelectionChanged(ListSelectionEvent e)(Code)(Java Doc)
    protected void configureEnclosingScrollPane()(Code)(Java Doc)
    public int convertColumnIndexToModel(int viewColumnIndex)(Code)(Java Doc)
    public int convertColumnIndexToView(int modelColumnIndex)(Code)(Java Doc)
    public int convertRowIndexToModel(int viewRowIndex)(Code)(Java Doc)
    public int convertRowIndexToView(int modelRowIndex)(Code)(Java Doc)
    protected TableColumnModel createDefaultColumnModel()(Code)(Java Doc)
    public void createDefaultColumnsFromModel()(Code)(Java Doc)
    protected TableModel createDefaultDataModel()(Code)(Java Doc)
    protected void createDefaultEditors()(Code)(Java Doc)
    protected void createDefaultRenderers()(Code)(Java Doc)
    protected ListSelectionModel createDefaultSelectionModel()(Code)(Java Doc)
    protected JTableHeader createDefaultTableHeader()(Code)(Java Doc)
    public static JScrollPane createScrollPaneForTable(JTable aTable)(Code)(Java Doc)
    public void doLayout()(Code)(Java Doc)
    public boolean editCellAt(int row, int column)(Code)(Java Doc)
    public boolean editCellAt(int row, int column, EventObject e)(Code)(Java Doc)
    public void editingCanceled(ChangeEvent e)(Code)(Java Doc)
    public void editingStopped(ChangeEvent e)(Code)(Java Doc)
    public AccessibleContext getAccessibleContext()(Code)(Java Doc)
    public boolean getAutoCreateColumnsFromModel()(Code)(Java Doc)
    public boolean getAutoCreateRowSorter()(Code)(Java Doc)
    public int getAutoResizeMode()(Code)(Java Doc)
    public TableCellEditor getCellEditor()(Code)(Java Doc)
    public TableCellEditor getCellEditor(int row, int column)(Code)(Java Doc)
    public Rectangle getCellRect(int row, int column, boolean includeSpacing)(Code)(Java Doc)
    public TableCellRenderer getCellRenderer(int row, int column)(Code)(Java Doc)
    public boolean getCellSelectionEnabled()(Code)(Java Doc)
    public TableColumn getColumn(Object identifier)(Code)(Java Doc)
    public Class getColumnClass(int column)(Code)(Java Doc)
    public int getColumnCount()(Code)(Java Doc)
    public TableColumnModel getColumnModel()(Code)(Java Doc)
    public String getColumnName(int column)(Code)(Java Doc)
    public boolean getColumnSelectionAllowed()(Code)(Java Doc)
    public TableCellEditor getDefaultEditor(Class columnClass)(Code)(Java Doc)
    public TableCellRenderer getDefaultRenderer(Class columnClass)(Code)(Java Doc)
    public boolean getDragEnabled()(Code)(Java Doc)
    final public DropLocation getDropLocation()(Code)(Java Doc)
    final public DropMode getDropMode()(Code)(Java Doc)
    public int getEditingColumn()(Code)(Java Doc)
    public int getEditingRow()(Code)(Java Doc)
    public Component getEditorComponent()(Code)(Java Doc)
    public boolean getFillsViewportHeight()(Code)(Java Doc)
    public Color getGridColor()(Code)(Java Doc)
    public Dimension getIntercellSpacing()(Code)(Java Doc)
    public TableModel getModel()(Code)(Java Doc)
    public Dimension getPreferredScrollableViewportSize()(Code)(Java Doc)
    public Printable getPrintable(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat)(Code)(Java Doc)
    public int getRowCount()(Code)(Java Doc)
    public int getRowHeight()(Code)(Java Doc)
    public int getRowHeight(int row)(Code)(Java Doc)
    public int getRowMargin()(Code)(Java Doc)
    public boolean getRowSelectionAllowed()(Code)(Java Doc)
    public RowSorter<? extends TableModel> getRowSorter()(Code)(Java Doc)
    public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction)(Code)(Java Doc)
    public boolean getScrollableTracksViewportHeight()(Code)(Java Doc)
    public boolean getScrollableTracksViewportWidth()(Code)(Java Doc)
    public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction)(Code)(Java Doc)
    public int getSelectedColumn()(Code)(Java Doc)
    public int getSelectedColumnCount()(Code)(Java Doc)
    public int[] getSelectedColumns()(Code)(Java Doc)
    public int getSelectedRow()(Code)(Java Doc)
    public int getSelectedRowCount()(Code)(Java Doc)
    public int[] getSelectedRows()(Code)(Java Doc)
    public Color getSelectionBackground()(Code)(Java Doc)
    public Color getSelectionForeground()(Code)(Java Doc)
    public ListSelectionModel getSelectionModel()(Code)(Java Doc)
    public boolean getShowHorizontalLines()(Code)(Java Doc)
    public boolean getShowVerticalLines()(Code)(Java Doc)
    public boolean getSurrendersFocusOnKeystroke()(Code)(Java Doc)
    public JTableHeader getTableHeader()(Code)(Java Doc)
    public String getToolTipText(MouseEvent event)(Code)(Java Doc)
    public TableUI getUI()(Code)(Java Doc)
    public String getUIClassID()(Code)(Java Doc)
    public boolean getUpdateSelectionOnSort()(Code)(Java Doc)
    public Object getValueAt(int row, int column)(Code)(Java Doc)
    protected void initializeLocalVars()(Code)(Java Doc)
    public boolean isCellEditable(int row, int column)(Code)(Java Doc)
    public boolean isCellSelected(int row, int column)(Code)(Java Doc)
    public boolean isColumnSelected(int column)(Code)(Java Doc)
    public boolean isEditing()(Code)(Java Doc)
    public boolean isRowSelected(int row)(Code)(Java Doc)
    public void moveColumn(int column, int targetColumn)(Code)(Java Doc)
    protected String paramString()(Code)(Java Doc)
    public Component prepareEditor(TableCellEditor editor, int row, int column)(Code)(Java Doc)
    public Component prepareRenderer(TableCellRenderer renderer, int row, int column)(Code)(Java Doc)
    public boolean print() throws PrinterException(Code)(Java Doc)
    public boolean print(PrintMode printMode) throws PrinterException(Code)(Java Doc)
    public boolean print(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat) throws PrinterException(Code)(Java Doc)
    public boolean print(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive) throws PrinterException, HeadlessException(Code)(Java Doc)
    public boolean print(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive, PrintService service) throws PrinterException, HeadlessException(Code)(Java Doc)
    protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed)(Code)(Java Doc)
    public void removeColumn(TableColumn aColumn)(Code)(Java Doc)
    public void removeColumnSelectionInterval(int index0, int index1)(Code)(Java Doc)
    public void removeEditor()(Code)(Java Doc)
    public void removeNotify()(Code)(Java Doc)
    public void removeRowSelectionInterval(int index0, int index1)(Code)(Java Doc)
    protected void resizeAndRepaint()(Code)(Java Doc)
    public int rowAtPoint(Point point)(Code)(Java Doc)
    public void selectAll()(Code)(Java Doc)
    public void setAutoCreateColumnsFromModel(boolean autoCreateColumnsFromModel)(Code)(Java Doc)
    public void setAutoCreateRowSorter(boolean autoCreateRowSorter)(Code)(Java Doc)
    public void setAutoResizeMode(int mode)(Code)(Java Doc)
    public void setCellEditor(TableCellEditor anEditor)(Code)(Java Doc)
    public void setCellSelectionEnabled(boolean cellSelectionEnabled)(Code)(Java Doc)
    public void setColumnModel(TableColumnModel columnModel)(Code)(Java Doc)
    public void setColumnSelectionAllowed(boolean columnSelectionAllowed)(Code)(Java Doc)
    public void setColumnSelectionInterval(int index0, int index1)(Code)(Java Doc)
    public void setDefaultEditor(Class columnClass, TableCellEditor editor)(Code)(Java Doc)
    public void setDefaultRenderer(Class columnClass, TableCellRenderer renderer)(Code)(Java Doc)
    public void setDragEnabled(boolean b)(Code)(Java Doc)
    final public void setDropMode(DropMode dropMode)(Code)(Java Doc)
    public void setEditingColumn(int aColumn)(Code)(Java Doc)
    public void setEditingRow(int aRow)(Code)(Java Doc)
    public void setFillsViewportHeight(boolean fillsViewportHeight)(Code)(Java Doc)
    public void setGridColor(Color gridColor)(Code)(Java Doc)
    public void setIntercellSpacing(Dimension intercellSpacing)(Code)(Java Doc)
    public void setModel(TableModel dataModel)(Code)(Java Doc)
    public void setPreferredScrollableViewportSize(Dimension size)(Code)(Java Doc)
    public void setRowHeight(int rowHeight)(Code)(Java Doc)
    public void setRowHeight(int row, int rowHeight)(Code)(Java Doc)
    public void setRowMargin(int rowMargin)(Code)(Java Doc)
    public void setRowSelectionAllowed(boolean rowSelectionAllowed)(Code)(Java Doc)
    public void setRowSelectionInterval(int index0, int index1)(Code)(Java Doc)
    public void setRowSorter(RowSorter<? extends TableModel> sorter)(Code)(Java Doc)
    public void setSelectionBackground(Color selectionBackground)(Code)(Java Doc)
    public void setSelectionForeground(Color selectionForeground)(Code)(Java Doc)
    public void setSelectionMode(int selectionMode)(Code)(Java Doc)
    public void setSelectionModel(ListSelectionModel newModel)(Code)(Java Doc)
    public void setShowGrid(boolean showGrid)(Code)(Java Doc)
    public void setShowHorizontalLines(boolean showHorizontalLines)(Code)(Java Doc)
    public void setShowVerticalLines(boolean showVerticalLines)(Code)(Java Doc)
    public void setSurrendersFocusOnKeystroke(boolean surrendersFocusOnKeystroke)(Code)(Java Doc)
    public void setTableHeader(JTableHeader tableHeader)(Code)(Java Doc)
    public void setUI(TableUI ui)(Code)(Java Doc)
    public void setUpdateSelectionOnSort(boolean update)(Code)(Java Doc)
    public void setValueAt(Object aValue, int row, int column)(Code)(Java Doc)
    public void sizeColumnsToFit(boolean lastColumnOnly)(Code)(Java Doc)
    public void sizeColumnsToFit(int resizingColumn)(Code)(Java Doc)
    public void sorterChanged(RowSorterEvent e)(Code)(Java Doc)
    public void tableChanged(TableModelEvent e)(Code)(Java Doc)
    protected void unconfigureEnclosingScrollPane()(Code)(Java Doc)
    public void updateUI()(Code)(Java Doc)
    public void valueChanged(ListSelectionEvent e)(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.