Java Doc for STable.java in  » Swing-Library » wings3 » org » wings » 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 » wings3 » org.wings 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.wings.SComponent
      org.wings.STable

All known Subclasses:   org.wingx.XTreeTable,  org.wingx.XTable,
STable
public class STable extends SComponent implements TableModelListener,Scrollable,CellEditorListener,LowLevelEventListener(Code)
Displays information contained in a TableModel object.
author:
   Holger Engels
author:
   Armin Haaf

Inner Class :protected class TableColumnModelHandler implements STableColumnModelListener

Field Summary
final public static  intMULTIPLE_INTERVAL_SELECTION
     Table selection model.
final public static  intMULTIPLE_SELECTION
     Table selection model.
final public static  intNO_SELECTION
     Table selection model.
final public static  SelectorSELECTOR_EVEN_ROWS
     A Pseudo CSS selector addressing the regular even row elements.
final public static  SelectorSELECTOR_HEADER
     A Pseudo CSS selector addressing the header row elements.
final public static  SelectorSELECTOR_ODD_ROWS
     A Pseudo CSS selector addressing the regular odd row elements.
final public static  SelectorSELECTOR_SELECTED
     A Pseudo CSS selector addressing the selected row elements.
final public static  intSINGLE_INTERVAL_SELECTION
     Table selection model.
final public static  intSINGLE_SELECTION
     Table selection model.
protected transient  STableCellEditorcellEditor
    
protected transient  LowLevelEventListenercellEditorComponent
    
protected  STableColumnModelcolumnModel
     The column model holds state information about the columns of the table.
protected  STableCellRendererdefaultRenderer
    
protected  booleaneditable
     If this table is editable, clicks on table cells will be catched and interpreted as editor calls.
protected transient  inteditingColumn
    
protected transient  inteditingRow
    
protected transient  SComponenteditorComp
    

If editing, this is the SComponent that is handling the editing.

final protected  HashMapeditors
    
protected  booleanepochCheckEnabled
    
final protected  ListSelectionListenerfwdSelectionEvents
    
protected  STableCellRendererheaderRenderer
    
protected  booleanheaderVisible
    

Determines whether the header is visible or not.

By default the header is visible.

CAVEAT:The header is not (yet) implemented like in Swing.

protected  SDimensionintercellPadding
    
protected  SDimensionintercellSpacing
    
protected  TableModelmodel
    
final protected  HashMaprenderer
    
protected  STableCellRendererrowSelectionRenderer
    

A special cell renderer, that displays the control used to select a table row.

Ususally, this would be some checkbox.

protected  booleanselectable
     If this table is marked as selectable, clicks on non-editable table cells will be catched and interpreted as selection calls.
protected  SListSelectionModelselectionModel
    
protected  booleanshowHorizontalLines
    
protected  booleanshowVerticalLines
    
protected transient  STableColumnModelListenertableColumnModelListener
    
protected  Rectangleviewport
     Implementation of the Scrollable interface.

Constructor Summary
public  STable()
    

Creates a new STable.

public  STable(TableModel tm)
    
public  STable(TableModel model, STableColumnModel columnModel)
    

Creates a new STable.


Parameters:
  model - the TableModel for the table's contents.

Method Summary
final public  voidaddMouseListener(SMouseListener l)
     Adds the specified mouse listener to receive mouse events from this component.
public  voidaddRowSelectionInterval(int index0, int index1)
     Adds the row from index0 to index0 inclusive to the current selection.
public  voidaddSelectionListener(ListSelectionListener listener)
    
public  voidaddViewportChangeListener(SViewportChangeListener l)
     Adds the given SViewportChangeListener to the scrollable.
public  voidclearSelection()
     Deselects all selected columns and rows.
public  intcolumnAtPoint(SPoint point)
     Returns the table column for the passed SPoint instance received via STable.addMouseListener(org.wings.event.SMouseListener) .
Parameters:
  point - The pointed retuned by the mouse event.
public  intconvertColumnIndexToModel(int viewColumnIndex)
    
public  intconvertColumnIndexToView(int modelColumnIndex)
     Maps the index of the column in the table model at modelColumnIndex to the index of the column in the view.
protected  STableColumnModelcreateDefaultColumnModel()
     Returns the default column model object, which is a SDefaultTableColumnModel.
public  voidcreateDefaultColumnsFromModel()
     Creates the default columns of the table from the table model.
protected  TableModelcreateDefaultDataModel()
     Returns a default table model object.
protected  voidcreateDefaultEditors()
     Creates default cell editors for Objects, numbers, and boolean values.
protected  TableColumnModelHandlercreateTableColumnModelListener()
     Creates an instance of TableColumnModelHandler.
public  booleaneditCellAt(int row, int column)
     Programmatically starts editing the cell at row and column, if the cell is editable.
public  booleaneditCellAt(int row, int column, EventObject e)
     Programmatically starts editing the cell at row and column, if the cell is editable.
public  voideditingCanceled(ChangeEvent e)
     Invoked when editing is canceled.
public  voideditingStopped(ChangeEvent e)
     Invoked when editing is finished.
public  voidfireFinalEvents()
    
public  voidfireIntermediateEvents()
    
protected  voidfireMouseClickedEvent(SMouseEvent event)
     Reports a mouse click event.
protected  voidfireViewportChanged(boolean horizontal)
     Notifies all listeners that have registered interest for notification on changes to this scrollable's viewport in the specified direction.
public  booleangetAutoCreateColumnsFromModel()
     Determines whether the table will create default columns from the model. If true, setModel will clear any existing columns and create new columns from the new model.
public  STableCellEditorgetCellEditor()
     Return the cellEditor.
public  STableCellEditorgetCellEditor(int row, int col)
     Return an appropriate editor for the cell specified by this row and column.
public  STableCellRenderergetCellRenderer(int row, int col)
     Returns the cell renderer for the given table cell.
public  SCellRendererPanegetCellRendererPane()
    
public  ClassgetColumnClass(int col)
    
public  intgetColumnCount()
    
public  STableColumnModelgetColumnModel()
     Returns a STableColumnModel that contains information about all columns of this table.
