类 CustomWindowFactory

  • 所有已实现的接口:
    bibliothek.gui.dock.station.screen.ScreenDockWindowFactory

    public class CustomWindowFactory
    extends java.lang.Object
    implements bibliothek.gui.dock.station.screen.ScreenDockWindowFactory
    作者:
    wyq
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      bibliothek.gui.dock.station.screen.ScreenDockWindow createWindow​(bibliothek.gui.dock.ScreenDockStation station, bibliothek.gui.dock.station.screen.window.WindowConfiguration configuration)  
      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)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • CustomWindowFactory

        public CustomWindowFactory()
    • 方法详细资料

      • 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