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

Public Member Functions

 MapView ()
 
void setMap (final Map< String, String > map, final String[] columnNames)
 
void setCellRenderer (final TableCellRenderer renderer)
 

Static Public Attributes

static final boolean SCROLL = true
 

Private Attributes

final MapTable mapTable
 
final JComponent component
 
final JPanel buttonPanel
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Component displaying map

Author
Bernard Bou

Constructor & Destructor Documentation

◆ MapView()

grammarscope.browser.components.MapView.MapView ( )

Constructor

Member Function Documentation

◆ setCellRenderer()

void grammarscope.browser.components.MapView.setCellRenderer ( final TableCellRenderer  renderer)

Set renderer

Parameters
rendererrenderer

◆ setMap()

void grammarscope.browser.components.MapView.setMap ( final Map< String, String >  map,
final String[]  columnNames 
)

Set map

Parameters
mapmap
columnNamescolumn names

Member Data Documentation

◆ buttonPanel

final JPanel grammarscope.browser.components.MapView.buttonPanel
private

Button panel

◆ component

final JComponent grammarscope.browser.components.MapView.component
private

Wrapping component

◆ mapTable

final MapTable grammarscope.browser.components.MapView.mapTable
private

Map table

◆ SCROLL

final boolean grammarscope.browser.components.MapView.SCROLL = true
static

Use scroll pane

◆ serialVersionUID

final long grammarscope.browser.components.MapView.serialVersionUID = 1L
staticprivate

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