Methods Summary |
---|
public void | addCustomEntriesToTable(javax.swing.UIDefaults table)
Border blackLineBorder = new BorderUIResource(new LineBorder( getBlack() ));
Object textBorder = new BorderUIResource( new CompoundBorder(
blackLineBorder,
new BasicBorders.MarginBorder()));
table.put( "ToolTip.border", blackLineBorder);
table.put( "TitledBorder.border", blackLineBorder);
table.put( "TextField.border", textBorder);
table.put( "PasswordField.border", textBorder);
table.put( "TextArea.border", textBorder);
table.put( "TextPane.border", textBorder);
table.put( "EditorPane.border", textBorder);
|
public javax.swing.plaf.ColorUIResource | getAcceleratorForeground()
return getBlack();
|
public javax.swing.plaf.ColorUIResource | getAcceleratorSelectedForeground()
return getWhite();
|
public javax.swing.plaf.ColorUIResource | getControlHighlight()
return super.getSecondary3();
|
public javax.swing.plaf.ColorUIResource | getFocusColor()
return getBlack();
|
public javax.swing.plaf.ColorUIResource | getHighlightedTextColor()
return getWhite();
|
public javax.swing.plaf.ColorUIResource | getMenuSelectedBackground()
return getBlack();
|
public javax.swing.plaf.ColorUIResource | getMenuSelectedForeground()
return getWhite();
|
public java.lang.String | getName()
return "Contrast";
|
protected javax.swing.plaf.ColorUIResource | getPrimary1()
return primary1;
|
protected javax.swing.plaf.ColorUIResource | getPrimary2()
return primary2;
|
protected javax.swing.plaf.ColorUIResource | getPrimary3()
return primary3;
|
public javax.swing.plaf.ColorUIResource | getPrimaryControlHighlight()
return primaryHighlight;
|
protected javax.swing.plaf.ColorUIResource | getSecondary2()
return secondary2;
|
protected javax.swing.plaf.ColorUIResource | getSecondary3()
return secondary3;
|
public javax.swing.plaf.ColorUIResource | getTextHighlightColor()
return getBlack();
|