org.jboss.forge.ui.hints
Class HintsLookup
java.lang.Object
org.jboss.forge.ui.hints.HintsLookup
- All Implemented Interfaces:
- org.jboss.forge.environment.Category
public class HintsLookup
- extends Object
- implements org.jboss.forge.environment.Category
Look up UI Hints. This allows manipulation of default UI type to render for a given input value type.
- Author:
- Lincoln Baxter, III
|
Constructor Summary |
HintsLookup(org.jboss.forge.environment.Environment environment)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HintsLookup
public HintsLookup(org.jboss.forge.environment.Environment environment)
getInputType
public InputType getInputType(Class<?> valueType)
setInputType
public void setInputType(Class<?> valueType,
InputType type)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.