cutandplay
Class CutAndPlayView
java.lang.Object
org.jdesktop.application.AbstractBean
org.jdesktop.application.View
org.jdesktop.application.FrameView
cutandplay.CutAndPlayView
- All Implemented Interfaces:
- ToolPanelProvider
public class CutAndPlayView
- extends org.jdesktop.application.FrameView
- implements ToolPanelProvider
The application's main frame.
Constructor Summary |
CutAndPlayView(org.jdesktop.application.SingleFrameApplication app)
|
Methods inherited from class org.jdesktop.application.FrameView |
getFrame, getRootPane, setFrame |
Methods inherited from class org.jdesktop.application.View |
getApplication, getComponent, getContext, getMenuBar, getResourceMap, getStatusBar, getToolBar, getToolBars, setComponent, setMenuBar, setStatusBar, setToolBar, setToolBars |
Methods inherited from class org.jdesktop.application.AbstractBean |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CutAndPlayView
public CutAndPlayView(org.jdesktop.application.SingleFrameApplication app)
showFileFrame
@Action
public void showFileFrame()
showAboutBox
@Action
public void showAboutBox()
cropImage
@Action
public void cropImage()
executeCrop
@Action
public void executeCrop()
cancelCrop
public void cancelCrop()
addText
@Action
public void addText()
addBox
@Action
public void addBox()
showTextPanel
public void showTextPanel(Text text)
- Specified by:
showTextPanel
in interface ToolPanelProvider
showBoxPanel
public void showBoxPanel(Box box)
- Specified by:
showBoxPanel
in interface ToolPanelProvider
showCropPanel
public void showCropPanel()
- Specified by:
showCropPanel
in interface ToolPanelProvider
hidePanels
public void hidePanels()
- Specified by:
hidePanels
in interface ToolPanelProvider
chooseFillColor
@Action
public void chooseFillColor()
chooseTextColor
@Action
public void chooseTextColor()
newFile
@Action
public void newFile()
loadFile
@Action
public void loadFile()
saveFile
@Action
public void saveFile()
deleteSelected
@Action
public void deleteSelected()
saveAsImage
@Action
public void saveAsImage()