Example implementation of Connection Management window Follow
Answered
Hi all,
I'm trying to implement plugin that will utilise remote WebService and display data in plugin.
There are multiple versions of WebService that I want to call (ex. in different environments). I'm looking for implementation of connection management for this and I'm failing to find examples or even starting points from where should I start with this.
What exactly I wanna make is for example configuration window for Deployments in IntelliJ IDEA
Can anyone point me in some direction how to implement this?
Thanks,
Milan
Please sign in to leave a comment.
For such UI you may use MasterDetailsComponent, please check its subclasses in community. Using
NamedItemsListEditor might be easier, but it was not flexible enough for deployment settings.
If you need something else for connection management, could you please elaborate description of API you are searching for?