org.tbee.swing
Class IconSet
java.lang.Object
org.tbee.swing.IconSet
public class IconSet
- extends Object
SETID_PROPERTY_ID
public static final String SETID_PROPERTY_ID
- See Also:
- Constant Field Values
PROPERTIES_PROPERTY_ID
public static final String PROPERTIES_PROPERTY_ID
- See Also:
- Constant Field Values
IconSet
public IconSet()
IconSet
public IconSet(String setId)
- Parameters:
setId -
get
public static IconSet get()
getSetId
public String getSetId()
- SetId:
setSetId
public void setSetId(String value)
withSetId
public IconSet withSetId(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 Icon getIcon(String name)
getIcon
public Icon getIcon(String name,
IconSet.Type type)
- Parameters:
name - type -
- Returns:
get
public static Icon get(String name)
get
public static Icon get(String name,
IconSet.Type type)
- Parameters:
name - type -
- Returns:
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 KnowledgePlaza. All Rights Reserved.