Searched refs:inherit (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DInheritableTaglet.java41 * object, set its values with the appropriate information to inherit
47 void inherit(DocFinder.Input input, DocFinder.Output output); method in interface:InheritableTaglet
H A DReturnTaglet.java51 public void inherit(DocFinder.Input input, DocFinder.Output output) { method in class:ReturnTaglet
H A DSeeTaglet.java50 public void inherit(DocFinder.Input input, DocFinder.Output output) { method in class:SeeTaglet
H A DParamTaglet.java76 public void inherit(DocFinder.Input input, DocFinder.Output output) { method in class:ParamTaglet
95 //We don't know where to inherit from.
183 * Try to inherit the param tags that are missing.
204 //Try to inherit them.
213 * corresponding param tag, try to inherit it.
226 //Try to inherit it.
H A DThrowsTaglet.java52 public void inherit(DocFinder.Input input, DocFinder.Output output) { method in class:ThrowsTaglet
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDocFinder.java160 * When automatically inheriting throws tags, you sometime must inherit
174 * inherit, search for documentation to inherit from implemented methods.
192 input.taglet.inherit(input, output);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java263 boolean inherit = i instanceof Boolean ? (Boolean)i : true;
274 if (inherit) {

Completed in 65 milliseconds