|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDesktopManagement
Defines the services provided by the desktop manager.
| Method Summary | |
|---|---|
void |
add(JInternalFrame guiComponent)
Add a component window to the desktop. |
void |
executeLengthyTask(Object source,
String method,
Object[] params,
BoundedRangeModel model)
Execute a method that could take some time. |
JDesktopPane |
getDesktopPane()
|
JRootPane |
getRootPane()
|
void |
invokeInserter(JComponent parent,
String constituency,
char type,
String parentConstituency)
Display the inserter dialog. |
void |
remove(JInternalFrame guiComponent)
Remove a component window from the desktop. |
| Methods inherited from interface org.gswing.components.common.gui.IViewerInvocation |
|---|
showResult |
| Method Detail |
|---|
void add(JInternalFrame guiComponent)
guiComponent - The component to be added.void remove(JInternalFrame guiComponent)
guiComponent - The component to be removed.
void invokeInserter(JComponent parent,
String constituency,
char type,
String parentConstituency)
parent - The component that invoked this.constituency - The name of the constituency to display.type - The constituency type.parentConstituency - The parent constituency.
void executeLengthyTask(Object source,
String method,
Object[] params,
BoundedRangeModel model)
source - The object that the method is to invoked on.method - The name of the method to be invoked.params - The method parameters.model - The progress bar model.JDesktopPane getDesktopPane()
JRootPane getRootPane()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||