Methods Summary |
---|
public void | addCustomEntriesToTable(UIDefaults table)
Border blackLineBorder = new BorderUIResource(new LineBorder( getBlack() ));
Border whiteLineBorder = new BorderUIResource(new LineBorder( getWhite() ));
table.put( "ToolTip.border", blackLineBorder);
table.put( "TitledBorder.border", blackLineBorder);
table.put( "Table.focusCellHighlightBorder", whiteLineBorder);
table.put( "Table.focusCellForeground", getWhite());
|
public ColorUIResource | getAcceleratorForeground() return getBlack();
|
public ColorUIResource | getAcceleratorSelectedForeground() return getWhite();
|
public ColorUIResource | getControlHighlight() return super.getSecondary3();
|
public ColorUIResource | getFocusColor() return getBlack();
|
public ColorUIResource | getHighlightedTextColor() return getWhite();
|
public ColorUIResource | getMenuSelectedBackground() return getBlack();
|
public ColorUIResource | getMenuSelectedForeground() return getWhite();
|
public java.lang.String | getName() return "Contrast";
|
protected ColorUIResource | getPrimary1()
return primary1;
|
protected ColorUIResource | getPrimary2() return primary2;
|
protected ColorUIResource | getPrimary3() return primary3;
|
public ColorUIResource | getPrimaryControlHighlight() return primaryHighlight;
|
protected ColorUIResource | getSecondary2() return secondary2;
|
protected ColorUIResource | getSecondary3() return secondary3;
|
public ColorUIResource | getTextHighlightColor() return getBlack();
|