public class QuickWindow extends Object
| Constructor and Description |
|---|
QuickWindow(DesktopWmProtos.DesktopWindowInfo info)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
getLocation() |
String |
getName() |
DesktopWmProtos.DesktopWindowRect |
getRect() |
Dimension |
getSize() |
String |
getTitle() |
DesktopWmProtos.DesktopWindowInfo.DesktopWindowType |
getType() |
int |
getWindowID() |
boolean |
isActive() |
boolean |
isOnScreen() |
String |
toString() |
public QuickWindow(DesktopWmProtos.DesktopWindowInfo info)
info - DesktopWindowInfo describing the windowpublic int getWindowID()
public String getTitle()
public String getName()
public boolean isActive()
public boolean isOnScreen()
public DesktopWmProtos.DesktopWindowInfo.DesktopWindowType getType()
public DesktopWmProtos.DesktopWindowRect getRect()
public Point getLocation()
public Dimension getSize()
Copyright © 2012. All Rights Reserved.