Package jspecview.api
Interface JSVViewPanel
- All Known Subinterfaces:
JSVMainPanel,JSVPanel
- All Known Implementing Classes:
AwtMainPanel,AwtPanel,JsMainPanel,JsPanel
public interface JSVViewPanel
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()intgetTitle()intgetWidth()booleanbooleanbooleanvoidsetEnabled(boolean b) voidsetFocusable(boolean b) void
-
Method Details
-
dispose
void dispose() -
getHeight
int getHeight() -
getTitle
String getTitle() -
getWidth
int getWidth() -
isEnabled
boolean isEnabled() -
isFocusable
boolean isFocusable() -
isVisible
boolean isVisible() -
setEnabled
void setEnabled(boolean b) -
setFocusable
void setFocusable(boolean b) -
setTitle
-