public  StringgetColumnName(int col)
    
public  STableCellEditorgetDefaultEditor(Class columnClass)
    
public  STableCellRenderergetDefaultRenderer()
    
public  STableCellRenderergetDefaultRenderer(Class columnClass)
    
public  StringgetDeselectionParameter(int row, int col)
     wingS internal method used to create specific HTTP request parameter names.
public  StringgetEditParameter(int row, int col)
     wingS internal method used to create specific HTTP request parameter names.
public  intgetEditingColumn()
     This returns the index of the editing column.
public  intgetEditingRow()
     Returns the index of the editing row.
public  SComponentgetEditorComponent()
     If the receiver is currently editing this will return the Component that was returned from the CellEditor.
public  ColorgetHeaderBackground()
     Return the background color.
public  SFontgetHeaderFont()
     Return the font.
public  ColorgetHeaderForeground()
     Return the foreground color.
public  STableCellRenderergetHeaderRenderer()
     The renderer component responsible for rendering the table's header cell.
public  STableCellRenderergetHeaderRenderer(int col)
     Returns the header renderer for the given header cell.
public  SDimensiongetIntercellPadding()
    
public  SDimensiongetIntercellSpacing()
    
public  TableModelgetModel()
    
public  intgetRowCount()
    
public  STableCellRenderergetRowSelectionRenderer()
     The cell renderer used to render a special selection column needed in cases clicks on table cell cannot be distinguished as 'edit' or 'selection' click.
public  StringgetRowStyle(int row)
     Define an optional CSS class which should be applied additionally to the passed row num. Override this method, if you want to give rows different attributes. E.g.
public  RectanglegetScrollableViewportSize()
     The size of the component in respect to scrollable units.
public  intgetSelectedRow()
    
public  intgetSelectedRowCount()
    
public  int[]getSelectedRows()
    
public  ColorgetSelectionBackground()
     Return the background color.
public  SFontgetSelectionFont()
     Return the font.
public  ColorgetSelectionForeground()
     Return the foreground color.
public  intgetSelectionMode()
    
public  SListSelectionModelgetSelectionModel()
    
public  StringgetSelectionParameter(int row, int col)
     wingS internal method used to create specific HTTP request parameter names.
public  booleangetShowHorizontalLines()
    
public  booleangetShowVerticalLines()
    
public  StringgetToggleSelectionParameter(int row, int col)
     wingS internal method used to create specific HTTP request parameter names.
public  ObjectgetValueAt(int row, int column)
    
public  RectanglegetViewportSize()
     Returns the actual visible part of a scrollable.
public  intgetVisibleColumnCount()
    
public  booleanisCellEditable(int row, int col)
     Returns true if the cell at row and column is editable.
public  booleanisEditable()
     If this table is editable, clicks on table cells will be catched and interpreted as editor calls.
public  booleanisEditing()
     Returns true is the table is editing a cell.
public  booleanisEpochCheckEnabled()
    
public  booleanisHeaderVisible()
     Returns

Determines whether the header is visible or not.

By default the header is visible.

CAVEAT:The header is not (yet) implemented like in Swing.

public  booleanisRowSelected(int row)
    
public  booleanisSelectable()
     If this table is marked as selectable, clicks on a non-editable table cells STable.setEditable(boolean) must be false) will be catched as org.wings.event.SMouseEvent s and interpreted as selection calls.
protected  voidnameEditorComponent(SComponent component, int row, int col)
     Generates the name (= id) of the editing component so that the STable implementation knows to associate the input value with the correct data row/columns Applies the unqique id/name for a component of the rows/column to the cell component.
protected  voidnameRendererComponent(SComponent component, int row, int col)
     Generates the name (= id) of the editing component so that the STable implementation knows to associate the input value with the correct data row/columns Applies the unqique id/name for a component of the rows/column to the cell component.
protected  SComponentprepareEditor(STableCellEditor editor, int row, int col)
     Prepares the specified editor using the value at the specified cell.
public  SComponentprepareHeaderRenderer(STableCellRenderer headerRenderer, int col)
     Prepares and returns the renderer to render the column header
Parameters:
  col - Column number to render.
public  SComponentprepareRenderer(STableCellRenderer r, int row, int col)
    
public  voidprocessLowLevelEvent(String action, String[] values)
    
public  voidremoveEditor()
     Discard the editor object and return the real estate it used to cell rendering.
final public  voidremoveMouseListener(SMouseListener l)
     Removes the specified mouse listener so that it no longer receives mouse events from this component.
public  voidremoveSelectionListener(ListSelectionListener listener)
    
public  voidremoveViewportChangeListener(SViewportChangeListener l)
     Removes the given SViewportChangeListener from the scrollable.
public  introwAtPoint(SPoint point)
     Returns the table row for the passed SPoint instance received via STable.addMouseListener(org.wings.event.SMouseListener) .
Parameters:
  point - The pointed retuned by the mouse event.
public  voidsetAutoCreateColumnsFromModel(boolean autoCreateColumnsFromModel)
     Sets this table's autoCreateColumnsFromModel flag.
protected  voidsetCellEditor(STableCellEditor anEditor)
     Set the cellEditor variable.
public  voidsetColumnModel(STableColumnModel newColumnModel)
     Sets the model holding information about the columns for this table.
public  voidsetDefaultEditor(Class columnClass, STableCellEditor r)
     Set a default editor to be used if no editor has been set in a TableColumn.
public  voidsetDefaultRenderer(STableCellRenderer r)
    
public  voidsetDefaultRenderer(Class columnClass, STableCellRenderer r)
    
public  voidsetEditable(boolean editable)
     If this table is editable, clicks on table cells will be catched as org.wings.event.SMouseEvent s and interpreted as editor calls.
public  voidsetEditingColumn(int editingColumn)
     Set the editingColumn variable.
public  voidsetEditingRow(int editingRow)
     Set the editingRow variable.
public  voidsetEpochCheckEnabled(boolean epochCheckEnabled)
    
public  voidsetHeaderBackground(Color color)
     Set the foreground color.
