public interface WindowState
Modifier and Type | Method and Description |
---|---|
void |
applyTo(java.awt.Window window) |
int |
getExtendedState() |
java.awt.Point |
getLocation() |
java.awt.Dimension |
getSize() |
boolean |
isFullScreen() |
java.awt.Point getLocation()
Component.getLocation()
java.awt.Dimension getSize()
Component.getSize()
int getExtendedState()
Frame.getExtendedState()
boolean isFullScreen()
true
if a frame should be opened in a full screen modeIdeFrame.isInFullScreen()
void applyTo(java.awt.Window window)
window
- a window to apply this state