Uses of Class
com.levigo.jadice.annotation.profiles.AnnotationFactory
Packages that use AnnotationFactory
Package
Description
-
Uses of AnnotationFactory in com.levigo.jadice.annotation.profiles
Subclasses of AnnotationFactory in com.levigo.jadice.annotation.profilesMethods in com.levigo.jadice.annotation.profiles that return AnnotationFactoryModifier and TypeMethodDescriptionAnnotationProfile.getFactory
(String name) Return the annotation factory for the given name.abstract AnnotationFactory
AnnotationFactory.getSuperType()
AnnotationTemplate.getSuperType()
TypeRef.getType()
Methods in com.levigo.jadice.annotation.profiles with parameters of type AnnotationFactoryModifier and TypeMethodDescriptionvoid
AnnotationTemplate.setSuperType
(AnnotationFactory superType) void
TypeRef.setType
(AnnotationFactory factory) -
Uses of AnnotationFactory in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return types with arguments of type AnnotationFactoryModifier and TypeMethodDescriptionprotected Collection
<AnnotationFactory> AnnotationVisibilityCommand.getAnnotationTypes()
Tries to retrieve the toggle mode value from command parameters at given parameter indexMethods in com.levigo.jadice.web.client.commands with parameters of type AnnotationFactoryModifier and TypeMethodDescriptionvoid
CreateAnnotationCommand.setAnnotationFactory
(AnnotationProfile profile, AnnotationFactory factory) Constructors in com.levigo.jadice.web.client.commands with parameters of type AnnotationFactoryModifierConstructorDescriptionTextAwareAnnotationCommand
(AnnotationProfile profile, AnnotationFactory areaAnnoFactory, AnnotationFactory textAnnoFactory) -
Uses of AnnotationFactory in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging with parameters of type AnnotationFactoryModifier and TypeMethodDescriptionfinal void
AnnotationFactoryDTO.applyToFactory
(AnnotationFactory factory) static AnnotationFactoryDTO
AnnotationFactoryDTO.from
(AnnotationFactory factory) -
Uses of AnnotationFactory in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return AnnotationFactoryMethods in com.levigo.jadice.web.client.tools with parameters of type AnnotationFactoryModifier and TypeMethodDescriptionvoid
AnnotationTool.setCreateMode
(AnnotationProfile profile, AnnotationFactory factory) Sets the Creation Mode. -
Uses of AnnotationFactory in com.levigo.jadice.web.client.ui
Methods in com.levigo.jadice.web.client.ui with parameters of type AnnotationFactoryModifier and TypeMethodDescriptionstatic String
AnnotationNamer.getName
(AnnotationFactory fac) AbstractAnnotationToolbarInitializer.initCreateAnnotationCommand
(AnnotationProfile profile, AnnotationFactory factory) Returns aCreateAnnotationCommand
for the passed factory and profile.AnnotationToolbarInitializer.initCreateAnnotationCommand
(AnnotationProfile profile, AnnotationFactory factory) Returns aCreateAnnotationCommand
for the passed factory and profile. -
Uses of AnnotationFactory in com.levigo.jadice.web.demo.enterprise.client
Methods in com.levigo.jadice.web.demo.enterprise.client with parameters of type AnnotationFactoryModifier and TypeMethodDescriptionListFormattedAnnoToolbar.initCreateAnnotationCommand
(AnnotationProfile profile, AnnotationFactory factory) Returns aCreateAnnotationCommand
for the passed factory and profile. -
Uses of AnnotationFactory in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging with parameters of type AnnotationFactoryModifier and TypeMethodDescriptionvoid
AnnotationFactoryDTO.applyFromFactory
(AnnotationFactory factory) void
AnnotationFactoryDTO.applyToFactory
(AnnotationFactory factory)