List of usage examples for javax.swing.plaf ComponentUI subclass-usage
From source file net.sf.vfsjfilechooser.plaf.AbstractVFSFileChooserUI.java
/** * The FileChooserUI implementation using commons-vfs based on Swing FileChooserUI * @author Yves Zoundi <yveszoundi at users dot sf dot net> * @version 0.0.1 */ public abstract class AbstractVFSFileChooserUI extends ComponentUI {
From source file com.googlecode.vfsjfilechooser2.plaf.AbstractVFSFileChooserUI.java
/** * The FileChooserUI implementation using commons-vfs based on Swing FileChooserUI * @author Yves Zoundi <yveszoundi at users dot sf dot net> * @version 0.0.1 */ public abstract class AbstractVFSFileChooserUI extends ComponentUI {
From source file Sketch.java
abstract class JogShuttleUI extends ComponentUI { public static final String UI_CLASS_ID = "JogShuttleUI"; }