Eclipse Platform
Release 3.1

org.eclipse.ui.cheatsheets
Class CheatSheetViewerFactory

java.lang.Object
  extended byorg.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
static ICheatSheetViewer createCheatSheetView()
          Creates a new cheat sheet viewer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.