Interface OfficeWindow

  • All Known Implementing Classes:
    LocalOfficeWindow

    @Deprecated
    public interface OfficeWindow
    Deprecated.
    The concrete implementation of the OfficeWindow extends an appropriate type of visual component (java.awt.Canvas for local and java.awt.Container for remote).
    • Method Detail

      • getAWTComponent

        java.awt.Component getAWTComponent()
        Deprecated.
        Retrieves an AWT component object associated with the OfficeWindow.
        Returns:
        The AWT component object associated with the OfficeWindow.
      • getUNOWindowPeer

        com.sun.star.awt.XWindowPeer getUNOWindowPeer()
        Deprecated.
        Retrieves a UNO XWindowPeer object associated with the OfficeWindow.
        Returns:
        The UNO XWindowPeer object associated with the OfficeWindow.