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 voidWrangler.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 TypeMethodDescriptionvoidAnnotationPropertyEditor.contribute(ContributionContext context, MenuBuilder menuBuilder) voidHorizontalAlignmentEditor.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 TypeMethodDescriptionvoidDefaultWrangler.contribute(ContributionContext cc, MenuBuilder builder, List<? extends Annotation> selected) voidTextAnnotationWrangler.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 TypeMethodDescriptionvoidTool.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 TypeMethodDescriptionvoidAnnotationTool.contribute(ContributionContext context, MenuBuilder menuBuilder) voidTextSelectionTool.contribute(ContributionContext context, MenuBuilder menuBuilder) voidTextSelectionTouchTool.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 TypeMethodDescriptionvoidGoogleMapsTool.contribute(ContributionContext context, MenuBuilder menuBuilder) voidGoogleSearchTool.contribute(ContributionContext context, MenuBuilder menuBuilder) voidTextSearchTool.contribute(ContributionContext context, MenuBuilder menuBuilder) voidTextToSpeechTool.contribute(ContributionContext context, MenuBuilder menuBuilder) voidWikipediaSearchTool.contribute(ContributionContext context, MenuBuilder menuBuilder)