Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/
H A DWizardLauncherPage0.java177 if( getWizard( ).getSelectionContainer( ) != null ) { in createControl()
178 txtDirectory_.setText( getWizard( ).getSelectionContainer( ) in createControl()
251 if( getWizard( ).getSelectionContainer( ) != null ) { in updateEnabledStatus()
252 txtDirectory_.setText( getWizard( ).getSelectionContainer( ) in updateEnabledStatus()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/era/
H A DEraPage0.java133 if( getWizard( ).getSelectionContainer( ) != null ) { in createControl()
134 txtDirectory_.setText( getWizard( ).getSelectionContainer( ) in createControl()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/faction/
H A DFactionPage0.java187 if( getWizard( ).getSelectionContainer( ) != null ) { in createControl()
188 txtDirectory_.setText( getWizard( ).getSelectionContainer( ) in createControl()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/
H A DWizardTemplate.java144 public IContainer getSelectionContainer( ) in getSelectionContainer() method in WizardTemplate
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/scenario/
H A DScenarioPage0.java200 if( getWizard( ).getSelectionContainer( ) != null ) { in createControl()
201 txtProject_.setText( getWizard( ).getSelectionContainer( ) in createControl()
H A DScenarioPage1.java57 IContainer selContainer = getWizard( ).getSelectionContainer( ); in createControl()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/
H A DnsIHTMLEditor.idl457 nsIDOMElement getSelectionContainer();
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/
H A DnsIHTMLEditor.idl534 nsIDOMElement getSelectionContainer();
/dports/accessibility/orca/orca-41.1/src/orca/scripts/
H A Ddefault.py2208 container = self.utilities.getSelectionContainer(obj)
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dscript_utilities.py3924 def getSelectionContainer(self, obj): member in Utilities