Uses of Class
adams.flow.sink.logview.AbstractLogEntryDialog
-
Packages that use AbstractLogEntryDialog Package Description adams.flow.sink adams.flow.sink.logview -
-
Uses of AbstractLogEntryDialog in adams.flow.sink
Fields in adams.flow.sink declared as AbstractLogEntryDialog Modifier and Type Field Description protected AbstractLogEntryDialog
LogViewer. m_Dialog
the dialog for displaying the message details.Methods in adams.flow.sink that return AbstractLogEntryDialog Modifier and Type Method Description AbstractLogEntryDialog
LogViewer. getDialog()
Returns the dialog to use.Methods in adams.flow.sink with parameters of type AbstractLogEntryDialog Modifier and Type Method Description void
LogViewer. setDialog(AbstractLogEntryDialog value)
Sets the dialog to use. -
Uses of AbstractLogEntryDialog in adams.flow.sink.logview
Subclasses of AbstractLogEntryDialog in adams.flow.sink.logview Modifier and Type Class Description class
DefaultLogEntryDialog
Simply shows the content of theLogEntry
in a text area.Methods in adams.flow.sink.logview that return AbstractLogEntryDialog Modifier and Type Method Description AbstractLogEntryDialog
AbstractLogEntryDialog. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractLogEntryDialog
AbstractLogEntryDialog. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.
-