public  voidsetHeaderFont(SFont font)
     Set the font.
public  voidsetHeaderForeground(Color color)
     Set the foreground color.
public  voidsetHeaderRenderer(STableCellRenderer headerCellRenderer)
     The renderer component responsible for rendering the table's header cell.
public  voidsetHeaderVisible(boolean hv)
     Sets

Determines whether the header is visible or not.

By default the header is visible.

CAVEAT:The header is not (yet) implemented like in Swing.

public  voidsetIntercellPadding(SDimension d)
    
public  voidsetIntercellSpacing(SDimension d)
    
public  voidsetModel(TableModel tm)
    
public  voidsetParent(SContainer p)
     Sets the container, this component resides in.
protected  voidsetParentFrame(SFrame f)
     Sets the frame in which this component resides.
public  voidsetRowSelectionRenderer(STableCellRenderer rowSelectionRenderer)
     The cell renderer used to render a special selection column needed in cases clicks on table cell cannot be distinguished as 'edit' or 'selection' click.
public  voidsetSelectable(boolean selectable)
     If this table is marked as selectable, clicks on a non-editable table cells STable.setEditable(boolean) must be false) will be catched as org.wings.event.SMouseEvent s and interpreted as selection calls.
public  voidsetSelectedRow(int selectedIndex)
    
public  voidsetSelectionBackground(Color color)
     Set the foreground color.
public  voidsetSelectionFont(SFont font)
     Set the font.
public  voidsetSelectionForeground(Color color)
     Set the foreground color.
public  voidsetSelectionMode(int s)
     Sets the selection mode.
public  voidsetSelectionModel(SListSelectionModel model)
     Sets the row selection model for this table to model.
public  voidsetShowGrid(boolean b)
    
public  voidsetShowHorizontalLines(boolean b)
    
public  voidsetShowVerticalLines(boolean b)
    
public  voidsetValueAt(Object v, int row, int column)
    
public  voidsetViewportSize(Rectangle newViewport)
     Sets the actual visible part of a scrollable.
public  voidtableChanged(TableModelEvent e)
    

Field Detail
MULTIPLE_INTERVAL_SELECTION
final public static int MULTIPLE_INTERVAL_SELECTION(Code)
Table selection model. See STable.setSelectionMode(int)



MULTIPLE_SELECTION
final public static int MULTIPLE_SELECTION(Code)
Table selection model. See STable.setSelectionMode(int)



NO_SELECTION
final public static int NO_SELECTION(Code)
Table selection model. See STable.setSelectionMode(int)



SELECTOR_EVEN_ROWS
final public static Selector SELECTOR_EVEN_ROWS(Code)
A Pseudo CSS selector addressing the regular even row elements. Refer to SComponent.setAttribute(org.wings.style.Selectororg.wings.style.CSSPropertyString)



SELECTOR_HEADER
final public static Selector SELECTOR_HEADER(Code)
A Pseudo CSS selector addressing the header row elements. Refer to SComponent.setAttribute(org.wings.style.Selectororg.wings.style.CSSPropertyString)



SELECTOR_ODD_ROWS
final public static Selector SELECTOR_ODD_ROWS(Code)
A Pseudo CSS selector addressing the regular odd row elements. Refer to SComponent.setAttribute(org.wings.style.Selectororg.wings.style.CSSPropertyString)



SELECTOR_SELECTED
final public static Selector SELECTOR_SELECTED(Code)
A Pseudo CSS selector addressing the selected row elements. Refer to SComponent.setAttribute(org.wings.style.Selectororg.wings.style.CSSPropertyString)



SINGLE_INTERVAL_SELECTION
final public static int SINGLE_INTERVAL_SELECTION(Code)
Table selection model. See STable.setSelectionMode(int)



SINGLE_SELECTION
final public static int SINGLE_SELECTION(Code)
Table selection model. See STable.setSelectionMode(int)



cellEditor
protected transient STableCellEditor cellEditor(Code)

The object that overwrites the screen real estate occupied by the current cell and allows the user to change those contents.




cellEditorComponent
protected transient LowLevelEventListener cellEditorComponent(Code)



columnModel
protected STableColumnModel columnModel(Code)
The column model holds state information about the columns of the table.



defaultRenderer
protected STableCellRenderer defaultRenderer(Code)

The default renderer is used if no other renderer is set for the content of a cell.




editable
protected boolean editable(Code)
If this table is editable, clicks on table cells will be catched and interpreted as editor calls. Otherwise they may result in a selection event if STable.isSelectable()



editingColumn
protected transient int editingColumn(Code)

Identifies the column of the cell being edited.




editingRow
protected transient int editingRow(Code)

Identifies the row of the cell being edited.




editorComp
protected transient SComponent editorComp(Code)

If editing, this is the SComponent that is handling the editing.




editors
final protected HashMap editors(Code)

In this Map, the STableCellEditors for the different classes of cell content are stored.

The class is treated as key, the STableCellEditor as the value.




epochCheckEnabled
protected boolean epochCheckEnabled(Code)

See Also:   LowLevelEventListener.isEpochCheckEnabled



fwdSelectionEvents
final protected ListSelectionListener fwdSelectionEvents(Code)
changes in the selection model should force a reload if possible



headerRenderer
protected STableCellRenderer headerRenderer(Code)

The headerRenderer is used to render the header line.




headerVisible
protected boolean headerVisible(Code)

Determines whether the header is visible or not.

By default the header is visible.

CAVEAT:The header is not (yet) implemented like in Swing. But maybe someday. So you can disable it if you like.




intercellPadding
protected SDimension intercellPadding(Code)



intercellSpacing
protected SDimension intercellSpacing(Code)



model
protected TableModel model(Code)

the table model.




renderer
final protected HashMap renderer(Code)

In this Map, the renderers for the different classes of cell content are stored.

The class is treated as key, the renderer as the value.




rowSelectionRenderer
protected STableCellRenderer rowSelectionRenderer(Code)

A special cell renderer, that displays the control used to select a table row.

Ususally, this would be some checkbox. The plaf is the last instance to decide this.




