Services Tool Window
Last updated
Was this helpful?
Last updated
Was this helpful?
Help Documentation
UI Guidelines
I
root interface
I
builds on top of ServiceViewContributor
used as base interface for things that show trees
I
??? empty interface. probably a hint that this uses lazy initialization or something to do with smart mode/dumbaware?
A
parent class for most services
represents a tree of servers or deployments
provides an API to add/remove nodes, and set toolbar/popup actions
C
good base class if you are not sure
generic base class for remote servers
C
can not be extended
example ServiceViewGroupingContributor
used to show the project's run configurations (grouped by type)
New run configuration types are automatically added?