org.almendra.janet.cas.logger.gui
Class LoggerViewController
java.lang.Object
org.almendra.janet.cas.logger.gui.LoggerViewController
public class LoggerViewController
- extends java.lang.Object
- Author:
- Oliver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
view
protected LoggerView view
node
protected NodeAccessor node
application
protected ApplicationAccessor application
logListSelectionIndices
protected int[] logListSelectionIndices
logEntriesByLogText
protected java.util.Map logEntriesByLogText
LoggerViewController
protected LoggerViewController()
- Creates a new
LoggerViewController
object.
LoggerViewController
public LoggerViewController(LoggerView view)
- Creates a new
LoggerViewController
object.
logEntriesList_ValueChanged
public void logEntriesList_ValueChanged(javax.swing.event.ListSelectionEvent listSelectionEvent)
- Parameters:
listSelectionEvent
-
log
public void log(java.util.List entries)
- Parameters:
list
-
setNode
public void setNode(NodeAccessor node)
- Parameters:
node
-
shutdown
public void shutdown()
notifyNodes
protected void notifyNodes()
setApplication
public void setApplication(ApplicationAccessor application)
- Parameters:
application
-