Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/
H A DRefactoringCoreMessages.java485 public static String ExtractInterfaceProcessor_descriptor_description; field in RefactoringCoreMessages
H A Drefactoring.properties904 ExtractInterfaceProcessor_descriptor_description=Extract interface ''{0}'' from ''{1}'' key
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DExtractInterfaceProcessor.java353 …ing header= Messages.format(RefactoringCoreMessages.ExtractInterfaceProcessor_descriptor_descripti… in createChange()