Uses of Class
javax.help.Merge
-
Packages that use Merge Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information. -
-
Uses of Merge in javax.help
Subclasses of Merge in javax.help Modifier and Type Class Description class
AppendMerge
Append merge typeclass
NoMerge
No merge typeclass
SortMerge
Sort merge typeclass
UniteAppendMerge
Unite-append merge typeMethods in javax.help that return Merge Modifier and Type Method Description static Merge
Merge.DefaultMergeFactory. getMerge(NavigatorView masterView, NavigatorView slaveView)
Returns suitable Merge object
-