com.jidesoft.document
Interface FloatingDocumentContainer
- All Known Implementing Classes:
- DialogFloatingDocumentContainer, FrameFloatingDocumentContainer
public interface FloatingDocumentContainer
The container for the DocumentComponent when floating.
getDocumentPane
DocumentPane getDocumentPane()
getDocumentGroup
IDocumentGroup getDocumentGroup()
getRoutingComponent
Component getRoutingComponent()
setRoutingKeyStrokes
void setRoutingKeyStrokes(boolean routingKeyStrokes)
isRoutingKeyStrokes
boolean isRoutingKeyStrokes()
updateTitle
void updateTitle()
toFront
void toFront()
setVisible
void setVisible(boolean visible)
pack
void pack()
getX
int getX()
getY
int getY()
isActive
boolean isActive()
getRootPane
JRootPane getRootPane()
setBounds
void setBounds(Rectangle bounds)
getBounds
Rectangle getBounds()
setLocation
void setLocation(Point p)
setPreferredSize
void setPreferredSize(Dimension size)
setTitle
void setTitle(String title)
getTitle
String getTitle()
addWindowListener
void addWindowListener(WindowListener listener)