Class PropertiesTypeFactory
java.lang.Object
editor.plugin.typeloader.properties.PropertiesTypeFactory
- All Implemented Interfaces:
ITypeFactory
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
PropertiesTypeFactory
public PropertiesTypeFactory()
-
-
Method Details
-
canCreate
public boolean canCreate()- Specified by:
canCreate
in interfaceITypeFactory
-
getFileExtension
- Specified by:
getFileExtension
in interfaceITypeFactory
-
getName
- Specified by:
getName
in interfaceITypeFactory
-
getIcon
- Specified by:
getIcon
in interfaceITypeFactory
-
makeDefaultParams
- Specified by:
makeDefaultParams
in interfaceITypeFactory
-
createNewFileContents
- Specified by:
createNewFileContents
in interfaceITypeFactory
-
makePanel
- Specified by:
makePanel
in interfaceITypeFactory
-
makeEditorKit
- Specified by:
makeEditorKit
in interfaceITypeFactory
-
parse
public void parse(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor) - Specified by:
parse
in interfaceITypeFactory
-
canAddBreakpoint
- Specified by:
canAddBreakpoint
in interfaceITypeFactory
-
getTypeAtOffset
- Specified by:
getTypeAtOffset
in interfaceITypeFactory
-
getTooltipMessage
- Specified by:
getTooltipMessage
in interfaceITypeFactory
-
getIssueContainer
- Specified by:
getIssueContainer
in interfaceITypeFactory
-