Package | Description |
---|---|
grammarscope.grapher.properties |
Modifier and Type | Field and Description |
---|---|
PropertyView.Handler |
PropertyView.TableModel.handler
Its handler
|
Modifier and Type | Method and Description |
---|---|
PropertyView.Handler |
PropertyView.HandlerFactory.create(java.lang.Object object)
Get handler for this object
|
private PropertyView.Handler |
SettingsView.makeHandler(java.lang.Object[][] features,
PropertyView.Getter getter,
PropertyView.Setter setter)
Make handler
|
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.Class<?>,PropertyView.Handler> |
SettingsView.makeHandlers()
Make handlers from feature tables
|
Modifier and Type | Method and Description |
---|---|
private void |
PropertyView.setEditor(PropertyView.Handler handler)
Set editor
|
Modifier and Type | Method and Description |
---|---|
static PropertyView.HandlerFactory |
SettingsView.makeHandlerFactory(java.util.Map<java.lang.Class<?>,PropertyView.Handler> handlerMap)
Make handler factory
|
Constructor and Description |
---|
TableModel(java.lang.Object object,
PropertyView.Handler handler)
Constructor
|