Package | Description |
---|---|
org.drombler.commons.action.context |
Context Framework utility classes for the Action Framework.
|
org.drombler.commons.action.fx.context |
JavaFX specific Context Framework utility classes for the Action Framework.
|
org.drombler.commons.context |
Context is a framework to work with objects available in a given context.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractActiveContextSensitiveToggleActionListener.contextChanged(ContextEvent<T> event)
The callback method which gets called when the content for the action
command type in the active context changes.
|
protected abstract void |
AbstractActiveContextSensitiveActionListener.contextChanged(ContextEvent<T> event)
The callback method which gets called when the content for the action
command type in the active context changes.
|
protected abstract void |
AbstractApplicationContextSensitiveToggleActionListener.contextChanged(ContextEvent<T> event)
The callback method which gets called when the content for the action
command type in the application wide context changes.
|
protected abstract void |
AbstractApplicationContextSensitiveActionListener.contextChanged(ContextEvent<T> event)
The callback method which gets called when the content for the action
command type in the application wide context changes.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractApplicationContextSensitiveFXAction.contextChanged(ContextEvent<T> event)
The callback method which gets called when the content for the action
command type in the application wide context changes.
|
protected abstract void |
AbstractActiveContextSensitiveFXToggleAction.contextChanged(ContextEvent<T> event)
The callback method which gets called when the content for the action
command type in the active context changes.
|
protected abstract void |
AbstractApplicationContextSensitiveFXToggleAction.contextChanged(ContextEvent<T> event)
The callback method which gets called when the content for the action
command type in the application wide context changes.
|
protected abstract void |
AbstractActiveContextSensitiveFXAction.contextChanged(ContextEvent<T> event)
The callback method which gets called when the content for the action
command type in the active context changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextListener.contextChanged(ContextEvent<T> event)
A call-back method which gets called when a
Context changed. |
Copyright © 2012–2019 Drombler. All rights reserved.