selectable
protected boolean selectable(Code)
If this table is marked as selectable, clicks on non-editable table cells will be catched and interpreted as selection calls.



selectionModel
protected SListSelectionModel selectionModel(Code)

the selection model.




showHorizontalLines
protected boolean showHorizontalLines(Code)

Determines if horizontal lines in the table should be painted.

This is off by default.




showVerticalLines
protected boolean showVerticalLines(Code)

Determines if vertical lines in the table should be painted.

This is off by default.




tableColumnModelListener
protected transient STableColumnModelListener tableColumnModelListener(Code)



viewport
protected Rectangle viewport(Code)
Implementation of the Scrollable interface.




Constructor Detail
STable
public STable()(Code)

Creates a new STable.




STable
public STable(TableModel tm)(Code)

Creates a new STable.


Parameters:
  tm - the TableModel for the table's contents.



STable
public STable(TableModel model, STableColumnModel columnModel)(Code)

Creates a new STable.


Parameters:
  model - the TableModel for the table's contents. May be null.
Parameters:
  columnModel - The column model. Implicitly created and maintained if null.




Method Detail
addMouseListener
final public void addMouseListener(SMouseListener l)(Code)
Adds the specified mouse listener to receive mouse events from this component. If l is null, no exception is thrown and no action is performed.
Parameters:
  l - the component listener.
See Also:   org.wings.event.SMouseEvent
See Also:   org.wings.event.SMouseListener
See Also:   org.wings.STable.removeMouseListener



addRowSelectionInterval
public void addRowSelectionInterval(int index0, int index1)(Code)
Adds the row from index0 to index0 inclusive to the current selection.



addSelectionListener
public void addSelectionListener(ListSelectionListener listener)(Code)



addViewportChangeListener
public void addViewportChangeListener(SViewportChangeListener l)(Code)
Adds the given SViewportChangeListener to the scrollable.
Parameters:
  l - the listener to be added



clearSelection
public void clearSelection()(Code)
Deselects all selected columns and rows.



columnAtPoint
public int columnAtPoint(SPoint point)(Code)
Returns the table column for the passed SPoint instance received via STable.addMouseListener(org.wings.event.SMouseListener) .
Parameters:
  point - The pointed retuned by the mouse event. The column index
See Also:   STable.rowAtPoint(SPoint)



convertColumnIndexToModel
public int convertColumnIndexToModel(int viewColumnIndex)(Code)



convertColumnIndexToView
public int convertColumnIndexToView(int modelColumnIndex)(Code)
Maps the index of the column in the table model at modelColumnIndex to the index of the column in the view. Returns the index of the corresponding column in the view; returns -1 if this column is not being displayed. If modelColumnIndex is less than zero, returns modelColumnIndex.
Parameters:
  modelColumnIndex - the index of the column in the model the index of the corresponding column in the view
See Also:   STable.convertColumnIndexToModel



createDefaultColumnModel
protected STableColumnModel createDefaultColumnModel()(Code)
Returns the default column model object, which is a SDefaultTableColumnModel. A subclass can override this method to return a different column model object. the default column model object



createDefaultColumnsFromModel
public void createDefaultColumnsFromModel()(Code)
Creates the default columns of the table from the table model.



createDefaultDataModel
protected TableModel createDefaultDataModel()(Code)
Returns a default table model object. Subclasses can override this method to return a different table model objects the default table model object
See Also:   javax.swing.table.DefaultTableModel



createDefaultEditors
protected void createDefaultEditors()(Code)
Creates default cell editors for Objects, numbers, and boolean values.



createTableColumnModelListener
protected TableColumnModelHandler createTableColumnModelListener()(Code)
Creates an instance of TableColumnModelHandler.



editCellAt
public boolean editCellAt(int row, int column)(Code)
Programmatically starts editing the cell at row and column, if the cell is editable.
Parameters:
  row - the row to be edited
Parameters:
  column - the column to be edited false if for any reason the cell cannot be edited.
throws:
  IllegalArgumentException - If row or columnare not in the valid range



editCellAt
public boolean editCellAt(int row, int column, EventObject e)(Code)
Programmatically starts editing the cell at row and column, if the cell is editable. To prevent the STable from editing a particular table, column or cell value, return false from the isCellEditable() method in the TableModel interface.
Parameters:
  row - the row to be edited
Parameters:
  column - the column to be edited
Parameters:
  e - event to pass intoshouldSelectCell false if for any reason the cell cannot be edited.
throws:
  IllegalArgumentException - If row or columnare not in the valid range



editingCanceled
public void editingCanceled(ChangeEvent e)(Code)
Invoked when editing is canceled. The editor object is discarded and the cell is rendered once again.
See Also:   CellEditorListener



editingStopped
public void editingStopped(ChangeEvent e)(Code)
Invoked when editing is finished. The changes are saved and the editor object is discarded.
See Also:   CellEditorListener



fireFinalEvents
public void fireFinalEvents()(Code)



fireIntermediateEvents
public void fireIntermediateEvents()(Code)



fireMouseClickedEvent
protected void fireMouseClickedEvent(SMouseEvent event)(Code)
Reports a mouse click event.
Parameters:
  event - report this event to all listeners
See Also:   org.wings.event.SMouseListener



fireViewportChanged
protected void fireViewportChanged(boolean horizontal)(Code)
Notifies all listeners that have registered interest for notification on changes to this scrollable's viewport in the specified direction.
See Also:   javax.swing.event.EventListenerList



getAutoCreateColumnsFromModel
public boolean getAutoCreateColumnsFromModel()(Code)
Determines whether the table will create default columns from the model. If true, setModel will clear any existing columns and create new columns from the new model. Also, if the event in the tableChanged notification specifies that the entire table changed, then the columns will be rebuilt. The default is true. the autoCreateColumnsFromModel of the table
See Also:   STable.setAutoCreateColumnsFromModel
See Also:   STable.createDefaultColumnsFromModel



getCellEditor
public STableCellEditor getCellEditor()(Code)
Return the cellEditor. the STableCellEditor that does the editing
See Also:   STable.cellEditor



