?? controller.java
字號:
//===========================================================================//=-------------------------------------------------------------------------=//= Module history: =//= - December 8 2006 - Oscar Chavarro: Original base version =//===========================================================================package vsdk.toolkit.gui;/**The Controller abstract class provides an interface for *Controllerstyle classes. This serves two purposes: - To help in design level organization of renderers (this eases the study of the class hierarchy) - To provide a place to locate possible future operations, common to all controllers (but none of these as been detected yet)*/public abstract class Controller extends PresentationElement { ;}//===========================================================================//= EOF =//===========================================================================
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -