|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FloatDockFactory
This class creates FloatDock
s.
Method Summary | |
---|---|
FloatDock |
createFloatDock(java.awt.Window owner)
Create a float dock with the given window as owner. |
void |
loadProperties(java.lang.String prefix,
java.util.Properties properties)
Sets the properties for this float dock factory. |
void |
saveProperties(java.lang.String prefix,
java.util.Properties properties)
Saves the properties of this float dock factory in the given properties object. |
Method Detail |
---|
FloatDock createFloatDock(java.awt.Window owner)
owner
- The owner window of the float dock.
void saveProperties(java.lang.String prefix, java.util.Properties properties)
prefix
- The prefix for the property names.properties
- The properties object to which the properties should be added.void loadProperties(java.lang.String prefix, java.util.Properties properties)
prefix
- The prefix of the names of the properties that have been intended for this float dock factory.properties
- The properties object that contains the properties for this float dock factory. It can contain also
properties for other objects, but they will have another prefix.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |