Package org.praxislive.ide.components
Class ComponentSettings
java.lang.Object
org.praxislive.ide.components.ComponentSettings
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic voidsetRewriteDeprecated(boolean value) static voidsetShowDeprecated(boolean value) static voidsetShowTest(boolean value)
-
Method Details
-
getShowTest
public static boolean getShowTest() -
setShowTest
public static void setShowTest(boolean value) -
getShowDeprecated
public static boolean getShowDeprecated() -
setShowDeprecated
public static void setShowDeprecated(boolean value) -
getRewriteDeprecated
public static boolean getRewriteDeprecated() -
setRewriteDeprecated
public static void setRewriteDeprecated(boolean value)
-