Uses of Class
org.eclipse.swt.custom.SashForm
-
Packages that use SashForm Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards. -
-
Uses of SashForm in org.eclipse.compare
Subclasses of SashForm in org.eclipse.compare Modifier and Type Class Description class
Splitter
The Splitter adds support for nesting to a SashForm. -
Uses of SashForm in org.eclipse.ui.forms
Fields in org.eclipse.ui.forms declared as SashForm Modifier and Type Field Description protected SashForm
MasterDetailsBlock. sashForm
The form that is the parent of both master and details part.Methods in org.eclipse.ui.forms with parameters of type SashForm Modifier and Type Method Description protected void
MasterDetailsBlock. applyLayoutData(SashForm sashForm)
Applies layout data to the sash form containing master and detail parts of the master/details block.
-