?? 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 + -