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 AnnotationFactoryAnnotationFactory.getSuperType()AnnotationTemplate.getSuperType()TypeRef.getType()Methods in com.levigo.jadice.annotation.profiles with parameters of type AnnotationFactoryModifier and TypeMethodDescriptionvoidAnnotationTemplate.setSuperType(AnnotationFactory superType) voidTypeRef.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 TypeMethodDescriptionvoidCreateAnnotationCommand.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 voidAnnotationFactoryDTO.applyToFactory(AnnotationFactory factory) static AnnotationFactoryDTOAnnotationFactoryDTO.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 TypeMethodDescriptionvoidAnnotationTool.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 StringAnnotationNamer.getName(AnnotationFactory fac) AbstractAnnotationToolbarInitializer.initCreateAnnotationCommand(AnnotationProfile profile, AnnotationFactory factory) Returns aCreateAnnotationCommandfor the passed factory and profile.AnnotationToolbarInitializer.initCreateAnnotationCommand(AnnotationProfile profile, AnnotationFactory factory) Returns aCreateAnnotationCommandfor 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 aCreateAnnotationCommandfor 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 TypeMethodDescriptionvoidAnnotationFactoryDTO.applyFromFactory(AnnotationFactory factory) voidAnnotationFactoryDTO.applyToFactory(AnnotationFactory factory)