Class BrowsePropertiesButton

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
Direct Known Subclasses:
BrowsePropertiesForScriptButton

public abstract class BrowsePropertiesButton extends IconButton
See Also:
  • Constructor Details

    • BrowsePropertiesButton

      public BrowsePropertiesButton(DesignAdapter adapter)
  • Method Details

    • onPress

      protected void onPress(MouseEvent e)
      Description copied from class: IconButton
      If you don't specify a handler in the constructor, then you can override this instead
      Overrides:
      onPress in class IconButton
    • expandTree

      public void expandTree(ComponentPath component)
    • onPropertySelected

      protected abstract void onPropertySelected(PropertyPath path)
    • dispose

      public void dispose()