Deprecated API


Contents
Deprecated Fields
com.ephox.editlive.common.TextEvent.ADD_ATTRIBUTE_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.CONVERT_ELEMENT_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.DESELECT_NODES_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.DISABLE_CHANGE_RENDERING_ACTION
          no longer supported 
com.ephox.editlive.common.TextEvent.ENABLE_CHANGE_RENDERING_ACTION
          no longer supported 
com.ephox.editlive.common.TextEvent.FLUSH_ENTITY_CACHE_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.FORM_CHANGED_UPDATE
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.GET_BODY
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.GET_BOOKMARK_LIST
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.GET_CHARACTER_COUNT
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.GET_DOCUMENT
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.GET_STYLES
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.GET_WORD_COUNT
          No longer used. 
com.ephox.editlive.common.TextEvent.GET_XML_NODE_VALUE
          No longer used. 
com.ephox.editlive.common.TextEvent.IN_XHTML_UPDATE
          No longer used. 
com.ephox.editlive.common.TextEvent.INSERT_ELEMENT_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.INSERT_ELEMENT_AFTER_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.INSERT_ELEMENT_BEFORE_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.IS_VALID
          No longer used. 
com.ephox.editlive.common.TextEvent.JOIN_ELEMENTS_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.MOVE_ELEMENT_DOWN_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.MOVE_ELEMENT_UP_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.NOT_IN_XHTML_UPDATE
          No longer used. 
com.ephox.editlive.common.TextEvent.PREVIEW_IN_BROWSER_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.RELOAD_XHTML_BLOCK
          No longer used. 
com.ephox.editlive.common.TextEvent.REMOVE_ELEMENT_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.SET_BODY
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.SET_DOCUMENT
          No longer used. 
com.ephox.editlive.common.TextEvent.CustomAction.SET_HTTP_LAYER
          use HttpLayerManager.setManager(HttpLayer) instead 
com.ephox.editlive.common.TextEvent.CustomAction.SET_XML_NODE_VALUE
          No longer used. 
com.ephox.editlive.common.TextEvent.SET_XSLT
          No longer used. 
com.ephox.editlive.common.TextEvent.SHOW_ATTRIBUTE_PANE_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.SHOW_TAGS_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.SHOW_TREE_VIEW_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.SHOW_VALIDATION_PANE_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.STORE_XHTML_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.SYNC_XHTML_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.TARGET_VIEW_CHANGE
          No longer used. 
com.ephox.editlive.common.TextEvent.TOOLBAR_COLOR_ACTION
          The toolbar color button now uses TextEvent.MENU_COLOR_ACTION. 
com.ephox.editlive.common.TextEvent.UPLOAD_FORM_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.VALIDATE_XML_ACTION
          No longer used. 
com.ephox.editlive.common.TextEvent.XML_CHANGED_UPDATE
          No longer used. 
com.ephox.editlive.common.TextEvent.XML_CLEAR_ERRORS
          No longer used. 
com.ephox.editlive.common.TextEvent.XML_ERROR_UPDATE
          No longer used. 
com.ephox.editlive.common.TextEvent.XML_FOCUS_ELEMENT
          No longer used. 
com.ephox.editlive.common.TextEvent.XML_VALIDATION_FINISHED
          No longer used. 
 

Deprecated Methods
com.ephox.editlive.ELJBean.addEditorEventListener(EventListener)
          use EventBroadcaster.registerBeanEditorListener(EventListener) 
com.ephox.editlive.ELJBean.addHyperlinkDialogComponent(String, Object[])
          Use ELJBean.addHyperlinkDialogComponent(Class, Object[]) 
com.ephox.editlive.ELJBean.addImageDialogComponent(String, Object[])
          Use ELJBean.addImageDialogComponent(Class, Object[]) 
com.ephox.cache.CacheManager.addTemporaryImage(RenderedImage, URL)
          see CacheManager.addTemporaryImage2(java.awt.Image, java.net.URL) 
com.ephox.editlive.ELJBean.getAction(Map)
          Use ActionController.getAction(Map) 
com.ephox.editlive.ELJBean.getAction(String)
          Use ActionController.getAction(String) 
com.ephox.cache.CacheManager.getCacheDir()
          use CacheManager.getEphoxDir() instead 
