Class SubstanceWidgetManager
- java.lang.Object
-
- org.pushingpixels.substance.internal.utils.SubstanceWidgetManager
-
public class SubstanceWidgetManager extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubstanceWidgetManagergetInstance()booleanisAllowed(JRootPane rootPane, SubstanceConstants.SubstanceWidgetType widget)booleanisAllowedAnywhere(SubstanceConstants.SubstanceWidgetType widget)voidregister(JRootPane rootPane, boolean isAllowed, SubstanceConstants.SubstanceWidgetType... substanceWidgets)
-
-
-
Method Detail
-
getInstance
public static SubstanceWidgetManager getInstance()
-
register
public void register(JRootPane rootPane, boolean isAllowed, SubstanceConstants.SubstanceWidgetType... substanceWidgets)
-
isAllowed
public boolean isAllowed(JRootPane rootPane, SubstanceConstants.SubstanceWidgetType widget)
-
isAllowedAnywhere
public boolean isAllowedAnywhere(SubstanceConstants.SubstanceWidgetType widget)
-
-