Package nltk :: Package app :: Module chartparser_app :: Class ChartResultsView
[hide private]
[frames] | no frames]

type ChartResultsView

source code

object --+
         |
        ChartResultsView

Instance Methods [hide private]
 
__init__(self, parent, chart, grammar, toplevel=True) source code
 
update(self, edge=None) source code
 
_add(self, parse) source code
 
_click(self, widget) source code
 
_color(self, treewidget, color) source code
 
print_all(self, *e) source code
 
print_selection(self, *e) source code
 
clear(self) source code
 
set_chart(self, chart) source code
 
set_grammar(self, grammar) source code
 
destroy(self, *e) source code
 
pack(self, *args, **kwargs) source code
Method Details [hide private]

__init__(self, parent, chart, grammar, toplevel=True)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)