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 AbstractLogEntryDialogLogViewer. m_Dialogthe dialog for displaying the message details.Methods in adams.flow.sink that return AbstractLogEntryDialog Modifier and Type Method Description AbstractLogEntryDialogLogViewer. getDialog()Returns the dialog to use.Methods in adams.flow.sink with parameters of type AbstractLogEntryDialog Modifier and Type Method Description voidLogViewer. 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 classDefaultLogEntryDialogSimply shows the content of theLogEntryin a text area.Methods in adams.flow.sink.logview that return AbstractLogEntryDialog Modifier and Type Method Description AbstractLogEntryDialogAbstractLogEntryDialog. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractLogEntryDialogAbstractLogEntryDialog. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.
-