|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.String,OpenTMSStyleRangeProperty>
de.folt.models.applicationmodel.guimodel.support.OpenTMSStyleRangeProperties
public class OpenTMSStyleRangeProperties
This class implements a simple association of properties to a StyleRang.
Basically it uses (for the moment) range.background.toString() +
range.foreground.toString() to create a string key for the StyleRange.
This will be improved in the future.
| Constructor Summary | |
|---|---|
OpenTMSStyleRangeProperties()
|
|
| Method Summary | |
|---|---|
boolean |
containsKey(org.eclipse.swt.custom.StyleRange range)
|
OpenTMSStyleRangeProperty |
get(org.eclipse.swt.custom.StyleRange range)
|
static void |
main(java.lang.String[] args)
main |
java.lang.Object |
OpenTMSStyleRangeProperty(org.eclipse.swt.custom.StyleRange range)
|
OpenTMSStyleRangeProperty |
put(org.eclipse.swt.custom.StyleRange range,
OpenTMSStyleRangeProperty property)
|
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OpenTMSStyleRangeProperties()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - public boolean containsKey(org.eclipse.swt.custom.StyleRange range)
public OpenTMSStyleRangeProperty get(org.eclipse.swt.custom.StyleRange range)
public java.lang.Object OpenTMSStyleRangeProperty(org.eclipse.swt.custom.StyleRange range)
public OpenTMSStyleRangeProperty put(org.eclipse.swt.custom.StyleRange range,
OpenTMSStyleRangeProperty property)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||