Forge - UI Impl 2.0.0.Alpha3

org.jboss.forge.ui.impl.facets
Class HintsFacetImpl

java.lang.Object
  extended by org.jboss.forge.facets.AbstractFacet<InputComponent<?,?>>
      extended by org.jboss.forge.ui.impl.facets.HintsFacetImpl
All Implemented Interfaces:
org.jboss.forge.facets.Facet<InputComponent<?,?>>, org.jboss.forge.facets.MutableOrigin<InputComponent<?,?>>, HintsFacet

public class HintsFacetImpl
extends org.jboss.forge.facets.AbstractFacet<InputComponent<?,?>>
implements HintsFacet

Author:
Lincoln Baxter, III

Field Summary
 
Fields inherited from class org.jboss.forge.facets.AbstractFacet
origin
 
Constructor Summary
HintsFacetImpl(InputComponent<?,?> origin, org.jboss.forge.environment.Environment environment)
           
 
Method Summary
 org.jboss.forge.ui.hints.InputType getInputType()
           
 boolean install()
           
 boolean isInstalled()
           
 HintsFacet setInputType(org.jboss.forge.ui.hints.InputType type)
           
 
Methods inherited from class org.jboss.forge.facets.AbstractFacet
equals, getOrigin, hashCode, setOrigin, uninstall
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.forge.facets.Facet
getOrigin, uninstall
 

Constructor Detail

HintsFacetImpl

public HintsFacetImpl(InputComponent<?,?> origin,
                      org.jboss.forge.environment.Environment environment)
Method Detail

install

public boolean install()
Specified by:
install in interface org.jboss.forge.facets.Facet<InputComponent<?,?>>

isInstalled

public boolean isInstalled()
Specified by:
isInstalled in interface org.jboss.forge.facets.Facet<InputComponent<?,?>>

getInputType

public org.jboss.forge.ui.hints.InputType getInputType()
Specified by:
getInputType in interface HintsFacet

setInputType

public HintsFacet setInputType(org.jboss.forge.ui.hints.InputType type)
Specified by:
setInputType in interface HintsFacet

Forge - UI Impl 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.