Package jmri.jmrit.throttle.list
Class ThrottlesTableCellRenderer
java.lang.Object
jmri.jmrit.throttle.list.ThrottlesTableCellRenderer
- All Implemented Interfaces:
TableCellRenderer
A TableCellRender to graphicaly display an active throttles in a summary table
(see ThrottlesListPanel)
This file is part of JMRI.
This file is part of JMRI.
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTableCellRendererComponent(JTable jtable, Object value, boolean bln, boolean bln1, int i, int i1)
-
Field Details
-
LINE_HEIGHT
- See Also:
-
-
Constructor Details
-
ThrottlesTableCellRenderer
public ThrottlesTableCellRenderer()
-
-
Method Details
-
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable jtable, Object value, boolean bln, boolean bln1, int i, int i1) - Specified by:
getTableCellRendererComponentin interfaceTableCellRenderer
-