Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Method and Description |
---|---|
static BaseKit |
BaseKit.getKit(Class kitClass)
Deprecated.
Use
CloneableEditorSupport.getEditorKit or
MimeLookup instead to find EditorKit for a mime
type. |
static BaseKit |
Utilities.getKit(JTextComponent target)
Helper method to obtain instance of editor kit from existing JTextComponent.
|
Modifier and Type | Method and Description |
---|---|
JMenu |
Annotations.createMenu(BaseKit kit,
int line)
Creates popup menu with all actions for the given line.
|
JPopupMenu |
Annotations.createPopupMenu(BaseKit kit,
int line)
Creates popup menu with all actions for the given line.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtKit
Extended kit offering advanced functionality
|