Java 类javax.swing.plaf.DesktopIconUI 实例源码
项目:j2se_for_android
文件:JInternalFrame.java
public DesktopIconUI getUI() {
return (DesktopIconUI) null;
}
项目:j2se_for_android
文件:JInternalFrame.java
public void setUI(DesktopIconUI ui) {
super.setUI(ui);
}
项目:javify
文件:JInternalFrame.java
/**
* This method restores the UI property to the defaults.
*/
public void updateUI()
{
setUI((DesktopIconUI) UIManager.getUI(this));
}
项目:jvm-stm
文件:JInternalFrame.java
/**
* This method restores the UI property to the defaults.
*/
public void updateUI()
{
setUI((DesktopIconUI) UIManager.getUI(this));
}
项目:cn1
文件:JInternalFrame.java
void updateUIForIcon() {
setUI((DesktopIconUI) UIManager.getUI(this));
}
项目:JamVM-PH
文件:JInternalFrame.java
/**
* This method restores the UI property to the defaults.
*/
public void updateUI()
{
setUI((DesktopIconUI) UIManager.getUI(this));
}
项目:classpath
文件:JInternalFrame.java
/**
* This method restores the UI property to the defaults.
*/
public void updateUI()
{
setUI((DesktopIconUI) UIManager.getUI(this));
}
项目:freeVM
文件:JInternalFrame.java
void updateUIForIcon() {
setUI((DesktopIconUI) UIManager.getUI(this));
}
项目:freeVM
文件:JInternalFrame.java
void updateUIForIcon() {
setUI((DesktopIconUI) UIManager.getUI(this));
}
项目:javify
文件:JInternalFrame.java
/**
* This method returns the UI that is responsible for the JDesktopIcon.
*
* @return The UI that is responsible for the JDesktopIcon.
*/
public DesktopIconUI getUI()
{
return (DesktopIconUI) ui;
}
项目:javify
文件:JInternalFrame.java
/**
* This method sets the UI used for this JDesktopIcon.
*
* @param ui The UI to use.
*/
public void setUI(DesktopIconUI ui)
{
super.setUI(ui);
}
项目:jvm-stm
文件:JInternalFrame.java
/**
* This method returns the UI that is responsible for the JDesktopIcon.
*
* @return The UI that is responsible for the JDesktopIcon.
*/
public DesktopIconUI getUI()
{
return (DesktopIconUI) ui;
}
项目:jvm-stm
文件:JInternalFrame.java
/**
* This method sets the UI used for this JDesktopIcon.
*
* @param ui The UI to use.
*/
public void setUI(DesktopIconUI ui)
{
super.setUI(ui);
}
项目:cn1
文件:JInternalFrame.java
/**
* Sets the UI object for this component.
*
* @param ui
*/
public void setUI(final DesktopIconUI ui) {
// setUI() from super (JComponent) should always be called
super.setUI(ui);
}
项目:cn1
文件:JInternalFrame.java
/**
* Returns the UI object for this component.
*
* @return UI object for this component
*/
public DesktopIconUI getUI() {
return (DesktopIconUI) ui;
}
项目:JamVM-PH
文件:JInternalFrame.java
/**
* This method returns the UI that is responsible for the JDesktopIcon.
*
* @return The UI that is responsible for the JDesktopIcon.
*/
public DesktopIconUI getUI()
{
return (DesktopIconUI) ui;
}
项目:JamVM-PH
文件:JInternalFrame.java
/**
* This method sets the UI used for this JDesktopIcon.
*
* @param ui The UI to use.
*/
public void setUI(DesktopIconUI ui)
{
super.setUI(ui);
}
项目:classpath
文件:JInternalFrame.java
/**
* This method returns the UI that is responsible for the JDesktopIcon.
*
* @return The UI that is responsible for the JDesktopIcon.
*/
public DesktopIconUI getUI()
{
return (DesktopIconUI) ui;
}
项目:classpath
文件:JInternalFrame.java
/**
* This method sets the UI used for this JDesktopIcon.
*
* @param ui The UI to use.
*/
public void setUI(DesktopIconUI ui)
{
super.setUI(ui);
}
项目:freeVM
文件:JInternalFrame.java
/**
* Sets the UI object for this component.
*
* @param ui
*/
public void setUI(final DesktopIconUI ui) {
// setUI() from super (JComponent) should always be called
super.setUI(ui);
}
项目:freeVM
文件:JInternalFrame.java
/**
* Returns the UI object for this component.
*
* @return UI object for this component
*/
public DesktopIconUI getUI() {
return (DesktopIconUI) ui;
}
项目:freeVM
文件:JInternalFrame.java
/**
* Sets the UI object for this component.
*
* @param ui
*/
public void setUI(final DesktopIconUI ui) {
// setUI() from super (JComponent) should always be called
super.setUI(ui);
}
项目:freeVM
文件:JInternalFrame.java
/**
* Returns the UI object for this component.
*
* @return UI object for this component
*/
public DesktopIconUI getUI() {
return (DesktopIconUI) ui;
}