|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.history.OwTouchConfiguration.OwEventID2IconMaping
public class OwTouchConfiguration.OwEventID2IconMaping
Convenient class for holding a pair of event ID and icon for a given event type
Constructor Summary | |
---|---|
OwTouchConfiguration.OwEventID2IconMaping(String eventId_p,
String icon_p,
String tooltip_p)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj_p)
|
String |
getEventId()
Getter for event ID. |
String |
getIcon()
Getter for icon path |
String |
getTooltip()
Get the localized tooltip string. |
int |
hashCode()
|
boolean |
hasTooltip()
Check if a tooltip is available |
boolean |
isGenericMapping()
Check if this mapping contains a generic event ID ("*"). |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwTouchConfiguration.OwEventID2IconMaping(String eventId_p, String icon_p, String tooltip_p)
eventId_p
- - the event IDicon_p
- - the icon pathtooltip_p
- - the tooltip for the iconMethod Detail |
---|
public String getEventId()
public String getIcon()
public String getTooltip()
public boolean hasTooltip()
true
if a tooltip is configured.public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj_p)
equals
in class Object
Object.equals(java.lang.Object)
public boolean isGenericMapping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |