com.pentec.gui.windows
Interface AdaptWindow

All Known Implementing Classes:
ADialog, AFileProperties, AFrame, AoiControls, AOptions, APrint, ArithmeticOps, BaslerColorimeter, BoxFilter, BugReport, CalibrateX, ChangeAspectRatio, ColorimeterAdapter, Controller, ControlsDialog, DataFrame, DiagnosticsController, DiagnosticsController.DiagnosticDialog, DT1100, ErrorMessageDialog, ExperimentPlanner, FastFrame, FileDownloadFrame, FIST, Fourier, GradientMagnitude, Hedit, LabSphere, LogCheck, LogicOps, MarkerController, MaximumFilter, MedianFilter, MessageDialog, MinimumFilter, Monitor, Monochromator, NightVision, NonTransientFrame, NonTransientMenuFrame, ObjectionDetection, OneWireTemperature, OneWireTemperaturePanel.OneWireTemperatureAlarm, Options, PanTilt, RadiationCalculator, RedlakeColorimeter, RemoteFileChooser, Sharpen, Statistics, Status, SysAdmin, SystemProperties, T10IlluminanceMeter, TransientFrame, UserFunctionEditor, UserFunctionExporter, UserFunctionImporter, ViewControls, VisualEffect

public interface AdaptWindow

AdaptWindow

Author:
Pender Technology

Method Summary
 void addToWindowList()
           
 void dispose()
           
 java.awt.Rectangle getBounds()
           
 java.awt.Container getContentPane()
           
 java.awt.Image getIconImage()
           
 javax.swing.JRootPane getRootPane()
           
 java.lang.String getShortTitle()
          Return the title that was set (the title minus " - ADAPT")
 java.lang.String getTitle()
           
 boolean isInWindowList()
           
 boolean onFrameClosing()
          Called when the AFrame is closing Override to change window closing behavior
 boolean removeFromWindowList()
           
 void toFront()
           
 

Method Detail

addToWindowList

void addToWindowList()

dispose

void dispose()

getBounds

java.awt.Rectangle getBounds()

getContentPane

java.awt.Container getContentPane()

getIconImage

java.awt.Image getIconImage()

getRootPane

javax.swing.JRootPane getRootPane()

getShortTitle

java.lang.String getShortTitle()
Return the title that was set (the title minus " - ADAPT")


getTitle

java.lang.String getTitle()

isInWindowList

boolean isInWindowList()

onFrameClosing

boolean onFrameClosing()
Called when the AFrame is closing Override to change window closing behavior

Returns:
dispose window on true

removeFromWindowList

boolean removeFromWindowList()

toFront

void toFront()