Class ActionAndStatusRenderer
java.lang.Object
gg.xp.xivsupport.gui.tables.renderers.ActionAndStatusRenderer
- All Implemented Interfaces:
TableCellRenderer
Class might as well be renamed "AllTheStuffInThePrimaryValueColumnRenderer" at this point.
Renderer for status effects, actions, and other stuff.
-
Constructor Summary
ConstructorDescriptionActionAndStatusRenderer
(boolean iconOnly, boolean enableTooltips, boolean showId) -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionAndStatusRenderer
full()
getTableCellRendererComponent
(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) static ActionAndStatusRenderer
boolean
isShowId()
void
setShowId
(boolean showId) static ActionAndStatusRenderer
-
Constructor Details
-
ActionAndStatusRenderer
public ActionAndStatusRenderer() -
ActionAndStatusRenderer
public ActionAndStatusRenderer(boolean iconOnly, boolean enableTooltips, boolean showId)
-
-
Method Details
-
full
-
iconOnlyNoTip
-
withIdByDefault
-
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) - Specified by:
getTableCellRendererComponent
in interfaceTableCellRenderer
-
isShowId
public boolean isShowId() -
setShowId
public void setShowId(boolean showId)
-