| |
|
| java.lang.Object net.fenyo.gnetwatch.GUI.VisualElement net.fenyo.gnetwatch.data.NmapView
NmapView | public class NmapView extends VisualElement (Code) | | NmapView displays output text produced by Nmap.
author: Alexandre Fenyo version: $Id: NmapView.java,v 1.2 2007/03/12 05:04:15 fenyo Exp $ |
Method Summary | |
protected void | disposed() Removes objects associated with this DataView instance.
none. | protected Browser | getBrowser() Returns the SWT browser.
none. | protected StringBuffer | getBrowserContent() Generates the Nmap report.
none. | public Target | getTarget() Returns the target this view works on.
none. | public String | getTitle() Returns the title of the view.
none. | final public void | informSelected() Called when the user wants this NmapView instance to create a CTabFolder instance
containing a report.
none. | protected void | initialize(GUI gui) Sets the current GUI instance.
Parameters: gui - current GUI instance. |
NmapView | public NmapView(GUI gui, Target target)(Code) | | Constructor.
Parameters: gui - current GUI instance. Parameters: target - ingress target interface. |
disposed | protected void disposed()(Code) | | Removes objects associated with this DataView instance.
none. void. |
getBrowser | protected Browser getBrowser()(Code) | | Returns the SWT browser.
none. Browser SWT browser. |
getBrowserContent | protected StringBuffer getBrowserContent()(Code) | | Generates the Nmap report.
none. StringBuffer Nmap report. |
getTarget | public Target getTarget()(Code) | | Returns the target this view works on.
none. Target target this view works on. |
getTitle | public String getTitle()(Code) | | Returns the title of the view.
none. String title view. |
informSelected | final public void informSelected()(Code) | | Called when the user wants this NmapView instance to create a CTabFolder instance
containing a report.
none. void. |
initialize | protected void initialize(GUI gui)(Code) | | Sets the current GUI instance.
Parameters: gui - current GUI instance. void. |
|
|
|