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

Public Member Functions

 ParseTreeDialog (final Frame owner)
 
void setTree (final AParseTree artifact)
 
void setVisible (final boolean show)
 

Static Public Attributes

static final boolean SCROLL = true
 

Private Member Functions

void initialize ()
 

Private Attributes

ParseView treePanel
 
JComponent component
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Parsed Tree View

Author
Bernard Bou

Constructor & Destructor Documentation

◆ ParseTreeDialog()

grammarscope.browser.dialog.ParseTreeDialog.ParseTreeDialog ( final Frame  owner)

Constructor

Parameters
ownerowner frame

Member Function Documentation

◆ initialize()

void grammarscope.browser.dialog.ParseTreeDialog.initialize ( )
private

Initialize

◆ setTree()

void grammarscope.browser.dialog.ParseTreeDialog.setTree ( final AParseTree  artifact)

Set tree

Parameters
artifactparsed tree

◆ setVisible()

void grammarscope.browser.dialog.ParseTreeDialog.setVisible ( final boolean  show)

Member Data Documentation

◆ component

JComponent grammarscope.browser.dialog.ParseTreeDialog.component
private

Wrapping component

◆ SCROLL

final boolean grammarscope.browser.dialog.ParseTreeDialog.SCROLL = true
static

Use scroll pane

◆ serialVersionUID

final long grammarscope.browser.dialog.ParseTreeDialog.serialVersionUID = 1L
staticprivate

◆ treePanel

ParseView grammarscope.browser.dialog.ParseTreeDialog.treePanel
private

Tree panel


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