public class FloatingFrameConfigurator extends Object
| Constructor and Description |
|---|
FloatingFrameConfigurator()
Creates a new instance of FloatingFrameProperties.
|
FloatingFrameConfigurator(String id,
String name)
Creates a new instance of FloatingFrameProperties.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
getButtons()
Getter for property buttons.
|
ImageIcon |
getIcon()
Getter for property icon.
|
String |
getId()
Getter for property id.
|
Collection |
getMenues()
Getter for property menues.
|
String |
getName()
Getter for property name.
|
boolean |
isAdvancedLayout()
Getter for property advancedLayout.
|
boolean |
isDisableMenuBar()
Getter for property disableMenuBar.
|
boolean |
isDisableToolBar()
Getter for property disableToolBar.
|
boolean |
isSwapMenuBar()
Getter for property swapMenuBar.
|
boolean |
isSwapToolBar()
Getter for property swapToolBar.
|
boolean |
isTitleBarEnabled()
Getter for property titleBarEnabled.
|
void |
setAdvancedLayout(boolean advancedLayout)
Setter for property advancedLayout.
|
void |
setButtons(Collection buttons)
Setter for property buttons.
|
void |
setDisableMenuBar(boolean disableMenuBar)
Setter for property disableMenuBar.
|
void |
setDisableToolBar(boolean disableToolBar)
Setter for property disableToolBar.
|
void |
setIcon(ImageIcon icon)
Setter for property icon.
|
void |
setId(String id)
DOCUMENT ME!
|
void |
setMenues(Collection menues)
Setter for property menues.
|
void |
setName(String name)
Setter for property name.
|
void |
setSwapMenuBar(boolean swapMenuBar)
Setter for property swapMenuBar.
|
void |
setSwapToolBar(boolean swapToolBar)
Setter for property swapToolBar.
|
void |
setTitleBarEnabled(boolean titleBarEnabled)
Setter for property titleBarEnabled.
|
public FloatingFrameConfigurator()
public String getName()
public void setName(String name)
name - New value of property name.public void setId(String id)
id - DOCUMENT ME!public boolean isSwapMenuBar()
public void setSwapMenuBar(boolean swapMenuBar)
swapMenuBar - New value of property swapMenuBar.public boolean isSwapToolBar()
public void setSwapToolBar(boolean swapToolBar)
swapToolBar - New value of property swapToolBar.public boolean isDisableToolBar()
public void setDisableToolBar(boolean disableToolBar)
disableToolBar - New value of property disableToolBar.public boolean isDisableMenuBar()
public void setDisableMenuBar(boolean disableMenuBar)
disableMenuBar - New value of property disableMenuBar.public Collection getButtons()
public void setButtons(Collection buttons)
buttons - New value of property buttons.public Collection getMenues()
public void setMenues(Collection menues)
menues - New value of property menues.public ImageIcon getIcon()
public void setIcon(ImageIcon icon)
icon - New value of property icon.public String getId()
public boolean isAdvancedLayout()
public void setAdvancedLayout(boolean advancedLayout)
advancedLayout - New value of property advancedLayout.public boolean isTitleBarEnabled()
public void setTitleBarEnabled(boolean titleBarEnabled)
titleBarEnabled - New value of property titleBarEnabled.Copyright © 2012–2026 cismet GmbH. All rights reserved.