Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.gui
Class BundledSkinFactory  view BundledSkinFactory download BundledSkinFactory.java

java.lang.Object
  extended byorg.jext.gui.BundledSkinFactory
All Implemented Interfaces:
SkinFactory

class BundledSkinFactory
extends java.lang.Object
implements SkinFactory


Nested Class Summary
private  class BundledSkinFactory.JextSkin
           
private  class BundledSkinFactory.MetalSkin
           
 
Constructor Summary
(package private) BundledSkinFactory()
           
 
Method Summary
private  boolean addSkinIfPresent(java.util.ArrayList skins, java.lang.String description, java.lang.String name, java.lang.String lnfClass)
          Adds the descripted skin to the array list if the skins exists.
 Skin[] getSkins()
          Must return an array of already constructed Skin's.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundledSkinFactory

BundledSkinFactory()
Method Detail

getSkins

public Skin[] getSkins()
Description copied from interface: SkinFactory
Must return an array of already constructed Skin's.

Specified by:
getSkins in interface SkinFactory

addSkinIfPresent

private boolean addSkinIfPresent(java.util.ArrayList skins,
                                 java.lang.String description,
                                 java.lang.String name,
                                 java.lang.String lnfClass)
Adds the descripted skin to the array list if the skins exists. The test is made against the presence of the Look And Feel class on the system.