Package editor.plugin.typeloader
Interface ITypeFactory
- All Known Implementing Classes:
JavaTypeFactory
,PropertiesTypeFactory
public interface ITypeFactory
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canAddBreakpoint
(IType type, int line) boolean
createNewFileContents
(INewFileParams params) getIcon()
getIssueContainer
(EditorHost editor) getName()
getTooltipMessage
(int iPos, EditorHost editor) getTypeAtOffset
(IType type, int offset) makeDefaultParams
(String fqn) makePanel
(INewFileParams params) void
parse
(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor)
-
Method Details
-
canCreate
boolean canCreate() -
getFileExtension
String getFileExtension() -
getName
String getName() -
getIcon
String getIcon() -
makeDefaultParams
-
makePanel
-
createNewFileContents
-
makeEditorKit
StyledEditorKit makeEditorKit() -
parse
void parse(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor) -
canAddBreakpoint
-
getTypeAtOffset
-
getTooltipMessage
-
getIssueContainer
-