Documentation of 'org.jhotdraw.gui.EditableComponent' Java class
EditableComponent
org.jhotdraw.gui

Interface EditableComponent

    • Field Detail

      • SELECTION_EMPTY_PROPERTY

        static final java.lang.String SELECTION_EMPTY_PROPERTY
        The name of the "selectionEmpty" property.
        See Also:
        Constant Field Values
    • Method Detail

      • delete

        void delete()
        Deletes the selected components or the component at (or after) the caret position.
      • duplicate

        void duplicate()
        Duplicates the selected region.
      • selectAll

        void selectAll()
        Selects all.
      • clearSelection

        void clearSelection()
        Selects nothing.
      • isSelectionEmpty

        boolean isSelectionEmpty()
        Returns true if the selection is empty. This is a bound property.
      • addPropertyChangeListener

        void addPropertyChangeListener(java.beans.PropertyChangeListener l)
        Adds a property change listener.
      • removePropertyChangeListener

        void removePropertyChangeListener(java.beans.PropertyChangeListener l)
        Removes a property change listener.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.