| Package | Description |
|---|---|
| grammarscope.browser.dialog | |
| grammarscope.common.filter | |
| grammarscope.grapher | |
| grammarscope.grapher.widget |
| Modifier and Type | Field and Description |
|---|---|
(package private) IPalette<HasId> |
GraphDialog.edgePalette
Edge palette
|
(package private) IPalette<HasId> |
AnalysisDialog.relationPalette
Relation palette
|
| Constructor and Description |
|---|
AnalysisDialog(RelationModel relationModel,
IMutableFilter<HasId> relationFilter,
IPalette<HasId> relationPalette,
java.awt.Frame owner)
Constructor
|
GraphDialog(Settings settings,
IMutableFilter<HasId> edgeFilter,
IPalette<HasId> edgePalette,
IFilterWidget edgeWidget,
java.awt.Frame owner)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelationPalette
Relation palette
|
| Constructor and Description |
|---|
GrapherView(Settings settings,
IMutableFilter<HasId> filter,
IPalette<HasId> palette)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
private IPalette<HasId> |
GraphWidget.edgePalette
Edge palette
|
private IPalette<HasId> |
View.palette
Palette
|
| Constructor and Description |
|---|
GraphWidget(Settings settings0,
IMutableFilter<HasId> edgeFilter0,
IPalette<HasId> edgePalette0,
java.lang.String base0,
java.lang.String imageBase0)
Constructor
|
View(Settings settings,
IMutableFilter<HasId> filter,
IPalette<HasId> palette)
Construct
|