Esempio n. 1
0
 /** {@inheritDoc} */
 @Override
 public void updatePresentation(@NotNull NodePresentation presentation) {
   presentation.setPresentableText(getDisplayPackage());
   presentation.setPresentableIcon(nodeManager.getJavaNodesResources().packageItem());
 }
Esempio n. 2
0
 /** {@inheritDoc} */
 @NotNull
 @Override
 protected Promise<List<Node>> getChildrenImpl() {
   return nodeManager.getChildren(getStorablePath(), getProjectConfig(), getSettings());
 }