FrameLayout (クラス)
public FrameLayout {inherits BasicLayout}
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.GUI.BASE.
直接継承しているサブクラス: ClipFrameLayout

Frame の子に関連付けられた Layout


コンストラクタ
default:このクラスの新しいオブジェクトを作成します。
コンストラクタ public {FrameLayout.default}

プロパティ
プロパティ 継承 BasicLayout: before-reposition-called?, bounds, cell-bounds, cell-height-preference, cell-width-preference, child-height-preference, child-width-preference, graphic, h, invalid-epoch, outside-margin-bounds, pagination-state, pagination-state-internal, shadow-bounds, v
プロパティ 継承 Layout: non-null-parent, option-parent, parent

メソッド
detach:このオブジェクトをグラフィカルな親から切り離します。
public {FrameLayout.detach}:void
メソッド 継承 BasicLayout: after-reposition, allocate-layout-dimension, attach-graphic, attempt-revalidate-layout, before-reposition, bounds-valid?, contains-point?, draw, end-pagination, finish-layout, fire-crossing-event, fire-in-child, get-bounds, get-cell-bounds, get-height-preference, get-origin-in-parent, get-outside-margin-bounds, get-shadow-bounds, get-visible-bounds-into, get-visible-rect-in-root-into, get-width-preference, invalidate-cell, note-child-option-changed, paginate, paint-with-decorations, replace-with, request-draw, request-draw-child, request-draw-rect, request-layout, set-graphic, set-height, set-width, shift-x-origin, shift-y-origin, start-pagination, valid?, validate-layout
メソッド 継承 Layout: get-origin-in-root, note-graphic-to-be-removed
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {FrameLayout.default}

このクラスの新しいオブジェクトを作成します。




プロパティ詳細


メソッド詳細
detach (メソッド)
public {FrameLayout.detach}:void

このオブジェクトをグラフィカルな親から切り離します。

説明

このメソッドを呼び出すと、この Layout オブジェクトとその関連する子 Graphic が、それぞれのグラフィカルな親から切り離されます。

プログラミング注意事項

このメソッドは、Graphic.detach から呼び出されます。通常、他の場所からは呼び出されません。