|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkupCapable
This interface describes markup-capable nodes. These are nodes that can be assigned with markups.
Method Summary | |
---|---|
ListModel<java.lang.String> |
getMarkups()
Returns a ListModel object of String objects that are contained in the
object's list of supported markups. |
boolean |
supportsMarkup(Markup aMarkup)
Checks if a given markup is in the list of supported markups. This method checks if the markup capable element may be displayed in the given markup. |
boolean |
supportsMarkup(java.lang.String aMarkup)
Checks if a given markup is in the list of supported markups. This method checks if the markup capable element may be displayed in the given markup. |
Method Detail |
---|
ListModel<java.lang.String> getMarkups() throws ModelException, DataException
ListModel
object of String
objects that are contained in the
object's list of supported markups.
String
objects which denote the markups that the element supports, never null
DataException
- if an error occured while accessing the database
ModelException
- if an error occured while accessing model informationboolean supportsMarkup(java.lang.String aMarkup) throws ModelException
aMarkup
- The markup that is to be checked.
true
if the markup is in the list of supported markups, false
if not.
ModelException
- if an error occured while accessing model informationboolean supportsMarkup(Markup aMarkup) throws ModelException
aMarkup
- The markup that is to be checked.
true
, if the markup is in the list of supported markups, false
otherwise.
ModelException
- if an error occured while accessing model information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |