Class OptionsGroup

java.lang.Object
com.nomagic.magicdraw.core.options.OptionsGroup
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AbstractPropertyOptionsGroup

@OpenApi public abstract class OptionsGroup extends Object implements Cloneable
Represents general application options.
See Also:
  • Method Details

    • getGroupIcon

      @CheckForNull @OpenApi public Icon getGroupIcon()
      Returns icon to display with options.
      Returns:
      icon to display with options.
    • getIcon

      @Deprecated @CheckForNull @OpenApi public SwingImageIcon getIcon()
      Deprecated.
      use #getGroupIcon()
      Returns icon to display with options.
      Returns:
      icon to display with options
    • getName

      @OpenApi public String getName()
      Gets human-readable name of options.
      Returns:
      human-readable name of options.