|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.xtext.ui.editor.formatting.PreferenceStoreIndentationInformation
public class PreferenceStoreIndentationInformation
| Constructor Summary | |
|---|---|
PreferenceStoreIndentationInformation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIndentString()
returns the string used to indent a line one level |
int |
getTabWidth()
|
boolean |
isSpacesForTab()
|
void |
propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
Notification that a property has changed. |
void |
setPreferenceStoreAccess(IPreferenceStoreAccess storeAccess)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferenceStoreIndentationInformation()
| Method Detail |
|---|
@Inject public void setPreferenceStoreAccess(IPreferenceStoreAccess storeAccess)
public int getTabWidth()
public boolean isSpacesForTab()
public java.lang.String getIndentString()
IIndentationInformation
getIndentString in interface IIndentationInformationpublic void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
org.eclipse.jface.util.IPropertyChangeListenerThis method gets called when the observed object fires a property change event.
propertyChange in interface org.eclipse.jface.util.IPropertyChangeListenerevent - the property change event object describing which property
changed and how
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||