Package org.springframework.ide.eclipse.beans.ui.graph.figures

Examples of org.springframework.ide.eclipse.beans.ui.graph.figures.ShadowedLineBorder


  private final Color containerBlue = new Color(null, 198, 220, 235);

  public ListContainerFigure(int direction) {
    super(new Label(""), new Label(""), direction); //$NON-NLS-1$ //$NON-NLS-2$
    setBorder(new ShadowedLineBorder());
    setOpaque(true);
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.beans.ui.graph.figures.ShadowedLineBorder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.