Class EasyChartTagDropAction


  • public class EasyChartTagDropAction
    extends java.lang.Object
    • Constructor Detail

      • EasyChartTagDropAction

        public EasyChartTagDropAction()
    • Method Detail

      • handleHistoryDrop

        public boolean handleHistoryDrop​(ClientContext context,
                                         java.util.List<QualifiedPath> historicalPaths,
                                         javax.swing.JComponent bean)
      • handleDrop

        public boolean handleDrop​(ClientContext context,
                                  java.util.List<NodeBrowseInfo> nodes,
                                  javax.swing.JComponent bean)
      • handleDropInternal

        protected boolean handleDropInternal​(ClientContext context,
                                             java.util.List<?> items,
                                             javax.swing.JComponent bean,
                                             boolean isHistorical)
      • nextName

        protected java.lang.String nextName​(java.util.List<Pen> pens,
                                            java.lang.String desiredName,
                                            int iteration)
        Find the next available name like "desiredName[ n]"