org.eclipse.mylyn.wikitext.ui.annotation
Class TitleAnnotation
java.lang.Object
Annotation
org.eclipse.mylyn.wikitext.ui.annotation.TitleAnnotation
public class TitleAnnotation
- extends Annotation
An annotation for "title" or tooltip text.
- Since:
- 1.0
- Author:
- David Green
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
TitleAnnotation
public TitleAnnotation(String title,
String titleType)
getTitleType
public String getTitleType()
- The type of title. Typically corresponds to the HTML element name for which there is a title.
getTitle
public String getTitle()
- The title text.
Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html