Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.application |
Interfaces for working with J2EE application deployment descriptor, DDProvider class.
|
org.netbeans.modules.j2ee.dd.api.client | |
org.netbeans.modules.j2ee.dd.api.common |
Super-interfaces for deployment descriptor, common interfaces for EJB and Web module deployment descriptor, J2EE DD API exceptions.
|
Modifier and Type | Method and Description |
---|---|
Icon |
Application.getIcon(int index) |
Icon |
Application.newIcon() |
Modifier and Type | Method and Description |
---|---|
int |
Application.addIcon(Icon value) |
int |
Application.removeIcon(Icon value) |
void |
Application.setIcon(Icon[] value) |
void |
Application.setIcon(int index,
Icon value) |
Modifier and Type | Method and Description |
---|---|
Icon |
AppClient.getIcon(int index) |
Icon |
AppClient.newIcon() |
Modifier and Type | Method and Description |
---|---|
int |
AppClient.addIcon(Icon valueInterface) |
int |
AppClient.removeIcon(Icon valueInterface) |
void |
AppClient.setIcon(Icon[] value) |
void |
AppClient.setIcon(int index,
Icon valueInterface) |
Modifier and Type | Method and Description |
---|---|
Icon |
IconInterface.getDefaultIcon()
Returns the icon element value for default locale.
|
Modifier and Type | Method and Description |
---|---|
void |
IconInterface.setIcon(Icon icon)
Sets the icon element.
|