com.sas.swing.visuals.remotefileselector.ifileservice
Class IFileServiceEngineCellRenderer
com.sas.swing.visuals.remotefileselector.ifileservice.IFileServiceEngineCellRenderer
- All Implemented Interfaces:
- java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.SwingConstants, javax.swing.table.TableCellRenderer
public class IFileServiceEngineCellRenderer
- implements javax.swing.table.TableCellRenderer
IFileServiceEngineCellRenderer formats the SAS data engine value column.
- Since:
- 3.1
- See Also:
- Serialized Form
defaultInstance
public static final IFileServiceEngineCellRenderer defaultInstance
- A default instance of the class
IFileServiceEngineCellRenderer
public IFileServiceEngineCellRenderer()
getTableCellRendererComponent
public java.awt.Component getTableCellRendererComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
boolean cellHasFocus,
int row,
int column)
- Returns the formatted value for the SAS engine column.
- Specified by:
getTableCellRendererComponent
in interface javax.swing.table.TableCellRenderer
- Parameters:
table
- the table where the cell is displayedvalue
- the value to formatisSelected
- whether the cell is selectedcellHasFocus
- whether the cell has focusrow
- the cell's rowcolumn
- the cell's column
- Returns:
- the formatted value
Copyright © 2009 SAS Institute Inc. All Rights Reserved.