public class ConfigurablePivotWindowDisplayHandler extends ConfigurableWindowDisplayHandler<org.apache.pivot.wtk.Window> implements PivotWindowDisplayHandler
ERROR_NAME_BLANK, ERROR_WINDOW_NULL
Constructor and Description |
---|
ConfigurablePivotWindowDisplayHandler(GriffonApplication application,
PivotWindowDisplayHandler delegateWindowsDisplayHandler) |
Modifier and Type | Method and Description |
---|---|
protected PivotWindowDisplayHandler |
fetchDefaultWindowDisplayHandler() |
protected boolean |
handleHideByInjectedHandler(String name,
org.apache.pivot.wtk.Window window) |
protected boolean |
handleShowByInjectedHandler(String name,
org.apache.pivot.wtk.Window window) |
canBeRun, getApplication, getDelegateWindowsDisplayHandler, hide, run, show, windowBlock, windowManagerBlock
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hide, show
@Inject public ConfigurablePivotWindowDisplayHandler(@Nonnull GriffonApplication application, @Nonnull @Named(value="defaultWindowDisplayHandler") PivotWindowDisplayHandler delegateWindowsDisplayHandler)
@Nonnull protected PivotWindowDisplayHandler fetchDefaultWindowDisplayHandler()
fetchDefaultWindowDisplayHandler
in class ConfigurableWindowDisplayHandler<org.apache.pivot.wtk.Window>
protected boolean handleShowByInjectedHandler(@Nonnull String name, @Nonnull org.apache.pivot.wtk.Window window)
handleShowByInjectedHandler
in class ConfigurableWindowDisplayHandler<org.apache.pivot.wtk.Window>
protected boolean handleHideByInjectedHandler(@Nonnull String name, @Nonnull org.apache.pivot.wtk.Window window)
handleHideByInjectedHandler
in class ConfigurableWindowDisplayHandler<org.apache.pivot.wtk.Window>