Home
last modified time | relevance | path

Searched refs:RESTYPES (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java47 public final String[] RESTYPES = { ".src",".hrc",".xcu",".xrm",".xhp" }; field in EditorController
108 for(int cnt = 0; cnt < RESTYPES.length ; cnt++){ in isResourceType()
109 if( filename.endsWith( RESTYPES[ cnt ] ) ) in isResourceType()