站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.openide.windows.Mode (Window System API) - NetBeans API Javadoc (Current Development Version)

org.openide.windows 6.16

Uses of Interface
org.openide.windows.Mode

Uses of Mode in org.openide.windows
 

Methods in org.openide.windows that return Mode
 Mode Workspace.createMode(String name, String displayName, URL icon)
          Deprecated. Do no use. It is redundant. Currently it returns default predefined Mode instance.
 Mode Workspace.findMode(String name)
          Deprecated. Use WindowManager.findMode(String) instead.
abstract  Mode WindowManager.findMode(String name)
          Finds mode of specified name.
 Mode Workspace.findMode(TopComponent c)
          Deprecated. Use WindowManager.findMode(TopComponent) instead.
abstract  Mode WindowManager.findMode(TopComponent tc)
          Finds mode which contains specified TopComponent.
 

Methods in org.openide.windows that return types with arguments of type Mode
 List<Mode> TopComponent.availableModes(List<Mode> modes)
          Allows top component to specify list of modes into which can be docked by end user.
 Set<? extends Mode> Workspace.getModes()
          Deprecated. Use WindowManager.getModes() instead.
abstract  Set<? extends Mode> WindowManager.getModes()
          Gets set of all ModeS added into window system.
 

Methods in org.openide.windows with parameters of type Mode
 boolean WindowManager.isEditorMode(Mode mode)
          Check whether the given Mode holds editor windows.
 

Method parameters in org.openide.windows with type arguments of type Mode
 List<Mode> TopComponent.availableModes(List<Mode> modes)
          Allows top component to specify list of modes into which can be docked by end user.
 


org.openide.windows 6.16

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.