Package org.openbp.jaspira.gui.interaction

Examples of org.openbp.jaspira.gui.interaction.JaspiraTransferHandler


   * Constructor.
   */
  public PluginDivider()
  {
    super();
    this.setTransferHandler(new JaspiraTransferHandler());
  }
View Full Code Here


   * @param orientation Orientation of the container ({@link JMultiSplitPane#VERTICAL_SPLIT}/{@link JMultiSplitPane#HORIZONTAL_SPLIT})
   */
  public PluginDivider(int orientation)
  {
    super(orientation);
    this.setTransferHandler(new JaspiraTransferHandler());
  }
View Full Code Here

TOP

Related Classes of org.openbp.jaspira.gui.interaction.JaspiraTransferHandler

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.