<index> The index for the tutorial wiki. </index>And also an empty article:
<article desc="api article"> </article>
javax.swing.JComponent javadoc API for Java:<article desc="api article"> <javadoc path="javax.swing.JComponent" /> </article>We will have the following result:
javax.swing.JComponent class:<article desc="api article"> <javadoc path="javax.swing.JComponent" /> <javadoc path="javax.swing.JComponent" member="setEnabled(boolean)"/> </article>We will have the following result:
System.AppDomain .NET API:<article desc="api article"> <javadoc path="javax.swing.JComponent" /> <javadoc path="javax.swing.JComponent" member="setEnabled(boolean)"/> <empty/> <dotnetdoc path="System.AppDomain"/> </article>We will have the following result:
System.AppDomain class:<article desc="api article"> <javadoc path="javax.swing.JComponent" /> <javadoc path="javax.swing.JComponent" member="setEnabled(boolean)"/> <empty/> <dotnetdoc path="System.AppDomain"/> <dotnetdoc path="System.AppDomain" member="CreateDomain(string)"/> </article>We will have the following result:
<article desc="second api article"> </article>
JComponent API for Java:<article desc="second api article"> <javaAPI path="JComponent" modifiers="public">The base class for all Swing components except top-level containers.</javaAPI> </article>We will have the following result:
| public class JComponent |
|---|
setEnabled method:<article desc="second api article"> <javaAPI path="JComponent" modifiers="public">The base class for all Swing components except top-level containers.</javaAPI> <method member="setEnabled(boolean enabled)">Sets whether or not this component is enabled</method> </javaAPI> </article>We will have the following result:
| public class JComponent |
|---|
| Modifier and Type | Method and Description |
|---|---|
| void | setEnabled(boolean enabled)
Sets whether or not this component is enabled
|
io API for Python:<article desc="second api article"> <javaAPI path="JComponent" modifiers="public">The base class for all Swing components except top-level containers.</javaAPI> <method member="setEnabled(boolean enabled)">Sets whether or not this component is enabled</method> </javaAPI> <pythonAPI path="io">The io module provides Python’s main facilities for dealing with various types of I/O.</pythonAPI> </article>We will have the following result:
| public class JComponent |
|---|
| Modifier and Type | Method and Description |
|---|---|
| void | setEnabled(boolean enabled)
Sets whether or not this component is enabled
|
| class io |
|---|
open method:<article desc="second api article"> <javaAPI path="JComponent" modifiers="public">The base class for all Swing components except top-level containers.</javaAPI> <method member="setEnabled(boolean enabled)">Sets whether or not this component is enabled</method> </javaAPI> <pythonAPI path="io">The io module provides Python main facilities for dealing with various types of I/O. <method member="open(file, mode='r', buffering=- 1, encoding=None, errors=None, newline=None, closefd=True, opener=None)">Open file and return a corresponding file object.</method> </pythonAPI> </article>We will have the following result:
| public class JComponent |
|---|
| Modifier and Type | Method and Description |
|---|---|
| void | setEnabled(boolean enabled)
Sets whether or not this component is enabled
|
| class io |
|---|
| def | open(file, mode='r', buffering=- 1, encoding=None, errors=None, newline=None, closefd=True, opener=None)
Open file and return a corresponding file object.
|
|---|
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.