public class BorderAdapter extends Object implements GriffonPivotAdapter, BorderListener
BorderListener.Adapter
Constructor and Description |
---|
BorderAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
contentChanged(Border arg0,
Component arg1) |
CallableWithArgs<Void> |
getContentChanged() |
CallableWithArgs<Void> |
getTitleChanged() |
void |
setContentChanged(CallableWithArgs<Void> contentChanged) |
void |
setTitleChanged(CallableWithArgs<Void> titleChanged) |
void |
titleChanged(Border arg0,
String arg1) |
public CallableWithArgs<Void> getTitleChanged()
public CallableWithArgs<Void> getContentChanged()
public void setTitleChanged(CallableWithArgs<Void> titleChanged)
public void setContentChanged(CallableWithArgs<Void> contentChanged)
public void titleChanged(Border arg0, String arg1)
titleChanged
in interface BorderListener
public void contentChanged(Border arg0, Component arg1)
contentChanged
in interface BorderListener