getCellEditor
public STableCellEditor getCellEditor(int row, int col)(Code)
Return an appropriate editor for the cell specified by this row and column. If the TableColumn for this column has a non-null editor, return that. If not, find the class of the data in this column (using getColumnClass()) and return the default editor for this type of data.
Parameters:
  row - the row of the cell to edit, where 0 is the first
Parameters:
  col - the column of the cell to edit, where 0 is the first



getCellRenderer
public STableCellRenderer getCellRenderer(int row, int col)(Code)
Returns the cell renderer for the given table cell.
Parameters:
  row - Table row
Parameters:
  col - Table column The cell renderer for the given table cell.



getCellRendererPane
public SCellRendererPane getCellRendererPane()(Code)



getColumnClass
public Class getColumnClass(int col)(Code)



getColumnCount
public int getColumnCount()(Code)



getColumnModel
public STableColumnModel getColumnModel()(Code)
Returns a STableColumnModel that contains information about all columns of this table. the object that provides the column state of the table
See Also:   STable.setColumnModel



getColumnName
public String getColumnName(int col)(Code)



getDefaultEditor
public STableCellEditor getDefaultEditor(Class columnClass)(Code)



getDefaultRenderer
public STableCellRenderer getDefaultRenderer()(Code)
Returns

The default renderer is used if no other renderer is set for the content of a cell.

The default renderer is used if no other renderer is set for the




getDefaultRenderer
public STableCellRenderer getDefaultRenderer(Class columnClass)(Code)



getDeselectionParameter
public String getDeselectionParameter(int row, int col)(Code)
wingS internal method used to create specific HTTP request parameter names.



getEditParameter
public String getEditParameter(int row, int col)(Code)
wingS internal method used to create specific HTTP request parameter names.



getEditingColumn
public int getEditingColumn()(Code)
This returns the index of the editing column. the index of the column being edited
See Also:   STable.editingRow



getEditingRow
public int getEditingRow()(Code)
Returns the index of the editing row. the index of the row being edited
See Also:   STable.editingColumn



getEditorComponent
public SComponent getEditorComponent()(Code)
If the receiver is currently editing this will return the Component that was returned from the CellEditor. SComponent handling editing session



getHeaderBackground
public Color getHeaderBackground()(Code)
Return the background color. the background color



getHeaderFont
public SFont getHeaderFont()(Code)
Return the font. the font



getHeaderForeground
public Color getHeaderForeground()(Code)
Return the foreground color. the foreground color



getHeaderRenderer
public STableCellRenderer getHeaderRenderer()(Code)
The renderer component responsible for rendering the table's header cell. The renderer component for the header row



getHeaderRenderer
public STableCellRenderer getHeaderRenderer(int col)(Code)
Returns the header renderer for the given header cell.
Parameters:
  col - Table column The header renderer for the given header cell.



getIntercellPadding
public SDimension getIntercellPadding()(Code)



getIntercellSpacing
public SDimension getIntercellSpacing()(Code)



getModel
public TableModel getModel()(Code)

returns the model of the table




getRowCount
public int getRowCount()(Code)
Convienece method / Swing compatiblity to model.getRowCount() numer of rows inside the table model



getRowSelectionRenderer
public STableCellRenderer getRowSelectionRenderer()(Code)
The cell renderer used to render a special selection column needed in cases clicks on table cell cannot be distinguished as 'edit' or 'selection' click. The table cell renderer used to render the selection column, or nullif no selection row should be rendered.



getRowStyle
public String getRowStyle(int row)(Code)
Define an optional CSS class which should be applied additionally to the passed row num. Override this method, if you want to give rows different attributes. E.g. for displaying an alternating background color for rows. the style of a specific row number.



getScrollableViewportSize
public Rectangle getScrollableViewportSize()(Code)
The size of the component in respect to scrollable units.



getSelectedRow
public int getSelectedRow()(Code)



getSelectedRowCount
public int getSelectedRowCount()(Code)



getSelectedRows
public int[] getSelectedRows()(Code)



getSelectionBackground
public Color getSelectionBackground()(Code)
Return the background color. the background color



getSelectionFont
public SFont getSelectionFont()(Code)
Return the font. the font



getSelectionForeground
public Color getSelectionForeground()(Code)
Return the foreground color. the foreground color



getSelectionMode
public int getSelectionMode()(Code)



getSelectionModel
public SListSelectionModel getSelectionModel()(Code)
Returns

the selection model.

the selection model.




getSelectionParameter
public String getSelectionParameter(int row, int col)(Code)
wingS internal method used to create specific HTTP request parameter names.



getShowHorizontalLines
public boolean getShowHorizontalLines()(Code)
Returns

Determines if horizontal lines in the table should be painted.

This is off by default.

Determines if horizontal lines in the table should be




getShowVerticalLines
public boolean getShowVerticalLines()(Code)
Returns

Determines if vertical lines in the table should be painted.

This is off by default.

Determines if vertical lines in the table should be




getToggleSelectionParameter
public String getToggleSelectionParameter(int row, int col)(Code)
wingS internal method used to create specific HTTP request parameter names.



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



getViewportSize
public Rectangle getViewportSize()(Code)
Returns the actual visible part of a scrollable.



getVisibleColumnCount
public int getVisibleColumnCount()(Code)



isCellEditable
public boolean isCellEditable(int row, int col)(Code)
Returns true if the cell at row and column is editable. Otherwise, setValueAt() on the cell will not change the value of that cell.
Parameters:
  row - the row whose value is to be looked up
Parameters:
  col - the column whose value is to be looked up true if the cell is editable.
See Also:   STable.setValueAt



isEditable
public boolean isEditable()(Code)
If this table is editable, clicks on table cells will be catched and interpreted as editor calls. Otherwise they may result in a selection event if STable.isSelectable()

Defaults to true true if clicks on editable cell should trigger the cell editor,false if never.




isEditing
public boolean isEditing()(Code)
Returns true is the table is editing a cell. true is the table is editing a cell
See Also:   STable.editingColumn
See Also:   STable.editingRow



isEpochCheckEnabled
public boolean isEpochCheckEnabled()(Code)

