Table of Contents

Interface IWindowAdapter

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll
public interface IWindowAdapter : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

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