Class DockingInternalFrameUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.InternalFrameUI
javax.swing.plaf.basic.BasicInternalFrameUI
com.inductiveautomation.factorypmi.application.DockingInternalFrameUI
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classThe is glass pane dispatcher overrides the Handler in BasicInternalFrameUI.protected classThis component listener overrides the Handler in BasicInternalFrameUI.Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicInternalFrameUI
BasicInternalFrameUI.BasicInternalFrameListener, BasicInternalFrameUI.BorderListener, BasicInternalFrameUI.ComponentHandler, BasicInternalFrameUI.GlassPaneDispatcher, BasicInternalFrameUI.InternalFrameLayout, BasicInternalFrameUI.InternalFramePropertyChangeListener -
Field Summary
FieldsFields inherited from class javax.swing.plaf.basic.BasicInternalFrameUI
borderListener, componentListener, eastPane, frame, glassPaneDispatcher, internalFrameLayout, northPane, openMenuKey, propertyChangeListener, southPane, titlePane, westPane -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ComponentListenerprotected MouseInputListenerprotected JComponentprotected PropertyChangeListenerstatic ComponentUIprotected voidMethods inherited from class javax.swing.plaf.basic.BasicInternalFrameUI
activateFrame, closeFrame, createBorderListener, createDesktopManager, createEastPane, createInternalFrameListener, createLayoutManager, createSouthPane, createWestPane, deactivateFrame, deiconifyFrame, deinstallMouseHandlers, getDesktopManager, getEastPane, getMaximumSize, getMinimumSize, getNorthPane, getPreferredSize, getSouthPane, getWestPane, iconifyFrame, installComponents, installKeyboardActions, installListeners, installMouseHandlers, installUI, isKeyBindingActive, isKeyBindingRegistered, maximizeFrame, minimizeFrame, replacePane, setEastPane, setKeyBindingActive, setKeyBindingRegistered, setNorthPane, setSouthPane, setupMenuCloseKey, setupMenuOpenKey, setWestPane, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, update
-
Field Details
-
isDragging
protected static boolean isDragging
-
-
Constructor Details
-
DockingInternalFrameUI
-
-
Method Details
-
createUI
-
createGlassPaneDispatcher
- Overrides:
createGlassPaneDispatcherin classBasicInternalFrameUI
-
installDefaults
protected void installDefaults()- Overrides:
installDefaultsin classBasicInternalFrameUI
-
createPropertyChangeListener
- Overrides:
createPropertyChangeListenerin classBasicInternalFrameUI
-
createComponentListener
- Overrides:
createComponentListenerin classBasicInternalFrameUI
-
createNorthPane
- Overrides:
createNorthPanein classBasicInternalFrameUI
-