com.spss.psapi.extensions.ui

Interface NativeWindowHandle

  • All Superinterfaces:
    WindowHandle
    All Known Subinterfaces:
    ExtensionObjectWindowHandle


    public interface NativeWindowHandle
    extends WindowHandle
    Defines the functionality associated with a native window. A native window is a Java window (a sub-class of either java.awt.Frame or java.awt.Dialog).
    Since:
    PSAPI 11.1
    Version:
    1.0
    Author:
    Julian Clinton
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.awt.Window getWindow()
      Returns the window associated with this window handle or null if the window has been disposed.
    • Method Detail

      • getWindow

        java.awt.Window getWindow()
        Returns the window associated with this window handle or null if the window has been disposed.
        Returns:
        the window or null

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.