See Also:   LowLevelEventListener.isEpochCheckEnabled



isHeaderVisible
public boolean isHeaderVisible()(Code)
Returns

Determines whether the header is visible or not.

By default the header is visible.

CAVEAT:The header is not (yet) implemented like in Swing. But maybe someday. So you can disable it if you like.

Determines whether the header is visible or not.

By




isRowSelected
public boolean isRowSelected(int row)(Code)



isSelectable
public boolean isSelectable()(Code)
If this table is marked as selectable, clicks on a non-editable table cells STable.setEditable(boolean) must be false) will be catched as org.wings.event.SMouseEvent s and interpreted as selection calls.

Defaults to true true if table cell should catch clicks on non-editable tables.




nameEditorComponent
protected void nameEditorComponent(SComponent component, int row, int col)(Code)
Generates the name (= id) of the editing component so that the STable implementation knows to associate the input value with the correct data row/columns Applies the unqique id/name for a component of the rows/column to the cell component.
Parameters:
  component - The edit component to rename
Parameters:
  row - Data row of this edit component
Parameters:
  col - Data column of this edit component



nameRendererComponent
protected void nameRendererComponent(SComponent component, int row, int col)(Code)
Generates the name (= id) of the editing component so that the STable implementation knows to associate the input value with the correct data row/columns Applies the unqique id/name for a component of the rows/column to the cell component.
Parameters:
  component - The edit component to rename
Parameters:
  row - Data row of this edit component
Parameters:
  col - Data column of this edit component



prepareEditor
protected SComponent prepareEditor(STableCellEditor editor, int row, int col)(Code)
Prepares the specified editor using the value at the specified cell.
Parameters:
  editor - the TableCellEditor to set up
Parameters:
  row - the row of the cell to edit, where 0 is the first
Parameters:
  col - the column of the cell to edit, where 0 is the first



prepareHeaderRenderer
public SComponent prepareHeaderRenderer(STableCellRenderer headerRenderer, int col)(Code)
Prepares and returns the renderer to render the column header
Parameters:
  col - Column number to render. Starts with 0. May be -1 for row selection column. The renderer to render the column header



prepareRenderer
public SComponent prepareRenderer(STableCellRenderer r, int row, int col)(Code)



processLowLevelEvent
public void processLowLevelEvent(String action, String[] values)(Code)



removeEditor
public void removeEditor()(Code)
Discard the editor object and return the real estate it used to cell rendering.



removeMouseListener
final public void removeMouseListener(SMouseListener l)(Code)
Removes the specified mouse listener so that it no longer receives mouse events from this component. This method performs no function, nor does it throw an exception, if the listener specified by the argument was not previously added to this component. If l is null, no exception is thrown and no action is performed.
Parameters:
  l - the component listener.
See Also:   org.wings.event.SMouseEvent
See Also:   org.wings.event.SMouseListener
See Also:   org.wings.STable.addMouseListener



removeSelectionListener
public void removeSelectionListener(ListSelectionListener listener)(Code)



removeViewportChangeListener
public void removeViewportChangeListener(SViewportChangeListener l)(Code)
Removes the given SViewportChangeListener from the scrollable.
Parameters:
  l - the listener to be removed



rowAtPoint
public int rowAtPoint(SPoint point)(Code)
Returns the table row for the passed SPoint instance received via STable.addMouseListener(org.wings.event.SMouseListener) .
Parameters:
  point - The pointed retuned by the mouse event. The row index



setAutoCreateColumnsFromModel
public void setAutoCreateColumnsFromModel(boolean autoCreateColumnsFromModel)(Code)
Sets this table's autoCreateColumnsFromModel flag. This method calls createDefaultColumnsFromModel if autoCreateColumnsFromModel changes from false to true.
Parameters:
  autoCreateColumnsFromModel - true if JTable should automatically create columns
See Also:   STable.getAutoCreateColumnsFromModel
See Also:   STable.createDefaultColumnsFromModel



setCellEditor
protected void setCellEditor(STableCellEditor anEditor)(Code)
Set the cellEditor variable.
Parameters:
  anEditor - the STableCellEditor that does the editing
See Also:   STable.cellEditor



setColumnModel
public void setColumnModel(STableColumnModel newColumnModel)(Code)
Sets the model holding information about the columns for this table.
Parameters:
  newColumnModel - the new data source for this table
See Also:   STable.getColumnModel



setDefaultEditor
public void setDefaultEditor(Class columnClass, STableCellEditor r)(Code)
Set a default editor to be used if no editor has been set in a TableColumn. If no editing is required in a table, or a particular column in a table, use the isCellEditable() method in the TableModel interface to ensure that the STable will not start an editor in these columns. If editor is null, remove the default editor for this column class.
See Also:   TableModel.isCellEditable
See Also:   STable.getDefaultEditor
See Also:   STable.setDefaultRenderer



setDefaultRenderer
public void setDefaultRenderer(STableCellRenderer r)(Code)
Sets

The default renderer is used if no other renderer is set for the content of a cell.


Parameters:
  r -

The default renderer is used if no other renderer is set for the




setDefaultRenderer
public void setDefaultRenderer(Class columnClass, STableCellRenderer r)(Code)



setEditable
public void setEditable(boolean editable)(Code)
If this table is editable, clicks on table cells will be catched as org.wings.event.SMouseEvent s and interpreted as editor calls. Otherwise they may result in a selection event if STable.isSelectable() .

Defaults to true
Parameters:
  editable - true if clicks on editable cell should trigger the cell editor,false if never.
See Also:   STable.isEditable()
See Also:   STable.processLowLevelEvent(String,String[])
See Also:   STable.fireIntermediateEvents()




setEditingColumn
public void setEditingColumn(int editingColumn)(Code)
Set the editingColumn variable.
See Also:   STable.editingColumn



setEditingRow
public void setEditingRow(int editingRow)(Code)
Set the editingRow variable.
See Also:   STable.editingRow



setEpochCheckEnabled
public void setEpochCheckEnabled(boolean epochCheckEnabled)(Code)

See Also:   LowLevelEventListener.isEpochCheckEnabled



