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
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.