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 String
m_Error
an optional error.protected BaseListWithButtons
m_List
the list with the paths.protected FlowPanel
m_Owner
the owner.protected BaseSplitPane
m_Pane
the panel.protected List<String>
m_Paths
the extracted paths.protected String
m_Title
the 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 void
copy()
Copies the selected actor.String
getError()
Returns the stored error.BaseSplitPane
getPane()
Returns the generated split pane.List<String>
getPaths()
Returns the extracted paths.String
getTitle()
Returns the title for the output.protected void
initGUI()
Initializes the display.protected void
jump()
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.
-
-