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

Classes

class  GSAnnotation
 
class  GSDep
 
class  GSGov
 
class  GSHead
 
class  GSLink
 
class  GSNode
 
class  GSNodeProperties
 
class  GSTreeNode
 

Public Member Functions

 GrammaticalStructureTree ()
 
void setStructure (final AGrammaticalStructure artifact)
 
void expand ()
 
void collapse ()
 
void expandAll (final boolean expand, final boolean stopAtProperties)
 
void expandAll (final TreePath parent, final boolean expand, final boolean stopAtProperties)
 

Static Package Attributes

static final List< String > excludedAnnotations = Arrays.asList("Value", "HeadTag", "HeadWord")
 

Private Attributes

final TreeCellRenderer renderer
 

Static Private Attributes

static final long serialVersionUID = 2L
 

Constructor & Destructor Documentation

◆ GrammaticalStructureTree()

grammarscope.browser.components.GrammaticalStructureTree.GrammaticalStructureTree ( )

Node icon

Properties icon

Head icon

Governor icon

Governor icon

Node font

Leaf font

Standard font

Governor color

Dependent color

Rendering component

Member Function Documentation

◆ collapse()

void grammarscope.browser.components.GrammaticalStructureTree.collapse ( )

Collapse handler

◆ expand()

void grammarscope.browser.components.GrammaticalStructureTree.expand ( )

Expand handler

◆ expandAll() [1/2]

void grammarscope.browser.components.GrammaticalStructureTree.expandAll ( final boolean  expand,
final boolean  stopAtProperties 
)

Expand/shrink

Parameters
expandexpand/shrink flag
stopAtPropertieswhether to stop expanding at properties

◆ expandAll() [2/2]

void grammarscope.browser.components.GrammaticalStructureTree.expandAll ( final TreePath  parent,
final boolean  expand,
final boolean  stopAtProperties 
)

Expand tree below this parent item

Parameters
parentroot of subtree to expand
expandexpand/shrink flag
stopAtPropertiesstopAtProperties flag

◆ setStructure()

void grammarscope.browser.components.GrammaticalStructureTree.setStructure ( final AGrammaticalStructure  artifact)

Set structure

Parameters
artifactgrammatical structure

Member Data Documentation

◆ excludedAnnotations

final List<String> grammarscope.browser.components.GrammaticalStructureTree.excludedAnnotations = Arrays.asList("Value", "HeadTag", "HeadWord")
staticpackage

◆ renderer

final TreeCellRenderer grammarscope.browser.components.GrammaticalStructureTree.renderer
private

Renderer

◆ serialVersionUID

final long grammarscope.browser.components.GrammaticalStructureTree.serialVersionUID = 2L
staticprivate

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