< prev index next >

src/java.desktop/share/classes/java/awt/doc-files/DesktopProperties.html

Print this page




  38 may be obtained via the
  39 <a href="../Toolkit.html#getDesktopProperty(java.lang.String)">
  40 <code>Toolkit.getDesktopProperty</code></a> method.
  41 <p>
  42 Each desktop property is named by a unique string, which
  43 is the "name" of that property.
  44 <p>
  45 Desktop properties supported by the AWT but not documented
  46 elsewhere - typically because there is no suitable
  47 method or class - are documented here.
  48 <p>
  49 Desktop properties documented elsewhere are those which are
  50 tightly coupled with a method or class which documents them.
  51 <p>
  52 Since desktop properties abstract an underlying platform
  53 setting, they may not be available in environments that do
  54 not support them. In the event that a desktop property is
  55 unavailable for any reason, the implementation will return
  56 <code>null</code>.
  57 <p>
  58 The following table summarizes the desktop properties documented
  59 here, and their value types.
  60 <br><br>
  61 <table border=1>


  62 <thead>
  63 <tr>
  64 <th scope="col">Property Name</th>
  65 <th scope="col">Value Type</th>
  66 <th scope="col">Summary Description</th>
  67 </tr>
  68 </thead>
  69 <tbody>
  70 <tr>
  71 <th scope="row"><A href="#awt.font.desktophints">awt.font.desktophints</A></th>
  72 <td>{@link java.util.Map java.util.Map}</td>
  73 <td>Font smoothing (text antialiasing) settings.</td>
  74 </tr>
  75 <tr>
  76 <th scope="row"><A href="#sun.awt.enableExtraMouseButtons">sun.awt.enableExtraMouseButtons</A></th>
  77 <td>{@link java.lang.Boolean java.lang.Boolean}</td>
  78 <td>Controls if mouse events from extra buttons are to be generated or not</td>
  79 </tr>
  80 </tbody>
  81 </table>




  38 may be obtained via the
  39 <a href="../Toolkit.html#getDesktopProperty(java.lang.String)">
  40 <code>Toolkit.getDesktopProperty</code></a> method.
  41 <p>
  42 Each desktop property is named by a unique string, which
  43 is the "name" of that property.
  44 <p>
  45 Desktop properties supported by the AWT but not documented
  46 elsewhere - typically because there is no suitable
  47 method or class - are documented here.
  48 <p>
  49 Desktop properties documented elsewhere are those which are
  50 tightly coupled with a method or class which documents them.
  51 <p>
  52 Since desktop properties abstract an underlying platform
  53 setting, they may not be available in environments that do
  54 not support them. In the event that a desktop property is
  55 unavailable for any reason, the implementation will return
  56 <code>null</code>.
  57 <p>



  58 <table border=1>
  59 <caption>The following table summarizes the desktop properties documented
  60 here, and their value types.</caption>
  61 <thead>
  62 <tr>
  63 <th scope="col">Property Name</th>
  64 <th scope="col">Value Type</th>
  65 <th scope="col">Summary Description</th>
  66 </tr>
  67 </thead>
  68 <tbody>
  69 <tr>
  70 <th scope="row"><A href="#awt.font.desktophints">awt.font.desktophints</A></th>
  71 <td>{@link java.util.Map java.util.Map}</td>
  72 <td>Font smoothing (text antialiasing) settings.</td>
  73 </tr>
  74 <tr>
  75 <th scope="row"><A href="#sun.awt.enableExtraMouseButtons">sun.awt.enableExtraMouseButtons</A></th>
  76 <td>{@link java.lang.Boolean java.lang.Boolean}</td>
  77 <td>Controls if mouse events from extra buttons are to be generated or not</td>
  78 </tr>
  79 </tbody>
  80 </table>


< prev index next >