Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RPC パートエディタは、トップクラスに @RpcPart 注釈があるオープニングクラスのデフォルトエディタです。アノテーション(注釈)があるオープニングクラスのデフォルトエディタです。

これらのクラスの [プログラムから開く] メニューに表示されます。

...

エディタには、以下の 3 つのタブが含まれます。

  1. 全般 - RpcPart 注釈の属性およびパートに関する全般編集用アノテーション(注釈)の属性およびパートに関する全般編集用

  2. フィールド - パートの内部フィールド構造ならびにフィールドの属性編集用

  3. ソース(読取専用) - 読取専用モードのパートの Java コード表示用

General Tab:

  • The left side of the screen displays the annotations available to edit; currently the only annotation in external parts we need to support editing is @RpcPart.

  • The right side of the screen is a graphical editor for editing the different attributes of the part, similar to the way we currently edit internal parts with the Entity Editor.

  • All attributes should be editable unless the part is set to Read Only mode. 

...

Fields Tab:

...

The tab is similar to the Fields tab in the Entity Editor.

...

The structure of the part will be editable, and adding fields, converting fields types and changing the order of fields will all be supported, unless the part is set to be in read only mode.

...

全般タブ:

  • 画面の左側には編集できるアノテーション(注釈)が表示されます。現在は、外部パートでアノテーション(注釈)のみをサポートする必要があるのは、@RpcPart です。

  • 画面の右側はパートの異なる属性のグラフィカルエディタで、現在のエンティティエディタで内部パートを編集する方法と同様です。

  • パートが読取専用モードである点を除き、すべての属性は編集可能です。

...

フィールドタブ:

  • このタブはエンティティエディタのフィールドタブと同様です。

  • パートの構造は編集可能で、フィールドの追加、フィールドタイプの変換およびフィールドの順序変更は、パートが読取専用モードである点を除き、すべてサポートされます。

  • すべてのフィールドのすべての属性は、パートが読取専用モード(フィールド長、方向など)に設定されている点を除き、編集可能です。

...