|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.debug.core.JSDetailFormattersManager
public final class JSDetailFormattersManager
| Field Summary | |
|---|---|
static java.lang.String |
DETAIL_FORMATTER_IS_DISABLED
DETAIL_FORMATTER_IS_DISABLED |
static java.lang.String |
DETAIL_FORMATTER_IS_ENABLED
DETAIL_FORMATTER_IS_ENABLED |
| Method Summary | |
|---|---|
void |
addChangeListener(IDetailFormattersChangeListener listener)
addChangeListener |
DetailFormatter |
getAssociatedDetailFormatter(java.lang.String typeName)
getAssociatedDetailFormatter |
static JSDetailFormattersManager |
getDefault()
getDefault |
java.util.Collection |
getDetailFormatters()
getDetailFormatters |
boolean |
hasAssociatedDetailFormatter(java.lang.String typeName)
hasAssociatedDetailFormatter |
void |
propertyChange(org.eclipse.core.runtime.Preferences.PropertyChangeEvent event)
|
void |
removeAssociatedDetailFormatter(DetailFormatter detailFormatter)
removeAssociatedDetailFormatter |
void |
removeChangeListener(IDetailFormattersChangeListener listener)
removeChangeListener |
void |
setAssociatedDetailFormatter(DetailFormatter detailFormatter)
setAssociatedDetailFormatter |
void |
setDetailFormatters(java.util.Collection formatters)
setDetailFormatters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DETAIL_FORMATTER_IS_ENABLED
public static final java.lang.String DETAIL_FORMATTER_IS_DISABLED
| Method Detail |
|---|
public static JSDetailFormattersManager getDefault()
public java.util.Collection getDetailFormatters()
public void setDetailFormatters(java.util.Collection formatters)
formatters - public void setAssociatedDetailFormatter(DetailFormatter detailFormatter)
detailFormatter - public void removeAssociatedDetailFormatter(DetailFormatter detailFormatter)
detailFormatter - public boolean hasAssociatedDetailFormatter(java.lang.String typeName)
typeName -
public DetailFormatter getAssociatedDetailFormatter(java.lang.String typeName)
typeName -
public void addChangeListener(IDetailFormattersChangeListener listener)
listener - public void removeChangeListener(IDetailFormattersChangeListener listener)
listener - public void propertyChange(org.eclipse.core.runtime.Preferences.PropertyChangeEvent event)
propertyChange in interface org.eclipse.core.runtime.Preferences.IPropertyChangeListenerevent - see org.eclipse.core.runtime.Preferences$IPropertyChangeListener#propertyChange(org.eclipse.core.runtime.Preferences.PropertyChangeEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||