java.lang.Object
com.tlcsdm.frame.model.EmptyCenterPanel
- 所有已实现的接口:
CenterPanelService
- 作者:
- unknowIfGuestInDream
-
字段概要
字段修饰符和类型字段说明private javafx.scene.control.Tabprivate SampleBaseprivate javafx.stage.Stageprivate javafx.scene.control.TabPaneprivate javafx.scene.control.Tab -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private javafx.scene.NodebuildCommonContent(Sample sample) void点击菜单时触发的CenterPanel actionjavafx.scene.Node设置CenterPanelvoidhandleWelcomePage(WelcomePage wPage) WelcomePage 处理voidupdateSampleChild(Sample selectedSample, Project selectedProject) CenterPanel 内部组件的切换private void
-
字段详细资料
-
stage
private javafx.stage.Stage stage -
selectedSample
-
tabPane
private javafx.scene.control.TabPane tabPane -
sampleTab
private javafx.scene.control.Tab sampleTab -
welcomeTab
private javafx.scene.control.Tab welcomeTab
-
-
构造器详细资料
-
EmptyCenterPanel
public EmptyCenterPanel()
-
-
方法详细资料
-
getCenterPanel
public javafx.scene.Node getCenterPanel()从接口复制的说明:CenterPanelService设置CenterPanel- 指定者:
getCenterPanel在接口中CenterPanelService
-
changeSample
public void changeSample()从接口复制的说明:CenterPanelService点击菜单时触发的CenterPanel action- 指定者:
changeSample在接口中CenterPanelService
-
updateSampleChild
从接口复制的说明:CenterPanelServiceCenterPanel 内部组件的切换- 指定者:
updateSampleChild在接口中CenterPanelService
-
handleWelcomePage
从接口复制的说明:CenterPanelServiceWelcomePage 处理- 指定者:
handleWelcomePage在接口中CenterPanelService
-
updateTab
private void updateTab() -
buildCommonContent
-