Package com.sun.star.comp.beans
Interface OfficeWindow
-
- All Known Implementing Classes:
LocalOfficeWindow
@Deprecated public interface OfficeWindowDeprecated.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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.awt.ComponentgetAWTComponent()Deprecated.Retrieves an AWT component object associated with the OfficeWindow.com.sun.star.awt.XWindowPeergetUNOWindowPeer()Deprecated.Retrieves a UNO XWindowPeer object associated with the OfficeWindow.
-
-
-
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.
-
-