public interface TPlugIn
Modifier and Type | Method and Description |
---|---|
boolean |
applies(Object ob)
Returns true if this plugin can be applied to an Object like @param ob.
|
Object |
invoke(Object... params)
Run the plugin directly.
|
boolean |
setup(Object... params)
Setup with optional parameters (may be null).
|
boolean setup(Object... params)
boolean applies(Object ob)
Copyright © 2015–2021 Fiji. All rights reserved.