Uses of Interface
editor.plugin.typeloader.INewFileParams
-
Packages that use INewFileParams Package Description editor.plugin.typeloader editor.plugin.typeloader.java editor.plugin.typeloader.properties -
-
Uses of INewFileParams in editor.plugin.typeloader
Methods in editor.plugin.typeloader that return INewFileParams Modifier and Type Method Description INewFileParams
ITypeFactory. makeDefaultParams(String fqn)
Methods in editor.plugin.typeloader with parameters of type INewFileParams Modifier and Type Method Description CharSequence
ITypeFactory. createNewFileContents(INewFileParams params)
JComponent
ITypeFactory. makePanel(INewFileParams params)
-
Uses of INewFileParams in editor.plugin.typeloader.java
Classes in editor.plugin.typeloader.java that implement INewFileParams Modifier and Type Class Description class
JavaFileParams
Methods in editor.plugin.typeloader.java that return INewFileParams Modifier and Type Method Description INewFileParams
JavaTypeFactory. makeDefaultParams(String fqn)
Methods in editor.plugin.typeloader.java with parameters of type INewFileParams Modifier and Type Method Description CharSequence
JavaTypeFactory. createNewFileContents(INewFileParams params)
JComponent
JavaTypeFactory. makePanel(INewFileParams params)
-
Uses of INewFileParams in editor.plugin.typeloader.properties
Classes in editor.plugin.typeloader.properties that implement INewFileParams Modifier and Type Class Description class
PropertiesFileParams
Methods in editor.plugin.typeloader.properties with parameters of type INewFileParams Modifier and Type Method Description String
PropertiesTypeFactory. createNewFileContents(INewFileParams params)
JComponent
PropertiesTypeFactory. makePanel(INewFileParams params)
-