org.objectweb.jac.aspects.gui
Interface MethodView

All Superinterfaces:
View, ViewIdentity
All Known Implementing Classes:
EmbeddedMethod, Method, SwingMethodView

public interface MethodView
extends View

Displays a button for a method


Method Summary
 void setIcon(String icon)
          Sets the icon.
 void setMethod(AbstractMethodItem method)
          Sets the substance method.
 void setOnlyIcon(boolean onlyIcon)
           
 
Methods inherited from interface org.objectweb.jac.aspects.gui.View
close, getContext, getDescription, getFactory, getLabel, getMessage, getParentView, getRootView, getStyle, getViewBorder, isClosed, isDescendantOf, setContext, setDescription, setFactory, setFocus, setLabel, setMessage, setParentView, setSize, setStyle, setViewBorder
 
Methods inherited from interface org.objectweb.jac.aspects.gui.ViewIdentity
equalsView, equalsView, getParameters, getType, setParameters, setType
 

Method Detail

setMethod

public void setMethod(AbstractMethodItem method)
Sets the substance method.


setIcon

public void setIcon(String icon)
Sets the icon.


setOnlyIcon

public void setOnlyIcon(boolean onlyIcon)