|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.AbstractImageMap com.cc.framework.ui.RegExpImageMap
Provides an image map, which associates regulare expressions with images.
Nested Class Summary |
Nested classes inherited from class com.cc.framework.ui.AbstractImageMap |
AbstractImageMap.ImageMapping |
Field Summary | |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class com.cc.framework.ui.AbstractImageMap |
|
Constructor Summary | |
RegExpImageMap()
Constructor for ImageMap |
Method Summary | |
protected boolean |
match(AbstractImageMap.ImageMapping mapping,
java.lang.Object value)
A derived class has to implement this abstract method and implement a strategy how values are mapped on Image Mappings. |
Methods inherited from class com.cc.framework.ui.AbstractImageMap |
addImage, getBase, getMappings, getName, getRunat, iterator, mapValueToImage, setBase, setName, setRunat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
Constructor Detail |
public RegExpImageMap()
Method Detail |
protected boolean match(AbstractImageMap.ImageMapping mapping, java.lang.Object value) throws java.lang.Exception
AbstractImageMap
match
in class AbstractImageMap
mapping
- The Image Mappingvalue
- the key
when the mapping matches the given key
- Throws:
java.lang.Exception
- Is thrown when an error occurs- See Also:
AbstractImageMap.match(com.cc.framework.ui.AbstractImageMap.ImageMapping, java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |