Class JsMainPanel
java.lang.Object
jspecview.js2d.JsMainPanel
- All Implemented Interfaces:
JSVMainPanel, JSVViewPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()intintgetTitle()intgetWidth()booleanbooleanbooleanvoidsetEnabled(boolean b) voidsetFocusable(boolean b) voidsetSelectedPanel(JSViewer viewer, JSVPanel jsvp, Lst<PanelNode> panelNodes) void
-
Constructor Details
-
JsMainPanel
public JsMainPanel()
-
-
Method Details
-
getCurrentPanelIndex
public int getCurrentPanelIndex()- Specified by:
getCurrentPanelIndexin interfaceJSVMainPanel
-
dispose
public void dispose()- Specified by:
disposein interfaceJSVViewPanel
-
getTitle
- Specified by:
getTitlein interfaceJSVViewPanel
-
setTitle
- Specified by:
setTitlein interfaceJSVViewPanel
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceJSVViewPanel
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceJSVViewPanel
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceJSVViewPanel
-
isFocusable
public boolean isFocusable()- Specified by:
isFocusablein interfaceJSVViewPanel
-
isVisible
public boolean isVisible()- Specified by:
isVisiblein interfaceJSVViewPanel
-
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabledin interfaceJSVViewPanel
-
setFocusable
public void setFocusable(boolean b) - Specified by:
setFocusablein interfaceJSVViewPanel
-
setSelectedPanel
- Specified by:
setSelectedPanelin interfaceJSVMainPanel
-