Package ca.cgjennings.ui.textedit
Class ResourceFileCodeSupport
- java.lang.Object
-
- ca.cgjennings.ui.textedit.DefaultCodeSupport
-
- ca.cgjennings.ui.textedit.PropertyFileCodeSupport
-
- ca.cgjennings.ui.textedit.ResourceFileCodeSupport
-
- All Implemented Interfaces:
CodeSupport
public class ResourceFileCodeSupport extends PropertyFileCodeSupport
Code support for game resource files such as class maps.- Since:
- 3.4
- Author:
- Chris Jennings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ca.cgjennings.ui.textedit.PropertyFileCodeSupport
PropertyFileCodeSupport.PropertyNavigator
-
-
Constructor Summary
Constructors Constructor Description ResourceFileCodeSupport()
-
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 classPropertyFileCodeSupport
- Returns:
- the new navigator suited to the supported code type, or null if none is supported.
-
-