public interface ITypeFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAddBreakpoint(IType type,
int line) |
boolean |
canCreate() |
CharSequence |
createNewFileContents(INewFileParams params) |
String |
getFileExtension() |
String |
getIcon() |
IIssueContainer |
getIssueContainer(EditorHost editor) |
String |
getName() |
String |
getTooltipMessage(int iPos,
EditorHost editor) |
String |
getTypeAtOffset(IType type,
int offset) |
INewFileParams |
makeDefaultParams(String fqn) |
StyledEditorKit |
makeEditorKit() |
JComponent |
makePanel(INewFileParams params) |
void |
parse(IType type,
String strText,
boolean forceCodeCompletion,
boolean changed,
EditorHost editor) |
boolean canCreate()
String getFileExtension()
String getName()
String getIcon()
INewFileParams makeDefaultParams(String fqn)
JComponent makePanel(INewFileParams params)
CharSequence createNewFileContents(INewFileParams params)
StyledEditorKit makeEditorKit()
void parse(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor)
boolean canAddBreakpoint(IType type, int line)
String getTooltipMessage(int iPos, EditorHost editor)
IIssueContainer getIssueContainer(EditorHost editor)
Copyright © 2017. All rights reserved.