Package ca.cgjennings.ui.textedit
Class PropertyFileCodeSupport
- java.lang.Object
-
- ca.cgjennings.ui.textedit.DefaultCodeSupport
-
- ca.cgjennings.ui.textedit.PropertyFileCodeSupport
-
- All Implemented Interfaces:
CodeSupport
- Direct Known Subclasses:
ResourceFileCodeSupport
public class PropertyFileCodeSupport extends DefaultCodeSupport
Code support for the Java language.- Since:
- 3.4
- Author:
- Chris Jennings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PropertyFileCodeSupport.PropertyNavigator
ANavigator
implementation for setting and property files.
-
Constructor Summary
Constructors Constructor Description PropertyFileCodeSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Navigator
createNavigator(NavigationHost host)
Creates a suitable navigator panel for the specified code editor.-
Methods inherited from class ca.cgjennings.ui.textedit.DefaultCodeSupport
createFormatter, fileChanged, install, languageIdFor, uninstall
-
-
-
-
Method Detail
-
createNavigator
public Navigator createNavigator(NavigationHost host)
Description copied from interface:CodeSupport
Creates a suitable navigator panel for the specified code editor.- Specified by:
createNavigator
in interfaceCodeSupport
- Overrides:
createNavigator
in classDefaultCodeSupport
- Returns:
- the new navigator suited to the supported code type, or null if none is supported.
-
-