Uses of Class
jfreerails.client.common.ActionAdapter.MappedButtonModel

Packages that use ActionAdapter.MappedButtonModel
jfreerails.client.common Provides classes that are used by the jfreerails client but are not jfreerails specific, that is, ones that could be used in another project: classes in this package should not import any classes from other jfreerails.* packages except jfreerails.util
 

Uses of ActionAdapter.MappedButtonModel in jfreerails.client.common
 

Fields in jfreerails.client.common with type parameters of type ActionAdapter.MappedButtonModel
private  java.util.Vector<ActionAdapter.MappedButtonModel> ActionAdapter.buttonModels
          The set of MappedButtonModels corresponding to the actions.
 

Methods in jfreerails.client.common that return types with arguments of type ActionAdapter.MappedButtonModel
 java.util.Enumeration<ActionAdapter.MappedButtonModel> ActionAdapter.getButtonModels()