public interface Visibility
该界面适用于专业开发人员,并且不需要用于普通的简单bean。 为避免混淆最终用户,我们避免使用getXXX setXXX设计模式进行这些方法。
Modifier and Type | Method and Description |
---|---|
boolean |
avoidingGui()
确定这个bean是否避免使用GUI。
|
void |
dontUseGui()
这个方法指示bean不应该使用Gui。
|
boolean |
needsGui()
确定这个bean是否需要GUI。
|
void |
okToUseGui()
这个方法指示bean可以使用Gui。
|
boolean needsGui()
void dontUseGui()
void okToUseGui()
boolean avoidingGui()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.