22 module
com { module sun { module star { module awt {
makes it possible to receive keyboard focus events.
Definition XFocusListener.idl:31
makes it possible to receive keyboard events.
Definition XKeyListener.idl:35
makes it possible to receive events from the mouse in a certain window.
Definition XMouseListener.idl:40
makes it possible to receive mouse motion events on a window.
Definition XMouseMotionListener.idl:34
makes it possible to receive paint events.
Definition XPaintListener.idl:28
makes it possible to receive window events.
Definition XWindowListener.idl:33
specifies the basic operations for a window component.
Definition XWindow.idl:33
void removeMouseListener([in] com::sun::star::awt::XMouseListener xListener)
removes the specified mouse listener from the listener list.
void addMouseListener([in] com::sun::star::awt::XMouseListener xListener)
adds a mouse listener to the object.
void removeMouseMotionListener([in] com::sun::star::awt::XMouseMotionListener xListener)
removes the specified mouse motion listener from the listener list.
void setFocus()
sets the focus to the window.
void addFocusListener([in] com::sun::star::awt::XFocusListener xListener)
adds a focus listener to the object.
void removePaintListener([in] com::sun::star::awt::XPaintListener xListener)
removes the specified paint listener from the listener list.
void removeFocusListener([in] com::sun::star::awt::XFocusListener xListener)
removes the specified focus listener from the listener list.
void removeKeyListener([in] com::sun::star::awt::XKeyListener xListener)
removes the specified key listener from the listener list.
void addKeyListener([in] com::sun::star::awt::XKeyListener xListener)
adds a key listener to the object.
void removeWindowListener([in] com::sun::star::awt::XWindowListener xListener)
removes the specified window listener from the listener list.
void addPaintListener([in] com::sun::star::awt::XPaintListener xListener)
adds a paint listener to the object.
void setPosSize([in] long X, [in] long Y, [in] long Width, [in] long Height, [in] short Flags)
sets the outer bounds of the window.
void setEnable([in] boolean Enable)
enables or disables the window depending on the parameter.
void addMouseMotionListener([in] com::sun::star::awt::XMouseMotionListener xListener)
adds a mouse motion listener to the object.
void addWindowListener([in] com::sun::star::awt::XWindowListener xListener)
adds a window listener to the object.
void setVisible([in] boolean Visible)
shows or hides the window depending on the parameter.
com::sun::star::awt::Rectangle getPosSize()
returns the outer bounds of the window.
allows to explicitly free resources and break cyclic references.
Definition XComponent.idl:39
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28