@PlatformService(service={WorkbenchSwingView.class,View.class}) public class WorkbenchSwingView extends SwingView
contentPane
Constructor and Description |
---|
WorkbenchSwingView() |
Modifier and Type | Method and Description |
---|---|
protected JFrame |
createFrame()
Returns the frame used as main frame for the whole application.
|
JFrame |
getFrame() |
protected void |
init() |
protected void |
postCreate(ContentPane contentPane) |
protected void |
postDestroy() |
protected void |
preInitFrame(JFrame frame)
Called before window listeners and content pane are attached to
this frame.
|
void |
start() |
void |
stop() |
add, add, addImpl, create, createContentPane, destroy, preCreate, preDestroy, remove, removeImpl
init, showingProperty
protected void postCreate(ContentPane contentPane)
postCreate
in class SwingView
public JFrame getFrame()
protected JFrame createFrame()
protected void preInitFrame(JFrame frame)
createFrame()
.
protected void postDestroy()
postDestroy
in class SwingView
Copyright © 2017. All rights reserved.