Uses of Class
org.objectweb.jac.aspects.gui.Border

Packages that use Border
org.objectweb.jac.aspects.gui   
org.objectweb.jac.aspects.gui.swing   
org.objectweb.jac.aspects.gui.web   
 

Uses of Border in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui that return Border
 Border View.getViewBorder()
          Gets the border for this view.
static Border GuiAC.getBorder(FieldItem field)
           
 

Methods in org.objectweb.jac.aspects.gui with parameters of type Border
 void View.setViewBorder(Border border)
          Sets a border for this view.
 

Uses of Border in org.objectweb.jac.aspects.gui.swing
 

Methods in org.objectweb.jac.aspects.gui.swing that return Border
 Border SwingMethodView.getViewBorder()
          Get the value of viewBorder.
 Border SwingLabel.getViewBorder()
          Get the value of viewBorder.
 Border SwingCustomized.getViewBorder()
          Get the value of viewBorder.
 Border MenuBar.getViewBorder()
          Get the value of viewBorder.
 Border Menu.getViewBorder()
          Get the value of viewBorder.
 Border Dialog.getViewBorder()
          Get the value of viewBorder.
 Border DesktopView.getViewBorder()
          Get the value of viewBorder.
 Border AbstractView.getViewBorder()
          Get the value of viewBorder.
 

Methods in org.objectweb.jac.aspects.gui.swing with parameters of type Border
 void SwingMethodView.setViewBorder(Border v)
          Set the value of viewBorder.
 void SwingLabel.setViewBorder(Border v)
          Set the value of viewBorder.
 void SwingCustomized.setViewBorder(Border v)
          Set the value of viewBorder.
 void MenuBar.setViewBorder(Border v)
          Set the value of viewBorder.
 void Menu.setViewBorder(Border v)
          Set the value of viewBorder.
 void Dialog.setViewBorder(Border v)
          Set the value of viewBorder.
 void DesktopView.setViewBorder(Border v)
          Set the value of viewBorder.
 void AbstractView.setViewBorder(Border border)
          Set the value of viewBorder.
 

Uses of Border in org.objectweb.jac.aspects.gui.web
 

Methods in org.objectweb.jac.aspects.gui.web that return Border
 Border AbstractView.getViewBorder()
          Get the value of viewBorder.
 

Methods in org.objectweb.jac.aspects.gui.web with parameters of type Border
 void AbstractView.setViewBorder(Border v)
          Set the value of viewBorder.