|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionsInfoProvider
Allows the customizers to access the connections configurations in-memory data held by the preference page, avoiding the need to to go to the persistence store directly.
This interface is not meant to be implemented by customizers
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,ConnectionConfiguration>[] |
getConfigurationsMap()
this array's elements correspond to the elements of the descriptors array getDescriptors() |
IConnectionDescriptor |
getCurrentDescriptor()
|
java.util.Collection<IConnectionDescriptor> |
getDescriptors()
Each descriptor describes a connection type |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.util.Collection<IConnectionDescriptor> getDescriptors()
IConnectionDescriptor getCurrentDescriptor()
IConnectionCustomizer
is for.java.util.Map<java.lang.String,ConnectionConfiguration>[] getConfigurationsMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |