OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gwtInherits
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
Dependency.java
28
private String[]
gwtInherits
;
31
public Dependency (String name, String[]
gwtInherits
, String[]... subDependencies) {
33
this.
gwtInherits
=
gwtInherits
;
53
return
gwtInherits
;
ExternalExtension.java
25
private String[]
gwtInherits
;
31
public ExternalExtension (String name, String[]
gwtInherits
, String description, String version) {
33
this.
gwtInherits
=
gwtInherits
;
43
Dependency dep = new Dependency(name,
gwtInherits
, getPlatformDependencies("core"), getPlatformDependencies("desktop"),
DependencyBank.java
190
private String[]
gwtInherits
;
200
this.
gwtInherits
= gwtInhertis;
223
return
gwtInherits
;
ExternalExtensionsDialog.java
214
String[]
gwtInherits
= null;
216
gwtInherits
= new String[inheritsNode.getLength()];
219
gwtInherits
[j] = inheritsNode.item(j).getTextContent();
237
final ExternalExtension extension = new ExternalExtension(name,
gwtInherits
, description, version);
Completed in 723 milliseconds