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 TypeClassDescriptionclass
class
class
class
RangeProperty<T extends Comparable<T>>
class
Methods 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 TypeMethodDescriptionvoid
AnnotationPropertyEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
ColorEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontFaceEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontSizeEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
LineWidthEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
TextEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) <T> void
FontFaceEditor.setProperty
(PropertyProfile<T> profile) <T> void
FontSizeEditor.setProperty
(PropertyProfile<T> profile) <T> void
LineWidthEditor.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 PropertyProfile
PropertyProfileDTO.to
(PropertyProfileDTO dto) Methods in com.levigo.jadice.web.client.messaging with parameters of type PropertyProfileModifier and TypeMethodDescriptionstatic PropertyProfileDTO
PropertyProfileDTO.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 String
AnnotationNamer.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 PropertyProfile
PropertyProfileDTO.to
(PropertyProfileDTO dto) Methods in com.levigo.jadice.web.server.messaging with parameters of type PropertyProfileModifier and TypeMethodDescriptionstatic PropertyProfileDTO
PropertyProfileDTO.from
(PropertyProfile property)