public class ApplicationToolWindowAdapter extends ToolWindowAdapter
ToolDialog
and ToolFrame
Constructor and Description |
---|
ApplicationToolWindowAdapter(ApplicationToolWindow window) |
Modifier and Type | Method and Description |
---|---|
void |
addApplyListener(ApplyEvent.Listener l) |
void |
fireApplied() |
Applier |
getApplier() |
ButtonPanel |
getButtonPanel() |
java.awt.Component |
getCaller() |
ApplicationToolWindow |
getWindow() |
boolean |
isCancelled() |
boolean |
isRelocateOnPopup() |
void |
placeButtonPanel() |
void |
removeApplyListener(ApplyEvent.Listener l) |
void |
setCaller(java.awt.Component caller) |
void |
setCancelled(boolean isCancelled) |
void |
setDefaultButton(javax.swing.JButton button) |
void |
setRelocateOnPopup(boolean isRelocateOnPopup) |
ensurePacked, isLocated, isPacked, repack, setLocationRelativeTo, shiftLocation, storeLocated, storePacked
public ApplicationToolWindowAdapter(ApplicationToolWindow window)
public void setDefaultButton(javax.swing.JButton button)
public void placeButtonPanel()
public void setCaller(java.awt.Component caller)
public java.awt.Component getCaller()
public ButtonPanel getButtonPanel()
public Applier getApplier()
public boolean isCancelled()
public void setCancelled(boolean isCancelled)
public ApplicationToolWindow getWindow()
getWindow
in class ToolWindowAdapter
public final boolean isRelocateOnPopup()
public void setRelocateOnPopup(boolean isRelocateOnPopup)
public void addApplyListener(ApplyEvent.Listener l)
public void removeApplyListener(ApplyEvent.Listener l)
public void fireApplied()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.