com.opera.core.systems
Class QuickWindow
java.lang.Object
com.opera.core.systems.QuickWindow
public class QuickWindow
- extends Object
Represents a window in the Desktop UI.
- Author:
- Adam Minchinton, Karianne Ekern
QuickWindow
public QuickWindow(DesktopWmProtos.DesktopWindowInfo info)
- Constructor.
- Parameters:
info - DesktopWindowInfo describing the window
getWindowID
public int getWindowID()
- Returns:
- window id of this window
getTitle
public String getTitle()
- Returns:
- title of this window
getName
public String getName()
- Returns:
- name of this window
isActive
public boolean isActive()
- Returns:
- true if window is active
isOnScreen
public boolean isOnScreen()
- Returns:
- true if the window is on screen, otherwise false
getType
public DesktopWmProtos.DesktopWindowInfo.DesktopWindowType getType()
- Returns:
- the type of the window
getRect
public DesktopWmProtos.DesktopWindowRect getRect()
- Returns:
- DesktopWindowRect of the window
getLocation
public Point getLocation()
- Returns:
- Point describing location of window
getSize
public Dimension getSize()
- Returns:
- size of this window
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.