Uses of Class
com.levigo.jadice.annotation.profiles.PropertyProfile
Packages that use PropertyProfile
Package
Description
-
Uses of PropertyProfile in com.levigo.jadice.annotation.profiles
Subclasses of PropertyProfile in com.levigo.jadice.annotation.profilesModifier and TypeClassDescriptionclassclassclassclassRangeProperty<T extends Comparable<T>>classMethods in com.levigo.jadice.annotation.profiles that return PropertyProfileModifier and TypeMethodDescriptionAnnotationType.getPropertyProfile(String name) Return a property profile by its property name.Methods in com.levigo.jadice.annotation.profiles that return types with arguments of type PropertyProfileModifier and TypeMethodDescriptionList<PropertyProfile<?>> AnnotationType.getLocalPropertyProfiles()Return the list or property profiles native to this type.List<PropertyProfile<?>> AnnotationType.getPropertyProfiles()Methods in com.levigo.jadice.annotation.profiles with parameters of type PropertyProfileModifier and TypeMethodDescriptionAnnotationPropertyEditor.createContextToolbarSnapIns(E editor, PropertyProfile<T> p) -
Uses of PropertyProfile in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return PropertyProfileMethods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type PropertyProfileModifier and TypeMethodDescriptionvoidAnnotationPropertyEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidColorEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontFaceEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontSizeEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidLineWidthEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidTextEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) <T> voidFontFaceEditor.setProperty(PropertyProfile<T> profile) <T> voidFontSizeEditor.setProperty(PropertyProfile<T> profile) <T> voidLineWidthEditor.setProperty(PropertyProfile<T> profile) -
Uses of PropertyProfile in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return PropertyProfileModifier and TypeMethodDescriptionstatic PropertyProfilePropertyProfileDTO.to(PropertyProfileDTO dto) Methods in com.levigo.jadice.web.client.messaging with parameters of type PropertyProfileModifier and TypeMethodDescriptionstatic PropertyProfileDTOPropertyProfileDTO.from(PropertyProfile property) -
Uses of PropertyProfile in com.levigo.jadice.web.client.ui
Methods in com.levigo.jadice.web.client.ui with parameters of type PropertyProfileModifier and TypeMethodDescriptionstatic StringAnnotationNamer.getName(PropertyProfile<?> profile) -
Uses of PropertyProfile in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return PropertyProfileModifier and TypeMethodDescriptionstatic PropertyProfilePropertyProfileDTO.to(PropertyProfileDTO dto) Methods in com.levigo.jadice.web.server.messaging with parameters of type PropertyProfileModifier and TypeMethodDescriptionstatic PropertyProfileDTOPropertyProfileDTO.from(PropertyProfile property)