|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.TextSearcher.TextWrapper
ucar.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 |
List |
getFunctions()
Parse the functions if needed |
String |
getName()
name |
String |
getText()
Get text |
boolean |
isEditable()
Is this lib editable |
void |
setText(String text)
Set text |
void |
setText(String text,
boolean andEnable)
Set text |
| Methods inherited from class ucar.unidata.ui.TextSearcher.TextWrapper |
|---|
find, getTextComponent, removeHighlights, resetToCurrentSearchIndex, setSearchIndex, setTextComponent |
| 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 - am I editablejythonManager - the jytyon managerlabel - lableeditor - editorfilePath - lib filewrapper - wrapper| Method Detail |
|---|
public String getName()
public List getFunctions()
public boolean isEditable()
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 | |||||||||