Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.view
Class DocumentationView  view DocumentationView download DocumentationView.java

java.lang.Object
  extended bynectar.view.RecordView
      extended bynectar.view.DocumentationView
All Implemented Interfaces:
java.io.Serializable

public class DocumentationView
extends RecordView


Field Summary
 
Fields inherited from class nectar.view.RecordView
locale, preferences, record
 
Constructor Summary
DocumentationView(nectar.record.DocumentationRecord record)
          Creates a new instance of DocumentationView
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getContentExtract()
           
 java.lang.String getTitle()
           
 
Methods inherited from class nectar.view.RecordView
durationToString, getCreatedBy, getCreatedDate, getCreatedDateAgo, getCreatedDay, getCreatedDayShort, getCreatedTime, getId, getModifiedDate, getModifiedDateAgo, getModifiedDay, getModifiedTime, getOwner, getRecord, setLocale, setPreferences, setRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationView

public DocumentationView(nectar.record.DocumentationRecord record)
Creates a new instance of DocumentationView

Method Detail

getTitle

public java.lang.String getTitle()

getContent

public java.lang.String getContent()

getContentExtract

public java.lang.String getContentExtract()