public class GriffonPivotFuncRule extends GriffonPivotRule
Constructor and Description |
---|
GriffonPivotFuncRule() |
GriffonPivotFuncRule(String[] startupArgs) |
Modifier and Type | Method and Description |
---|---|
protected void |
before(GriffonApplication application,
Object target) |
<T> T |
find(String name,
Class<T> type) |
org.apache.pivot.wtk.Window |
getWindow() |
void |
runInsideUIAsync(Runnable runnable) |
void |
runInsideUISync(Runnable runnable) |
after, apply
protected void before(@Nonnull GriffonApplication application, @Nonnull Object target) throws Throwable
before
in class GriffonPivotRule
Throwable
@Nonnull public org.apache.pivot.wtk.Window getWindow()