Searched refs:choice (Results 1 – 7 of 7) sorted by relevance
572 for (Object choice : choices) { in addMatchingProposals()578 if (choice instanceof ElementDescriptor) { in addMatchingProposals()579 keyword = ((ElementDescriptor)choice).getXmlName(); in addMatchingProposals()580 icon = ((ElementDescriptor)choice).getGenericIcon(); in addMatchingProposals()582 } else if (choice instanceof TextValueDescriptor) { in addMatchingProposals()584 } else if (choice instanceof SeparatorAttributeDescriptor) { in addMatchingProposals()586 } else if (choice instanceof AttributeDescriptor) { in addMatchingProposals()587 keyword = ((AttributeDescriptor)choice).getXmlLocalName(); in addMatchingProposals()588 icon = ((AttributeDescriptor)choice).getGenericIcon(); in addMatchingProposals()593 nsUri = ((AttributeDescriptor)choice).getNamespaceUri(); in addMatchingProposals()[all …]
82 Object choice, String replacementString, int replacementOffset, in CompletionProposal() argument92 mChoice = choice; in CompletionProposal()
1046 int choice = chooser.showSaveDialog(sceneView); in captureLayers() local1047 if (choice == JFileChooser.APPROVE_OPTION) { in captureLayers()1087 int choice = chooser.showSaveDialog(sceneView); in saveSceneAsImage() local1088 if (choice == JFileChooser.APPROVE_OPTION) { in saveSceneAsImage()
206 int choice = chooser.showOpenDialog(this); in openOverlay() local207 if (choice == JFileChooser.APPROVE_OPTION) { in openOverlay()
200 really is a free identifier of your choice. It cannot contain spaces nor
36 android:choiceMode : Defines the choice behavior for the view. [enum]
505 - New "Create project from sample" choice in the New Project Wizard.