Package adams.gui.flow.tabhandler
Class ParsedErrorHandler.ParseOutput
- java.lang.Object
-
- adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ParsedErrorHandler
public static class ParsedErrorHandler.ParseOutput extends Object implements Serializable
Container class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringm_Erroran optional error.protected BaseListWithButtonsm_Listthe list with the paths.protected FlowPanelm_Ownerthe owner.protected BaseSplitPanem_Panethe panel.protected List<String>m_Pathsthe extracted paths.protected Stringm_Titlethe title.
-
Constructor Summary
Constructors Constructor Description ParseOutput(FlowPanel owner, String error)Initializes the container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopy()Copies the selected actor.StringgetError()Returns the stored error.BaseSplitPanegetPane()Returns the generated split pane.List<String>getPaths()Returns the extracted paths.StringgetTitle()Returns the title for the output.protected voidinitGUI()Initializes the display.protected voidjump()Performs the jump to the selected actor.
-
-
-
Field Detail
-
m_Owner
protected FlowPanel m_Owner
the owner.
-
m_Title
protected String m_Title
the title.
-
m_Error
protected String m_Error
an optional error.
-
m_Pane
protected BaseSplitPane m_Pane
the panel.
-
m_List
protected BaseListWithButtons m_List
the list with the paths.
-
-
Method Detail
-
initGUI
protected void initGUI()
Initializes the display.
-
getTitle
public String getTitle()
Returns the title for the output.- Returns:
- the title
-
getError
public String getError()
Returns the stored error.- Returns:
- the error
-
getPane
public BaseSplitPane getPane()
Returns the generated split pane.- Returns:
- the pane
-
jump
protected void jump()
Performs the jump to the selected actor.
-
copy
protected void copy()
Copies the selected actor.
-
-