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 INewFileParamsITypeFactory. makeDefaultParams(String fqn)Methods in editor.plugin.typeloader with parameters of type INewFileParams Modifier and Type Method Description CharSequenceITypeFactory. createNewFileContents(INewFileParams params)JComponentITypeFactory. 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 classJavaFileParamsMethods in editor.plugin.typeloader.java that return INewFileParams Modifier and Type Method Description INewFileParamsJavaTypeFactory. makeDefaultParams(String fqn)Methods in editor.plugin.typeloader.java with parameters of type INewFileParams Modifier and Type Method Description CharSequenceJavaTypeFactory. createNewFileContents(INewFileParams params)JComponentJavaTypeFactory. 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 classPropertiesFileParamsMethods in editor.plugin.typeloader.properties with parameters of type INewFileParams Modifier and Type Method Description StringPropertiesTypeFactory. createNewFileContents(INewFileParams params)JComponentPropertiesTypeFactory. makePanel(INewFileParams params)
-