Package jspecview.js2d
Class JsMainPanel
java.lang.Object
jspecview.js2d.JsMainPanel
- All Implemented Interfaces:
JSVMainPanel
,JSVViewPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
int
int
getTitle()
int
getWidth()
boolean
boolean
boolean
void
setEnabled
(boolean b) void
setFocusable
(boolean b) void
setSelectedPanel
(JSViewer viewer, JSVPanel jsvp, Lst<PanelNode> panelNodes) void
-
Constructor Details
-
JsMainPanel
public JsMainPanel()
-
-
Method Details
-
getCurrentPanelIndex
public int getCurrentPanelIndex()- Specified by:
getCurrentPanelIndex
in interfaceJSVMainPanel
-
dispose
public void dispose()- Specified by:
dispose
in interfaceJSVViewPanel
-
getTitle
- Specified by:
getTitle
in interfaceJSVViewPanel
-
setTitle
- Specified by:
setTitle
in interfaceJSVViewPanel
-
setSelectedPanel
- Specified by:
setSelectedPanel
in interfaceJSVMainPanel
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfaceJSVViewPanel
-
getWidth
public int getWidth()- Specified by:
getWidth
in interfaceJSVViewPanel
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceJSVViewPanel
-
isFocusable
public boolean isFocusable()- Specified by:
isFocusable
in interfaceJSVViewPanel
-
isVisible
public boolean isVisible()- Specified by:
isVisible
in interfaceJSVViewPanel
-
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabled
in interfaceJSVViewPanel
-
setFocusable
public void setFocusable(boolean b) - Specified by:
setFocusable
in interfaceJSVViewPanel
-