public static class AlertViewer.Descriptor extends ComponentDescriptor
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice() |
Point |
getLocation() |
Dimension |
getSize() |
boolean |
isIconized() |
boolean |
isMaximized() |
boolean |
isUndocked() |
void |
setDevice(String device) |
void |
setIconized(boolean iconized) |
void |
setLocation(Point location) |
void |
setMaximized(boolean maximized) |
void |
setSize(Dimension size) |
void |
setUndocked(boolean undocked) |
getClassName, getConfiguration, getDescription, getId, getName, getShortDescription, getVersion, setClassName, setConfiguration, setDescription, setId, setName, setShortDescription, setVersionpublic boolean isIconized()
public void setIconized(boolean iconized)
public boolean isUndocked()
public void setUndocked(boolean undocked)
public Dimension getSize()
public void setSize(Dimension size)
public Point getLocation()
public void setLocation(Point location)
public String getDevice()
public void setDevice(String device)
public boolean isMaximized()
public void setMaximized(boolean maximized)
Copyright © 2018 LSST. All rights reserved.