com.cc.framework.ui.model
Interface FrameStateModel

All Superinterfaces:
StateModel
All Known Implementing Classes:
FrameControl, FrameStateModelImp

public interface FrameStateModel
extends StateModel

State model for the Frame Element

Version:
$Revision: 1.5 $
Author:
Harald Schulz

Field Summary
 
Fields inherited from interface com.cc.framework.ui.model.StateModel
PROP_CONTROL
 
Method Summary
 void close()
          Changes the state of the frame to closed
 boolean isClosed()
           
 boolean isMaximized()
           
 boolean isMinimized()
           
 boolean isOpen()
           
 void maximize()
          Maximizes the frame
 void minimize()
          Minimizes the frame
 void open()
          Changes the state of the frame to opened
 void restore()
          Restores the frame
 
Methods inherited from interface com.cc.framework.ui.model.StateModel
reset, synchronizeState
 

Method Detail

close

public void close()
Changes the state of the frame to closed


open

public void open()
Changes the state of the frame to opened


isClosed

public boolean isClosed()
Returns:
returns true when the Frame is closed

isOpen

public boolean isOpen()
Returns:
returns true when the Frame is opened

minimize

public void minimize()
Minimizes the frame


maximize

public void maximize()
Maximizes the frame


restore

public void restore()
Restores the frame


isMinimized

public boolean isMinimized()
Returns:
returns true when the Frame is minimized

isMaximized

public boolean isMaximized()
Returns:
returns true when the Frame is maximized


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.