Class FeedbackPositionTableCellRenderer
- java.lang.Object
-
- org.bidib.wizard.mvc.position.view.FeedbackPositionTableCellRenderer
-
- All Implemented Interfaces:
TableCellRenderer
public class FeedbackPositionTableCellRenderer extends Object implements TableCellRenderer
-
-
Constructor Summary
Constructors Constructor Description FeedbackPositionTableCellRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentgetTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)voidsetTimeout(int timeout)Set the timeout value in milliseconds that is used to show the port as outdated (orange background).
-
-
-
Method Detail
-
setTimeout
public void setTimeout(int timeout)
Set the timeout value in milliseconds that is used to show the port as outdated (orange background).- Parameters:
timeout- timeout value in milliseconds
-
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
- Specified by:
getTableCellRendererComponentin interfaceTableCellRenderer
-
-