Uses of Interface
editor.plugin.typeloader.ITypeFactory
-
Packages that use ITypeFactory Package Description editor editor.plugin.typeloader.java editor.plugin.typeloader.properties editor.util -
-
Uses of ITypeFactory in editor
Constructors in editor with parameters of type ITypeFactory Constructor Description NewIdentifierDialog(ITypeFactory factory)
-
Uses of ITypeFactory in editor.plugin.typeloader.java
Classes in editor.plugin.typeloader.java that implement ITypeFactory Modifier and Type Class Description class
JavaTypeFactory
-
Uses of ITypeFactory in editor.plugin.typeloader.properties
Classes in editor.plugin.typeloader.properties that implement ITypeFactory Modifier and Type Class Description class
PropertiesTypeFactory
-
Uses of ITypeFactory in editor.util
Methods in editor.util with parameters of type ITypeFactory Modifier and Type Method Description void
SourceFileCreator. create(ITypeFactory factory)
void
SourceFileCreator. create(Path file, ITypeFactory factory, String typeName)
-