Uses of Interface
com.levigo.jadice.web.client.ui.menu.ContributionContext
Packages that use ContributionContext
Package
Description
-
Uses of ContributionContext in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type ContributionContextModifier and TypeMethodDescriptionabstract void
Wrangler.contribute
(ContributionContext cc, MenuBuilder builder, List<? extends Annotation> selected) Contributes to the annotation toolbar. -
Uses of ContributionContext in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type ContributionContextModifier and TypeMethodDescriptionvoid
AnnotationPropertyEditor.contribute
(ContributionContext context, MenuBuilder menuBuilder) void
HorizontalAlignmentEditor.contribute
(ContributionContext context, MenuBuilder menuBuilder) -
Uses of ContributionContext in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type ContributionContextModifier and TypeMethodDescriptionvoid
DefaultWrangler.contribute
(ContributionContext cc, MenuBuilder builder, List<? extends Annotation> selected) void
TextAnnotationWrangler.contribute
(ContributionContext cc, MenuBuilder builder, List<? extends Annotation> selected) Contributes an icon to open the text editor popup. -
Uses of ContributionContext in com.levigo.jadice.web.client.tool
Methods in com.levigo.jadice.web.client.tool with parameters of type ContributionContextModifier and TypeMethodDescriptionvoid
Tool.contribute
(ContributionContext context, MenuBuilder menuBuilder) -
Uses of ContributionContext in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools with parameters of type ContributionContextModifier and TypeMethodDescriptionvoid
AnnotationTool.contribute
(ContributionContext context, MenuBuilder menuBuilder) void
TextSelectionTool.contribute
(ContributionContext context, MenuBuilder menuBuilder) void
TextSelectionTouchTool.contribute
(ContributionContext context, MenuBuilder menuBuilder) -
Uses of ContributionContext in com.levigo.jadice.web.demo.enterprise.client
Methods in com.levigo.jadice.web.demo.enterprise.client with parameters of type ContributionContextModifier and TypeMethodDescriptionvoid
GoogleMapsTool.contribute
(ContributionContext context, MenuBuilder menuBuilder) void
GoogleSearchTool.contribute
(ContributionContext context, MenuBuilder menuBuilder) void
TextSearchTool.contribute
(ContributionContext context, MenuBuilder menuBuilder) void
TextToSpeechTool.contribute
(ContributionContext context, MenuBuilder menuBuilder) void
WikipediaSearchTool.contribute
(ContributionContext context, MenuBuilder menuBuilder)