Class MainWindowSwing
java.lang.Object
net.thevpc.netbeans.launcher.ui.MainWindowSwing
- Author:
- thevpc
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NetbeansLauncherModuleprotected JFrameprotected SwingToolkit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetPane(AppPaneType type) AppPane[]getPanes()booleanstatic voidvoidvoidvoidvoidvoidvoidsetFrameInfo(FrameInfo frameInfo) voidsetSelectedPane(AppPaneType type) voidshowConfirmOkCancel(SwingToolkit.Message title, SwingToolkit.Message message, Runnable todo) voidshowConfirmOkCancel(SwingToolkit.Message title, SwingToolkit.Message message, Runnable todo, Runnable todoElse) voidshowConfirmYesNoCancel(SwingToolkit.Message title, SwingToolkit.Message message, Runnable yes, Runnable no, Runnable cancel) voidvoidvoidvoid
-
Field Details
-
configService
-
toolkit
-
frame
-
-
Constructor Details
-
MainWindowSwing
public MainWindowSwing()
-
-
Method Details
-
launch
-
getToolkit
-
start
-
getPanes
-
onAddWorkspace
-
onEditWorkspace
-
getPane
-
setSelectedPane
-
updateGlobalHeader
public void updateGlobalHeader() -
onRefreshHeader
public void onRefreshHeader() -
startWorkspace
-
updateList
public void updateList() -
isCompact
public boolean isCompact() -
setFrameInfo
-
onPreChangeCompatStatus
public void onPreChangeCompatStatus() -
onChangeCompatStatus
public void onChangeCompatStatus() -
confirmAndExit
public void confirmAndExit() -
showConfirmOkCancel
public void showConfirmOkCancel(SwingToolkit.Message title, SwingToolkit.Message message, Runnable todo) -
showConfirmOkCancel
public void showConfirmOkCancel(SwingToolkit.Message title, SwingToolkit.Message message, Runnable todo, Runnable todoElse) -
showConfirmYesNoCancel
public void showConfirmYesNoCancel(SwingToolkit.Message title, SwingToolkit.Message message, Runnable yes, Runnable no, Runnable cancel) -
getConfigService
-