|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.gadgets.SpecifierGadget
public class SpecifierGadget
A minimal implementation of Specifier.
| Constructor Summary | |
|---|---|
SpecifierGadget()
|
|
SpecifierGadget(java.lang.Object source)
|
|
| Method Summary | |
|---|---|
void |
addSpecificationListener(SpecificationListener listener)
|
java.lang.Object |
getSpecified()
Returns specified object. |
java.lang.Class |
getSpecifiedClass()
Returns the class of objects that can be specified with this specifier. |
void |
removeSpecificationListener(SpecificationListener listener)
|
void |
setSpecified(java.lang.Object newSpecification)
Specifies an object. |
void |
setSpecifiedClass(java.lang.Class newClass)
Sets the class of objects that can be specified with this specifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpecifierGadget()
public SpecifierGadget(java.lang.Object source)
| Method Detail |
|---|
public java.lang.Object getSpecified()
getSpecified in interface Specifierpublic void setSpecified(java.lang.Object newSpecification)
setSpecified in interface Specifierpublic void addSpecificationListener(SpecificationListener listener)
addSpecificationListener in interface Specifierpublic void removeSpecificationListener(SpecificationListener listener)
removeSpecificationListener in interface Specifierpublic java.lang.Class getSpecifiedClass()
getSpecifiedClass in interface Specifierpublic void setSpecifiedClass(java.lang.Class newClass)
setSpecifiedClass in interface Specifier
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||