Table of Contents

Interface IWindowAdapter

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll
public interface IWindowAdapter : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members
IJVMBridgeBase.MonitorEnter()
IJVMBridgeBase.MonitorExit()
IJVMBridgeBase.IsInstanceOf(IJavaType)
IJVMBridgeBase.IsInstanceOf<T>()
IJVMBridgeBase.RuntimeIsInstanceOf<T>()
IJVMBridgeBase.CastTo<TNewClass>()
IJVMBridgeBase.CastDirect<TNewClass>()
IJVMBridgeBase.DynBridgeInstance
IJVMBridgeBase.BridgeInstance
IJVMBridgeDefinition.BridgeClassName
IJVMBridgeDefinition.IsBridgeInterface
IJVMBridgeDefinition.IsBridgeAbstract
IJVMBridgeDefinition.IsBridgeStatic
IJVMBridgeDefinition.IsBridgeCloseable
IJVMBridgeDefinition.IsBridgeListener

Methods

WindowActivated(WindowEvent)

void WindowActivated(WindowEvent e)

Parameters

e WindowEvent

WindowClosed(WindowEvent)

void WindowClosed(WindowEvent e)

Parameters

e WindowEvent

WindowClosing(WindowEvent)

void WindowClosing(WindowEvent e)

Parameters

e WindowEvent

WindowDeactivated(WindowEvent)

void WindowDeactivated(WindowEvent e)

Parameters

e WindowEvent

WindowDeiconified(WindowEvent)

void WindowDeiconified(WindowEvent e)

Parameters

e WindowEvent

WindowGainedFocus(WindowEvent)

void WindowGainedFocus(WindowEvent e)

Parameters

e WindowEvent

WindowIconified(WindowEvent)

void WindowIconified(WindowEvent e)

Parameters

e WindowEvent

WindowLostFocus(WindowEvent)

void WindowLostFocus(WindowEvent e)

Parameters

e WindowEvent

WindowOpened(WindowEvent)

void WindowOpened(WindowEvent e)

Parameters

e WindowEvent

WindowStateChanged(WindowEvent)

void WindowStateChanged(WindowEvent e)

Parameters

e WindowEvent