SettingStore
instead.@Deprecated
public interface ISettingStore
Modifier and Type | Method and Description |
---|---|
void |
addSettingStoreListener(SettingStoreListener listener)
Deprecated.
Use
SettingStore instead of ISettingStore . |
java.lang.String |
getAttribute(java.lang.String name)
Deprecated.
Use
SettingStore instead of ISettingStore . |
java.util.Enumeration |
getAttributeNames()
Deprecated.
Use
SettingStore instead of ISettingStore . |
java.lang.String |
getId()
Deprecated.
Use
SettingStore instead of ISettingStore . |
void |
loadById(java.lang.String id)
Deprecated.
Use
SettingStore instead of ISettingStore . |
void |
removeAttribute(java.lang.String name)
Deprecated.
Use
SettingStore instead of ISettingStore . |
void |
removeSettingStoreListener(SettingStoreListener listener)
Deprecated.
Use
SettingStore instead of ISettingStore . |
void |
setAttribute(java.lang.String name,
java.lang.String value)
Deprecated.
Use
SettingStore instead of ISettingStore . |
@Deprecated java.lang.String getAttribute(java.lang.String name)
@Deprecated java.util.Enumeration getAttributeNames()
@Deprecated void setAttribute(java.lang.String name, java.lang.String value) throws java.io.IOException
java.io.IOException
@Deprecated void removeAttribute(java.lang.String name) throws java.io.IOException
java.io.IOException
@Deprecated void loadById(java.lang.String id) throws java.io.IOException
java.io.IOException
@Deprecated java.lang.String getId()
@Deprecated void addSettingStoreListener(SettingStoreListener listener)
@Deprecated void removeSettingStoreListener(SettingStoreListener listener)
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0