public abstract class Window extends Object implements Serializable
WindowManager.getCurrentWindow
Modifier and Type | Class and Description |
---|---|
static class |
Window.LifecycleState
Represents the current state of the Window.
|
static class |
Window.Usage
Represents how the window is used in the application
|
Constructor and Description |
---|
Window() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getId() |
abstract Window.LifecycleState |
getLifecycleState() |
abstract Window.Usage |
getUsage()
Returns the Usage of the Window--either a top-level frame or a dialog
|
abstract Map<String,Object> |
getWindowMap()
Returns the Map for storing data associated with this Window object.
|
abstract boolean |
isNew() |
public abstract String getId()
public abstract Window.LifecycleState getLifecycleState()
public abstract Window.Usage getUsage()
public abstract boolean isNew()
true
if the window's document hasn't been rendered since the Window
was created.Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.