Package | Description |
---|---|
org.openide.filesystems.annotations |
Support for writing annotation processors which generate XML layer fragments.
|
Modifier and Type | Method and Description |
---|---|
LayerBuilder.File |
LayerBuilder.File.bundlevalue(String attr,
String label)
Adds an attribute for a possibly localized string.
|
protected abstract boolean |
LayerGeneratingProcessor.handleProcess(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
|
LayerBuilder.File |
LayerBuilder.File.instanceAttribute(String attr,
Class type)
Adds an attribute to load the associated class or method.
|
LayerBuilder.File |
LayerBuilder.instanceFile(String path,
String name)
Generates an instance file that is not initialized with an instance.
|
LayerBuilder.File |
LayerBuilder.instanceFile(String path,
String name,
Class type)
Generates an instance file whose
InstanceCookie would load the associated class or method. |
LayerBuilder.File |
LayerBuilder.File.urlvalue(String attr,
String value)
Adds a URL-valued attribute.
|
LayerBuilder.File |
LayerBuilder.File.urlvalue(String attr,
URI value)
Adds a URL-valued attribute.
|
Built on October 19 2013. | Portions Copyright 1997-2013 Sun Microsystems, Inc. All rights reserved.