public interface SwingTaskViewConfig
SwingTaskView.
An instance of such a class may be passed to a SwingTaskViewFactory
to create a new SwingTaskView.| Modifier and Type | Method and Description |
|---|---|
Component |
getParentComponent()
Returns the optional parent component that should be used
for the
SwingTaskView |
Window |
getParentWindow()
Returns the optional parent window that should be used
for the
SwingTaskView |
SwingTask<?,?> |
getSwingTask()
Returns the
SwingTask that is shown in the SwingTaskView |
String |
getTitle()
Returns the title of the
SwingTaskView |
boolean |
isCancelable()
Returns whether the task is cancelable
|
boolean |
isModal()
Returns whether the task is modal
|
SwingTask<?,?> getSwingTask()
SwingTask that is shown in the SwingTaskViewSwingTaskString getTitle()
SwingTaskViewSwingTaskViewWindow getParentWindow()
SwingTaskViewnullComponent getParentComponent()
SwingTaskViewnullboolean isModal()
boolean isCancelable()
Copyright © 2016. All rights reserved.