org.fuin.apps4swing
Class JFrameWindowManager
java.lang.Object
org.fuin.apps4swing.JFrameWindowManager
- All Implemented Interfaces:
- org.fuin.apps4j.base.WindowManager
public final class JFrameWindowManager
- extends Object
- implements org.fuin.apps4j.base.WindowManager
Window manager that uses JFrame objects to display a module.
|
Method Summary |
void |
close(org.fuin.apps4j.base.ModuleImplIntf module)
|
void |
open(org.fuin.apps4j.base.ModuleImplIntf module,
String title)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JFrameWindowManager
public JFrameWindowManager()
open
public final void open(org.fuin.apps4j.base.ModuleImplIntf module,
String title)
- Specified by:
open in interface org.fuin.apps4j.base.WindowManager
close
public final void close(org.fuin.apps4j.base.ModuleImplIntf module)
- Specified by:
close in interface org.fuin.apps4j.base.WindowManager
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.