com.atlassian.confluence.tinymceplugin
Class TinyMceEditor
java.lang.Object
com.atlassian.confluence.tinymceplugin.TinyMceEditor
- All Implemented Interfaces:
- Editor
public class TinyMceEditor
- extends Object
- implements Editor
|
Method Summary |
boolean |
supportedUserAgent(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 |
TinyMceEditor
public TinyMceEditor()
supportedUserAgent
public boolean supportedUserAgent(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–2015 Atlassian. All rights reserved.