public class LogViewer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
LogViewer.AllGridItem |
class |
LogViewer.FileGridItem |
class |
LogViewer.GridItem |
class |
LogViewer.LogLine |
class |
LogViewer.MyBufferedContent |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_actualLogFile |
protected FIXGRIDListBinding<LogViewer.AllGridItem> |
m_all |
protected java.lang.String |
m_baseLogFile |
protected FIXGRIDListBinding<LogViewer.FileGridItem> |
m_fileGrid |
protected int |
m_filterLevel |
protected boolean |
m_flagShowTimestampThread |
protected FIXGRIDListBinding<LogViewer.GridItem> |
m_grid |
protected int |
m_numberOfBytesToRead |
| Constructor and Description |
|---|
LogViewer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActualLogFile() |
FIXGRIDListBinding<LogViewer.AllGridItem> |
getAll() |
java.lang.String |
getBaseLogFile() |
Trigger |
getDownloadTrigger() |
java.lang.String |
getDownloadURL() |
FIXGRIDListBinding<LogViewer.FileGridItem> |
getFileGrid() |
boolean |
getFlagShowTimestampThread() |
FIXGRIDListBinding<LogViewer.GridItem> |
getGrid() |
void |
onApplyFilter(ActionEvent event) |
void |
onShowLogFile(ActionEvent event) |
void |
setFlagShowTimestampThread(boolean value) |
protected java.lang.String m_actualLogFile
protected java.lang.String m_baseLogFile
protected FIXGRIDListBinding<LogViewer.GridItem> m_grid
protected FIXGRIDListBinding<LogViewer.AllGridItem> m_all
protected FIXGRIDListBinding<LogViewer.FileGridItem> m_fileGrid
protected int m_filterLevel
protected int m_numberOfBytesToRead
protected boolean m_flagShowTimestampThread
public java.lang.String getBaseLogFile()
public java.lang.String getActualLogFile()
public FIXGRIDListBinding<LogViewer.GridItem> getGrid()
public FIXGRIDListBinding<LogViewer.AllGridItem> getAll()
public FIXGRIDListBinding<LogViewer.FileGridItem> getFileGrid()
public boolean getFlagShowTimestampThread()
public void setFlagShowTimestampThread(boolean value)
public java.lang.String getDownloadURL()
public Trigger getDownloadTrigger()
public void onShowLogFile(ActionEvent event)
public void onApplyFilter(ActionEvent event)
Copyright © CaptainCasa Gmbh. All Rights Reserved.