Class FeedbackPositionTableCellRenderer
java.lang.Object
org.bidib.wizard.mvc.position.view.FeedbackPositionTableCellRenderer
- All Implemented Interfaces:
TableCellRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTableCellRendererComponent(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).
-
Constructor Details
-
FeedbackPositionTableCellRenderer
public FeedbackPositionTableCellRenderer()
-
-
Method Details
-
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
-