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
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 |
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)