类 FrmCustom

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

    public class FrmCustom
    extends bibliothek.gui.dock.station.screen.window.ScreenDockFrame
    implements bibliothek.gui.dock.station.screen.ScreenDockWindow
    作者:
    wyq
    • 嵌套类概要

      • 从类继承的嵌套类/接口 bibliothek.gui.dock.station.screen.window.DisplayerScreenDockWindow

        bibliothek.gui.dock.station.screen.window.DisplayerScreenDockWindow.Background
    • 构造器概要

      构造器 
      构造器 说明
      FrmCustom​(bibliothek.gui.dock.ScreenDockStation station, bibliothek.gui.dock.station.screen.window.WindowConfiguration configuration)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void setDockable​(bibliothek.gui.Dockable dockable)  
      • 从类继承的方法 bibliothek.gui.dock.station.screen.window.ScreenDockFrame

        destroy, getFrame, setPreventFocusStealing, toFront, updateTitleIcon, updateTitleText
      • 从类继承的方法 bibliothek.gui.dock.station.screen.window.AbstractScreenDockWindow

        checkWindowBounds, checkWindowBoundsAsync, convertPointToScreen, createContent, createTitleMover, getComponent, getDisplayer, getDisplayerParent, getDockableInsets, getTitleIcon, getTitleText, getWindowBounds, getWindowComponent, init, invalidate, isVisible, setBackground, setController, setCursor, setPaintCombining, setPaintRemoval, setShape, setTitleIcon, setTitleText, setVisible, setWindowBounds, setWindowBounds, showDisplayer, validate
      • 从类继承的方法 bibliothek.gui.dock.station.screen.window.DisplayerScreenDockWindow

        addScreenDockWindowListener, contains, discardDisplayer, fireFullscreenChanged, fireShapeChanged, fireVisibilityChanged, fireWindowClosing, getConfiguration, getController, getDockable, getDockableDisplayer, getMinimumWindowSize, getNormalBounds, getOffsetDrop, getOffsetMove, getStation, getTitleCenter, inCombineArea, init, inTitleArea, isFullscreen, isMoveOnTitleGrab, isShowTitle, listeners, removeScreenDockWindowListener, setFullscreen, setFullscreenStrategy, setNormalBounds, setShowTitle
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 bibliothek.gui.dock.station.screen.ScreenDockWindow

        addScreenDockWindowListener, checkWindowBounds, contains, destroy, getComponent, getDockable, getDockableDisplayer, getDockableInsets, getMinimumWindowSize, getNormalBounds, getOffsetDrop, getOffsetMove, getStation, getTitleCenter, getWindowBounds, inCombineArea, inTitleArea, isFullscreen, isVisible, removeScreenDockWindowListener, setController, setFullscreen, setFullscreenStrategy, setNormalBounds, setPaintCombining, setPaintRemoval, setPreventFocusStealing, setVisible, setWindowBounds, toFront, validate
    • 构造器详细资料

      • FrmCustom

        public FrmCustom​(bibliothek.gui.dock.ScreenDockStation station,
                         bibliothek.gui.dock.station.screen.window.WindowConfiguration configuration)
    • 方法详细资料

      • setDockable

        public void setDockable​(bibliothek.gui.Dockable dockable)
        指定者:
        setDockable 在接口中 bibliothek.gui.dock.station.screen.ScreenDockWindow
        覆盖:
        setDockable 在类中 bibliothek.gui.dock.station.screen.window.AbstractScreenDockWindow