com.ephox.editlive.ELJBean.getHTMLPane()
          use ELJBean.getEditorPane() instead 
com.ephox.editlive.ELJBean.getLocale()
          use ELJBean.getGlobalLocale() instead 
com.ephox.editlive.ELJBean.getPasteFilter()
          please use ELJBean.getPasteFilters() instead. 
com.ephox.editlive.model.DocumentManager.isHeadIncluded()
          now always returns true. 
com.ephox.version.VersionManager.isJava4()
          Java 4 is no longer supported. 
com.ephox.version.VersionManager.isJava4OrAbove()
          Java 4 is no longer supported. 
com.ephox.editlive.common.TextEvent.isRaiseEventAction(TextEvent, String)
          use TextEvent.isRaiseEventAction(String) instead 
com.ephox.editlive.ELJBean.raiseEvent(TextEvent)
          use EventBroadcaster.broadcastEvent(TextEvent) 
com.ephox.editlive.ELJBean.registerCustomBlockTag(String, Icon, String, Icon, String, ViewClickListener)
          Use CustomTagController.registerCustomBlockTag(String, Icon, String, Icon, String, ViewClickListener) 
com.ephox.editlive.ELJBean.registerCustomBlockView(String, Class, Object)
          Use CustomTagController.registerCustomBlockView(String, Class, Object) 
com.ephox.editlive.ELJBean.registerCustomBlockView(String, String, Object)
          Use ELJBean.registerCustomBlockView(String, Class, Object) 
com.ephox.editlive.ELJBean.registerCustomCollapsedView(String, Class, Object)
          Use CustomTagController.registerCustomCollapsedView(String, Class, Object) 
com.ephox.editlive.ELJBean.registerCustomCollapsedView(String, String, Object)
          Use ELJBean.registerCustomCollapsedView(String, Class, Object) 
com.ephox.editlive.ELJBean.registerCustomEmptyTag(String, Icon, String, ViewClickListener)
          Use CustomTagController.registerCustomEmptyTag(String, Icon, String, ViewClickListener) 
com.ephox.editlive.ELJBean.registerCustomEmptyView(String, Class, Object)
          Use CustomTagController.registerCustomEmptyView(String, Class, Object) 
com.ephox.editlive.ELJBean.registerCustomEmptyView(String, String, Object)
          Use ELJBean.registerCustomEmptyView(String, Class, Object) 
com.ephox.editlive.ELJBean.registerCustomInlineTag(String, Icon, String, Icon, String, ViewClickListener)
          Use CustomTagController.registerCustomInlineTag(String, Icon, String, Icon, String, ViewClickListener) 
com.ephox.editlive.ELJBean.registerCustomInlineView(String, Class, Object)
          Use CustomTagController.registerCustomInlineView(String, Class, Object) 
com.ephox.editlive.ELJBean.registerCustomInlineView(String, String, Object)
          Use ELJBean.registerCustomInlineView(String, Class, Object) 
com.ephox.editlive.ELJBean.removeEditorEventListener(EventListener)
          use EventBroadcaster.removeBeanEditorListener(EventListener) 
com.ephox.editlive.ELJBean.setBrowserCallback(Object)
          Please listen for the TextEvent.CALL_JAVASCRIPT event instead, and call out to javascript using the JSObject TextEvent.CALL_JAVASCRIPT events use an instance of JSFunctionCall as their extraObject 
com.ephox.editlive.ELJBean.setConfigurationURL(String)
          use ELJBean.setConfigurationURL(URL) instead. As of 8.0, if the url string is malformed this will now throw RuntimeException immediately. 
com.ephox.editlive.ELJBean.setHttpLayerManager(String)
          use HttpLayerManager.setManager(HttpLayer) instead 
com.ephox.editlive.ELJBean.setLocale(Locale)
          use ELJBean.setGlobalLocale(String) instead 
com.ephox.editlive.ELJBean.setPasteFilter(PasteFilter)
          please use ELJBean.addPasteFilter(PasteFilter) instead. 
com.ephox.editlive.ELJBean.setUnregisteredCustomTagView(Class, Object)
          Use CustomTagController.setUnregisteredCustomTagView(Class, Object) 
 


Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.