|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimulator.VSLogging
public class VSLogging
The class VSLogging, an object of this class is responsible for the loging of text messages into the simulator's loging window.
| Constructor Summary | |
|---|---|
VSLogging()
Instantiates a new VSLogging object. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears the loging. |
javax.swing.JTextArea |
getLoggingArea()
Gets the loging area. |
void |
isFiltered(boolean isFiltered)
Checks if the loging is filtered. |
void |
isPaused(boolean isPaused)
Sets if the loging is paused. |
void |
log(java.lang.String message)
Loggs a message using the global time. |
void |
log(java.lang.String message,
long time)
Loggs a message using the specified time. |
void |
setFilterText(java.lang.String filterText)
Sets the filter text. |
void |
setSimulatorCanvas(VSSimulatorVisualization sv)
Sets the simulator canvas. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VSLogging()
| Method Detail |
|---|
public void setSimulatorCanvas(VSSimulatorVisualization sv)
sv - the simulator canvaspublic javax.swing.JTextArea getLoggingArea()
public void log(java.lang.String message)
message - the message
public void log(java.lang.String message,
long time)
message - the messagetime - the timepublic void isPaused(boolean isPaused)
isPaused - true, if the loging is pausedpublic void isFiltered(boolean isFiltered)
isFiltered - true, if the loging is filteredpublic void setFilterText(java.lang.String filterText)
filterText - the new filter textpublic void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||