setHeaderBackground
public void setHeaderBackground(Color color)(Code)
Set the foreground color.
Parameters:
  color - the new foreground color



setHeaderFont
public void setHeaderFont(SFont font)(Code)
Set the font.
Parameters:
  font - the new font



setHeaderForeground
public void setHeaderForeground(Color color)(Code)
Set the foreground color.
Parameters:
  color - the new foreground color



setHeaderRenderer
public void setHeaderRenderer(STableCellRenderer headerCellRenderer)(Code)
The renderer component responsible for rendering the table's header cell.
Parameters:
  headerCellRenderer -



setHeaderVisible
public void setHeaderVisible(boolean hv)(Code)
Sets

Determines whether the header is visible or not.

By default the header is visible.

CAVEAT:The header is not (yet) implemented like in Swing. But maybe someday. So you can disable it if you like.


Parameters:
  hv -

Determines whether the header is visible or not.

By




setIntercellPadding
public void setIntercellPadding(SDimension d)(Code)



setIntercellSpacing
public void setIntercellSpacing(SDimension d)(Code)



setModel
public void setModel(TableModel tm)(Code)

Sets the model of the table.


Parameters:
  tm - the TableModel to set.



setParent
public void setParent(SContainer p)(Code)
Sets the container, this component resides in.
Parameters:
  p - the container, this component resides in.



setParentFrame
protected void setParentFrame(SFrame f)(Code)
Sets the frame in which this component resides.
Parameters:
  f - the frame in which this component resides.



setRowSelectionRenderer
public void setRowSelectionRenderer(STableCellRenderer rowSelectionRenderer)(Code)
The cell renderer used to render a special selection column needed in cases clicks on table cell cannot be distinguished as 'edit' or 'selection' click.
Parameters:
  rowSelectionRenderer - The table cell renderer used to render the selection column.Set this to null if you don't want to have a selection row in any case



setSelectable
public void setSelectable(boolean selectable)(Code)
If this table is marked as selectable, clicks on a non-editable table cells STable.setEditable(boolean) must be false) will be catched as org.wings.event.SMouseEvent s and interpreted as selection calls.

Defaults to true
Parameters:
  selectable - true if table cell should catch clicks on non-editable tables.
See Also:   STable.isEditable()
See Also:   STable.processLowLevelEvent(String,String[])
See Also:   STable.fireIntermediateEvents()




setSelectedRow
public void setSelectedRow(int selectedIndex)(Code)



setSelectionBackground
public void setSelectionBackground(Color color)(Code)
Set the foreground color.
Parameters:
  color - the new foreground color



setSelectionFont
public void setSelectionFont(SFont font)(Code)
Set the font.
Parameters:
  font - the new font



setSelectionForeground
public void setSelectionForeground(Color color)(Code)
Set the foreground color.
Parameters:
  color - the new foreground color



setSelectionMode
public void setSelectionMode(int s)(Code)
Sets the selection mode. Use one of the following values:



setSelectionModel
public void setSelectionModel(SListSelectionModel model)(Code)
Sets the row selection model for this table to model.
Parameters:
  model - the new selection model
throws:
  IllegalArgumentException - if modelis null
See Also:   STable.getSelectionModel



setShowGrid
public void setShowGrid(boolean b)(Code)



setShowHorizontalLines
public void setShowHorizontalLines(boolean b)(Code)
Sets

Determines if horizontal lines in the table should be painted.

This is off by default.


Parameters:
  b -

Determines if horizontal lines in the table should be




setShowVerticalLines
public void setShowVerticalLines(boolean b)(Code)
Sets

Determines if vertical lines in the table should be painted.

This is off by default.


Parameters:
  b -

Determines if vertical lines in the table should be




setValueAt
public void setValueAt(Object v, int row, int column)(Code)



setViewportSize
public void setViewportSize(Rectangle newViewport)(Code)
Sets the actual visible part of a scrollable.



tableChanged
public void tableChanged(TableModelEvent e)(Code)



Fields inherited from org.wings.SComponent
final public static int DONE_RENDERING(Code)(Java Doc)
final public static Selector SELECTOR_ALL(Code)(Java Doc)
final public static int START_RENDERING(Code)(Java Doc)
final public static int WHEN_FOCUSED_OR_ANCESTOR_OF_FOCUSED_COMPONENT(Code)(Java Doc)
final public static int WHEN_IN_FOCUSED_FRAME(Code)(Java Doc)
protected Map<Selector, Style> dynamicStyles(Code)(Java Doc)
protected boolean enabled(Code)(Java Doc)
protected boolean visible(Code)(Java Doc)

