public interface BasePropertiesPanel extends Component
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_ACCEPT |
static int |
ACTION_CANCEL |
static int |
ACTION_CLOSE |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener listener) |
void |
clear() |
void |
closeWindow() |
boolean |
getVisibleAceptCancel() |
boolean |
isCanceled() |
void |
removeActionListener(ActionListener listener) |
void |
removeAllActionListener() |
void |
setVisibleAceptCancel(boolean visible) |
void |
showWindow(String title,
WindowManager.MODE mode) |
asJComponent
static final int ACTION_CLOSE
static final int ACTION_ACCEPT
static final int ACTION_CANCEL
void clear()
boolean isCanceled()
void setVisibleAceptCancel(boolean visible)
boolean getVisibleAceptCancel()
void closeWindow()
void showWindow(String title, WindowManager.MODE mode)
void addActionListener(ActionListener listener)
void removeActionListener(ActionListener listener)
void removeAllActionListener()