public static class Embed.EPanel extends Embed
embeddedPanel.getCompomnent().add(body, BorderLayout.CENTER);The embedding code in HTML is
<img embed="JPanel" // classname of created object id="embedname" // name to find from code alt="tooltip shown by browser" other attributes for the Panel />
Embed.EAbstractButton, Embed.EButton, Embed.ECheckBox, Embed.EComboBox, Embed.EFilename, Embed.ELabel, Embed.EList, Embed.EPanel, Embed.ERadioButton, Embed.ESpinner, Embed.ETextComponent
Constructor and Description |
---|
EPanel() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JPanel |
getComponent()
Returns the unique JComponent instance managed by
the subclass of Embed.
|
disable, enable, forwardAction, getAttributes, getElt, getView, isHidden
public javax.swing.JPanel getComponent()
Embed
getComponent
in class Embed