| java.lang.Object org.netbeans.installer.utils.UiUtils
UiUtils | final public class UiUtils (Code) | | author: Kirill Sorokin |
Inner Class :public static enum CertificateAcceptanceStatus | |
Inner Class :public static enum MessageType | |
Inner Class :public enum LookAndFeelType | |
Method Summary | |
public static String | getDefaultLookAndFeelClassName() | public static int | getDimension(Properties props, String defaultPropertyName, int defaultValue) | final public static LookAndFeelType | getLAF() | public static void | initializeLookAndFeel() | public static CertificateAcceptanceStatus | showCertificateAcceptanceDialog(Certificate[] certificates, int chainStart, int chainEnd, boolean rootCaIsNotValid, boolean timeIsNotValid, Date timestamp, String description) | public static void | showMessageDialog(String message, String title, MessageType messageType) | public static boolean | showYesNoDialog(String title, String message) |
LAF_CLASS_NAME_PROPERTY | final public static String LAF_CLASS_NAME_PROPERTY(Code) | | Name of the system property, which contains the look and feel class name that
should be used by the wizard.
|
LAF_DECORATED_WINDOWS_PROPERTY | final public static String LAF_DECORATED_WINDOWS_PROPERTY(Code) | | Name of the system property, which tells the UiUtils whether the wizard
windows should be decorated by the current look and feel or the system
window manager.
|
WINDOWS_XP_THEME_MARKER_PROPERTY | final public static String WINDOWS_XP_THEME_MARKER_PROPERTY(Code) | | |
getDefaultLookAndFeelClassName | public static String getDefaultLookAndFeelClassName()(Code) | | |
getDimension | public static int getDimension(Properties props, String defaultPropertyName, int defaultValue)(Code) | | |
getLAF | final public static LookAndFeelType getLAF()(Code) | | |
showCertificateAcceptanceDialog | public static CertificateAcceptanceStatus showCertificateAcceptanceDialog(Certificate[] certificates, int chainStart, int chainEnd, boolean rootCaIsNotValid, boolean timeIsNotValid, Date timestamp, String description)(Code) | | |
showMessageDialog | public static void showMessageDialog(String message, String title, MessageType messageType)(Code) | | |
|
|