Uses of Class
com.atlassian.confluence.pageobjects.component.editor.EditorContent

Packages that use EditorContent
com.atlassian.confluence.pageobjects.component.editor   
com.atlassian.confluence.pageobjects.page.content   
 

Uses of EditorContent in com.atlassian.confluence.pageobjects.component.editor
 

Methods in com.atlassian.confluence.pageobjects.component.editor that return EditorContent
 EditorContent EditorContent.clear()
           
 EditorContent EditorContent.setContent(java.lang.String content)
           
 EditorContent EditorContent.type(java.lang.String content)
          Type content in the editor.
 

Uses of EditorContent in com.atlassian.confluence.pageobjects.page.content
 

Subclasses of EditorContent in com.atlassian.confluence.pageobjects.page.content
static class CommentsSection.NewComment
          Represents the editor for a new comment
 

Methods in com.atlassian.confluence.pageobjects.page.content that return EditorContent
 EditorContent CommentsSection.Comment.clickEdit()
           
 EditorContent CommentsSection.Comment.clickReply()
           
 EditorContent Editor.getContent()
           
 EditorContent AbstractEditorPage.getContent()
          Deprecated. since 5.4 use Editor.getContent()
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.