Class SwingPeerHelper
java.lang.Object
net.thevpc.echo.swing.SwingPeerHelper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MouseListenerstatic final MouseMotionListenerstatic final MouseWheelListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AppComponentappComponentOf(JComponent swingComponent) static JComponenteffectiveSwingComponent(AppComponent component) static ComponentgetComponentOwner(Object parent, AppComponent comp) static WindowgetComponentOwnerWindow(Object parent, AppComponent comp) static voidinstallComponent(AppComponent appComponent, JComponent swingComponent) static voidinstallTextComponent(AppEditTextControl appComponent, JTextComponent swingComponent) static ComponentresolveOwnerComponent(AppComponent cmp, Application app) static WindowresolveOwnerWindow(AppComponent cmp, Application app)
-
Field Details
-
FROM_SWING_MOUSE_LISTENER
-
FROM_SWING_MOUSE_WHEEL_LISTENER
-
FROM_SWING_MOUSE_MOTION_LISTENER
-
-
Constructor Details
-
SwingPeerHelper
public SwingPeerHelper()
-
-
Method Details
-
installTextComponent
public static void installTextComponent(AppEditTextControl appComponent, JTextComponent swingComponent) -
appComponentOf
-
effectiveSwingComponent
-
installComponent
-
resolveOwnerWindow
-
resolveOwnerComponent
-
getComponentOwnerWindow
-
getComponentOwner
-