类 CustomWindowFactory
- java.lang.Object
-
- org.meteoinfo.lab.gui.CustomWindowFactory
-
- 所有已实现的接口:
bibliothek.gui.dock.station.screen.ScreenDockWindowFactory
public class CustomWindowFactory extends java.lang.Object implements bibliothek.gui.dock.station.screen.ScreenDockWindowFactory- 作者:
- wyq
-
-
构造器概要
构造器 构造器 说明 CustomWindowFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 bibliothek.gui.dock.station.screen.ScreenDockWindowcreateWindow(bibliothek.gui.dock.ScreenDockStation station, bibliothek.gui.dock.station.screen.window.WindowConfiguration configuration)bibliothek.gui.dock.station.screen.ScreenDockWindowupdateWindow(bibliothek.gui.dock.station.screen.ScreenDockWindow window, bibliothek.gui.dock.station.screen.window.WindowConfiguration configuration, bibliothek.gui.dock.ScreenDockStation station)
-
-
-
方法详细资料
-
createWindow
public bibliothek.gui.dock.station.screen.ScreenDockWindow createWindow(bibliothek.gui.dock.ScreenDockStation station, bibliothek.gui.dock.station.screen.window.WindowConfiguration configuration)- 指定者:
createWindow在接口中bibliothek.gui.dock.station.screen.ScreenDockWindowFactory
-
updateWindow
public bibliothek.gui.dock.station.screen.ScreenDockWindow updateWindow(bibliothek.gui.dock.station.screen.ScreenDockWindow window, bibliothek.gui.dock.station.screen.window.WindowConfiguration configuration, bibliothek.gui.dock.ScreenDockStation station)- 指定者:
updateWindow在接口中bibliothek.gui.dock.station.screen.ScreenDockWindowFactory
-
-