UI Designer: fold code generated for DynamicBundle messages

GitOrigin-RevId: 231caf5262972971f8b18f9353738d6659b4979c
This commit is contained in:
Nikolay.Tropin
2020-01-29 19:29:49 +03:00
committed by intellij-monorepo-bot
parent a4f30d2e8b
commit b0be129291
3 changed files with 27 additions and 18 deletions

View File

@@ -47,6 +47,8 @@ public class AsmCodeGenerator {
public static final String LOAD_LABEL_TEXT_METHOD = "$$$loadLabelText$$$";
public static final String LOAD_BUTTON_TEXT_METHOD = "$$$loadButtonText$$$";
public static final String GET_FONT_METHOD_NAME = "$$$getFont$$$";
public static final String GET_MESSAGE_FROM_BUNDLE = "$$$getMessageFromBundle$$$";
public static final String CACHED_GET_BUNDLE_METHOD = "$$$cachedGetBundleMethod$$$";
private static final Type ourButtonGroupType = Type.getType(ButtonGroup.class);
private static final Type ourBorderFactoryType = Type.getType(BorderFactory.class);