| |
|
| java.lang.Object net.sourceforge.tracelog.ui.AbstractWidget net.sourceforge.tracelog.ui.ShellMainLogGroupTabFolder
Method Summary | |
public void | clearAllLogViewers() | public void | destroy() | public StyledText | getLogViewer(Composite composite) Determines and returns the log viewer from the composite.
Parameters: composite - Composite that contains the log viewer. | public boolean | isMainLogStarted() | public void | run() Sets up the tab items in the tab folder and then starts all log daemons. | public void | toogleStartStopMainLog(boolean toStopAllLogs) | public void | updateLogFont(Font font) | public void | updateLogSizeHandler(int purgePercentage, int logLineThreshold) Updates the log size handler for all log viewers based on the new purge
strategy set by users. |
LOG_VIEWER_DATA_KEY_SCROLL_LOCK | final public static String LOG_VIEWER_DATA_KEY_SCROLL_LOCK(Code) | | |
clearAllLogViewers | public void clearAllLogViewers()(Code) | | |
destroy | public void destroy()(Code) | | |
getLogViewer | public StyledText getLogViewer(Composite composite)(Code) | | Determines and returns the log viewer from the composite.
Parameters: composite - Composite that contains the log viewer. Log viewer. |
isMainLogStarted | public boolean isMainLogStarted()(Code) | | |
run | public void run()(Code) | | Sets up the tab items in the tab folder and then starts all log daemons.
|
toogleStartStopMainLog | public void toogleStartStopMainLog(boolean toStopAllLogs)(Code) | | |
updateLogFont | public void updateLogFont(Font font)(Code) | | |
updateLogSizeHandler | public void updateLogSizeHandler(int purgePercentage, int logLineThreshold)(Code) | | Updates the log size handler for all log viewers based on the new purge
strategy set by users.
Parameters: purgePercentage - Total percentage to purge the log. Parameters: logLineThreshold - Max log line before purging kicks in. |
|
|
|