Package bibliothek.gui.dock.facile.mode.action

Examples of bibliothek.gui.dock.facile.mode.action.NormalModeAction


  /**
   * Creates a new mode.
   * @param controller the owner of this mode
   */
  public NormalMode( DockController controller ){
    setActionProvider( new DefaultLocationModeActionProvider( new NormalModeAction( controller, this ) ) );
  }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.facile.mode.action.NormalModeAction

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.