ti.chimera.plugin
Interface AbstractModePlugin.DialogImplementation
- Enclosing interface:
- AbstractModePlugin
- protected static interface AbstractModePlugin.DialogImplementation
Iterface used by DialogUtility to manipulate the dialog in response to
data published by registry
setContentPane
public void setContentPane(java.awt.Container contentPane)
setBounds
public void setBounds(java.awt.Rectangle bounds)
fixBounds
public void fixBounds()
getBounds
public java.awt.Rectangle getBounds()
setVisible
public void setVisible(boolean visible)
refreshVisibility
public void refreshVisibility()
center
public void center()
toFront
public void toFront()
pack
public void pack()
dispose
public void dispose()
addWindowListener
public void addWindowListener(java.awt.event.WindowListener l)
removeWindowListener
public void removeWindowListener(java.awt.event.WindowListener l)