Class DialogAnnotation

    • Field Detail

      • CLOSE_IMAGE_PATH

        protected static final java.lang.String CLOSE_IMAGE_PATH
        See Also:
        Constant Field Values
      • BUSY_IMAGE_PATH

        protected static final java.lang.String BUSY_IMAGE_PATH
        See Also:
        Constant Field Values
      • DEPRESSED_MASK_PATH

        protected static final java.lang.String DEPRESSED_MASK_PATH
        See Also:
        Constant Field Values
      • CLOSE_TOOLTIP_TEXT

        protected static final java.lang.String CLOSE_TOOLTIP_TEXT
        See Also:
        Constant Field Values
      • busy

        protected boolean busy
      • listenerList

        protected javax.swing.event.EventListenerList listenerList
    • Constructor Detail

      • DialogAnnotation

        protected DialogAnnotation​(Position position)
    • Method Detail

      • isBusy

        public boolean isBusy()
      • setBusy

        public void setBusy​(boolean busy)
      • getActionListeners

        public java.awt.event.ActionListener[] getActionListeners()
      • addActionListener

        public void addActionListener​(java.awt.event.ActionListener listener)
      • removeActionListener

        public void removeActionListener​(java.awt.event.ActionListener listener)
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
      • fireActionPerformed

        protected void fireActionPerformed​(java.awt.event.ActionEvent e)
      • initComponents

        protected void initComponents()
      • layoutComponents

        protected void layoutComponents()
      • setupContainer

        protected void setupContainer​(Annotation annotation)
      • setupLabel

        protected void setupLabel​(Annotation annotation)
      • setupDefaultAttributes

        protected void setupDefaultAttributes​(AnnotationAttributes attributes)