|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.jython.Console.HistoryEntry
public static class Console.HistoryEntry
Field Summary | |
---|---|
private String |
entry
|
private Console.HistoryType |
type
|
Constructor Summary | |
---|---|
Console.HistoryEntry()
|
|
Console.HistoryEntry(Console.HistoryType type,
String entry)
|
Method Summary | |
---|---|
String |
getEntry()
|
Console.HistoryType |
getType()
|
void |
setEntry(String entry)
|
void |
setType(Console.HistoryType type)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Console.HistoryType type
private String entry
Constructor Detail |
---|
public Console.HistoryEntry()
public Console.HistoryEntry(Console.HistoryType type, String entry)
Method Detail |
---|
public void setEntry(String entry)
public void setType(Console.HistoryType type)
public String getEntry()
public Console.HistoryType getType()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |