org.tbee.swing
Class IconSet

java.lang.Object
  extended by org.tbee.swing.IconSet

public class IconSet
extends java.lang.Object


Nested Class Summary
static class IconSet.Size
           
static class IconSet.Type
          different sized of icons.
 
Field Summary
static java.lang.String PROPERTIES_PROPERTY_ID
           
static java.lang.String SETID_PROPERTY_ID
           
 
Constructor Summary
IconSet()
           
IconSet(java.lang.String setId)
           
 
Method Summary
static IconSet get()
           
static javax.swing.Icon get(java.lang.String name)
           
static javax.swing.Icon get(java.lang.String name, IconSet.Type type)
           
 javax.swing.Icon getIcon(java.lang.String name)
           
 javax.swing.Icon getIcon(java.lang.String name, IconSet.Type type)
           
 nl.knowledgeplaza.util.Properties getProperties()
          Properties:
 java.lang.String getSetId()
          SetId:
 void setProperties(nl.knowledgeplaza.util.Properties value)
           
 void setSetId(java.lang.String value)
           
 java.lang.String toString()
           
 IconSet withProperties(nl.knowledgeplaza.util.Properties value)
           
 IconSet withSetId(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SETID_PROPERTY_ID

public static final java.lang.String SETID_PROPERTY_ID
See Also:
Constant Field Values

PROPERTIES_PROPERTY_ID

public static final java.lang.String PROPERTIES_PROPERTY_ID
See Also:
Constant Field Values
Constructor Detail

IconSet

public IconSet()

IconSet

public IconSet(java.lang.String setId)
Parameters:
setId -
Method Detail

get

public static IconSet get()

getSetId

public java.lang.String getSetId()
SetId:


setSetId

public void setSetId(java.lang.String value)

withSetId

public IconSet withSetId(java.lang.String value)

getProperties

public nl.knowledgeplaza.util.Properties getProperties()
Properties:


setProperties

public void setProperties(nl.knowledgeplaza.util.Properties value)

withProperties

public IconSet withProperties(nl.knowledgeplaza.util.Properties value)

getIcon

public javax.swing.Icon getIcon(java.lang.String name)

getIcon

public javax.swing.Icon getIcon(java.lang.String name,
                                IconSet.Type type)
Parameters:
name -
type -
Returns:

get

public static javax.swing.Icon get(java.lang.String name)

get

public static javax.swing.Icon get(java.lang.String name,
                                   IconSet.Type type)
Parameters:
name -
type -
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 KnowledgePlaza. All Rights Reserved.