Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
refreshTheme
Method · 0.45
mergeStyle
Method · 0.45
actionPerformed
Method · 0.45
duplicateItemActionPerformed
Method · 0.45
start
Method · 0.45
actionPerformed
Method · 0.45
canExit
Method · 0.45
invoke0
Method · 0.45
invoke1
Method · 0.45
invoke8
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected