Package org.jboss.hal.ballroom.editor
Class AceEditor
- java.lang.Object
-
- org.jboss.hal.ballroom.editor.AceEditor
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement,Attachable
public class AceEditor extends Object implements org.jboss.elemento.IsElement, Attachable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach()elemental2.dom.HTMLElementelement()EditorgetEditor()Getter for theEditorinstance.voidsetModeFromPath(String path)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.ballroom.Attachable
detach
-
-
-
-
Method Detail
-
element
public elemental2.dom.HTMLElement element()
- Specified by:
elementin interfaceorg.jboss.elemento.IsElement
-
attach
public void attach()
- Specified by:
attachin interfaceAttachable
-
getEditor
public Editor getEditor()
Getter for theEditorinstance.- Returns:
- The editor instance
- Throws:
IllegalStateException- if the editor wasn't initialized usingattach()
-
setModeFromPath
public void setModeFromPath(String path)
-
-