|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormComponentInterceptor
This provides a way to wrap functionality around components and labels.
Example uses include changing the color when validation fails, or attaching a right-click popup menu.
Method Summary | |
---|---|
void |
processComponent(String propertyName,
JComponent component)
Perform some kind of processing on the component. |
void |
processLabel(String propertyName,
JComponent label)
Perform some kind of processing on the label. |
Method Detail |
---|
void processLabel(String propertyName, JComponent label)
propertyName
- the name of the property that the label is forlabel
- the label to processvoid processComponent(String propertyName, JComponent component)
propertyName
- the name of the property that the component is forcomponent
- the component to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |