Class tileDockable
java.lang.Object
name.moore.kevin.ze.swing.dockables.tileDockable
- All Implemented Interfaces:
iDockable
- Author:
- Kevin Moore
<dev@kevin.moore.name>
-
Field Summary
FieldsModifier and TypeFieldDescriptionRespond to interactions.private static org.slf4j.Loggerprivate StringUnique identityDisplayed string - public so cookswing can get to it in tile.xml -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Set when constructing the handler, an internal identity.This XML should have the content of the dockable in a panel.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface name.moore.kevin.ze.swing.dockables.iDockable
addPropertyChangeListener, addPropertyChangeListener, getPreferredDock, getText, getTileHeight, getTileWidth, removePropertyChangeListener
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
text
Displayed string - public so cookswing can get to it in tile.xml -
name
Unique identity -
actionlistener
Respond to interactions.
-
-
Constructor Details
-
tileDockable
-
-
Method Details
-
getName
Set when constructing the handler, an internal identity. -
getXMLlayout
Description copied from interface:iDockableThis XML should have the content of the dockable in a panel.- Specified by:
getXMLlayoutin interfaceiDockable- Returns:
-