com.guiseframework.prototype
Interface Prototype

All Superinterfaces:
Model, com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable
All Known Subinterfaces:
ActionPrototype
All Known Implementing Classes:
AbstractActionPrototype, AbstractEnableablePrototype, AbstractEnableableProxyPrototype, AbstractPrototype, AbstractProxyPrototype, LabelPrototype, MenuPrototype, NavigateActionPrototype, ProxyActionPrototype, TogglePrototype, ValuePrototype

public interface Prototype
extends Model

The basis on which a component can be formed, consisting of appropriate models and interfaces.

Author:
Garret Wilson

Field Summary
 
Fields inherited from interface com.guiseframework.model.Model
PLAIN_TEXT_CONTENT_TYPE, XHTML_CONTENT_TYPE, XHTML_FRAGMENT_CONTENT_TYPE
 
Method Summary
 
Methods inherited from interface com.globalmentor.beans.PropertyBindable
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.globalmentor.beans.PropertyConstrainable
addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, hasVetoableChangeListeners, removeVetoableChangeListener, removeVetoableChangeListener
 



Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.