📄 showpoatie.java
字号:
package calculator;
/**
* calculator/ShowPOATie.java .
* 由 IDL-to-Java 编译器(可移植),版本 "3.2" 生成
* 来自 calculator.idl
* 2007年1月22日 星期一 下午12时38分02秒 CST
*/
public class ShowPOATie extends ShowPOA
{
// Constructors
public ShowPOATie ( calculator.ShowOperations delegate ) {
this._impl = delegate;
}
public ShowPOATie ( calculator.ShowOperations delegate , org.omg.PortableServer.POA poa ) {
this._impl = delegate;
this._poa = poa;
}
public calculator.ShowOperations _delegate() {
return this._impl;
}
public void _delegate (calculator.ShowOperations delegate ) {
this._impl = delegate;
}
public org.omg.PortableServer.POA _default_POA() {
if(_poa != null) {
return _poa;
}
else {
return super._default_POA();
}
}
public void showName ()
{
_impl.showName();
} // showName
private calculator.ShowOperations _impl;
private org.omg.PortableServer.POA _poa;
} // class ShowPOATie
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -