MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isModified

Method isModified

CodenameOne/src/com/codename1/ui/plaf/Style.java:667–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

665 ///
666 /// true if the style was modified
667 public boolean isModified() {
668 return modifiedFlag != 0;
669 }
670
671 /// Background color for the component
672 ///

Callers 10

refreshThemeMethod · 0.45
mergeStyleMethod · 0.45
actionPerformedMethod · 0.45
startMethod · 0.45
actionPerformedMethod · 0.45
canExitMethod · 0.45
invoke0Method · 0.45
invoke1Method · 0.45
invoke8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected