|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.aria.helper.ArgumentConverter
org.formaria.swing.util.ClassArgumentConverter
public class ClassArgumentConverter
Convert border class names to AbstractBorder instances for JComponents
| Constructor Summary | |
|---|---|
ClassArgumentConverter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
convert(java.lang.String value)
Convert a string value to a destination argument type |
boolean |
forType(java.lang.Class type)
Is the conversion allowed for a particular context |
java.lang.Class |
getTarget()
Get the target class follwoing conversion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassArgumentConverter()
| Method Detail |
|---|
public java.lang.Class getTarget()
getTarget in class ArgumentConverterpublic java.lang.Object convert(java.lang.String value)
convert in class ArgumentConvertervalue -
public boolean forType(java.lang.Class type)
forType in class ArgumentConvertertype - the object type (class) where the argument will be used
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||