Methods inherited from org.wings.SComponent
final public void addComponentListener(SComponentListener l)(Code)(Java Doc)
public void addDynamicStyle(Style style)(Code)(Java Doc)
final protected void addEventListener(Class<T> type, T listener)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
final public void addParentFrameListener(SParentFrameListener l)(Code)(Java Doc)
final public void addRenderListener(SRenderListener renderListener)(Code)(Java Doc)
final public void addScriptListener(ScriptListener listener)(Code)(Java Doc)
public void addStyle(String additionalCssClassName)(Code)(Java Doc)
public Object clone()(Code)(Java Doc)
protected void fireComponentChangeEvent(SComponentEvent aEvent)(Code)(Java Doc)
public void fireFinalEvents()(Code)(Java Doc)
protected void fireKeyEvents()(Code)(Java Doc)
final public void fireRenderEvent(int type)(Code)(Java Doc)
public ActionMap getActionMap()(Code)(Java Doc)
public Color getBackground()(Code)(Java Doc)
public SBorder getBorder()(Code)(Java Doc)
public ComponentCG getCG()(Code)(Java Doc)
final public Object getClientProperty(Object key)(Code)(Java Doc)
public SPopupMenu getComponentPopupMenu()(Code)(Java Doc)
public Style getDynamicStyle(Selector selector)(Code)(Java Doc)
public Collection getDynamicStyles()(Code)(Java Doc)
public int getFocusTraversalIndex()(Code)(Java Doc)
public SFont getFont()(Code)(Java Doc)
public Color getForeground()(Code)(Java Doc)
public int getHorizontalAlignment()(Code)(Java Doc)
public InputMap getInputMap()(Code)(Java Doc)
public InputMap getInputMap(int condition)(Code)(Java Doc)
final protected int getListenerCount(Class type)(Code)(Java Doc)
final protected Object[] getListenerList()(Code)(Java Doc)
final public EventListener[] getListeners(Class<? extends EventListener> type)(Code)(Java Doc)
public String getLowLevelEventId()(Code)(Java Doc)
final public String getName()(Code)(Java Doc)
final public SContainer getParent()(Code)(Java Doc)
public SFrame getParentFrame()(Code)(Java Doc)
public SDimension getPreferredSize()(Code)(Java Doc)
public RequestURL getRequestURL()(Code)(Java Doc)
public boolean getResidesInForm()(Code)(Java Doc)
public List<ScriptListener> getScriptListenerList()(Code)(Java Doc)
public ScriptListener[] getScriptListeners()(Code)(Java Doc)
final public Session getSession()(Code)(Java Doc)
public boolean getShowAsFormComponent()(Code)(Java Doc)
public String getStyle()(Code)(Java Doc)
public String getToolTipText()(Code)(Java Doc)
public int getVerticalAlignment()(Code)(Java Doc)
public void invite(ComponentVisitor visitor) throws Exception(Code)(Java Doc)
protected static boolean isDifferent(Object oldObject, Object newObject)(Code)(Java Doc)
public boolean isEnabled()(Code)(Java Doc)
public boolean isFocusOwner()(Code)(Java Doc)
public boolean isRecursivelyVisible()(Code)(Java Doc)
public boolean isReloadForced()(Code)(Java Doc)
protected boolean isUpdatePossible()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
protected void processComponentEvent(SComponentListener listener, SComponentEvent e)(Code)(Java Doc)
protected boolean processKeyEvents(String[] values)(Code)(Java Doc)
protected void processLowLevelEvent(String name, String[] values)(Code)(Java Doc)
final public void putClientProperty(Object key, Object value)(Code)(Java Doc)
final void register()(Code)(Java Doc)
public void reload()(Code)(Java Doc)
final protected void reloadIfChange(Object oldVal, Object newVal)(Code)(Java Doc)
final protected void reloadIfChange(int oldVal, int newVal)(Code)(Java Doc)
final protected void reloadIfChange(boolean oldVal, boolean newVal)(Code)(Java Doc)
final protected void reloadIfChange(byte oldVal, byte newVal)(Code)(Java Doc)
final protected void reloadIfChange(short oldVal, short newVal)(Code)(Java Doc)
final protected void reloadIfChange(long oldVal, long newVal)(Code)(Java Doc)
final protected void reloadIfChange(float oldVal, float newVal)(Code)(Java Doc)
final protected void reloadIfChange(double oldVal, double newVal)(Code)(Java Doc)
final protected void reloadIfChange(char oldVal, char newVal)(Code)(Java Doc)
final public void removeComponentListener(SComponentListener l)(Code)(Java Doc)
public void removeDynamicStyle(Selector selector)(Code)(Java Doc)
final protected void removeEventListener(Class<T> type, T listener)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
final public void removeParentFrameListener(SParentFrameListener l)(Code)(Java Doc)
final public void removeRenderListener(SRenderListener renderListener)(Code)(Java Doc)
final public void removeScriptListener(ScriptListener listener)(Code)(Java Doc)
public void removeStyle(String cssStyleClassName)(Code)(Java Doc)
public void requestFocus()(Code)(Java Doc)
public void scrollRectToVisible(Rectangle aRect)(Code)(Java Doc)
public void setActionMap(ActionMap actionMap)(Code)(Java Doc)
public void setAttribute(String cssPropertyName, String value)(Code)(Java Doc)
public void setAttribute(CSSProperty property, String propertyValue)(Code)(Java Doc)
public void setAttribute(Selector selector, CSSProperty property, String propertyValue)(Code)(Java Doc)
public void setAttribute(Selector selector, CSSProperty property, SIcon icon)(Code)(Java Doc)
public void setAttribute(Selector selector, CSSProperty property, Color color)(Code)(Java Doc)
public void setAttributes(Selector selector, CSSAttributeSet attributes)(Code)(Java Doc)
public void setBackground(Color color)(Code)(Java Doc)
public void setBorder(SBorder border)(Code)(Java Doc)
public void setCG(ComponentCG newCG)(Code)(Java Doc)
public void setComponentPopupMenu(SPopupMenu popupMenu)(Code)(Java Doc)
public void setDynamicStyles(Collection dynamicStyles)(Code)(Java Doc)
public void setEnabled(boolean enabled)(Code)(Java Doc)
public void setFocusTraversalIndex(int index)(Code)(Java Doc)
public void setFont(SFont font)(Code)(Java Doc)
public void setForeground(Color color)(Code)(Java Doc)
public void setHorizontalAlignment(int alignment)(Code)(Java Doc)
public void setInputMap(InputMap inputMap)(Code)(Java Doc)
public void setInputMap(int condition, InputMap inputMap)(Code)(Java Doc)
public void setName(String uniqueName)(Code)(Java Doc)
public void setNameRaw(String uncheckedName)(Code)(Java Doc)
public void setParent(SContainer parent)(Code)(Java Doc)
protected void setParentFrame(SFrame parentFrame)(Code)(Java Doc)
public void setPreferredSize(SDimension preferredSize)(Code)(Java Doc)
public void setReloadForced(boolean forced)(Code)(Java Doc)
public void setShowAsFormComponent(boolean showAsFormComponent)(Code)(Java Doc)
public void setStyle(String cssClassName)(Code)(Java Doc)
public void setToolTipText(String t)(Code)(Java Doc)
public void setVerticalAlignment(int alignment)(Code)(Java Doc)
public void setVisible(boolean visible)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final void unregister()(Code)(Java Doc)
public void update(Update update)(Code)(Java Doc)
public void updateCG()(Code)(Java Doc)
public void write(Device s) throws IOException(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)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.