|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.JythonManager.LibHolder
public static class JythonManager.LibHolder
Class LibHolder holds all things for a single lib
| Constructor Summary | |
|---|---|
JythonManager.LibHolder(boolean editable,
JythonManager jythonManager,
String label,
ucar.unidata.idv.JythonManager.MyPythonEditor editor,
String filePath,
JComponent wrapper)
ctor |
|
| Method Summary | |
|---|---|
void |
copy()
copy |
boolean |
find(String what,
boolean highlightAll,
boolean doCase,
boolean next)
_more_ |
List |
getFunctions()
Parse the functions if needed |
String |
getName()
name |
String |
getText()
Get text |
boolean |
isEditable()
Is this lib editable |
void |
removeHighlights()
_more_ |
void |
resetToCurrentSearchIndex()
_more_ |
void |
setSearchIndex(Point pt)
_more_ |
void |
setText(String text)
Set text |
void |
setText(String text,
boolean andEnable)
Set text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JythonManager.LibHolder(boolean editable,
JythonManager jythonManager,
String label,
ucar.unidata.idv.JythonManager.MyPythonEditor editor,
String filePath,
JComponent wrapper)
editable - _more_jythonManager - _more_label - lableeditor - editorfilePath - lib filewrapper - wrapper| Method Detail |
|---|
public String getName()
public List getFunctions()
public boolean isEditable()
public void setSearchIndex(Point pt)
pt - _more_public void removeHighlights()
public void resetToCurrentSearchIndex()
public boolean find(String what,
boolean highlightAll,
boolean doCase,
boolean next)
what - _more_highlightAll - _more_doCase - _more_next - _more_
public String getText()
public void setText(String text)
text - text
public void setText(String text,
boolean andEnable)
text - textandEnable - enablepublic void copy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||