|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.adt.ui.text.AtlTextTools
public class AtlTextTools
A text tools allows to fPreferenceeStore one instance of all tools used in the plug-in. Thus every classes should use the same tool.
Constructor Summary | |
---|---|
AtlTextTools(org.eclipse.jface.preference.IPreferenceStore preferenceStore)
Creates a new instance of the ATL text tools. |
Method Summary | |
---|---|
void |
dispose()
Disposes all the individual tools of this tools collection. |
AtlCodeScanner |
getCodeScanner()
Gets the highlight syntaxing coloration motor. |
AtlColorManager |
getColorManager()
Gets the associated color manager. |
org.eclipse.jface.preference.IPreferenceStore |
getPreferenceStore()
Gets the preference fPreferenceeStore used by the text tools. |
void |
setCodeScanner(AtlCodeScanner codeScanner)
Sets the new code scanner to use. |
void |
setNewPreferenceStore(org.eclipse.jface.preference.IPreferenceStore newPreferenceStore)
Sets the new preference fPreferenceeStore to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtlTextTools(org.eclipse.jface.preference.IPreferenceStore preferenceStore)
preferenceStore
- the associated preference fPreferenceeStoreMethod Detail |
---|
public void dispose()
public AtlCodeScanner getCodeScanner()
public AtlColorManager getColorManager()
public org.eclipse.jface.preference.IPreferenceStore getPreferenceStore()
public void setCodeScanner(AtlCodeScanner codeScanner)
codeScanner
- the new code scanner to be usedpublic void setNewPreferenceStore(org.eclipse.jface.preference.IPreferenceStore newPreferenceStore)
newPreferenceStore
- the new preference fPreferenceeStore to be used
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |