@Deprecated public abstract class ImplementationProvider extends Object
Constructor and Description |
---|
ImplementationProvider()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
activateComponent(JTextComponent c)
Deprecated.
Activates the given component or one of its ancestors.
|
static ImplementationProvider |
getDefault()
Deprecated.
Returns currently registered provider
|
abstract Action[] |
getGlyphGutterActions(JTextComponent target)
Deprecated.
This is temporary method which allows core editor to access
glyph gutter action.
|
abstract ResourceBundle |
getResourceBundle(String localizer)
Deprecated.
Returns ResourceBundle for the given class.
|
static void |
registerDefault(ImplementationProvider prov)
Deprecated.
Register your own provider through this method
|
public static ImplementationProvider getDefault()
public static void registerDefault(ImplementationProvider prov)
public abstract ResourceBundle getResourceBundle(String localizer)
public abstract Action[] getGlyphGutterActions(JTextComponent target)
public boolean activateComponent(JTextComponent c)