This table does not include actions defined by the superclasses. このテーブルはスーパークラスが定義したアクションは含まない。 - XFree86
You can override methods from superclasses using the IDE's Insert Code popup menu.
スーパークラスのメソッドは、IDE の「コードを挿入」ポップアップメニューを使用してオーバーライドできます。 - NetBeans
This is useful for distinguishing subclasses that have the same class name as their superclasses. -top name このオプションは、スーパークラスと同じクラス名を持つサブクラスを識別するときに便利である。 - XFree86
If it is called after the widget class has been initialized, XtGetResourceList returns a merged resource list that contains the resources for all superclasses. ウィジェットクラスを初期化した後にこの関数を呼び出した場合、XtGetResourceListは全てのスーパークラスのリソースを含む、マージされたリソースリストを返す。 - XFree86
If it is called after the widget class has been initialized,XtGetConstraintResourceList returns a merged resource list that contains the Constraint resources for all superclasses. ウィジェットクラスを初期化した後にこの関数を呼び出した場合、XtGetConstraintResourceListは全てのスーパークラスの Constraint リソースを含む、マージされたリソースリストを返す。 - XFree86
The IDE implements the selected constructor in the specified location.Note that the IDE also offers the possibility of overriding or implementing methods from superclasses andsuperinterfaces. 選択したコンストラクタが IDE によって指定した位置に実装されます。 IDE では、スーパークラスやスーパーインタフェースのメソッドをオーバーライドまたは実装することもできます。 - NetBeans
As you create your Class diagram, you are forced to make all the pieces fit together, reflecting on where you need interfaces,superclasses, and even entire design patterns.
クラス図を作成すると、すべての構成部品をまとめ上げることが求められ、インタフェースやスーパークラスが必要となる場所や、さらには全体のデザインパターンにまで反映されます。 - NetBeans
But remember the last time you did that and later had to re-create interfaces and superclasses because you did not see the necessary relationships when you started coding? しかし、以前それを行い、コーディングを始めたときに必要な関係を理解していなかったために、あとでインタフェースやスーパークラスを作り直す必要があったことを覚えていますか? - NetBeans