About: Multiple-document interface     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : owl:Thing, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FMultiple-document_interface

A multiple-document interface (MDI) is a graphical user interface in which multiple windows reside under a single parent window. Such systems often allow child windows to embed other windows inside them as well, creating complex nested hierarchies. This contrasts with single-document interfaces (SDI) where all windows are independent of each other.

AttributesValues
rdfs:label
  • Multiple Document Interface (de)
  • Interfaz de múltiples documentos (es)
  • Multiple document interface (fr)
  • Multiple Document Interface (ja)
  • 다중 문서 인터페이스 (ko)
  • Multiple-document interface (en)
  • Multi Document Interface (pl)
  • Multiple Document Interface (nl)
  • Многодокументный интерфейс (ru)
  • Interface de documentos múltiplos (pt)
  • 多文件介面 (zh)
rdfs:comment
  • A multiple-document interface (MDI) is a graphical user interface in which multiple windows reside under a single parent window. Such systems often allow child windows to embed other windows inside them as well, creating complex nested hierarchies. This contrasts with single-document interfaces (SDI) where all windows are independent of each other. (en)
  • En informatique, le Multiple Document Interface (ou MDI) désigne l'organisation de l'interface graphique d'une application où des fenêtres parentes contiennent en leur sein des fenêtres enfants. (fr)
  • MDI、Multiple Document Interface (マルチ・ドキュメント・インタフェース)とは親ウィンドウ内に複数の子ウィンドウを表示して管理するグラフィカルユーザインタフェース方式である。従来のSDI方式ではドキュメントごとにアプリケーションウィンドウを必要とするため、複数のドキュメントを開く際はそれぞれにアプリケーションプロセスを起動しなければならず、メモリやリソースの消費が増えるという問題を解決するために開発された。SDIでは1つのドキュメントに対し、1つのアプリケーションウィンドウ(1つのトップレベルウィンドウ)を使用するが、MDIでは1つのドキュメントに対し、1つの子ウィンドウを使用する。また、MDIのドキュメントウィンドウは親ウィンドウにロックおよびクリッピングされる。 既存のSDI形式のアプリケーションソフトウェアをMDI化するには、設計に変更を加える必要がある。 Microsoft OfficeはかつてSDIからMDI化したが、その後は再びSDIが標準となり、MDIはオプションとしてサポートされるようになった。さらに後継のバージョンでは、SDIのみがサポートされるようになっている(厳密に言うとSDIではなく後述のMTIに相当する)。 (ja)
  • 다중 문서 인터페이스 (MDI)는 여러 창을 하나의 부모 창에서 상주하는 그래픽 사용자 인터페이스이다. 이러한 시스템은 자식 창이 다른 창을 포함하여 복잡하게 중첩된 계층 구조를 만들 수 있다. 모든 창이 독립적인 것은 (SDI)와 대조를 이룬다. (ko)
  • 多文档界面(Multiple Document Interface),簡稱MDI,主要应用于基于图形用户界面的系统中。其目的是同时打开和显示多个文档,便于参考和编辑资料。 并非所有基于图形用户界面的软件都具有MDI,许多软件,如MS Windows下的记事本,在一个运行中只能打开一个文档,因此不能被称为具有MDI的软件。但是Windows Explorer则可以同时打开多个文件窗口(文档),因此是MDI软件。 MDI可以使用多种方式组织文档,包括窗口、标签(tab)、缓冲区(buffer)等。 此外,基于文本界面的许多软件实际上也具有MDI,典型代表包括Emacs、vi(m)和w3m等等。 (zh)
  • Multiple Document Interface (MDI; englisch wörtlich: Mehrfach-Dokument[en]-Schnittstelle; und weiter übertragen: Mehrfach-Dokument-Oberfläche) bezeichnet eine Form der grafischen Benutzeroberfläche für Programme. Sie zeichnet sich dadurch aus, dass in einem Programmfenster – üblicherweise das Hauptfenster – gleichzeitig mehrere Dokumente geöffnet werden können, welche dann in (innerlich) abgetrennten Unterfenstern (englisch inner frames) angezeigt werden können. Die Unterfenster verhalten sich dabei zum Hauptfenster so, wie sich das Hauptfenster beispielsweise zum Desktop verhält. Sie können zudem frei platziert und in ihrer Größe verändert werden. (de)
  • Los programas de ordenador gráficos de interfaz de múltiples documentos (MDI) son aquellos cuyas ventanas se encuentran dentro de una ventana padre (normalmente con la excepción de las ventanas modales), de manera opuesta a una interfaz de documento único o SDI. Ha habido muchos debates sobre qué tipo de interfaz se prefiere. Generalmente se considera que SDI es más útil si los usuarios trabajan con varias aplicaciones. Las compañías han utilizado ambos sistemas con reacciones diversas. Por ejemplo, Microsoft ha cambiado la interfaz de sus aplicaciones Office de SDI a MDI y luego otra vez a SDI, aunque el grado de implementación varía entre componentes. (es)
  • MDI (ang. Multi Document Interface - wielodokumentowy interfejs) – sposób prezentacji okienek poprzez graficzny interfejs użytkownika polegający na wyświetlaniu wewnątrz okienka nadrzędnego okienek wchodzących w skład danego programu (aplikacji). Przeciwnym podejściem jest wyświetlanie każdego z okienek osobno, taki sposób prezentacji nosi nazwę SDI (ang. Single Document Interface). Także typ oprogramowania, głównie służącego do pracy z różnego rodzaju dokumentami, lecz nie tylko. (pl)
  • De Multiple Document Interface MDI wordt gebruikt in grafische applicaties, waarvan er voor alle vensters maar een gemeenschappelijk lint is en de vensters gescheiden van elkaar de overige ruimte op het werkblad vullen. Andere interfaces zijn de Single Document Interface en de Tabbed Document Interface. De verschillen zitten in de manier waarop, wanneer tegelijk verschillende vensters in een toepassing worden gebruikt, de verschillende vensters zichtbaar zijn en kunnen worden aangeroepen. (nl)
  • Em interface gráfica do utilizador, uma interface de documentos múltiplos (ou MDI, acrônimo para multiple document interface) é um método de organização de aplicações gráficas em janelas que residem em uma única janela, a janela principal da aplicação. A única exceção são possíveis janelas modais da aplicação. (pt)
  • Многодокументный интерфейс (англ. multiple document interface, MDI) — способ организации графического интерфейса пользователя, предполагающий использование оконного интерфейса, в котором большинство окон (исключая, как правило, только модальные окна) расположены внутри одного общего окна. Этим он и отличается от SDI, в котором окна располагаются независимо друг от друга. Разработчики широко используют оба типа интерфейса, а зачастую и интерфейс смешанного типа. Например, Microsoft меняла интерфейс Microsoft Office от SDI к MDI, а потом вернулась обратно к SDI, хотя степень реализации включает и первое, и второе. (ru)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Some_X_windows.svg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 67 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software