レコードクラス AppView.AppViewEventArgs
java.lang.ObjectSE
java.lang.RecordSE
org.springframework.shell.jline.tui.component.view.control.AppView.AppViewEventArgs
- レコードコンポーネント:
direction- 方向の列挙
- 実装済みのインターフェース一覧:
ViewEventArgs
- 含まれているクラス:
- AppView
public static record AppView.AppViewEventArgs(AppView.AppViewEventArgs.Direction direction)
extends RecordSE
implements ViewEventArgs
ネストされたクラスの概要
ネストされたクラスフィールドのサマリー
インターフェース org.springframework.shell.jline.tui.component.view.control.ViewEventArgs から継承されたフィールド
EMPTYコンストラクター概要
コンストラクターコンストラクター説明AppViewEventArgsレコードクラスのインスタンスを作成します。方法の概要
修飾子と型メソッド説明directionレコードコンポーネントの値を返します。final boolean他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。final inthashCode()このオブジェクトのハッシュコード値を返します。static AppView.AppViewEventArgsof(AppView.AppViewEventArgs.Direction direction) final StringSEtoString()このレコードクラスの文字列表現を返します。
コンストラクターの詳細
AppViewEventArgs
AppViewEventArgsレコードクラスのインスタンスを作成します。- パラメーター:
direction-directionレコードコンポーネントの値
メソッドの詳細
of
toString
このレコードクラスの文字列表現を返します。表現には、クラスの名前が含まれ、その後に各レコードコンポーネントの名前と値が続きます。hashCode
public final int hashCode()このオブジェクトのハッシュコード値を返します。値は、各レコードコンポーネントのハッシュコードから導出されます。equals
他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。他のオブジェクトが同じクラスであり、すべてのレコードコンポーネントが等しい場合、オブジェクトは等しいです。このレコードクラスのすべてのコンポーネントがObjects::equals(Object,Object)SE と比較されます。direction
directionレコードコンポーネントの値を返します。- 戻り値:
directionレコードコンポーネントの値