|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.japisoft.editix.plugin.EditiXManager
public class EditiXManager
Here a manager for controlling EditiX. You can activate action item (from the menu/popup/toolbar) and access to all the editor
Method Summary | |
---|---|
void |
activeAction(java.lang.String actionId)
Active an item action from the editix descriptor |
java.util.Iterator<java.lang.String> |
getActions()
|
EditixDocumentModel |
getDocumentModel()
|
static EditiXManager |
getInstance()
|
void |
info(java.lang.String message)
Display a dialog |
java.lang.String |
prompt(java.lang.String title,
java.lang.String defaultMessage)
Show a dialog and return the user input |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static EditiXManager getInstance()
public void activeAction(java.lang.String actionId)
actionId
- A unique action idpublic java.util.Iterator<java.lang.String> getActions()
public void info(java.lang.String message)
message
- Simple dialog messagepublic java.lang.String prompt(java.lang.String title, java.lang.String defaultMessage)
public EditixDocumentModel getDocumentModel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |