|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.japisoft.xmlpad.helper.AbstractHelper
Common helper class
UIManager properties :
-xmlpad.helper.backgroundColor - xmlpad.helper.foregroundColor - xmlpad.helper.selectionBackgroundColor - xmlpad.helper.selectionForegroundColor - xmlpad.helper.icon
| Field Summary | |
static javax.swing.JPanel |
WIN
|
| Constructor Summary | |
AbstractHelper()
|
|
| Method Summary | |
void |
dispose()
Free unused ressource |
java.lang.String |
getNamespace()
|
java.lang.String |
getTitle()
|
void |
setEditor(XMLEditor editor)
For inner usage |
void |
setLocation(com.japisoft.fastparser.node.SimpleNode loc,
int offset)
Prepare this helper for this location |
void |
setNamespace(java.lang.String namespace)
|
boolean |
show(int offset,
java.lang.String charToInsert)
Show the helper on this editor at this offset location |
boolean |
show(int offset,
java.lang.String charToInsert,
boolean asynchronous)
Show the helper on this editor at this offset location |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static javax.swing.JPanel WIN
| Constructor Detail |
public AbstractHelper()
| Method Detail |
public java.lang.String getTitle()
getTitle in interface Helper
public void setLocation(com.japisoft.fastparser.node.SimpleNode loc,
int offset)
setLocation in interface Helperpublic void setNamespace(java.lang.String namespace)
public java.lang.String getNamespace()
getNamespace in interface Helperpublic void setEditor(XMLEditor editor)
setEditor in interface Helper
public boolean show(int offset,
java.lang.String charToInsert)
show in interface Helper
public boolean show(int offset,
java.lang.String charToInsert,
boolean asynchronous)
public void dispose()
Helper
dispose in interface Helper
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||