com.atlassian.confluence.tinymceplugin
Class TinyMceEditor

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.TinyMceEditor
All Implemented Interfaces:
Editor

public class TinyMceEditor
extends java.lang.Object
implements Editor


Constructor Summary
TinyMceEditor()
           
 
Method Summary
 boolean supportedUserAgent(java.lang.String userAgent)
          Return true if the user agent string indicates a browser which is supported by this editor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TinyMceEditor

public TinyMceEditor()
Method Detail

supportedUserAgent

public boolean supportedUserAgent(java.lang.String userAgent)
Description copied from interface: Editor
Return true if the user agent string indicates a browser which is supported by this editor

Specified by:
supportedUserAgent in interface Editor
Returns:
true if this editor is supported


Copyright © 2003-2014 Atlassian. All Rights Reserved.