Multivalent API

Uses of Class
multivalent.std.span.ActionSpan

Packages that use ActionSpan
multivalent.std.span A collection of general-use spans: hyperlink, highlight, font, color. 
 

Uses of ActionSpan in multivalent.std.span
 

Subclasses of ActionSpan in multivalent.std.span
 class BIUSpan
          A copy editor mark: bold/italics/under suggestion.
 class CapSpan
          Change case of region by clicking anywhere in span.
 class DeleteSpan
          Executable copy editor mark to suggest span should be deleted.
 class InsertSpan
          Copy editor markup: insert text at point.
 class ReplaceWithSpan
          A combination of InsertSpan and DeleteSpan.
 class ScriptSpan
          When click on span, execute script in VScript.
 


Multivalent API