Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > baloncuklar
baloncuk ad alanı
Sınıflar
Sınıf |
Açıklama |
MiniWorkspaceBubble |
Rastgele bloklar barındırabilen mini çalışma alanı içeren bir balon. Mutator simgesi tarafından kullanılır. |
TextBubble |
Düzenlenemez metin görüntüleyen bir balon. Uyarı simgesi tarafından kullanılır. |
TextInputBubble |
Düzenlenebilir metnin gösterildiği bir balon. Ayrıca kullanıcı tarafından yeniden boyutlandırılabilir. Yorum simgesi tarafından kullanılır. |
Soyut Sınıflar
Soyut Ders |
Açıklama |
Baloncuk |
Soyut pop-up balon sınıfı. Bu işlem, konuşma balonuna benzeyen, bloku işaret eden bir "kuyruğu" ve rastgele svg öğelerini gösteren bir "başı" olan bir kullanıcı arayüzü oluşturur. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[[["The `bubbles` namespace in Blockly provides classes for creating UI elements like speech bubbles and text inputs that interact with blocks."],["It includes classes for mini-workspaces, non-editable text displays, and editable text inputs."],["All bubble types inherit from the abstract `Bubble` class, which defines the basic structure and appearance of a bubble with a tail and head."],["These bubbles are used for features like mutator icons, warning icons, and comment icons in Blockly."]]],["The content describes four classes related to bubbles within a system, likely for a visual programming environment. These include `MiniWorkspaceBubble`, which holds blocks, `TextBubble`, for non-editable text, and `TextInputBubble`, for editable and resizable text. The `Bubble` class serves as an abstract base for creating speech-bubble-like UIs with a tail pointing to a block and a head displaying content.\n"]]