Class OptionsGroup
- java.lang.Object
 - 
- com.nomagic.magicdraw.core.options.OptionsGroup
 
 
- 
- All Implemented Interfaces:
 java.lang.Cloneable
- Direct Known Subclasses:
 AbstractPropertyOptionsGroup
@OpenApi public abstract class OptionsGroup extends java.lang.Object implements java.lang.CloneableRepresents general application options.- See Also:
 AbstractPropertyOptionsGroup,EnvironmentOptions
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.swing.IcongetGroupIcon()Returns icon to display with options.SwingImageIcongetIcon()Deprecated.use #getGroupIcon()java.lang.StringgetName()Gets human-readable name of options. 
 - 
 
- 
- 
Method Detail
- 
getGroupIcon
@CheckForNull @OpenApi public javax.swing.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 java.lang.String getName()
Gets human-readable name of options.- Returns:
 - human-readable name of options.
 
 
 - 
 
 -