Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="/questions/tagged/jface" class="post-tag" title="show questions tagged &#39;jface&#39;" rel="tag">jface</a> is a UI toolkit that provides helper classes for developing UI features that can be tedious to implement. <a href="/questions/tagged/jface" class="post-tag" title="show questions tagged &#39;jface&#39;" rel="tag">jface</a> operates above the level of a raw widget system. It includes classes for handling common UI programming tasks such as:</p> <p><strong>Viewers:</strong> Handle the drudgery of populating, sorting, filtering, and updating widgets.</p> <p><strong>Actions and contributions (Deprecated):</strong> Introduce semantics for defining user actions and specifying where to make them available.</p> <p><strong>Image and font registries:</strong> Provide common patterns for handling UI resources.</p> <p><strong>Dialogs and wizards:</strong> Define a framework for building complex interactions with the user.</p> <p><strong>Field assist:</strong> Provides classes that help guide the user in choosing appropriate content for fields in dialogs, wizards, or forms.</p> <p><a href="/questions/tagged/jface" class="post-tag" title="show questions tagged &#39;jface&#39;" rel="tag">jface</a> frees you up to focus on the implementation of your specific plug-in's function, rather than focusing on the underlying widget system or solving problems that are common in almost any UI application. </p> <p>Eclipse <a href="/questions/tagged/jface" class="post-tag" title="show questions tagged &#39;jface&#39;" rel="tag">jface</a> is based upon the user interface toolkit <a href="/questions/tagged/swt" class="post-tag" title="show questions tagged &#39;swt&#39;" rel="tag">swt</a>. <a href="/questions/tagged/jface" class="post-tag" title="show questions tagged &#39;jface&#39;" rel="tag">jface</a> provides classes and frameworks which simplify common <a href="/questions/tagged/swt" class="post-tag" title="show questions tagged &#39;swt&#39;" rel="tag">swt</a> use cases. <a href="/questions/tagged/jface" class="post-tag" title="show questions tagged &#39;jface&#39;" rel="tag">jface</a> does not hide the <a href="/questions/tagged/swt" class="post-tag" title="show questions tagged &#39;swt&#39;" rel="tag">swt</a> API. Therefore <a href="/questions/tagged/swt" class="post-tag" title="show questions tagged &#39;swt&#39;" rel="tag">swt</a> knowledge is still required.</p> <p>All JFace classes are in packages starting with <code>org.eclipse.jface</code> and are in the <code>org.eclipse.jface</code> plugin.</p> <h3>Useful Links:</h3> <ul> <li><a href="http://www.vogella.com/tutorials/EclipseJFace/article.html" rel="nofollow">Overview</a></li> <li><a href="https://wiki.eclipse.org/JFaceSnippets" rel="nofollow">JFACE Snippets</a></li> <li><a href="http://www.eclipse.org/resources/?category=JFace" rel="nofollow">Tutorials and Resources</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload