?? available.java
字號:
package com.tonbeller.jpivot.ui;
/**
* Indicates that the component may not be available in all situations.
* An UI component may be not available, if the underlying OLAP server
* does not support certain features (Extension's in JPivot).
* <p />
* For example, if the OLAP model does not support sorting, the UI
* UI component for sorting would return false.
*
* @see com.tonbeller.jpivot.core.Extension
* @author av
* @since 08.04.2005
*/
public interface Available {
/**
* return true, if this component currently can be used
*/
boolean isAvailable();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -