GrammarScope  4.0.0
Public Member Functions | Static Private Attributes | List of all members
grammarscope.common.model.RelationCellRenderer Class Reference
Inheritance diagram for grammarscope.common.model.RelationCellRenderer:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.common.model.RelationCellRenderer:
Collaboration graph
[legend]

Public Member Functions

 RelationCellRenderer ()
 
Component getTableCellRendererComponent (final JTable table, final Object value, final boolean isSelected, final boolean hasFocus, final int row, final int column)
 

Static Private Attributes

static final long serialVersionUID = 1L
 
static final Font nameFont = new Font(Font.DIALOG, Font.BOLD, 12)
 
static final Icon icon = new ImageIcon(RelationCellRenderer.class.getResource("images/relation-small.png"))
 

Detailed Description

Relation cell renderer

Author
Bernard Bou

Constructor & Destructor Documentation

◆ RelationCellRenderer()

grammarscope.common.model.RelationCellRenderer.RelationCellRenderer ( )

Constructor

Member Function Documentation

◆ getTableCellRendererComponent()

Component grammarscope.common.model.RelationCellRenderer.getTableCellRendererComponent ( final JTable  table,
final Object  value,
final boolean  isSelected,
final boolean  hasFocus,
final int  row,
final int  column 
)

Member Data Documentation

◆ icon

final Icon grammarscope.common.model.RelationCellRenderer.icon = new ImageIcon(RelationCellRenderer.class.getResource("images/relation-small.png"))
staticprivate

Icon

◆ nameFont

final Font grammarscope.common.model.RelationCellRenderer.nameFont = new Font(Font.DIALOG, Font.BOLD, 12)
staticprivate

Name font

◆ serialVersionUID

final long grammarscope.common.model.RelationCellRenderer.serialVersionUID = 1L
staticprivate

The documentation for this class was generated from the following file: