|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_2_3.Icon
public class Icon
Field Summary | |
---|---|
protected String |
id
|
protected LargeIcon |
largeIcon
|
protected SmallIcon |
smallIcon
|
Constructor Summary | |
---|---|
Icon()
|
Method Summary | |
---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
String |
getId()
Gets the value of the id property. |
LargeIcon |
getLargeIcon()
Gets the value of the largeIcon property. |
SmallIcon |
getSmallIcon()
Gets the value of the smallIcon property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setId(String value)
Sets the value of the id property. |
void |
setLargeIcon(LargeIcon value)
Sets the value of the largeIcon property. |
void |
setSmallIcon(SmallIcon value)
Sets the value of the smallIcon property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String id
protected SmallIcon smallIcon
protected LargeIcon largeIcon
Constructor Detail |
---|
public Icon()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public SmallIcon getSmallIcon()
SmallIcon
public void setSmallIcon(SmallIcon value)
value
- allowed object is
SmallIcon
public LargeIcon getLargeIcon()
LargeIcon
public void setLargeIcon(LargeIcon value)
value
- allowed object is
LargeIcon
public void addVetoableChangeListener(VetoableChangeListener param0)
public void addVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(VetoableChangeListener param0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |