public class WindowsServer2012Theme extends Windows10Theme
It is Windows 10 theme, but with different selection colors.
ClassicTheme.TextLookAndFeelImplTheme.TextLookAndFeel| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Integer,ColorRgb> |
defaultColors
Cached map with default system colors.
|
private static java.awt.Color |
HIGHLIGHT_BACKGROUND_COLOR
Background color for highlighted text (Eg.
|
static java.lang.String |
NAME
Short name
|
COMBOBOX_BUTTON_WIDTH, MENU_CHECKMARK_WIDTH, MENU_LEFT_PAD, SCROLL_GAUGE_COLORCELLS_NEW_LINE, LOG, NON_SORTABLE_COLUMN_LABEL_COLOR, ROW_TOGGLE_SIZE, TREELIST_CAPTION_SELECTED_COLOR, TREELIST_CAPTION_SELECTED_TEXT_COLOR, TREELIST_COLUMN_CAPTION_LEFT_PADDING, TREELIST_COLUMN_CAPTION_Y_PADDING, TREELIST_COLUMN_SORT_ICON_WIDTH, TREELIST_COLUMN_SPACER_COLOR, TREELIST_COLUMN_SPACING, TREEVIEW_EXPAND_ICON_OFFSET, TREEVIEW_EXPAND_ICON_SIZE, TREEVIEW_INNER_PADDINGALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_NONE, ALIGN_RIGHT, ALIGN_TOP, COMMON_RESOURCES_PATH, HORIZONTAL_ALIGN_MASK, VERTICAL_ALIGN_MASK| Constructor and Description |
|---|
WindowsServer2012Theme() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,ColorRgb> |
getDefaultSystemPalette()
Obtain the default UX system palette for this theme.
|
java.lang.String |
getName()
Get the name of this
Theme. |
draw3DBorder, drawBrowseColumnLabelBorder, drawBrowseColumnLabelRect, drawBrowseColumnMarker, drawBrowseTitlePanel, drawButton, drawCaptionButton, drawComboBoxButton, drawComboBoxEntryField, drawComboBoxFieldBorder, drawFileChooserThumbnailBackground, drawFillInBorder, drawFrameTitle, drawLineBorder, drawMenuBackground, drawMenuBarElement, drawMenuItemBackground, drawMenuItemContent, drawMenuSeparator, drawProgressBar, drawRadioButton, drawRectangle, drawScrollBarButton, drawScrollBarGauge, drawScrollBarThumb, drawSelectionFocus, drawSelectionListBackground, drawSelectionListItem, drawSliderBackground, drawSliderThumb, drawSliderTrack, drawStatusBar, drawToggleBox, drawToolTip, drawWindowBorder, drawWindowTitle, drawWindowTitleBar, getBinaryResourceLocation, getBrowseCellForegroundColor, getBrowseCellSeparatorColor, getBrowseDataOffsetLeft, getBrowseLabelOffsetLeft, getBrowseMarkerArrow, getCaptionButtonHeight, getCaptionButtonsAlignment, getCaptionButtonWidth, getCheckBoxSize, getCheckBoxSpace, getComboBoxButtonSize, getComboBoxDropDownOffset, getComboBoxEntryShift, getComboBoxFieldExtraSpace, getDefaultFontAliases, getDialogExtraHeight, getDialogExtraWidth, getFileChooserForegroundColor, getImage, getMenuBarElementMinSize, getMenuCheckmarkWidth, getMenuItemHeight, getMenuLeftPad, getMenuRightPad, getMenuSeparatorHeight, getPasswordCharacter, getPngImage, getRadioButtonImage, getRadioButtonImageSpace, getRowToggleImage, getRowToggleOffset, getRowToggleSize, getScrollBarButtonHeight, getScrollBarButtonWidth, getScrollBarGaugeWidth, getScrollBarThumbWidth, getSliderThumbImageName, getSliderThumbRegularDimension, getSliderTicmarkColor, getSpaceBeforeButton, getStandardFontTable, getTextLookAndFeel, getTitleBarHeight, getWindowBorderInsets, getWindowIconAlignment, getWindowTitleAlignment, isClassic, isMouseHoverSensitive, layoutTitleBar, releaseResources, setBrowseCellBackgroundSelectionColor, setCompositeXorColordrawAlertBox, drawBrowseCell, drawBrowseCellLabel, drawBrowseCellText, drawBrowseColumnDrag, drawBrowseColumnLabel, drawBrowseColumnSetBackground, drawBrowseMarkersColumn, drawBrowseNormalColumn, drawBrowseResizingColumn, drawBrowseRowHighlight, drawCaret, drawEditorCaret, drawEditorContent, drawFillInCaret, drawLabel, drawLabelUnderline, drawRowToggleImage, drawSliderFrame, drawSliderTicMarks, drawSliderValue, drawTabBarWidget, drawTabBarWidgetItem, drawTabPageWidget, drawTabPageWidgetItem, drawText, drawTooltipWorker, drawTreeListBody, drawTreeListCaption, drawTreeListCaptionItem, drawTreeViewBody, get3DBorderOffset, getAlertBoxPadding, getBinaryResource, getBinaryResourceCommonLocation, getBrowseLabelOffsetRight, getCalendarBodyBackgroundColor, getCalendarBodyForegroundColor, getCalendarTitleBackgroundColor, getCalendarTitleForegroundColor, getCalendarTrailingBackgroundColor, getCalendarTrailingForegroundColor, getColumnBackgroundColor, getColumnLabelBackgroundColor, getHyperlinkColor, getHyperlinkFont, getImage, getMenuInsets, getMenuSmArrowWidth, getPrebuiltArrowImageSize, getRadioButtonExtraDist, getRowToggleOffsetCentered, getScrollBarIntersectionColor, getScrollBarThumbMinSize, getSelectedDayBackgroundColor, getSelectedDayForegroundColor, getSliderThumbSmallDimension, getSortArrowClipPoint, getTextLookAndFeel, getTitleBarFont, getTitleBarTextColor, getTreeViewCheckBoxWidth, getTreeViewNodeContentHorizontalOffset, getTreeViewNodeHeight, getTreeViewNodeHorizontalOffset, getTreeViewNodeImageVerticalOffset, getTreeViewNodeLabelAvailableWidth, getTreeViewNodeLabelHeight, getTreeViewNodeLabelHorizontalOffset, getTreeViewNodeLabelVerticalOffset, getTreeViewNodeVerticalOffset, isBrowseLabelBorderDrawQuirk, isOldBrowseSelectionBar, isTreeViewCheckboxAt, setDownArrowImages, setLeftArrowImages, setOldBrowseSelectionBar, setRightArrowImages, setUpArrowImagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFillInNativeInsets, isFlat, setClientMetricspublic static final java.lang.String NAME
private static final java.awt.Color HIGHLIGHT_BACKGROUND_COLOR
private java.util.Map<java.lang.Integer,ColorRgb> defaultColors
public java.lang.String getName()
Theme.getName in interface ThemegetName in class Windows10Themepublic java.util.Map<java.lang.Integer,ColorRgb> getDefaultSystemPalette()
getDefaultSystemPalette in interface ThemegetDefaultSystemPalette in class Windows10Theme