public interface OptionOpenHandler
ExecutionDescriptor.optionsPath(String)
in order
to work properly.
Module implementing this interface should be marked as providing
org.netbeans.spi.extexecution.open.OptionOpenHandler
token.
Modifier and Type | Method and Description |
---|---|
void |
open(String optionsPath)
Opens the option dialog displaying options specified by the path.
|