Package | Description |
---|---|
org.netbeans.spi.java.hints.support |
Modifier and Type | Method and Description |
---|---|
static TransformationSupport |
TransformationSupport.create(String jackpotPattern)
Creates new TransformationSupport representing given jackpotPattern.
|
static TransformationSupport |
TransformationSupport.create(String inputJackpotPattern,
TransformationSupport.Transformer t)
Creates new TransformationSupport representing given jackpotPattern with custom Transformer.
|
TransformationSupport |
TransformationSupport.setCancel(AtomicBoolean cancel)
Option to cancel query.
|