List of usage examples for com.google.gwt.gadgets.client GadgetFeature interface-usage
From source file com.thezukunft.wave.connectorimpl.WaveFeatureImpl.java
/** * Wave Feature class. */ public class WaveFeatureImpl implements GadgetFeature, Wave { // singleton
From source file net.randomhacks.wave.gadgets.client.WaveFeature.java
/** Passed to a wave-based gadget on startup. */ public class WaveFeature implements GadgetFeature { private Wave wave = new WaveImpl(); /** Get the wave associated with this gadget. */ public Wave getWave() {
From source file org.cobogw.gwt.waveapi.gadget.client.WaveFeature.java
/** * Wave Feature class. */ public class WaveFeature implements GadgetFeature { /**