Defines basic Pixlib View using FvViewHelper and a JFrame as main container.
Feel free to create subclasses for custom frame behaviour.
public function getView():JFrameReturns concrete view with typecast
Must be override in subclass for type checking.
Component here
public function getContentPane():ContainerReturns frame content pane.
Use to clearly append childs into frame.
public function setLocation():Void
setLocation(x:Number, y:Number)
setLocation(p:Point)
Set the component's location, if it is diffs from old location, invalidate it to wait validate. The top-left corner of the new location is specified by the x and y parameters in the coordinate space of this component's parent.
public function getLocation(p:Point):Point
getLocation(p:Point)
getLocation()
Stores the location value of this component into "return value" p and returns p. If p is null or undefined a new Point object is allocated.
p | the return value, modified to the component's location. |
public function close():VoidCloses current windows.
Closing behaviour depending of setCloseOperation() method