java.lang.Object
javafx.application.Application
com.tlcsdm.frame.SampleBase
com.tlcsdm.jfxcommon.CommonSample
com.tlcsdm.jfxcommon.debug.ScanPortTool
- 所有已实现的接口:
Sample
端口扫描工具.
- 作者:
- unknowIfGuestInDream
-
嵌套类概要
从类继承的嵌套类/接口 javafx.application.Application
javafx.application.Application.Parameters -
字段概要
字段修饰符和类型字段说明protected javafx.scene.layout.FlowPaneprotected javafx.scene.control.TextFieldprotected javafx.scene.control.TextFieldprotected javafx.scene.control.Buttonprotected javafx.scene.control.TextFieldprotected javafx.scene.control.TextFieldprotected javafx.scene.control.TextFieldprotected javafx.scene.control.TextFieldprivate org.controlsfx.control.Notificationsprotected javafx.scene.control.Buttonprotected javafx.scene.control.TextField(专用程序包) String[]protected javafx.scene.control.Button从类继承的字段 com.tlcsdm.frame.SampleBase
aesSeed, userData从类继承的字段 javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private voidjavafx.scene.NodeReturns the panel to display to the user that allows for manipulating the sample.private voidgetNatIpAddressAction(javafx.event.ActionEvent event) 排序字段.javafx.scene.NodegetPanel(javafx.stage.Stage stage) Returns the main sample panel.A short, multiple sentence description of the sample.组件id.javafx.scene.image.ImageViewsample icon.A short, most likely single-word, name to show to the user - e.g.sample version.voidNote that initialize() is called after getPanel().private voidprivate voidstatic voidprivate voidparseDomainAction(javafx.event.ActionEvent event) private voidscanAction(javafx.event.ActionEvent event) private voidsetTableColumnMapValueFactory(javafx.scene.control.TableColumn tableColumn, String name, boolean isEdit, Runnable onEditCommitHandle) 从类继承的方法 com.tlcsdm.jfxcommon.CommonSample
getProjectName, getProjectVersion从类继承的方法 com.tlcsdm.frame.SampleBase
bindUserData, bindUserDataBefore, buildSample, dispose, getControlPanelDividerPosition, getSampleXmlPrefix, hasControlPanel, initializeBindings, initializeUserData, initializeUserDataBindings, isVisible, start, updateForVersionUpgrade从类继承的方法 javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
字段详细资料
-
hostTextField
protected javafx.scene.control.TextField hostTextField -
scanButton
protected javafx.scene.control.Button scanButton -
diyPortTextField
protected javafx.scene.control.TextField diyPortTextField -
ipFilterTextField
protected javafx.scene.control.TextField ipFilterTextField -
portFilterTextField
protected javafx.scene.control.TextField portFilterTextField -
commonPortFlowPane
protected javafx.scene.layout.FlowPane commonPortFlowPane -
parseDomainButton
protected javafx.scene.control.Button parseDomainButton -
domainIpTextField
protected javafx.scene.control.TextField domainIpTextField -
getNatIpAddressButton
protected javafx.scene.control.Button getNatIpAddressButton -
natIpTextField
protected javafx.scene.control.TextField natIpTextField -
natIpAddressTextField
protected javafx.scene.control.TextField natIpAddressTextField -
connectStatusTableView
-
ipTableColumn
-
portTableColumn
-
statusTableColumn
-
connectStatusTableData
-
portStrings
String[] portStrings -
notificationBuilder
private org.controlsfx.control.Notifications notificationBuilder
-
-
构造器详细资料
-
ScanPortTool
public ScanPortTool()
-
-
方法详细资料
-
getSampleId
从接口复制的说明:Sample组件id. -
getSampleName
从接口复制的说明:SampleA short, most likely single-word, name to show to the user - e.g. "CheckBox". -
getSampleVersion
从接口复制的说明:Samplesample version. -
getSampleDescription
从类复制的说明:SampleBaseA short, multiple sentence description of the sample.- 指定者:
getSampleDescription在接口中Sample- 覆盖:
getSampleDescription在类中SampleBase
-
getPanel
public javafx.scene.Node getPanel(javafx.stage.Stage stage) 从接口复制的说明:SampleReturns the main sample panel. -
getControlPanel
public javafx.scene.Node getControlPanel()从类复制的说明:SampleBaseReturns the panel to display to the user that allows for manipulating the sample.- 指定者:
getControlPanel在接口中Sample- 覆盖:
getControlPanel在类中SampleBase
-
getOrderKey
从接口复制的说明:Sample排序字段. -
getSampleImageIcon
public javafx.scene.image.ImageView getSampleImageIcon()从接口复制的说明:Samplesample icon.- 指定者:
getSampleImageIcon在接口中Sample- 覆盖:
getSampleImageIcon在类中SampleBase
-
main
-
initialize
public void initialize()从接口复制的说明:SampleNote that initialize() is called after getPanel(). 实现类是FXML实现,推荐不使用此接口初始化,而是需要手动初始化- 指定者:
initialize在接口中Sample- 覆盖:
initialize在类中SampleBase
-
initializeOption
private void initializeOption() -
initializeUI
private void initializeUI() -
scanAction
private void scanAction(javafx.event.ActionEvent event) -
parseDomainAction
private void parseDomainAction(javafx.event.ActionEvent event) -
getNatIpAddressAction
private void getNatIpAddressAction(javafx.event.ActionEvent event) -
addPort
-
setTableColumnMapValueFactory
-