Modifier and Type | Method and Description |
---|---|
static void |
ComponentMojoUtil.buildArchiveFileForProjectAndClassList(List<javassist.CtClass> classList,
WidgetRegistry widgetRegistry,
TouchUIWidgetRegistry touchUIWidgetRegistry,
InPlaceEditorRegistry inPlaceEditorRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
String defaultComponentGroup,
File existingArchiveFile,
File tempArchiveFile,
ComponentNameTransformer transformer,
boolean generateTouchUiDialogs,
boolean useCoral3Dialogs,
boolean generateClassicUiDialogs)
Add files to the already constructed Archive file by creating a new
Archive file, appending the contents of the existing Archive file to it,
and then adding additional entries for the newly constructed artifacts.
|
Modifier and Type | Method and Description |
---|---|
static TouchUIDialog |
TouchUIDialogFactory.make(javassist.CtClass componentClass,
ClassLoader classLoader,
javassist.ClassPool classPool,
TouchUIWidgetRegistry widgetRegistry,
String touchUIDialogType) |
Modifier and Type | Method and Description |
---|---|
TouchUIWidgetRegistry |
LayoutMakerParameters.getWidgetRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutMakerParameters.setWidgetRegistry(TouchUIWidgetRegistry widgetRegistry) |
Modifier and Type | Method and Description |
---|---|
static List<TouchUIDialog> |
TouchUIDialogUtil.buildDialogsFromClassList(List<javassist.CtClass> classList,
ClassLoader classLoader,
javassist.ClassPool classPool,
TouchUIWidgetRegistry widgetRegistry,
ComponentNameTransformer transformer,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream archiveStream,
Set<String> reservedNames,
String touchUIDialogType) |
static List<TouchUIWidgetMakerParameters> |
TouchUIDialogUtil.getWidgetMakerParametersForComponentClass(javassist.CtClass componentClass,
ClassLoader classLoader,
javassist.ClassPool classPool,
TouchUIWidgetRegistry widgetRegistry,
String touchUIDialogType) |
Modifier and Type | Method and Description |
---|---|
TouchUIWidgetRegistry |
TouchUIWidgetMakerParameters.getWidgetRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
TouchUIWidgetMakerParameters.setWidgetRegistry(TouchUIWidgetRegistry widgetRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTouchUIWidgetRegistry |
Copyright © 2019 ICF Olson. All rights reserved.