| 
| 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")) | 
|   | 
Relation cell renderer
- Author
 - Bernard Bou 
 
 
◆ RelationCellRenderer()
      
        
          | grammarscope.common.model.RelationCellRenderer.RelationCellRenderer  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ 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  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ icon
  
  
      
        
          | final Icon grammarscope.common.model.RelationCellRenderer.icon = new ImageIcon(RelationCellRenderer.class.getResource("images/relation-small.png")) | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ nameFont
  
  
      
        
          | final Font grammarscope.common.model.RelationCellRenderer.nameFont = new Font(Font.DIALOG, Font.BOLD, 12) | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ serialVersionUID
  
  
      
        
          | final long grammarscope.common.model.RelationCellRenderer.serialVersionUID = 1L | 
         
       
   | 
  
staticprivate   | 
  
 
 
The documentation for this class was generated from the following file: