gov.nasa.worldwind.applications.sar
Class LicenseDialog
java.lang.Object
gov.nasa.worldwind.applications.sar.LicenseDialog
public class LicenseDialog
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCEPT_OPTION
public static final int ACCEPT_OPTION
- See Also:
- Constant Field Values
DECLINE_OPTION
public static final int DECLINE_OPTION
- See Also:
- Constant Field Values
ERROR_OPTION
public static final int ERROR_OPTION
- See Also:
- Constant Field Values
LicenseDialog
public LicenseDialog(Object license)
getContentType
public String getContentType()
getLicense
public final Object getLicense()
getPreferredSize
public Dimension getPreferredSize()
getTitle
public String getTitle()
setContentType
public void setContentType(String contentType)
setPreferredSize
public void setPreferredSize(Dimension preferredSize)
setTitle
public void setTitle(String title)
showDialog
public int showDialog(Component parentComponent)