Package org.eclipse.ui.cheatsheets
Class CheatSheetViewerFactory
- java.lang.Object
-
- org.eclipse.ui.cheatsheets.CheatSheetViewerFactory
-
public final class CheatSheetViewerFactory extends Object
A factory for creating a cheat sheet viewer.This class provides all its functionality via static members. It is not intended to be instantiated.
- Since:
- 3.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICheatSheetViewer
createCheatSheetView()
Creates a new cheat sheet viewer.
-
-
-
Method Detail
-
createCheatSheetView
public static ICheatSheetViewer createCheatSheetView()
Creates a new cheat sheet viewer. The viewer does not show any cheat sheet initially.- Returns:
- a new cheat sheet viewer
-
-